diff options
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/l10n/ko.js | 1 | ||||
-rw-r--r-- | apps/files/l10n/ko.json | 1 | ||||
-rw-r--r-- | apps/files/l10n/zh_CN.js | 13 | ||||
-rw-r--r-- | apps/files/l10n/zh_CN.json | 13 |
4 files changed, 28 insertions, 0 deletions
diff --git a/apps/files/l10n/ko.js b/apps/files/l10n/ko.js index 2b3985482d6..b3cb5958a79 100644 --- a/apps/files/l10n/ko.js +++ b/apps/files/l10n/ko.js @@ -238,6 +238,7 @@ OC.L10N.register( "Unable to create new file from template" : "템플릿으로 새 파일을 만들 수 없음", "Delete permanently" : "영구히 삭제", "Open folder {displayName}" : "{displayName} 폴더 열기", + "Open in Files" : "파일에서 열기", "Open details" : "자세한 정보 열기", "Set up templates folder" : "템플릿 폴더 설정", "Templates" : "템플릿", diff --git a/apps/files/l10n/ko.json b/apps/files/l10n/ko.json index 7c6454871e9..4a13bfdb347 100644 --- a/apps/files/l10n/ko.json +++ b/apps/files/l10n/ko.json @@ -236,6 +236,7 @@ "Unable to create new file from template" : "템플릿으로 새 파일을 만들 수 없음", "Delete permanently" : "영구히 삭제", "Open folder {displayName}" : "{displayName} 폴더 열기", + "Open in Files" : "파일에서 열기", "Open details" : "자세한 정보 열기", "Set up templates folder" : "템플릿 폴더 설정", "Templates" : "템플릿", diff --git a/apps/files/l10n/zh_CN.js b/apps/files/l10n/zh_CN.js index 14ea15cf7cb..413bd3eea8a 100644 --- a/apps/files/l10n/zh_CN.js +++ b/apps/files/l10n/zh_CN.js @@ -22,6 +22,8 @@ OC.L10N.register( "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" : "目标文件夹已不存在", @@ -32,6 +34,7 @@ OC.L10N.register( "Move" : "移动", "Copy" : "复制", "Choose target folder" : "选择目标文件夹", + "Set reminder" : "设置提醒", "Edit locally" : "本地编辑", "Open" : "打开", "Delete file" : "删除文件", @@ -173,6 +176,7 @@ OC.L10N.register( "Select the row for {displayName}" : "选择 {displayName} 的行", "Rename file" : "重命名文件", "A long time ago" : "很久以前", + "This node is unavailable" : "此节点不可用", "Download file {name}" : "下载文件 {name}", "File name" : "文件名", "Folder name" : "文件夹名称", @@ -184,6 +188,7 @@ OC.L10N.register( "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}”在某些元素上失败", @@ -193,6 +198,8 @@ OC.L10N.register( "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} 已使用", @@ -242,7 +249,9 @@ OC.L10N.register( "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" : "新建模板文件夹", @@ -251,6 +260,10 @@ OC.L10N.register( "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" : "上传文件过大", 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" : "上传文件过大", |