diff --git a/options/locale/locale_de-DE.ini b/options/locale/locale_de-DE.ini index f77ae2e09..06c835082 100644 --- a/options/locale/locale_de-DE.ini +++ b/options/locale/locale_de-DE.ini @@ -30,6 +30,7 @@ captcha=CAPTCHA twofa=Zwei-Faktor-Authentifizierung twofa_scratch=Zwei-Faktor-Einmalpasswort passcode=PIN +use_passcode=PIN verwenden u2f_insert_key=Hardware-Sicherheitsschlüssel einstecken u2f_press_button=Drücke den Knopf auf deinem Sicherheitsschlüssel… diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 629d84e05..0c586397d 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -30,6 +30,7 @@ captcha = CAPTCHA twofa = Two-Factor Authentication twofa_scratch = Two-Factor Scratch Code passcode = Passcode +use_passcode = Use Passcode u2f_insert_key = Insert your security key u2f_sign_in = Press the button on your security key. If your security key has no button, re-insert it. diff --git a/options/locale/locale_zh-CN.ini b/options/locale/locale_zh-CN.ini index 1c9565580..9312d9850 100644 --- a/options/locale/locale_zh-CN.ini +++ b/options/locale/locale_zh-CN.ini @@ -30,6 +30,7 @@ captcha=验证码 twofa=两步验证 twofa_scratch=两步验证口令 passcode=验证码 +use_passcode=使用验证码 u2f_insert_key=插入安全密钥 u2f_press_button=请按下安全密钥上的按钮。 diff --git a/options/locale/locale_zh-HK.ini b/options/locale/locale_zh-HK.ini index 4dacd6c84..c47c67d13 100644 --- a/options/locale/locale_zh-HK.ini +++ b/options/locale/locale_zh-HK.ini @@ -16,6 +16,7 @@ notifications=訊息 password=密碼 passcode=驗證碼 +use_passcode=使用驗證碼 repository=儲存庫 diff --git a/options/locale/locale_zh-TW.ini b/options/locale/locale_zh-TW.ini index f26a4a6c8..f75222f3c 100644 --- a/options/locale/locale_zh-TW.ini +++ b/options/locale/locale_zh-TW.ini @@ -30,6 +30,7 @@ captcha=驗證碼 twofa=兩步驟驗證 twofa_scratch=兩步驟驗證備用碼 passcode=驗證碼 +use_passcode=使用驗證碼 u2f_insert_key=插入安全金鑰 u2f_press_button=請按下安全金鑰上的按鈕… diff --git a/templates/user/auth/twofa_scratch.tmpl b/templates/user/auth/twofa_scratch.tmpl index 78aab3e57..c3f9986a5 100644 --- a/templates/user/auth/twofa_scratch.tmpl +++ b/templates/user/auth/twofa_scratch.tmpl @@ -17,6 +17,7 @@
+ {{.i18n.Tr "use_passcode" | Str2html}}