diff options
author | Nextcloud bot <bot@nextcloud.com> | 2019-02-10 01:13:28 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2019-02-10 01:13:28 +0000 |
commit | d4cf0bdb6ac8ab5048eac7992bd70a3f0666dbb1 (patch) | |
tree | 15f12434e4e4edd4d1ca02e92fc40e061baf02df /apps/files/l10n/zh_CN.js | |
parent | 5187ddcbfdfa2150d961e0f06f73960e8c36da8c (diff) | |
download | nextcloud-server-d4cf0bdb6ac8ab5048eac7992bd70a3f0666dbb1.tar.gz nextcloud-server-d4cf0bdb6ac8ab5048eac7992bd70a3f0666dbb1.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/zh_CN.js')
-rw-r--r-- | apps/files/l10n/zh_CN.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/l10n/zh_CN.js b/apps/files/l10n/zh_CN.js index 5e3e382180d..66a9cc8f1ad 100644 --- a/apps/files/l10n/zh_CN.js +++ b/apps/files/l10n/zh_CN.js @@ -49,7 +49,7 @@ OC.L10N.register( "Could not copy \"{file}\"" : "不能复制 \"{文件}\"", "Copied {origin} inside {destination}" : "在 {destination} 内复制 {origin}", "Copied {origin} and {nbfiles} other files inside {destination}" : "在 {destination} 内复制 {origin} 和 {nbfiles} 其他文件", - "{newName} already exists" : "{newname} 已经存在", + "{newName} already exists" : "{newName} 已经存在", "Could not rename \"{fileName}\", it does not exist any more" : "无法重命名 \"{fileName}\",此文件已经不存在", "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "文件夹 \"{dir}\" 中已经存在 \"{targetName}\"。请尝试其他的名称。", "Could not rename \"{fileName}\"" : "无法重命名 \"{fileName}\"", |