mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 00:17:03 +03:00
2-Step Verification (Google Authenticator)
Small fixes
This commit is contained in:
parent
cae0cc2f77
commit
419b47a81e
51 changed files with 1747 additions and 419 deletions
|
|
@ -3,6 +3,7 @@ LABEL_EMAIL = "E-pasts"
|
|||
LABEL_LOGIN = "Ielogoties"
|
||||
LABEL_PASSWORD = "Parole"
|
||||
LABEL_SIGN_ME = "Atcerēties mani"
|
||||
LABEL_VERIFICATION_CODE = "Verification Code"
|
||||
BUTTON_SIGN_IN = "Ielogoties"
|
||||
TITLE_SIGN_IN_GOOGLE = "Ielogoties izmantojot Google"
|
||||
TITLE_SIGN_IN_FACEBOOK = "Ielogoties izmantojot Facebook"
|
||||
|
|
@ -267,6 +268,11 @@ BUTTON_SIGN = "Sign"
|
|||
BUTTON_ENCRYPT = "Encrypt"
|
||||
BUTTON_SIGN_AND_ENCRYPT = "Sign and encrypt"
|
||||
|
||||
[POPUPS_TWO_FACTOR_TEST]
|
||||
TITLE_TEST_CODE = "2-Step verification test"
|
||||
LABEL_CODE = "Code"
|
||||
BUTTON_TEST = "Test"
|
||||
|
||||
[POPUPS_SYSTEM_FOLDERS]
|
||||
TITLE_SYSTEM_FOLDERS = "Izvēlaties sistēmas mapes"
|
||||
SELECT_CHOOSE_ONE = "Izvēlaties vienu"
|
||||
|
|
@ -321,6 +327,7 @@ LABEL_FOLDERS_NAME = "Mapes"
|
|||
LABEL_ACCOUNTS_NAME = "Konti"
|
||||
LABEL_IDENTITY_NAME = "Identity"
|
||||
LABEL_IDENTITIES_NAME = "Identities"
|
||||
LABEL_SECURITY_NAME = "Security"
|
||||
LABEL_SOCIAL_NAME = "Sociālie"
|
||||
LABEL_THEMES_NAME = "Tēmas"
|
||||
LABEL_CHANGE_PASSWORD_NAME = "Parole"
|
||||
|
|
@ -334,6 +341,21 @@ LABEL_REPLY_TO = "Atbildēt uz"
|
|||
LABEL_SIGNATURE = "Paraksts"
|
||||
LABEL_ADD_SIGNATURE_TO_ALL = "Add your signature to all the outgoing messages"
|
||||
|
||||
[SETTINGS_SECURITY]
|
||||
LEGEND_TWO_FACTOR_AUTH = "2-Step Verification (Google Authenticator)"
|
||||
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_CLEAR = "Clear"
|
||||
BUTTON_TEST = "Test"
|
||||
TWO_FACTOR_SECRET_CONFIGURED_DESC = "Configured"
|
||||
TWO_FACTOR_SECRET_NOT_CONFIGURED_DESC = "Not configured"
|
||||
TWO_FACTOR_SECRET_DESC = "Import this info into your Gooogle 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."
|
||||
|
||||
[SETTINGS_GENERAL]
|
||||
LEGEND_GENERAL = "Vispārējie"
|
||||
LABEL_LANGUAGE = "Valoda"
|
||||
|
|
@ -452,6 +474,8 @@ SOCIAL_TWITTER_LOGIN_ACCESS_DISABLE = "Sociālā ID nav pievienot nevienam e-pas
|
|||
SOCIAL_GOOGLE_LOGIN_ACCESS_DISABLE = "Sociālā ID nav pievienot nevienam e-pastam. Ielogojaties ar e-pastu un ieslēdzat šādu iespeju uzstādijumos."
|
||||
DOMAIN_NOT_ALLOWED = "Šis domēns nav atļauts"
|
||||
ACCOUNT_NOT_ALLOWED = "Account is not allowed"
|
||||
ACCOUNT_TWO_FACTOR_AUTH_REQUIRED = "Two factor verification required"
|
||||
ACCOUNT_TWO_FACTOR_AUTH_ERROR = "Two factor verification error"
|
||||
CANT_GET_MESSAGE_LIST = "Nevar ielādēt ziņojumu sarakstu"
|
||||
CANT_GET_MESSAGE = "Nevar ielādēt ziņojumu"
|
||||
CANT_DELETE_MESSAGE = "Nevar izdzēst ziņojumu"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue