diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-10-27 00:27:40 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-10-27 00:27:40 +0000 |
commit | 01bb3efe238cecf5075a5030719d3b0a726dfe51 (patch) | |
tree | 40a7a82e5d9daf5b94e066c106dcad0102469baf /apps/files/l10n/zh_CN.js | |
parent | f3bfa4de66a2d9f9c8170143c78fb729010e0f33 (diff) | |
download | nextcloud-server-01bb3efe238cecf5075a5030719d3b0a726dfe51.tar.gz nextcloud-server-01bb3efe238cecf5075a5030719d3b0a726dfe51.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/zh_CN.js')
-rw-r--r-- | apps/files/l10n/zh_CN.js | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/apps/files/l10n/zh_CN.js b/apps/files/l10n/zh_CN.js index 372e5208dc9..cded4d4a805 100644 --- a/apps/files/l10n/zh_CN.js +++ b/apps/files/l10n/zh_CN.js @@ -171,6 +171,8 @@ OC.L10N.register( "File Management" : "文件管理", "Reload current directory" : "重新载入当前目录", "Go to the \"{dir}\" directory" : "前往“{dir}”目录", + "Drag and drop files here to upload" : "将文件拖拽至此处以上传", + "Upload successful" : "上传成功", "\"{displayName}\" action executed successfully" : "“{displayName}”操作执行成功", "\"{displayName}\" action failed" : "“{displayName}”操作执行失败", "Select the row for {displayName}" : "选择 {displayName} 的行", @@ -181,6 +183,7 @@ OC.L10N.register( "Download file {name}" : "下载文件 {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}”", @@ -188,14 +191,20 @@ OC.L10N.register( "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "此名称「{newName}」在这个文件夹「{dir}」已经被使用。请选择其他名称。", "Could not rename \"{oldName}\"" : "无法重命名“{fileName}”", "A long time ago" : "很久以前", + "Could not copy {file}. {message}" : "无法复制 {file}。{message}", + "Could not move {file}. {message}" : "无法移动 {file}。{message}", "Total rows summary" : "总行摘要", "Select all" : "全部选择", "Unselect all" : "取消全选", "\"{displayName}\" failed on some elements " : "“{displayName}”在某些元素上失败", "\"{displayName}\" batch action executed successfully" : "批量操作“{displayName}”运行成功", + "Sort list by {column}" : "按 {column} 排序", "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." : "出于性能考虑,此列表未完全呈现。文件将在您浏览列表时呈现。", + "{summaryFile} and {summaryFolder}" : "{summaryFile} 及 {summaryFolder}", "File not found" : "文件未找到", + "_{count} file_::_{count} files_" : ["{count} 个文件"], + "_{count} folder_::_{count} folders_" : ["{count} 个文件夹"], "Storage informations" : "存储信息", "{usedQuotaByte} used" : "{usedQuotaByte} 已使用", "{relative}% used" : "{relative}% 已使用", @@ -221,6 +230,7 @@ OC.L10N.register( "Shared by link" : "已通过链接共享", "Shared" : "已共享", "Switch to list view" : "切换为列表视图", + "Switch to grid view" : "切换到网格视图", "Open the files app settings" : "打开文件设置", "Files settings" : "文件设置", "File cannot be accessed" : "文件无法访问", @@ -228,6 +238,7 @@ OC.L10N.register( "Sort favorites first" : "收藏排序优先", "Show hidden files" : "显示隐藏文件", "Crop image previews" : "裁剪图片预览", + "Enable the grid view" : "启用网格视图", "Additional settings" : "其他设置", "WebDAV" : "WebDAV", "Copy to clipboard" : "复制到剪贴板", @@ -244,8 +255,16 @@ OC.L10N.register( "Blank" : "空白", "Unable to create new file from template" : "无法从模板创建新文件", "Delete permanently" : "彻底删除", + "Destination is not a folder" : "目标不是一个文件夹", + "This file/folder is already in that directory" : "该文件/文件夹已经存在与该目录中", + "You cannot move a file/folder onto itself or into a subfolder of itself" : "你无法将文件/文件夹移动至其自身或子文件夹中", + "A file or folder with that name already exists in this folder" : "相同的文件/文件夹已存在于该文件夹中", + "The files is locked" : "文件已锁定", + "The file does not exist anymore" : "文件不存在", + "Chose destination" : "选择目的地", "Copy to {target}" : "复制到 {target}", "Move to {target}" : "移动到 {target}", + "Cancelled move or copy operation" : "已取消移动或复制操作", "Open folder {displayName}" : "打开文件夹{displayName}", "Open in Files" : "在文件中打开", "Open details" : "打开详情", @@ -253,6 +272,11 @@ OC.L10N.register( "Templates" : "模板", "Unable to initialize the templates directory" : "无法初始化模板目录", "Created new folder \"{name}\"" : "创建了新文件夹「{name}」", + "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} 个文件夹"], + "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} 个文件"], + "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 个文件夹及 {folderCount} 个文件夹"], + "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} 个文件及 1 个文件夹"], + "{fileCount} files and {folderCount} folders" : "{fileCount} 个文件及 {folderCount} 个文件夹", "List of favorites files and folders." : "收藏文件和文件夹列表", "No favorites yet" : "暂无收藏", "Files and folders you mark as favorite will show up here" : "收藏的文件和文件夹会在这里显示", |