diff options
Diffstat (limited to 'apps/settings/l10n/zh_CN.js')
-rw-r--r-- | apps/settings/l10n/zh_CN.js | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/apps/settings/l10n/zh_CN.js b/apps/settings/l10n/zh_CN.js index 317d81f3fa6..fa41ba19ed6 100644 --- a/apps/settings/l10n/zh_CN.js +++ b/apps/settings/l10n/zh_CN.js @@ -47,6 +47,7 @@ OC.L10N.register( "{actor} changed your password" : "{actor} 已更改您的密码", "You changed your password" : "您已更改您的密码", "Your password was reset by an administrator" : "您的密码已被管理员重置", + "Your password was reset" : "您的密码已重置", "{actor} changed your email address" : "{actor} 已更改您的电子邮件地址", "You changed your email address" : "您已更改您的电子邮件地址", "Your email address was changed by an administrator" : "您的电子邮件地址已被管理员更改", @@ -88,6 +89,7 @@ OC.L10N.register( "%1$s changed your password on %2$s." : "%1$s 更改了您在 %2$s 上的密码。", "Your password on %s was changed." : "您在 %s 上的密码已被更改。", "Your password on %s was reset by an administrator." : "您在 %s 上的密码已被管理员重置。", + "Your password on %s was reset." : "您在 %s 上的密码已重置。", "Password for %1$s changed on %2$s" : "%2$s %1$s 的密码已更改", "Password changed for %s" : "%s 的密码已更改", "If you did not request this, please contact an administrator." : "如果这不是您发起的请求,请联系管理员。", @@ -242,10 +244,20 @@ OC.L10N.register( "Common languages" : "常用语言", "All languages" : "所有语言", "Password change is disabled because the master key is disabled" : "密码修改被禁用,因为主密码被禁用", + "Passwordless authentication requires a secure connection." : "无密码身份验证需要安全的连接。", + "Add WebAuthn device" : "添加 WebAuthn 设备", + "Please authorize your WebAuthn device." : "请授权您的 WebAuthn 设备。", "Name your device" : "为您的设备命名", "Add" : "添加", "Adding your device …" : "正在添加您的设备...", + "Server error while trying to add WebAuthn device" : "尝试添加 WebAuthn 设备时出现服务器错误", + "Server error while trying to complete WebAuthn device registration" : "尝试完成 WebAuthn 设备注册时出现服务器错误", "Unnamed device" : "未命名的设备", + "Passwordless Authentication" : "无密码认证", + "Set up your account for passwordless authentication following the FIDO2 standard." : "遵循 FIDO2 标准为无密码身份验证设置您的账号。", + "No devices configured." : "未配置任何设备。", + "The following devices are configured for your account:" : "为您的帐户配置了以下设备:", + "Your browser does not support WebAuthn." : "您的浏览器不支持 WebAuthn。", "Your apps" : "您的应用", "Active apps" : "已启用的应用", "Disabled apps" : "已禁用的应用", |