mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 16:37:02 +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
|
|
@ -376,6 +376,29 @@ NOTIFICATION_TRASH = "Nevybrali jste systémovou složku pro \"Koš\" kam jsou z
|
|||
POkud chcete zprávy odstranit natrvalo, vyberte prosím možnost \"Nepoužívat\"."
|
||||
NOTIFICATION_ARCHIVE = "Nevybrali jste systémovou \"Archiv\", kam se ukládají archivované zprávy."
|
||||
|
||||
[POPUPS_TWO_FACTOR_CFG]
|
||||
LEGEND_TWO_FACTOR_AUTH = "2-Step Verification"
|
||||
LABEL_ENABLE_TWO_FACTOR = "Enable 2-Step verification"
|
||||
LABEL_TWO_FACTOR_USER = "User"
|
||||
LABEL_TWO_FACTOR_STATUS = "Status"
|
||||
LABEL_TWO_FACTOR_SECRET = "Secret"
|
||||
LABEL_TWO_FACTOR_BACKUP_CODES = "Backup codes"
|
||||
BUTTON_CREATE = "Create New Secret"
|
||||
BUTTON_ACTIVATE = "Activate"
|
||||
BUTTON_CLEAR = "Clear"
|
||||
BUTTON_LOGOUT = "Logout"
|
||||
BUTTON_DONE = "Done"
|
||||
BUTTON_TEST = "Test"
|
||||
LINK_TEST = "test"
|
||||
BUTTON_SHOW_SECRET = "Show Secret"
|
||||
BUTTON_HIDE_SECRET = "Hide Secret"
|
||||
TWO_FACTOR_REQUIRE_DESC = "Your account requires 2-Step verification configuration."
|
||||
TWO_FACTOR_SECRET_CONFIGURED_DESC = "Configured"
|
||||
TWO_FACTOR_SECRET_NOT_CONFIGURED_DESC = "Not configured"
|
||||
TWO_FACTOR_SECRET_DESC = "Import this info into your Google Authenticator client (or other TOTP client) using the provided QR code below or by entering the code manually."
|
||||
TWO_FACTOR_BACKUP_CODES_DESC = "If you can't receive codes via Google Authenticator, you can use backup codes to sign in. After you’ve used a backup code to sign in, it will become inactive."
|
||||
TWO_FACTOR_SECRET_TEST_BEFORE_DESC = "You can't change this setting before test."
|
||||
|
||||
[TITLES]
|
||||
LOADING = "Načítám"
|
||||
LOGIN = "Uživatelské jméno"
|
||||
|
|
@ -440,25 +463,10 @@ LABEL_ADD_SIGNATURE_TO_ALL = "Připojit podpis ke všem odchozím zprávám"
|
|||
|
||||
[SETTINGS_SECURITY]
|
||||
LEGEND_SECURITY = "Security"
|
||||
LEGEND_TWO_FACTOR_AUTH = "2-Step Verification"
|
||||
LABEL_ENABLE_TWO_FACTOR = "Enable 2-Step verification"
|
||||
LABEL_TWO_FACTOR_USER = "User"
|
||||
LABEL_TWO_FACTOR_STATUS = "Status"
|
||||
LABEL_TWO_FACTOR_SECRET = "Secret"
|
||||
LABEL_TWO_FACTOR_BACKUP_CODES = "Backup codes"
|
||||
LABEL_CONFIGURATE_TWO_FACTOR = "Configurate 2-Step verification"
|
||||
LABEL_AUTOLOGOUT = "Auto Logout"
|
||||
AUTOLOGIN_NEVER_OPTION_NAME = "Never"
|
||||
AUTOLOGIN_MINUTES_OPTION_NAME = "%MINUTES% minute(s)"
|
||||
BUTTON_CREATE = "Create New Secret"
|
||||
BUTTON_CLEAR = "Clear"
|
||||
BUTTON_TEST = "Test"
|
||||
BUTTON_SHOW_SECRET = "Show Secret"
|
||||
BUTTON_HIDE_SECRET = "Hide Secret"
|
||||
TWO_FACTOR_SECRET_CONFIGURED_DESC = "Configured"
|
||||
TWO_FACTOR_SECRET_NOT_CONFIGURED_DESC = "Not configured"
|
||||
TWO_FACTOR_SECRET_DESC = "Import this info into your Google Authenticator client (or other TOTP client) using the provided QR code below or by entering the code manually."
|
||||
TWO_FACTOR_BACKUP_CODES_DESC = "If you can't receive codes via Google Authenticator, you can use backup codes to sign in. After you’ve used a backup code to sign in, it will become inactive."
|
||||
TWO_FACTOR_SECRET_TEST_BEFORE_DESC = "You can't change this setting before test."
|
||||
|
||||
[SETTINGS_GENERAL]
|
||||
LEGEND_GENERAL = "Všeobecné"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue