25 lines
1.7 KiB
JavaScript
25 lines
1.7 KiB
JavaScript
OC.L10N.register(
|
||
"twofactor_totp",
|
||
{
|
||
"You enabled TOTP two-factor authentication for your account" : "您已為您的帳戶啟用了 TOTP 雙重認證",
|
||
"You disabled TOTP two-factor authentication for your account" : "您已為您的帳戶停用了 TOTP 雙重認證",
|
||
"TOTP two-factor authentication disabled by the administration" : "管理員已禁用 TOTP 雙重身份驗證。",
|
||
"TOTP (Authenticator app)" : "TOTP (驗證應用程式)",
|
||
"Authenticate with a TOTP app" : "使用 TOTP 應用程式進行驗證",
|
||
"Two-Factor TOTP Provider" : "雙重認證 TOTP 提供者",
|
||
"Two-factor TOTP provider" : "雙重認證 TOTP 提供者",
|
||
"A two-factor authentication provider for TOTP (RFC 6238)" : "TOTP 雙重認證裝置供應商(RFC 6238)",
|
||
"Could not enable TOTP" : "無法啟用 TOTP",
|
||
"Could not verify your key. Please try again" : "無法驗證你的密鑰。請重新再試",
|
||
"Could not confirm TOTP" : "無法確認 TOTP",
|
||
"Enable TOTP" : "啟用 TOTP",
|
||
"Your new TOTP secret is:" : "您的新 TOTP 密鑰為:",
|
||
"For quick setup, scan this QR code with your TOTP app:" : "使用你的 TOTP 應用程式掃描此QR碼可快速設定",
|
||
"After you configured your app, enter a test code below to ensure everything works correctly:" : "當你設定好你的應用程式,請試著在下方輸入應用程式產生的驗證碼,以確保一切正常運作。",
|
||
"Authentication code" : "驗證碼",
|
||
"Verify" : "核對",
|
||
"Get the authentication code from the two-factor authentication app on your device." : "從你裝置上的雙重認證應用程式取得驗證碼。",
|
||
"Submit" : "遞交"
|
||
},
|
||
"nplurals=1; plural=0;");
|