diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-03-10 02:18:13 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-03-10 02:18:13 +0000 |
commit | acbe08cd406412183f5d5a55627404d5f1a3a862 (patch) | |
tree | 93af6782e8772db5c857bc9d583eb8de5a2e6965 /apps/files/l10n/zh_CN.js | |
parent | 0d613cd2f03e7d683a782fbb161026db6e4cb3d1 (diff) | |
download | nextcloud-server-acbe08cd406412183f5d5a55627404d5f1a3a862.tar.gz nextcloud-server-acbe08cd406412183f5d5a55627404d5f1a3a862.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/zh_CN.js')
-rw-r--r-- | apps/files/l10n/zh_CN.js | 3 |
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;"); |