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/l10n/zh_CN.js')
-rw-r--r--apps/files/l10n/zh_CN.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/files/l10n/zh_CN.js b/apps/files/l10n/zh_CN.js
index e2d5f0fbcc8..cf773082ef1 100644
--- a/apps/files/l10n/zh_CN.js
+++ b/apps/files/l10n/zh_CN.js
@@ -187,6 +187,7 @@ OC.L10N.register(
"Text file" : "文本文件",
"New text file.txt" : "新建文本文档.txt",
"%s of %s used" : "已使用了 %s 中的 %s",
- "%1$s%% of %2$s used" : "%1$s 已使用了 %2$s 中的 %%"
+ "%1$s%% of %2$s used" : "%1$s 已使用了 %2$s 中的 %%",
+ "Cannot transfter ownership of a file or folder you don't own" : "无法转让您未拥有的文件或文件夹的所有权"
},
"nplurals=1; plural=0;");