Welcome to mirror list, hosted at ThFree Co, Russian Federation.

zh_HK.js « l10n - github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2347ed356caf976879d4f95add17b3f13d086c7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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 an admin" : "系統管理員已停用 TOTP 雙重認證功能",
    "TOTP (Authenticator app)" : "TOTP (驗證應用程式)",
    "Authenticate with a TOTP app" : "使用 TOTP 應用程式進行驗證",
    "Two-Factor TOTP Provider" : "雙重認證 TOTP 提供者",
    "TOTP two-factor provider" : "TOTP 雙重認證供應商",
    "A Two-Factor-Auth Provider for TOTP (RFC 6238)" : "TOTP 雙重認證裝置供應商(RFC 6238)",
    "Enable TOTP" : "啟用 TOTP",
    "Could not enable TOTP" : "無法啟用 TOTP",
    "Could not verify your key. Please try again" : "無法驗證你的密鑰。請重新再試",
    "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;");