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

zh_CN.js « l10n - github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d4f8a05764e9eb413f64a7f675d32cc9183fc084 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
OC.L10N.register(
    "twofactor_totp",
    {
    "Enable TOTP" : "启用 TOTP",
    "This is your new TOTP secret:" : "这是您的新 TOTP 密钥",
    "Scan this QR code with your TOTP app" : "使用您的 TOTP 应用扫描二维码",
    "Once you have configured your app, enter a test code below to ensure that your app has been configured correctly." : "一旦你配置好你的应用,输入以下测试码来确保你的应用配置正确。",
    "Authentication code" : "验证码",
    "Verify" : "验证",
    "You enabled TOTP two-factor authentication for your account" : "您为您的账户启用了 TOTP 两步验证",
    "You disabled TOTP two-factor authentication for your account" : "您为您的账户禁用了 TOTP 两步验证",
    "TOTP (Authenticator app)" : "TOTP (认证应用)",
    "Authenticate with a TOTP app" : "使用 TOTP 应用验证身份",
    "Submit" : "提交",
    "Get the authentication code from the two-factor authentication app on your device." : "从您设备上的两步验证应用获取验证码",
    "TOTP second-factor auth" : "TOTP 两步验证"
},
"nplurals=1; plural=0;");