diff options
Diffstat (limited to 'apps/files/l10n/zh_CN.js')
-rw-r--r-- | apps/files/l10n/zh_CN.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/files/l10n/zh_CN.js b/apps/files/l10n/zh_CN.js index 4903a18b8f8..843ef0a9fcd 100644 --- a/apps/files/l10n/zh_CN.js +++ b/apps/files/l10n/zh_CN.js @@ -266,7 +266,6 @@ OC.L10N.register( "File successfully converted" : "文件已成功转换", "Failed to convert file: {message}" : "无法转换文件:{message}", "Failed to convert file" : "无法转换文件", - "Deletion cancelled" : "已取消删除", "Leave this share" : "离开此共享", "Leave these shares" : "离开此分享", "Disconnect storage" : "断开与存储空间的连接", @@ -290,7 +289,6 @@ OC.L10N.register( "You cannot move a file/folder onto itself or into a subfolder of itself" : "你无法将文件/文件夹移动至其自身或子文件夹中", "(copy)" : "(复制)", "(copy %n)" : "(复制 %n)", - "Move cancelled" : "已取消移动", "A file or folder with that name already exists in this folder" : "相同的文件/文件夹已存在于该文件夹中", "The files are locked" : "文件已锁定", "The file does not exist anymore" : "文件不存在", @@ -301,8 +299,6 @@ OC.L10N.register( "Move" : "移动", "Move or copy operation failed" : "移动或复制失败", "Move or copy" : "移动或复制", - "Cancelled move or copy of \"{filename}\"." : "取消移动或复制“{filename}”.", - "Cancelled move or copy operation" : "已取消移动或复制操作", "Open folder {displayName}" : "打开文件夹{displayName}", "Open in Files" : "在文件中打开", "Open locally" : "本地打开", @@ -327,7 +323,6 @@ OC.L10N.register( "Audio" : "音频", "Photos and images" : "照片和图像", "Videos" : "视频", - "New folder creation cancelled" : "取消创建新文件夹", "Created new folder \"{name}\"" : "已创建新文件夹“{name}”", "Unable to initialize the templates directory" : "无法初始化模板目录", "Create templates folder" : "创建模板文件夹", @@ -465,6 +460,11 @@ OC.L10N.register( "Enable the grid view" : "启用网格视图", "Use this address to access your Files via WebDAV" : "使用此地址通过 WebDAV 访问您的文件", "If you have enabled 2FA, you must create and use a new app password by clicking here." : "如果启用两步验证,您必须点击此处来创建和使用一个新的应用程序密码。", + "Deletion cancelled" : "已取消删除", + "Move cancelled" : "已取消移动", + "Cancelled move or copy of \"{filename}\"." : "取消移动或复制“{filename}”.", + "Cancelled move or copy operation" : "已取消移动或复制操作", + "New folder creation cancelled" : "取消创建新文件夹", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} 个文件夹"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} 个文件"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 个文件夹及 {folderCount} 个文件夹"], |