twofactor_totp/l10n/zh_CN.js

19 строки
1.1 KiB
JavaScript

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;");