diff options
Diffstat (limited to 'apps/files/l10n/zh_CN.js')
-rw-r--r-- | apps/files/l10n/zh_CN.js | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/apps/files/l10n/zh_CN.js b/apps/files/l10n/zh_CN.js index 2275d27355f..e16be36a003 100644 --- a/apps/files/l10n/zh_CN.js +++ b/apps/files/l10n/zh_CN.js @@ -157,6 +157,8 @@ OC.L10N.register( "A file or folder has been <strong>changed</strong>" : "文件或文件夹已经被<strong>修改</strong>", "A favorite file or folder has been <strong>changed</strong>" : "一个收藏的文件或文件夹已经被<strong>修改</strong>", "Failed to authorize" : "授权失败", + "Invalid folder path" : "无效文件夹路径", + "Folder not found" : "未找到文件夹", "Upload (max. %s)" : "上传 (最大 %s)", "Files compatibility" : "文件兼容性", "Allow to restrict filenames to ensure files can be synced with all clients. By default all filenames valid on POSIX (e.g. Linux or macOS) are allowed." : "允许限制文件名称以确保文件可以与所有客户端同步。默认状态下,所有POSIX(例如 Linux 或 macOS)系统有效的文件名都是被允许的。", @@ -187,6 +189,8 @@ OC.L10N.register( "\"{displayName}\" action failed" : "“{displayName}”操作执行失败", "Toggle selection for file \"{displayName}\"" : "切换文件 “{displayName}” 的选择", "Toggle selection for folder \"{displayName}\"" : "切换文件夹 “{displayName}” 的选择", + "File is loading" : "正在加载文件", + "Folder is loading" : "正在加载文件夹", "Rename file" : "重命名文件", "Filename" : "文件名", "Folder name" : "文件夹名称", @@ -203,6 +207,7 @@ OC.L10N.register( "Remove filter" : "移除过滤条件", "Total rows summary" : "总行摘要", "Toggle selection for all files and folders" : "切换所有文件和文件夹 “{displayName}” 的选择", + "(selected)" : "(选中)", "Deletion cancelled" : "已取消删除", "Delete permanently" : "彻底删除", "Delete and unshare" : "删除并取消分享", @@ -214,7 +219,10 @@ OC.L10N.register( "_You are about to delete {count} item_::_You are about to delete {count} items_" : ["您正要删除 {count} 个项目"], "Confirm deletion" : "确认删除", "Cancel" : "取消", + "Edit file locally" : "本地编辑", "The file should now open locally. If you don't see this happening, make sure that the desktop client is installed on your system." : "文件应在本地打开。如果你看不到任何文件被打开,请先确保在你的电脑中已安装相关的桌面客户端。", + "Retry local edit" : "重试本地编辑", + "Edit online" : "在线编辑", "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" : "你无法将文件/文件夹移动至其自身或子文件夹中", @@ -228,6 +236,7 @@ OC.L10N.register( "Copy to {target}" : "复制到 {target}", "Move to {target}" : "移动到 {target}", "Move or copy operation failed" : "移动或复制失败", + "Cancelled move or copy of \"{filename}\"." : "取消移动或复制“{filename}”。", "Cancelled move or copy operation" : "已取消移动或复制操作", "Open folder {displayName}" : "打开文件夹{displayName}", "Open in Files" : "在文件中打开", @@ -243,9 +252,12 @@ OC.L10N.register( "PDFs" : "PDF", "Folders" : "文件夹", "Audio" : "声音提醒", + "Photos and images" : "照片和影像", "Videos" : "视频", + "New folder creation cancelled" : "取消创建新文件夹", "Created new folder \"{name}\"" : "创建了新文件夹「{name}」", "Unable to initialize the templates directory" : "无法初始化模板目录", + "Create templates folder" : "创建模板文件夹", "Templates" : "模板", "New template folder" : "新建模板文件夹", "In folder" : "文件夹内", @@ -298,6 +310,10 @@ OC.L10N.register( "Copy direct link (only works for users who have access to this file/folder)" : "复制直接链接(仅适用于有权访问此文件/文件夹的用户)", "\"remote user\"" : "“远程用户”", "{newName} already exists." : "{newName}已经存在。", + "\"{segment}\" is not allowed inside a filename." : "文件名不允许使用“{segment}”。", + "\"{segment}\" is a forbidden file or folder name." : "文件夹或文件名禁止使用“{segment}”。", + "\"{segment}\" is not an allowed filetype." : "文件类型不允许使用“{segment}”。", + "Filenames must not end with \"{segment}\"." : "文件名不能以“{segment}”结尾。", "Name cannot be empty" : "名称不能为空", "Another entry with the same name already exists" : "已经存在另一个使用该名称的条目", "\"{displayName}\" failed on some elements " : "“{displayName}”在某些元素上失败", @@ -376,6 +392,7 @@ OC.L10N.register( "Submit" : "使用", "Upload was cancelled by user" : "用户已取消上传", "Filter filenames…" : "过滤文件名...", - "Views" : "视图" + "Views" : "视图", + "Enable folder tree" : "启用文件夹树" }, "nplurals=1; plural=0;"); |