twofactor_totp/l10n/zh_TW.js

15 строки
851 B
JavaScript
Исходник Обычный вид История

2017-02-27 04:28:13 +03:00
OC.L10N.register(
"twofactor_totp",
{
2017-08-03 03:23:17 +03:00
"You enabled TOTP two-factor authentication for your account" : "你為你的帳戶啟用了 TOTP 兩階段驗證",
"You disabled TOTP two-factor authentication for your account" : "你為你的帳戶停用了 TOTP 兩階段驗證",
2017-02-27 04:28:13 +03:00
"TOTP (Authenticator app)" : "TOTP (驗證應用程式)",
"Authenticate with a TOTP app" : "使用 TOTP 應用程式驗證身分",
2017-08-03 03:23:17 +03:00
"Two Factor TOTP Provider" : "兩階段驗證TOTP碼提供者",
2018-11-17 04:49:06 +03:00
"Authentication code" : "驗證碼",
2018-10-19 03:32:15 +03:00
"Could not verify your key. Please try again" : "雲端並未完成核對您的密鑰,請重試。",
2017-08-03 03:23:17 +03:00
"Get the authentication code from the two-factor authentication app on your device." : "從你裝置上的兩階段驗證應用程式取得驗證碼.",
2018-10-04 03:39:42 +03:00
"Submit" : "送出"
2017-02-27 04:28:13 +03:00
},
"nplurals=1; plural=0;");