diff options
Diffstat (limited to 'core/l10n/zh_CN.js')
-rw-r--r-- | core/l10n/zh_CN.js | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/core/l10n/zh_CN.js b/core/l10n/zh_CN.js index f0065dfe335..e9201e13f28 100644 --- a/core/l10n/zh_CN.js +++ b/core/l10n/zh_CN.js @@ -59,6 +59,36 @@ OC.L10N.register( "%s (incompatible)" : "%s (不兼容)", "Following apps have been disabled: %s" : "下列应用已经被禁用:%s", "Already up to date" : "已经是最新", + "No" : "否", + "Yes" : "是", + "No files in here" : "未找到文件", + "New folder" : "新建文件夹", + "No more subfolders in here" : "没有更多的子文件夹", + "Name" : "名称", + "Size" : "大小", + "Modified" : "已修改", + "{newName} already exists" : "{newName} 已经存在", + "Choose" : "选择", + "Copy" : "复制", + "Move" : "移动", + "Error loading file picker template: {error}" : "加载文件选择模板出错:{error}", + "OK" : "确认", + "Error loading message template: {error}" : "加载消息模板出错:{error}", + "read-only" : "只读", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} 个文件冲突"], + "One file conflict" : "1 个文件冲突", + "New Files" : "新文件", + "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} 个)", + "Error loading file exists template" : "加载文件存在性模板失败", + "Pending" : "等待", + "Copy to {folder}" : "复制到 {folder}", + "Move to {folder}" : "移动到 {folder}", "Saving..." : "保存中...", "Dismiss" : "忽略", "Authentication required" : "授权请求", @@ -92,7 +122,6 @@ OC.L10N.register( "Not supported!" : "不支持!", "Press ⌘-C to copy." : "按 ⌘ + C 进行复制。", "Press Ctrl-C to copy." : "按 Ctrl + C 进行复制。", - "Copy" : "复制", "Unable to create a link share" : "无法创建共享链接", "Unable to toggle this option" : "无法切换此项", "Resharing is not allowed" : "不允许二次共享", @@ -174,35 +203,6 @@ OC.L10N.register( "Password can not be changed. Please contact your administrator." : "无法修改密码,请联系管理员。", "Reset password" : "重置密码", "Sending email …" : "正在发送邮件…", - "No" : "否", - "Yes" : "是", - "No files in here" : "未找到文件", - "New folder" : "新建文件夹", - "No more subfolders in here" : "没有更多的子文件夹", - "Name" : "名称", - "Size" : "大小", - "Modified" : "已修改", - "{newName} already exists" : "{newName} 已经存在", - "Choose" : "选择", - "Move" : "移动", - "Error loading file picker template: {error}" : "加载文件选择模板出错:{error}", - "OK" : "确认", - "Error loading message template: {error}" : "加载消息模板出错:{error}", - "read-only" : "只读", - "_{count} file conflict_::_{count} file conflicts_" : ["{count} 个文件冲突"], - "One file conflict" : "1 个文件冲突", - "New Files" : "新文件", - "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} 个)", - "Error loading file exists template" : "加载文件存在性模板失败", - "Pending" : "等待", - "Copy to {folder}" : "复制到 {folder}", - "Move to {folder}" : "移动到 {folder}", "Very weak password" : "非常弱的密码", "Weak password" : "弱密码", "So-so password" : "一般强度的密码", |