diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-09-27 00:08:23 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-09-27 00:08:23 +0000 |
commit | de2dc3c9196c5d8a869f5bc16e4e24262ac234c8 (patch) | |
tree | 823a08f0fd75367b60b9d6be710efbb1764b0462 /apps/files/l10n/zh_CN.js | |
parent | 271959b1d97b30388ac55efa94b6d5d1e28fa22d (diff) | |
download | nextcloud-server-de2dc3c9196c5d8a869f5bc16e4e24262ac234c8.tar.gz nextcloud-server-de2dc3c9196c5d8a869f5bc16e4e24262ac234c8.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/zh_CN.js')
-rw-r--r-- | apps/files/l10n/zh_CN.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/files/l10n/zh_CN.js b/apps/files/l10n/zh_CN.js index 32c022acede..84bf822b471 100644 --- a/apps/files/l10n/zh_CN.js +++ b/apps/files/l10n/zh_CN.js @@ -22,6 +22,7 @@ OC.L10N.register( "Actions" : "操作", "Download" : "下载", "Rename" : "重命名", + "Move or copy" : "移动或者复制", "Target folder" : "目标目录", "Delete" : "删除", "Disconnect storage" : "断开存储链接", @@ -36,6 +37,10 @@ OC.L10N.register( "This directory is unavailable, please check the logs or contact the administrator" : "此目录不可用, 请检查日志或联系管理员", "Could not move \"{file}\", target exists" : "无法移动 \"{file}\", 目标已存在", "Could not move \"{file}\"" : "无法移动 \"{file}\"", + "Could not copy \"{file}\", target exists" : "无法复制“{文件}”,目标存在", + "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} 已经存在", "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}\". 请尝试其他的名称.", |