diff options
Diffstat (limited to 'core/l10n/zh_CN.js')
-rw-r--r-- | core/l10n/zh_CN.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/l10n/zh_CN.js b/core/l10n/zh_CN.js index fd1c6aebb7c..02e6e6f07cb 100644 --- a/core/l10n/zh_CN.js +++ b/core/l10n/zh_CN.js @@ -84,6 +84,7 @@ OC.L10N.register( "Yes" : "是", "No files in here" : "未找到文件", "Choose" : "选择", + "Copy" : "复制", "Error loading file picker template: {error}" : "加载文件选择模板出错: {error}", "OK" : "确认", "Error loading message template: {error}" : "加载消息模板出错: {error}", @@ -130,7 +131,6 @@ OC.L10N.register( "Choose a password for the public link" : "为公开链接设置密码", "Choose a password for the public link or press the \"Enter\" key" : "为公开链接设置密码, 或按 \"回车\" 键", "Copied!" : "已经复制!", - "Copy" : "复制", "Not supported!" : "无法支持!", "Press ⌘-C to copy." : "按 ⌘ + C 进行复制.", "Press Ctrl-C to copy." : "按 Ctrl + C 进行复制.", |