mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-11 00:14:50 +03:00
#84 as plugin
This commit is contained in:
parent
84f3a7dd77
commit
d9bab28bfe
16 changed files with 1206 additions and 0 deletions
32
plugins/two-factor-auth/langs/de_DE.ini
Normal file
32
plugins/two-factor-auth/langs/de_DE.ini
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
[TAB_SECURITY]
|
||||
LABEL_ALLOW_TWO_STEP = "Zwei-Faktor-Authentifizierung erlauben"
|
||||
LABEL_FORCE_TWO_STEP = "Zwei-Faktor-Authentifizierung erzwingen"
|
||||
[POPUPS_TWO_FACTOR_CFG]
|
||||
LEGEND_TWO_FACTOR_AUTH = "Zwei-Faktor-Authentifizierung"
|
||||
LABEL_ENABLE_TWO_FACTOR = "Zwei-Faktor-Authentifizierung aktivieren"
|
||||
LABEL_TWO_FACTOR_USER = "Benutzer"
|
||||
LABEL_TWO_FACTOR_STATUS = "Status"
|
||||
LABEL_TWO_FACTOR_SECRET = "Geheimnis"
|
||||
LABEL_TWO_FACTOR_BACKUP_CODES = "Sicherungscodes"
|
||||
BUTTON_CREATE = "Neues Geheimnis erstellen"
|
||||
BUTTON_ACTIVATE = "Aktivieren"
|
||||
LINK_TEST = "test"
|
||||
BUTTON_SHOW_SECRET = "Geheimnis einblenden"
|
||||
BUTTON_HIDE_SECRET = "Geheminis ausblenden"
|
||||
TWO_FACTOR_REQUIRE_DESC = "Ihr Benutzerkonto erfordert die Einrichtung der Zwei-Faktor-Authentifizierung."
|
||||
TWO_FACTOR_SECRET_CONFIGURED_DESC = "Konfiguriert"
|
||||
TWO_FACTOR_SECRET_NOT_CONFIGURED_DESC = "Nicht konfiguriert"
|
||||
TWO_FACTOR_SECRET_DESC = "Importieren Sie diese Information in Ihre Google-Authenticator-Anwendung (oder andere TOTP-Anwendung), indem Sie den unten bereitgestellten QR-Code verwenden oder den Code manuell eingeben."
|
||||
TWO_FACTOR_BACKUP_CODES_DESC = "Sollten Sie keine Codes über den Google Authenticator erhalten, können Sie einen Sicherungscode zur Anmeldung verwenden. Der Sicherungscode wird inaktiv, sobald Sie ihn zur Anmeldung verwendet haben."
|
||||
TWO_FACTOR_SECRET_TEST_BEFORE_DESC = "Sie können diese Einstellung nicht ohne vorherigen Test verändern."
|
||||
[POPUPS_TWO_FACTOR_TEST]
|
||||
TITLE_TEST_CODE = "Zwei-Faktor-Authentifizierung"
|
||||
LABEL_CODE = "Code"
|
||||
[SETTINGS_SECURITY]
|
||||
LABEL_CONFIGURE_TWO_FACTOR = "Zwei-Faktor-Authentifizierung konfigurieren"
|
||||
[NOTIFICATIONS]
|
||||
ACCOUNT_TWO_FACTOR_AUTH_REQUIRED = "Zwei-Faktor-Authentifizierung erforderlich"
|
||||
ACCOUNT_TWO_FACTOR_AUTH_ERROR = "Fehler bei Zwei-Faktor-Authentifizierung"
|
||||
[LOGIN]
|
||||
LABEL_VERIFICATION_CODE = "Verifizierungscode"
|
||||
LABEL_DONT_ASK_VERIFICATION_CODE = "Für zwei Wochen nicht nach dem Code fragen"
|
||||
32
plugins/two-factor-auth/langs/en.ini
Normal file
32
plugins/two-factor-auth/langs/en.ini
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
[TAB_SECURITY]
|
||||
LABEL_ALLOW_TWO_STEP = "Allow 2-Step Verification"
|
||||
LABEL_FORCE_TWO_STEP = "Enforce 2-Step Verification"
|
||||
[POPUPS_TWO_FACTOR_TEST]
|
||||
TITLE_TEST_CODE = "2-Step verification test"
|
||||
LABEL_CODE = "Code"
|
||||
[POPUPS_TWO_FACTOR_CFG]
|
||||
LEGEND_TWO_FACTOR_AUTH = "2-Step Verification (TOTP)"
|
||||
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 a secret"
|
||||
BUTTON_ACTIVATE = "Activate"
|
||||
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.\n"
|
||||
TWO_FACTOR_BACKUP_CODES_DESC = "If you can't receive codes via Google Authenticator (or other TOTP client), you can use backup codes to sign in. After you’ve used a backup code to sign in, it will become inactive.\n"
|
||||
TWO_FACTOR_SECRET_TEST_BEFORE_DESC = "You can't change this setting before test."
|
||||
[SETTINGS_SECURITY]
|
||||
LABEL_CONFIGURE_TWO_FACTOR = "Configure 2-Step verification"
|
||||
[NOTIFICATIONS]
|
||||
ACCOUNT_TWO_FACTOR_AUTH_REQUIRED = "Two factor verification required"
|
||||
ACCOUNT_TWO_FACTOR_AUTH_ERROR = "Two factor verification error"
|
||||
[LOGIN]
|
||||
LABEL_VERIFICATION_CODE = "Verification Code"
|
||||
LABEL_DONT_ASK_VERIFICATION_CODE = "Don't ask for the code for 2 weeks"
|
||||
32
plugins/two-factor-auth/langs/es_ES.ini
Normal file
32
plugins/two-factor-auth/langs/es_ES.ini
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
[TAB_SECURITY]
|
||||
LABEL_ALLOW_TWO_STEP = "Activar la verificación de 2 pasos"
|
||||
LABEL_FORCE_TWO_STEP = "Forzar la Autenticación en 2 pasos"
|
||||
[POPUPS_TWO_FACTOR_TEST]
|
||||
TITLE_TEST_CODE = "Prueba de verificación de 2 pasos"
|
||||
LABEL_CODE = "Código"
|
||||
[POPUPS_TWO_FACTOR_CFG]
|
||||
LEGEND_TWO_FACTOR_AUTH = "Verificación de 2 Pasos"
|
||||
LABEL_ENABLE_TWO_FACTOR = "Activar la verificación de 2 pasos"
|
||||
LABEL_TWO_FACTOR_USER = "Usuario"
|
||||
LABEL_TWO_FACTOR_STATUS = "Estado"
|
||||
LABEL_TWO_FACTOR_SECRET = "Clave secreta"
|
||||
LABEL_TWO_FACTOR_BACKUP_CODES = "Códigos de copia de seguridad"
|
||||
BUTTON_CREATE = "Crear nueva clave secreta"
|
||||
BUTTON_ACTIVATE = "Activate"
|
||||
LINK_TEST = "probar"
|
||||
BUTTON_SHOW_SECRET = "Mostrar clave secreta"
|
||||
BUTTON_HIDE_SECRET = "Ocultar clave secreta"
|
||||
TWO_FACTOR_REQUIRE_DESC = "Se requiere que configure la verificación de 2-pasos."
|
||||
TWO_FACTOR_SECRET_CONFIGURED_DESC = "Configurado"
|
||||
TWO_FACTOR_SECRET_NOT_CONFIGURED_DESC = "No configurado"
|
||||
TWO_FACTOR_SECRET_DESC = "Importar esta información en su cliente Google Authenticator (u otro cliente TOTP) utilizando el código QR se indica debajo o introduciendo el código manualmente."
|
||||
TWO_FACTOR_BACKUP_CODES_DESC = "Si usted no puede recibir los códigos a través de Google Authenticator, puede utilizar códigos de copia de seguridad para firmar pulg Después de que usted ha utilizado un código de copia de seguridad para iniciar sesión, se convertirá en inactiva."
|
||||
TWO_FACTOR_SECRET_TEST_BEFORE_DESC = "You can't change this setting before test."
|
||||
[SETTINGS_SECURITY]
|
||||
LABEL_CONFIGURE_TWO_FACTOR = "Configurar verificación de 2-Pasos"
|
||||
[NOTIFICATIONS]
|
||||
ACCOUNT_TWO_FACTOR_AUTH_REQUIRED = "Factor de verificación en dos pasos requerido"
|
||||
ACCOUNT_TWO_FACTOR_AUTH_ERROR = "Error de verificación en dos pasos"
|
||||
[LOGIN]
|
||||
LABEL_VERIFICATION_CODE = "Código de verificación"
|
||||
LABEL_DONT_ASK_VERIFICATION_CODE = "No solicitar el código de verificación durante 2 semanas"
|
||||
32
plugins/two-factor-auth/langs/fr_FR.ini
Normal file
32
plugins/two-factor-auth/langs/fr_FR.ini
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
[TAB_SECURITY]
|
||||
LABEL_ALLOW_TWO_STEP = "Autoriser l'authentification en deux étapes"
|
||||
LABEL_FORCE_TWO_STEP = "Forcer l'authentification en deux étapes"
|
||||
[POPUPS_TWO_FACTOR_CFG]
|
||||
LEGEND_TWO_FACTOR_AUTH = "Authentification en deux étapes"
|
||||
LABEL_ENABLE_TWO_FACTOR = "Activer l'authentification en deux étapes"
|
||||
LABEL_TWO_FACTOR_USER = "Utilisateur"
|
||||
LABEL_TWO_FACTOR_STATUS = "Statut"
|
||||
LABEL_TWO_FACTOR_SECRET = "Secret"
|
||||
LABEL_TWO_FACTOR_BACKUP_CODES = "Code de sauvegarde"
|
||||
BUTTON_CREATE = "Créer une nouvelle clé secrète"
|
||||
BUTTON_ACTIVATE = "Activer"
|
||||
LINK_TEST = "test"
|
||||
BUTTON_SHOW_SECRET = "Montrer la clé secrète"
|
||||
BUTTON_HIDE_SECRET = "Masquer la clé secrète"
|
||||
TWO_FACTOR_REQUIRE_DESC = "Votre compte requiert la configuration d'une vérification en deux étapes."
|
||||
TWO_FACTOR_SECRET_CONFIGURED_DESC = "Configuré"
|
||||
TWO_FACTOR_SECRET_NOT_CONFIGURED_DESC = "Non configuré"
|
||||
TWO_FACTOR_SECRET_DESC = "Importez ces informations dans votre client Google Authenticator (ou un autre client TOTP) en utilisant le code QR fourni ci-dessous ou en entrant les valeurs manuellement."
|
||||
TWO_FACTOR_BACKUP_CODES_DESC = "Si vous ne pouvez pas recevoir les codes par Google Authenticator, vous pouvez utiliser les codes de sauvegarde pour vous connecter. Après avoir fait cela, il deviendra inactif."
|
||||
TWO_FACTOR_SECRET_TEST_BEFORE_DESC = "Vous ne pouvez pas modifier ce paramètre avant de l'avoir essayé."
|
||||
[POPUPS_TWO_FACTOR_TEST]
|
||||
TITLE_TEST_CODE = "Test d'authentification en deux étapes"
|
||||
LABEL_CODE = "Code"
|
||||
[SETTINGS_SECURITY]
|
||||
LABEL_CONFIGURE_TWO_FACTOR = "Configurer l'authentification en deux étapes"
|
||||
[NOTIFICATIONS]
|
||||
ACCOUNT_TWO_FACTOR_AUTH_REQUIRED = "Double authentification requise"
|
||||
ACCOUNT_TWO_FACTOR_AUTH_ERROR = "Erreur lors de la double authentification"
|
||||
[LOGIN]
|
||||
LABEL_VERIFICATION_CODE = "Code de vérification"
|
||||
LABEL_DONT_ASK_VERIFICATION_CODE = "Ne plus demander le code pendant 2 semaines"
|
||||
32
plugins/two-factor-auth/langs/hu-HU.ini
Normal file
32
plugins/two-factor-auth/langs/hu-HU.ini
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
[TAB_SECURITY]
|
||||
LABEL_ALLOW_TWO_STEP = "2 lépcsős hitelesítés engedélyezése"
|
||||
LABEL_FORCE_TWO_STEP = "2 lépcsős hitelesítés kényszerítése"
|
||||
[POPUPS_TWO_FACTOR_CFG]
|
||||
LEGEND_TWO_FACTOR_AUTH = "2 lépcsős hitelesítés"
|
||||
LABEL_ENABLE_TWO_FACTOR = "2 lépcsős hitelesítés engedélyezése"
|
||||
LABEL_TWO_FACTOR_USER = "Felhasználó"
|
||||
LABEL_TWO_FACTOR_STATUS = "Állapot"
|
||||
LABEL_TWO_FACTOR_SECRET = "Titok"
|
||||
LABEL_TWO_FACTOR_BACKUP_CODES = "Biztonsági kódok"
|
||||
BUTTON_CREATE = "Új titok létrehozás"
|
||||
BUTTON_ACTIVATE = "Aktivál"
|
||||
LINK_TEST = "teszt"
|
||||
BUTTON_SHOW_SECRET = "Titok megjelenítése"
|
||||
BUTTON_HIDE_SECRET = "Titok elrejtése"
|
||||
TWO_FACTOR_REQUIRE_DESC = "A fiókhoz 2 lépcsős hitelesítés szükséges."
|
||||
TWO_FACTOR_SECRET_CONFIGURED_DESC = "Beállítva"
|
||||
TWO_FACTOR_SECRET_NOT_CONFIGURED_DESC = "Nincs beállítva"
|
||||
TWO_FACTOR_SECRET_DESC = "Importáld ezt az infót a Google Authenticator kliensedbe (vagy más TOTP kliensbe) az alábbi QR kód használatával vagy a kód manuális megadatásával.\n"
|
||||
TWO_FACTOR_BACKUP_CODES_DESC = "Ha nem kapod meg a kódokat a Google Authenticator kliensből (vagy más TOTP kliensből), akkor a bejelentkezéshez használhatod a biztonsági kódot. A biztonsági kód használata után inaktívvá válik.\n"
|
||||
TWO_FACTOR_SECRET_TEST_BEFORE_DESC = "Tesztelés nélkül nem lehet megváltoztatni ezt a beállítást."
|
||||
[POPUPS_TWO_FACTOR_TEST]
|
||||
TITLE_TEST_CODE = "2-lépéses hitelesítés teszt"
|
||||
LABEL_CODE = "Kód"
|
||||
[SETTINGS_SECURITY]
|
||||
LABEL_CONFIGURE_TWO_FACTOR = "2 lépcsős hitelesítés beállítása"
|
||||
[NOTIFICATIONS]
|
||||
ACCOUNT_TWO_FACTOR_AUTH_REQUIRED = "Kétlépcsős azonosítás kötelező"
|
||||
ACCOUNT_TWO_FACTOR_AUTH_ERROR = "Kétlépcsős azonosítás hiba"
|
||||
[LOGIN]
|
||||
LABEL_VERIFICATION_CODE = "Megerősítő kód"
|
||||
LABEL_DONT_ASK_VERIFICATION_CODE = "Két hétig ne kérje a kódot"
|
||||
32
plugins/two-factor-auth/langs/nl_NL.ini
Normal file
32
plugins/two-factor-auth/langs/nl_NL.ini
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
[TAB_SECURITY]
|
||||
LABEL_ALLOW_TWO_STEP = "2-Stap verificatie toestaan"
|
||||
LABEL_FORCE_TWO_STEP = "2-Stap verificatie afdwingen"
|
||||
[POPUPS_TWO_FACTOR_CFG]
|
||||
LEGEND_TWO_FACTOR_AUTH = "2-Stap verificatie"
|
||||
LABEL_ENABLE_TWO_FACTOR = "Gebruik 2-Stap verificatie"
|
||||
LABEL_TWO_FACTOR_USER = "Gebruikersnaam"
|
||||
LABEL_TWO_FACTOR_STATUS = "Status"
|
||||
LABEL_TWO_FACTOR_SECRET = "Geheime sleutel"
|
||||
LABEL_TWO_FACTOR_BACKUP_CODES = "Backup codes"
|
||||
BUTTON_CREATE = "Nieuwe geheime sleutel aanmaken"
|
||||
BUTTON_ACTIVATE = "Activate"
|
||||
LINK_TEST = "test"
|
||||
BUTTON_SHOW_SECRET = "Bekijk geheime sleutel"
|
||||
BUTTON_HIDE_SECRET = "Verberg geheime sleutel"
|
||||
TWO_FACTOR_REQUIRE_DESC = "Uw account vereist 2-Stap verificatie configuratie."
|
||||
TWO_FACTOR_SECRET_CONFIGURED_DESC = "Geconfigureerd"
|
||||
TWO_FACTOR_SECRET_NOT_CONFIGURED_DESC = "Niet geconfigureerd"
|
||||
TWO_FACTOR_SECRET_DESC = "Importeer deze informatie in uw Google Authenticator-client (of andere TOTP-client) door gebruik te maken van de QR code hier beneden of door de code handmatig in te voeren."
|
||||
TWO_FACTOR_BACKUP_CODES_DESC = "Als u geen codes ontvangt via de Google Authenticator kunt u de backup codes gebruiken om in te loggen. Na gebruik van de backup code wordt deze inactief."
|
||||
TWO_FACTOR_SECRET_TEST_BEFORE_DESC = "U kunt 2-stap verificatie niet activeren voordat u het succesvol getest heeft."
|
||||
[POPUPS_TWO_FACTOR_TEST]
|
||||
TITLE_TEST_CODE = "2-Stap verificatie test"
|
||||
LABEL_CODE = "Code"
|
||||
[SETTINGS_SECURITY]
|
||||
LABEL_CONFIGURE_TWO_FACTOR = "Configureer 2-stap verificatie"
|
||||
[NOTIFICATIONS]
|
||||
ACCOUNT_TWO_FACTOR_AUTH_REQUIRED = "2-Stap verificatie vereist"
|
||||
ACCOUNT_TWO_FACTOR_AUTH_ERROR = "2-Stap verificatie fout"
|
||||
[LOGIN]
|
||||
LABEL_VERIFICATION_CODE = "Verificatie Code"
|
||||
LABEL_DONT_ASK_VERIFICATION_CODE = "Vraag 2 weken niet naar code"
|
||||
32
plugins/two-factor-auth/langs/sv-SE.ini
Normal file
32
plugins/two-factor-auth/langs/sv-SE.ini
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
[TAB_SECURITY]
|
||||
LABEL_ALLOW_TWO_STEP = "Låt 2-tvåstegsverifiering"
|
||||
LABEL_FORCE_TWO_STEP = "Driva 2-tvåstegsverifiering"
|
||||
[POPUPS_TWO_FACTOR_CFG]
|
||||
LEGEND_TWO_FACTOR_AUTH = "Tvåstegsverifiering (TOTP)"
|
||||
LABEL_ENABLE_TWO_FACTOR = "Aktivera tvåstegsverifiering"
|
||||
LABEL_TWO_FACTOR_USER = "Användare"
|
||||
LABEL_TWO_FACTOR_STATUS = "Status"
|
||||
LABEL_TWO_FACTOR_SECRET = "Hemlig kod"
|
||||
LABEL_TWO_FACTOR_BACKUP_CODES = "Backupkoder"
|
||||
BUTTON_CREATE = "Skapa ny hemlig kod"
|
||||
BUTTON_ACTIVATE = "Aktivera"
|
||||
LINK_TEST = "test"
|
||||
BUTTON_SHOW_SECRET = "Visa hemlig kod"
|
||||
BUTTON_HIDE_SECRET = "Göm hemlig kod"
|
||||
TWO_FACTOR_REQUIRE_DESC = "Ditt konto kräver tvåstegsverifiering."
|
||||
TWO_FACTOR_SECRET_CONFIGURED_DESC = "Konfigurerad"
|
||||
TWO_FACTOR_SECRET_NOT_CONFIGURED_DESC = "Inte konfigurarad"
|
||||
TWO_FACTOR_SECRET_DESC = "Importera denna information till din Google Authenticator klient (eller annan TOTP klient) med denna QR kod eller manuellt med koden här nedan."
|
||||
TWO_FACTOR_BACKUP_CODES_DESC = "Om du inte kan ta emot koderna med Google Authenticator, så använd backupkoderna för att logga in. När du använt backupkoderna för att logga in så blir dom inaktiva."
|
||||
TWO_FACTOR_SECRET_TEST_BEFORE_DESC = "Du kan inte ändra denna inställning innan test."
|
||||
[POPUPS_TWO_FACTOR_TEST]
|
||||
TITLE_TEST_CODE = "Tvåstegsverifieringstest"
|
||||
LABEL_CODE = "Kod"
|
||||
[SETTINGS_SECURITY]
|
||||
LABEL_CONFIGURE_TWO_FACTOR = "Konfigurera tvåstegsverifiering"
|
||||
[NOTIFICATIONS]
|
||||
ACCOUNT_TWO_FACTOR_AUTH_REQUIRED = "Tvåstegsverifiering krävs"
|
||||
ACCOUNT_TWO_FACTOR_AUTH_ERROR = "Tvåstegsverifieringsfel"
|
||||
[LOGIN]
|
||||
LABEL_VERIFICATION_CODE = "Verifikationskod"
|
||||
LABEL_DONT_ASK_VERIFICATION_CODE = "Fråga inte efter koden på 2 veckor"
|
||||
32
plugins/two-factor-auth/langs/zh_CN.ini
Normal file
32
plugins/two-factor-auth/langs/zh_CN.ini
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
[TAB_SECURITY]
|
||||
LABEL_ALLOW_TWO_STEP = "允许两步验证"
|
||||
LABEL_FORCE_TWO_STEP = "强制使用两步验证"
|
||||
[POPUPS_TWO_FACTOR_CFG]
|
||||
LEGEND_TWO_FACTOR_AUTH = "两步验证 (TOTP)"
|
||||
LABEL_ENABLE_TWO_FACTOR = "启用两步验证"
|
||||
LABEL_TWO_FACTOR_USER = "用户"
|
||||
LABEL_TWO_FACTOR_STATUS = "状态"
|
||||
LABEL_TWO_FACTOR_SECRET = "密钥"
|
||||
LABEL_TWO_FACTOR_BACKUP_CODES = "备用代码"
|
||||
BUTTON_CREATE = "创建新密钥"
|
||||
BUTTON_ACTIVATE = "启用"
|
||||
LINK_TEST = "测试"
|
||||
BUTTON_SHOW_SECRET = "显示密钥"
|
||||
BUTTON_HIDE_SECRET = "隐藏密钥"
|
||||
TWO_FACTOR_REQUIRE_DESC = "您的账户需要设置两步验证。"
|
||||
TWO_FACTOR_SECRET_CONFIGURED_DESC = "已设置"
|
||||
TWO_FACTOR_SECRET_NOT_CONFIGURED_DESC = "未设置"
|
||||
TWO_FACTOR_SECRET_DESC = "将下面的信息导入 Google Authenticator (或其他 TOTP 客户端)。 扫描下面的二维码或手动输入密钥。\n"
|
||||
TWO_FACTOR_BACKUP_CODES_DESC = "如果你无法从验证器获取验证码,你可以使用备用代码登录。 当你使用过某一个备用代码后,它将会失效。\n"
|
||||
TWO_FACTOR_SECRET_TEST_BEFORE_DESC = "完成测试前你无法更改此设置。"
|
||||
[POPUPS_TWO_FACTOR_TEST]
|
||||
TITLE_TEST_CODE = "两步验证测试"
|
||||
LABEL_CODE = "代码"
|
||||
[SETTINGS_SECURITY]
|
||||
LABEL_CONFIGURE_TWO_FACTOR = "配置两步验证"
|
||||
[NOTIFICATIONS]
|
||||
ACCOUNT_TWO_FACTOR_AUTH_REQUIRED = "需要进行两步验证"
|
||||
ACCOUNT_TWO_FACTOR_AUTH_ERROR = "两步验证错误"
|
||||
[LOGIN]
|
||||
LABEL_VERIFICATION_CODE = "验证码"
|
||||
LABEL_DONT_ASK_VERIFICATION_CODE = "在两周内不再询问验证码"
|
||||
Loading…
Add table
Add a link
Reference in a new issue