diff options
Diffstat (limited to 'core/l10n/zh_CN.js')
-rw-r--r-- | core/l10n/zh_CN.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/l10n/zh_CN.js b/core/l10n/zh_CN.js index 7be5c0595a7..f1583db31bf 100644 --- a/core/l10n/zh_CN.js +++ b/core/l10n/zh_CN.js @@ -67,11 +67,10 @@ OC.L10N.register( "_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["加载页面出现问题,将在 %n 秒后重新加载"], "Saving..." : "保存中...", "Dismiss" : "忽略", - "This action requires you to confirm your password" : "请您确认您的密码", "Authentication required" : "授权请求", - "Password" : "密码", - "Cancel" : "取消", + "This action requires you to confirm your password" : "请您确认您的密码", "Confirm" : "确认", + "Password" : "密码", "Failed to authenticate, try again" : "授权失败, 请重试", "seconds ago" : "几秒前", "Logging in …" : "正在登录...", @@ -97,6 +96,7 @@ OC.L10N.register( "Already existing files" : "已经存在的文件", "Which files do you want to keep?" : "请选择需要保留的文件?", "If you select both versions, the copied file will have a number added to its name." : "如果同时选择了两个版本, 副本的文件名中将会追加数字.", + "Cancel" : "取消", "Continue" : "继续", "(all selected)" : "(选中全部)", "({count} selected)" : "(选择了 {count} 个)", |