diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-09-26 00:08:26 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-09-26 00:08:26 +0000 |
commit | ef3e8faea22a3a7278dbf24f3988c80d80415090 (patch) | |
tree | 49b18f39215e726d53657d3adb8899b75d932bfb /core/l10n/zh_CN.js | |
parent | 292a7046482e1fb5dc7eb7712d205ec37fe6f3e1 (diff) | |
download | nextcloud-server-ef3e8faea22a3a7278dbf24f3988c80d80415090.tar.gz nextcloud-server-ef3e8faea22a3a7278dbf24f3988c80d80415090.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/zh_CN.js')
-rw-r--r-- | core/l10n/zh_CN.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/l10n/zh_CN.js b/core/l10n/zh_CN.js index 02e6e6f07cb..2e1351e315e 100644 --- a/core/l10n/zh_CN.js +++ b/core/l10n/zh_CN.js @@ -85,6 +85,7 @@ OC.L10N.register( "No files in here" : "未找到文件", "Choose" : "选择", "Copy" : "复制", + "Move" : "移动", "Error loading file picker template: {error}" : "加载文件选择模板出错: {error}", "OK" : "确认", "Error loading message template: {error}" : "加载消息模板出错: {error}", @@ -100,6 +101,8 @@ OC.L10N.register( "({count} selected)" : "(选择了 {count} 个)", "Error loading file exists template" : "加载文件存在性模板失败", "Pending" : "等待", + "Copy to {folder}" : "复制{文件夹}", + "Move to {folder}" : "移动{文件夹}", "Very weak password" : "非常弱的密码", "Weak password" : "弱密码", "So-so password" : "一般强度的密码", |