diff options
Diffstat (limited to 'apps/files/l10n/zh_CN.json')
-rw-r--r-- | apps/files/l10n/zh_CN.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/l10n/zh_CN.json b/apps/files/l10n/zh_CN.json index 9e3242c79e6..c652bf23620 100644 --- a/apps/files/l10n/zh_CN.json +++ b/apps/files/l10n/zh_CN.json @@ -170,7 +170,6 @@ "Reload current directory" : "重新载入当前目录", "Go to the \"{dir}\" directory" : "前往“{dir}”目录", "Drag and drop files here to upload" : "将文件拖拽至此处以上传", - "Uploading \"{filename}\" failed" : "上传 “{filename}” 失败", "Upload successful" : "上传成功", "\"{displayName}\" action executed successfully" : "“{displayName}”操作执行成功", "\"{displayName}\" action failed" : "“{displayName}”操作执行失败", @@ -274,6 +273,7 @@ "Templates" : "模板", "Unable to initialize the templates directory" : "无法初始化模板目录", "Created new folder \"{name}\"" : "创建了新文件夹「{name}」", + "Uploading \"{filename}\" failed" : "上传 “{filename}” 失败", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} 个文件夹"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} 个文件"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 个文件夹及 {folderCount} 个文件夹"], |