diff options
Diffstat (limited to 'apps/files/l10n/zh_CN.json')
-rw-r--r-- | apps/files/l10n/zh_CN.json | 30 |
1 files changed, 27 insertions, 3 deletions
diff --git a/apps/files/l10n/zh_CN.json b/apps/files/l10n/zh_CN.json index 21688229223..7ca75883ae0 100644 --- a/apps/files/l10n/zh_CN.json +++ b/apps/files/l10n/zh_CN.json @@ -44,7 +44,14 @@ "Failed to authorize" : "授权失败", "Invalid folder path" : "无效文件夹路径", "Folder not found" : "未找到文件夹", + "The file cannot be found" : "找不到文件", + "The destination path does not exist: %1$s" : "目标路径不存在:%1$s", + "You do not have permission to create a file at the specified location" : "您没有在指定位置创建文件的权限", + "The file could not be converted." : "无法转换文件。", + "Could not get relative path to converted file" : "无法获取转换文件的相对路径", + "Favorite files" : "收藏的文件", "No favorites" : "无收藏", + "More favorites" : "更多收藏", "Upload (max. %s)" : "上传 (最大 %s)", "Accept" : "接受", "Reject" : "拒绝", @@ -153,7 +160,6 @@ "Error during upload, status code {status}" : "上传时发生错误,状态码 {status}", "Unknown error during upload" : "上传时发生未知错误", "\"{displayName}\" action executed successfully" : "“{displayName}”操作执行成功", - "Filter filenames…" : "过滤文件名...", "Views" : "视图", "Files settings" : "文件设置", "File cannot be accessed" : "文件无法访问", @@ -202,12 +208,28 @@ "Tags" : "标签", "You" : "您", "Shared multiple times with different people" : "与不同的用户多次分享", + "Unable to change the favorite state of the file" : "无法更改文件的收藏状态", "Error while loading the file data" : "加载文件数据时出错", "Pick a template for {name}" : "给 {name} 挑选一个模板", "Create a new file with the selected template" : "用所选模板创建一个新文件", "Creating file" : "正在创建文件", "Blank" : "空白", "Unable to create new file from template" : "无法从模板创建新文件", + "Save as {displayName}" : "保存为 {displayName}", + "Save as …" : "保存为…", + "Converting files…" : "正在转换文件…", + "Failed to convert files: {message}" : "无法转换文件:{message}", + "All files failed to be converted" : "无法转换全部文件", + "One file could not be converted: {message}" : "有一个文件无法转换:{message}", + "One file could not be converted" : "有一个文件无法转换", + "{count} files could not be converted" : "{count} 个文件无法转换", + "{count} files successfully converted" : "{count} 个文件已成功转换", + "Files successfully converted" : "文件已成功转换", + "Failed to convert files" : "无法转换文件", + "Converting file…" : "正在转换文件…", + "File successfully converted" : "文件已成功转换", + "Failed to convert file: {message}" : "无法转换文件:{message}", + "Failed to convert file" : "无法转换文件", "Deletion cancelled" : "已取消删除", "Leave this share" : "离开此共享", "Leave these shares" : "离开此分享", @@ -314,7 +336,7 @@ "All files" : "全部文件", "List of your files and folders." : "您的文件与文件件列表。", "All folders" : "所有文件夹", - "Personal Files" : "个人文件", + "Personal files" : "个人文件", "List of your files and folders that are not shared." : "尚未分享的文件与文件夹", "No personal files found" : "找不到个人文件", "Files that are not shared will show up here." : "尚未分享的文件会显示在此处", @@ -414,10 +436,12 @@ "Unable to change the favourite state of the file" : "无法修改文件的收藏状态", "Create new templates folder" : "新建模板文件夹", "List of favorites files and folders." : "收藏文件和文件夹列表", + "Personal Files" : "个人文件", "Text file" : "文本文件", "New text file.txt" : "新建文本文件.txt", "Favored" : "已加入收藏", "Favor" : "收藏", - "Not favored" : "未收藏" + "Not favored" : "未收藏", + "Filter filenames…" : "过滤文件名..." },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file |