diff options
Diffstat (limited to 'apps/files/l10n/zh_CN.json')
-rw-r--r-- | apps/files/l10n/zh_CN.json | 28 |
1 files changed, 20 insertions, 8 deletions
diff --git a/apps/files/l10n/zh_CN.json b/apps/files/l10n/zh_CN.json index 4b7fcd7be8e..520b17b15bd 100644 --- a/apps/files/l10n/zh_CN.json +++ b/apps/files/l10n/zh_CN.json @@ -185,16 +185,13 @@ "Folder name" : "文件夹名称", "This node is unavailable" : "此节点不可用", "Download file {name}" : "下载文件 {name}", - "Invalid file name" : "无效文件名称", - "\"{name}\" is not an allowed filetype." : "“{name}”不是允许的文件类型", - "{newName} already exists." : "{newName}已经存在。", - "\"{char}\" is not allowed inside a file name." : "不允许文件名中包含 “{char}”", - "Name cannot be empty" : "名称不能为空", - "Another entry with the same name already exists" : "已经存在另一个使用该名称的条目", "Renamed \"{oldName}\" to \"{newName}\"" : "已将“{oldName}”重命名为“{newName}”", "Could not rename \"{oldName}\", it does not exist any more" : "无法重命名“{fileName}”,此文件已经不存在", "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "此名称「{newName}」在这个文件夹「{dir}」已经被使用。请选择其他名称。", "Could not rename \"{oldName}\"" : "无法重命名“{fileName}”", + "Clear filter" : "清除筛选", + "Type" : "类型", + "Active filters" : "已开启的过滤器", "Total rows summary" : "总行摘要", "Toggle selection for all files and folders" : "切换所有文件和文件夹 “{displayName}” 的选择", "\"{displayName}\" failed on some elements " : "“{displayName}”在某些元素上失败", @@ -204,13 +201,16 @@ "Column headers with buttons are sortable." : "带有按钮的列标题可进行排序。", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "出于性能考虑,此列表未完全呈现。文件将在您浏览列表时呈现。", "File not found" : "文件未找到", - "Storage informations" : "存储信息", "{usedQuotaByte} used" : "{usedQuotaByte} 已使用", "{relative}% used" : "{relative}% 已使用", "Could not refresh storage stats" : "无法刷新存储统计数据", "Your storage is full, files can not be updated or synced anymore!" : "您的存储空间已满,文件将无法更新或同步!", "Create" : "创建", "A file or folder with that name already exists." : "相同文件夹或文件已存在。", + "Invalid file name" : "无效文件名称", + "\"{char}\" is not allowed inside a file name." : "不允许文件名中包含 “{char}”", + "\"{name}\" is not an allowed filetype." : "“{name}”不是允许的文件类型", + "Submit" : "使用", "Transfer ownership of a file or folder" : "转移文件或文件夹的所有权", "Choose file or folder to transfer" : "选择要转移的文件或文件夹", "Change" : "修改", @@ -239,7 +239,7 @@ "Error during upload: {message}" : "上传时发生错误: {message}", "Error during upload, status code {status}" : "上传时发生错误,状态码 {status}", "Unknown error during upload" : "上传时发生未知错误", - "Open the files app settings" : "打开文件设置", + "Views" : "视图", "Files settings" : "文件设置", "File cannot be accessed" : "文件无法访问", "The file could not be found or you do not have permissions to view it. Ask the sender to share it." : "找不到该文件,或是您没有查看该文件的权限。请要求发送者分享它。", @@ -292,6 +292,13 @@ "Open folder {displayName}" : "打开文件夹{displayName}", "Open in Files" : "在文件中打开", "Open details" : "打开详情", + "Today" : "今日", + "Last 7 days" : "过去 7 天", + "Last 30 days" : "过去 30 天", + "Documents" : "文档", + "Folders" : "文件夹", + "Audio" : "声音提醒", + "Videos" : "视频", "Created new folder \"{name}\"" : "创建了新文件夹「{name}」", "Filename" : "文件名", "Unable to initialize the templates directory" : "无法初始化模板目录", @@ -349,9 +356,11 @@ "descending" : "降序", "Sort list by {column} ({direction})" : "按 {column} ({direction}) 排序列表", "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "因为性能原因,该列表没有完全加载。这些文件将会在您浏览列表的时候加载。", + "Storage informations" : "存储信息", "Search for an account" : "搜索一个账户", "Choose" : "选择", "No files or folders have been deleted yet" : "尚未删除任何文件或文件夹", + "Open the files app settings" : "打开文件设置", "You might not have have permissions to view it, ask the sender to share it" : "您可能没有权限浏览它,请要求发送者分享它", "Set up templates folder" : "设置模板文件夹", "Toggle %1$s sublist" : "切换 %1$s 子列表", @@ -361,6 +370,9 @@ "Shared with you" : "与您共享的", "Deleted shares" : "已删除的共享", "Pending shares" : "待定共享", + "{newName} already exists." : "{newName}已经存在。", + "Name cannot be empty" : "名称不能为空", + "Another entry with the same name already exists" : "已经存在另一个使用该名称的条目", "The files is locked" : "文件已锁定" },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file |