mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 00:47:04 +03:00
Added "Enforce 2-Step verification" setting
This commit is contained in:
parent
b7709c8117
commit
acb013fbb5
47 changed files with 1271 additions and 908 deletions
|
|
@ -377,6 +377,29 @@ NOTIFICATION_TRASH = "Você não selecionou a pasta \"Trash\" de sistema, onde a
|
|||
Se você deseja remover as mensagens definitivamente, por favor selecione a opção \"Do not use\"."
|
||||
NOTIFICATION_ARCHIVE = "Você não selecionou a pasta \"Archive\" de sistema, onde as mensagens arquivadas são colocadas."
|
||||
|
||||
[POPUPS_TWO_FACTOR_CFG]
|
||||
LEGEND_TWO_FACTOR_AUTH = "Verificação em 2-Etapas"
|
||||
LABEL_ENABLE_TWO_FACTOR = "Ativar verificação em 2-Etapas"
|
||||
LABEL_TWO_FACTOR_USER = "Utilizador"
|
||||
LABEL_TWO_FACTOR_STATUS = "Estado"
|
||||
LABEL_TWO_FACTOR_SECRET = "Segredo"
|
||||
LABEL_TWO_FACTOR_BACKUP_CODES = "Códigos secundários"
|
||||
BUTTON_CREATE = "Criar novo Segredo"
|
||||
BUTTON_ACTIVATE = "Activate"
|
||||
BUTTON_CLEAR = "Limpar"
|
||||
BUTTON_LOGOUT = "Logout"
|
||||
BUTTON_DONE = "Done"
|
||||
BUTTON_TEST = "Testar"
|
||||
LINK_TEST = "test"
|
||||
BUTTON_SHOW_SECRET = "Mostrar Segredo"
|
||||
BUTTON_HIDE_SECRET = "Ocultar Segredo"
|
||||
TWO_FACTOR_REQUIRE_DESC = "Your account requires 2-Step verification configuration."
|
||||
TWO_FACTOR_SECRET_CONFIGURED_DESC = "Configurado"
|
||||
TWO_FACTOR_SECRET_NOT_CONFIGURED_DESC = "Não configurado"
|
||||
TWO_FACTOR_SECRET_DESC = "Importe esta informação no seu cliente Google Authenticator (ou outro cliente TOTP) utilizando o código QR fornecido abaixo ou introduzindo o código manualmente."
|
||||
TWO_FACTOR_BACKUP_CODES_DESC = "Se não consegue receber códigos através do Google Authenticator, pode usar os códigos secundários para entrar. Após ter usado um código secundário para entrar, este será desativado."
|
||||
TWO_FACTOR_SECRET_TEST_BEFORE_DESC = "Não pode alterar este parâmetro antes de testar."
|
||||
|
||||
[TITLES]
|
||||
LOADING = "A carregar"
|
||||
LOGIN = "Utilizador"
|
||||
|
|
@ -441,25 +464,10 @@ LABEL_ADD_SIGNATURE_TO_ALL = "Adicionar a sua assinatura a todas as mensagens de
|
|||
|
||||
[SETTINGS_SECURITY]
|
||||
LEGEND_SECURITY = "Segurança"
|
||||
LEGEND_TWO_FACTOR_AUTH = "Verificação em 2-Etapas"
|
||||
LABEL_ENABLE_TWO_FACTOR = "Ativar verificação em 2-Etapas"
|
||||
LABEL_TWO_FACTOR_USER = "Utilizador"
|
||||
LABEL_TWO_FACTOR_STATUS = "Estado"
|
||||
LABEL_TWO_FACTOR_SECRET = "Segredo"
|
||||
LABEL_TWO_FACTOR_BACKUP_CODES = "Códigos secundários"
|
||||
LABEL_CONFIGURATE_TWO_FACTOR = "Configurate 2-Step verification"
|
||||
LABEL_AUTOLOGOUT = "Terminar sessão auto."
|
||||
AUTOLOGIN_NEVER_OPTION_NAME = "Nunca"
|
||||
AUTOLOGIN_MINUTES_OPTION_NAME = "%MINUTES% minuto(s)"
|
||||
BUTTON_CREATE = "Criar novo Segredo"
|
||||
BUTTON_CLEAR = "Limpar"
|
||||
BUTTON_TEST = "Testar"
|
||||
BUTTON_SHOW_SECRET = "Mostrar Segredo"
|
||||
BUTTON_HIDE_SECRET = "Ocultar Segredo"
|
||||
TWO_FACTOR_SECRET_CONFIGURED_DESC = "Configurado"
|
||||
TWO_FACTOR_SECRET_NOT_CONFIGURED_DESC = "Não configurado"
|
||||
TWO_FACTOR_SECRET_DESC = "Importe esta informação no seu cliente Google Authenticator (ou outro cliente TOTP) utilizando o código QR fornecido abaixo ou introduzindo o código manualmente."
|
||||
TWO_FACTOR_BACKUP_CODES_DESC = "Se não consegue receber códigos através do Google Authenticator, pode usar os códigos secundários para entrar. Após ter usado um código secundário para entrar, este será desativado."
|
||||
TWO_FACTOR_SECRET_TEST_BEFORE_DESC = "Não pode alterar este parâmetro antes de testar."
|
||||
|
||||
[SETTINGS_GENERAL]
|
||||
LEGEND_GENERAL = "Geral"
|
||||
|
|
@ -697,4 +705,4 @@ NO_COOKIE_DESC = "O suport de Cookies não está disponível no seu navegador.
|
|||
Por favor ative o suporte de Cookies nas definições do seu navegador e tente novamente."
|
||||
BAD_BROWSER_TITLE = "O seu navegador está desatualizado."
|
||||
BAD_BROWSER_DESC = "Para usar todas as funções da aplicação,
|
||||
transfira e instale um destes navegadores:"
|
||||
transfira e instale um destes navegadores:"
|
||||
Loading…
Add table
Add a link
Reference in a new issue