diff options
Diffstat (limited to 'apps/files/l10n/zh_CN.js')
-rw-r--r-- | apps/files/l10n/zh_CN.js | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/apps/files/l10n/zh_CN.js b/apps/files/l10n/zh_CN.js index 2fb20220ee7..153c86a5941 100644 --- a/apps/files/l10n/zh_CN.js +++ b/apps/files/l10n/zh_CN.js @@ -97,7 +97,6 @@ OC.L10N.register( "Total rows summary" : "总行摘要", "Name" : "名称", "Size" : "大小", - "Toggle selection for all files and folders" : "切换所有文件和文件夹 “{displayName}” 的选择", "Actions" : "操作", "(selected)" : "(选中)", "\"{displayName}\" failed on some elements " : "“{displayName}”在某些元素上失败", @@ -221,7 +220,7 @@ OC.L10N.register( "Move" : "移动", "Move or copy operation failed" : "移动或复制失败", "Move or copy" : "移动或复制", - "Cancelled move or copy of \"{filename}\"." : "取消移动或复制“{filename}”。", + "Cancelled move or copy of \"{filename}\"." : "取消移动或复制“{filename}”.", "Cancelled move or copy operation" : "已取消移动或复制操作", "Open folder {displayName}" : "打开文件夹{displayName}", "Open in Files" : "在文件中打开", @@ -323,7 +322,7 @@ OC.L10N.register( "Please select tag(s) to add to the selection" : "请选择要添加到所选项目的标签", "Apply tag(s) to selection" : "将标签应用到所选项目", "Select directory \"{dirName}\"" : "选择目录“{dirName}”", - "Select file \"{fileName}\"" : "选择文件“{dirName}”", + "Select file \"{fileName}\"" : "选择文件“{fileName}”", "Unable to determine date" : "无法确定日期", "Could not move \"{file}\", target exists" : "无法移动“{file}”,目标已存在", "Could not move \"{file}\"" : "无法移动“{file}”", @@ -381,9 +380,9 @@ OC.L10N.register( "Filenames must not end with \"{segment}\"." : "文件名不能以“{segment}”结尾。", "Name cannot be empty" : "名称不能为空", "Another entry with the same name already exists" : "已经存在另一个使用该名称的条目", - "Could not rename \"{oldName}\", it does not exist any more" : "无法重命名“{fileName}”,此文件已经不存在", + "Could not rename \"{oldName}\", it does not exist any more" : "无法重命名“{oldName}”,此文件已经不存在", "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "此名称「{newName}」在这个文件夹「{dir}」已经被使用。请选择其他名称。", - "Could not rename \"{oldName}\"" : "无法重命名“{fileName}”", + "Could not rename \"{oldName}\"" : "无法重命名“{oldName}”", "Storage informations" : "存储信息", "Choose file" : "选择文件", "Go to the previous folder" : "回到前一个文件夹", |