Skip to content

Commit

Permalink
Refactor i18n files to remove unused keys
Browse files Browse the repository at this point in the history
  • Loading branch information
jlcvp committed Oct 25, 2024
1 parent fe8fd94 commit 3326d7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 26 deletions.
15 changes: 2 additions & 13 deletions src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,7 @@
"CONFIRM_LOGOUT_MESSAGE": "<p>All local or unsynchronized accounts will be deleted!</p><p><strong>This action cannot be undone.</strong></p>",
"CONFIRM_LOGOUT_TITLE": "Are you sure you want to sign out?",
"CONFIRM_LOGOUT_YES": "CLEAR LOCAL DATA AND SIGN OUT",
"ENCRYPTION_ALERT": {
"DONT_SHOW_AGAIN": "Do not show this again",
"ENABLE_ENCRYPTION": "Enable encryption",
"LATER": "Not now",
"MESSAGE": "Enhance the security of your accounts by using the encryption feature.<p>Do you want to configure a password?</p>",
"TITLE": "Security alert"
},
"ENCRYPTION_ALERT": {},
"ERRORS": {
"ACCOUNTS_LOCKED": "Your accounts are encrypted. You won't be able to view the codes until they are decrypted using the encryption password.",
"ACCOUNTS_LOCKED_TITLE": "Encrypted accounts detected",
Expand Down Expand Up @@ -137,12 +131,7 @@
},
"TITLE": "Password Confirmation"
},
"VERSION_INFO": {
"GIT_HASH": "Commit hash",
"VERSION_DATE": "Build date",
"VERSION_INFO_TITLE": "Version Info",
"VERSION_LABEL": "Version"
},
"VERSION_INFO": {},
"UNLOCK_ACCOUNTS": "Enter Password"
},
"LOGIN": {
Expand Down
15 changes: 2 additions & 13 deletions src/assets/i18n/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,7 @@
"CONFIRM_LOGOUT_MESSAGE": "<p>Todas as contas locais e não sincronizadas serão excluídas!</p><p><strong>Esta ação não pode ser desfeita.</strong></p>",
"CONFIRM_LOGOUT_TITLE": "Tem certeza de que deseja sair?",
"CONFIRM_LOGOUT_YES": "LIMPAR DADOS LOCAIS E SAIR",
"ENCRYPTION_ALERT": {
"DONT_SHOW_AGAIN": "Não mostrar novamente",
"ENABLE_ENCRYPTION": "Ativar criptografia",
"LATER": "Mais tarde",
"MESSAGE": "Para melhor proteger suas contas, é recomendável ativar a funcionalidade de criptografia de chaves.<p>Deseja configurar uma senha agora?</p>",
"TITLE": "Alerta de segurança"
},
"ENCRYPTION_ALERT": {},
"ERRORS": {
"ACCOUNTS_LOCKED": "Suas contas estão criptografadas. Não será possível gerar os códigos de acesso até que eles sejam descriptografados usando a senha de criptografia.",
"ACCOUNTS_LOCKED_TITLE": "Contas criptografadas",
Expand Down Expand Up @@ -137,12 +131,7 @@
},
"TITLE": "Confirmação de Senha"
},
"VERSION_INFO": {
"GIT_HASH": "Hash do commit",
"VERSION_DATE": "Data de build",
"VERSION_INFO_TITLE": "Informações de Versão",
"VERSION_LABEL": "Versão"
},
"VERSION_INFO": {},
"UNLOCK_ACCOUNTS": "Inserir Senha"
},
"LOGIN": {
Expand Down

0 comments on commit 3326d7b

Please sign in to comment.