Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_sharing/l10n/zh_CN.js')
-rw-r--r--apps/files_sharing/l10n/zh_CN.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/files_sharing/l10n/zh_CN.js b/apps/files_sharing/l10n/zh_CN.js
index d312a69bcd8..99d27972e1f 100644
--- a/apps/files_sharing/l10n/zh_CN.js
+++ b/apps/files_sharing/l10n/zh_CN.js
@@ -26,6 +26,7 @@ OC.L10N.register(
"Something happened. Unable to accept the share." : "发生了问题。无法接受该共享。",
"Reject share" : "拒绝共享",
"Something happened. Unable to reject the share." : "发生了问题。无法拒绝该共享。",
+ "error" : "错误",
"This will stop your current uploads." : "此操作将终止您当前的上传。",
"Move or copy" : "移动或复制",
"Download" : "下载",
@@ -222,9 +223,9 @@ OC.L10N.register(
"Upload files to %s" : "上传文件到 %s",
"Note" : "备注",
"Select or drop files" : "选择或删除文件",
- "Uploading files…" : "正在上传文件... ",
"Uploaded files:" : "上传的文件: ",
"By uploading files, you agree to the %1$sterms of service%2$s." : "通过上传文件,您同意了 %1$s 服务条款 %2$s。",
- "could not delete share" : "无法删除共享"
+ "could not delete share" : "无法删除共享",
+ "Uploading files…" : "正在上传文件... "
},
"nplurals=1; plural=0;");