summaryrefslogtreecommitdiffstats
path: root/apps/files/l10n/zh_CN.json
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/l10n/zh_CN.json')
-rw-r--r--apps/files/l10n/zh_CN.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/files/l10n/zh_CN.json b/apps/files/l10n/zh_CN.json
index 6100811f85f..42a8ea92093 100644
--- a/apps/files/l10n/zh_CN.json
+++ b/apps/files/l10n/zh_CN.json
@@ -20,6 +20,7 @@
"Actions" : "操作",
"Download" : "下载",
"Rename" : "重命名",
+ "Move or copy" : "移动或者复制",
"Target folder" : "目标目录",
"Delete" : "删除",
"Disconnect storage" : "断开存储链接",
@@ -34,6 +35,10 @@
"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}\". 请尝试其他的名称.",