diff options
Diffstat (limited to 'apps/files/l10n/zh_CN.json')
-rw-r--r-- | apps/files/l10n/zh_CN.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/apps/files/l10n/zh_CN.json b/apps/files/l10n/zh_CN.json index 69d8756a6bb..a04728b5508 100644 --- a/apps/files/l10n/zh_CN.json +++ b/apps/files/l10n/zh_CN.json @@ -20,6 +20,8 @@ "An unknown error has occurred" : "发生了未知错误。", "File could not be uploaded" : "文件无法上传", "Uploading …" : "正在上传 ...", + "{remainingTime} ({currentNumber}/{total})" : "{remainingTime} ({currentNumber}/{total})", + "Uploading … ({currentNumber}/{total})" : "上传中 ... ({currentNumber}/{total})", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} / {totalSize} ({bitrate})", "Uploading that item is not supported" : "不支持上传此项目", "Target folder does not exist any more" : "目标文件夹已不存在", @@ -30,6 +32,7 @@ "Move" : "移动", "Copy" : "复制", "Choose target folder" : "选择目标文件夹", + "Set reminder" : "设置提醒", "Edit locally" : "本地编辑", "Open" : "打开", "Delete file" : "删除文件", @@ -171,6 +174,7 @@ "Select the row for {displayName}" : "选择 {displayName} 的行", "Rename file" : "重命名文件", "A long time ago" : "很久以前", + "This node is unavailable" : "此节点不可用", "Download file {name}" : "下载文件 {name}", "File name" : "文件名", "Folder name" : "文件夹名称", @@ -182,6 +186,7 @@ "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}”", "Total rows summary" : "总行摘要", "\"{displayName}\" failed on some elements " : "“{displayName}”在某些元素上失败", @@ -191,6 +196,8 @@ "Sort list by {column} ({direction})" : "按 {column} ({direction}) 排序列表", "Select all" : "全部选择", "Unselect all" : "取消全选", + "List of files and folders." : "文件与文件夹列表。", + "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} 已使用", @@ -240,7 +247,9 @@ "Unable to create new file from template" : "无法从模板创建新文件", "Delete permanently" : "彻底删除", "Open folder {displayName}" : "打开文件夹{displayName}", + "Open in Files" : "在文件中打开", "Open details" : "打开详情", + "Created new folder \"{name}\"" : "创建了新文件夹「{name}」", "Set up templates folder" : "设置模板文件夹", "Templates" : "模板", "Create new templates folder" : "新建模板文件夹", @@ -249,6 +258,10 @@ "No favorites yet" : "暂无收藏", "Files and folders you mark as favorite will show up here" : "收藏的文件和文件夹会在这里显示", "All files" : "全部文件", + "List of your files and folders." : "您的文件与文件件列表。", + "List of recently modified files and folders." : "最近修改的文件与文件夹列表。", + "No recently modified files" : "近期无修改文件", + "Files and folders you recently modified will show up here." : "您最近修改的文件与文件夹将会显示在此处。", "Toggle %1$s sublist" : "切换 %1$s 子列表", "No entries found in this folder" : "在此文件夹中找不到项目", "Upload too large" : "上传文件过大", |