diff options
Diffstat (limited to 'settings/l10n/zh_CN.js')
-rw-r--r-- | settings/l10n/zh_CN.js | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/settings/l10n/zh_CN.js b/settings/l10n/zh_CN.js index 6d76d612719..70a8275eb2f 100644 --- a/settings/l10n/zh_CN.js +++ b/settings/l10n/zh_CN.js @@ -1,16 +1,6 @@ OC.L10N.register( "settings", { - "Unable to change password" : "无法修改密码", - "Verifying …" : "正在验证...", - "An error occured while changing your language. Please reload the page and try again." : "在为您更改语言设置的过程中出错,请刷新页面重试", - "Select a profile picture" : "选择头像", - "Very weak password" : "非常弱的密码", - "Weak password" : "弱密码", - "So-so password" : "一般强度的密码", - "Good password" : "较强的密码", - "Strong password" : "强密码", - "Groups" : "分组", "Official" : "官方", "Visit website" : "访问网站", "User documentation" : "用户文档", @@ -202,6 +192,7 @@ OC.L10N.register( "Wrong password" : "密码错误", "Saved" : "已保存", "No user supplied" : "没有满足的用户", + "Unable to change password" : "无法修改密码", "Authentication error" : "认证错误", "Please provide an admin recovery password; otherwise, all user data will be lost." : "请提供管理员恢复密码, 否则所有用户的数据都将丢失.", "Wrong admin recovery password. Please check the password and try again." : "错误的管理员恢复密码. 请检查密码并重试.", @@ -323,6 +314,15 @@ OC.L10N.register( "Public" : "公开", "Will be synced to a global and public address book" : "将同步到全局和公开地址簿中", "Verify" : "验证", + "Verifying …" : "正在验证...", + "An error occured while changing your language. Please reload the page and try again." : "在为您更改语言设置的过程中出错,请刷新页面重试", + "Select a profile picture" : "选择头像", + "Very weak password" : "非常弱的密码", + "Weak password" : "弱密码", + "So-so password" : "一般强度的密码", + "Good password" : "较强的密码", + "Strong password" : "强密码", + "Groups" : "分组", "Unable to delete {objName}" : "无法删除 {objName}", "Error creating group: {message}" : "创建分组时出错: {message}", "A valid group name must be provided" : "请提供一个有效的分组名称", |