mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 08:57:03 +03:00
Added new language constants (#467)
This commit is contained in:
parent
bb551e4ec8
commit
cf284f31f9
26 changed files with 132 additions and 2 deletions
|
|
@ -435,12 +435,16 @@ LABEL_SIGNATURE = "Assinatura"
|
|||
LABEL_ADD_SIGNATURE_TO_ALL = "Adicionar sua assinatura em todas as mensagens de saída"
|
||||
|
||||
[SETTINGS_SECURITY]
|
||||
LEGEND_SECURITY = "Security"
|
||||
LEGEND_TWO_FACTOR_AUTH = "Verificação de duas etapas"
|
||||
LABEL_ENABLE_TWO_FACTOR = "Habilitar verificação de duas etapas"
|
||||
LABEL_TWO_FACTOR_USER = "Usuário"
|
||||
LABEL_TWO_FACTOR_STATUS = "Status"
|
||||
LABEL_TWO_FACTOR_SECRET = "Segredo"
|
||||
LABEL_TWO_FACTOR_BACKUP_CODES = "Códigos de backup"
|
||||
LABEL_AUTOLOGOUT = "Auto Logout"
|
||||
AUTOLOGIN_NEVER_OPTION_NAME = "Never"
|
||||
AUTOLOGIN_MINUTES_OPTION_NAME = "%MINUTES% minute(s)"
|
||||
BUTTON_CREATE = "Criar novo segredo"
|
||||
BUTTON_CLEAR = "Limpar"
|
||||
BUTTON_TEST = "Testar"
|
||||
|
|
@ -541,6 +545,7 @@ BUTTON_ADD_IDENTITY = "Add an Identity"
|
|||
BUTTON_DELETE = "Excluir"
|
||||
LOADING_PROCESS = "Atualizando a lista de contas"
|
||||
DELETING_ASK = "Você tem certeza?"
|
||||
DEFAULT_IDENTITY_LABEL = "default"
|
||||
|
||||
[SETTINGS_IDENTITIES]
|
||||
LEGEND_IDENTITY = "Identidade"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue