diff options
Diffstat (limited to 'apps/files/l10n/zh_CN.js')
-rw-r--r-- | apps/files/l10n/zh_CN.js | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/apps/files/l10n/zh_CN.js b/apps/files/l10n/zh_CN.js index 2644bffadf7..843ef0a9fcd 100644 --- a/apps/files/l10n/zh_CN.js +++ b/apps/files/l10n/zh_CN.js @@ -142,6 +142,7 @@ OC.L10N.register( "Create new folder" : "创建新文件夹", "This name is already in use." : "此名称已被使用。", "Create" : "创建", + "Files starting with a dot are hidden by default" : "以点开头的文件默认是隐藏的", "Fill template fields" : "填写模板字段", "Submitting fields …" : "正在提交字段…", "Submit" : "使用", @@ -201,16 +202,21 @@ OC.L10N.register( "Sort favorites first" : "收藏排序优先", "Sort folders before files" : "将文件夹排在文件前面", "Enable folder tree" : "启用文件夹树", + "Visual settings" : "视觉设置", "Show hidden files" : "显示隐藏文件", "Show file type column" : "显示文件类型列", "Crop image previews" : "裁剪图片预览", + "Show files extensions" : "显示文件扩展名", "Additional settings" : "其他设置", "WebDAV" : "WebDAV", "WebDAV URL" : "WebDAV URL", "Copy to clipboard" : "复制到剪贴板", + "Use this address to access your Files via WebDAV." : "使用此地址通过 WebDAV 访问您的文件。", + "Two-Factor Authentication is enabled for your account, and therefore you need to use an app password to connect an external WebDAV client." : "您的账号已启用双因素身份验证,因此您需要使用应用密码来连接外部 WebDAV 客户端。", "Warnings" : "警告", "Prevent warning dialogs from open or reenable them." : "防止打开或重新启用警告对话框。", "Show a warning dialog when changing a file extension." : "更改文件扩展名时显示警告对话框。", + "Show a warning dialog when deleting files." : "删除文件时显示警告对话框。", "Keyboard shortcuts" : "键盘快捷键", "Speed up your Files experience with these quick shortcuts." : "这些快捷键可以加快你的“文件”体验。", "Open the actions menu for a file" : "打开文件的操作菜单", @@ -260,7 +266,6 @@ OC.L10N.register( "File successfully converted" : "文件已成功转换", "Failed to convert file: {message}" : "无法转换文件:{message}", "Failed to convert file" : "无法转换文件", - "Deletion cancelled" : "已取消删除", "Leave this share" : "离开此共享", "Leave these shares" : "离开此分享", "Disconnect storage" : "断开与存储空间的连接", @@ -284,7 +289,6 @@ OC.L10N.register( "You cannot move a file/folder onto itself or into a subfolder of itself" : "你无法将文件/文件夹移动至其自身或子文件夹中", "(copy)" : "(复制)", "(copy %n)" : "(复制 %n)", - "Move cancelled" : "已取消移动", "A file or folder with that name already exists in this folder" : "相同的文件/文件夹已存在于该文件夹中", "The files are locked" : "文件已锁定", "The file does not exist anymore" : "文件不存在", @@ -295,8 +299,6 @@ OC.L10N.register( "Move" : "移动", "Move or copy operation failed" : "移动或复制失败", "Move or copy" : "移动或复制", - "Cancelled move or copy of \"{filename}\"." : "取消移动或复制“{filename}”.", - "Cancelled move or copy operation" : "已取消移动或复制操作", "Open folder {displayName}" : "打开文件夹{displayName}", "Open in Files" : "在文件中打开", "Open locally" : "本地打开", @@ -321,13 +323,13 @@ OC.L10N.register( "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" : "文件夹内", + "Search in all files" : "在所有文件中搜索", "Search in folder: {folder}" : "在文件夹内搜索:{folder}", "One of the dropped files could not be processed" : "无法处理其中一个已删除的文件", "Your browser does not support the Filesystem API. Directories will not be uploaded" : "你的浏览器不支持文件系统API。目录不会被上传", @@ -361,6 +363,7 @@ OC.L10N.register( "No favorites yet" : "暂无收藏", "Files and folders you mark as favorite will show up here" : "收藏的文件和文件夹会在这里显示", "List of your files and folders." : "您的文件与文件件列表。", + "Folder tree" : "文件夹树", "List of your files and folders that are not shared." : "尚未分享的文件与文件夹", "No personal files found" : "找不到个人文件", "Files that are not shared will show up here." : "尚未分享的文件会显示在此处", @@ -457,6 +460,11 @@ OC.L10N.register( "Enable the grid view" : "启用网格视图", "Use this address to access your Files via WebDAV" : "使用此地址通过 WebDAV 访问您的文件", "If you have enabled 2FA, you must create and use a new app password by clicking here." : "如果启用两步验证,您必须点击此处来创建和使用一个新的应用程序密码。", + "Deletion cancelled" : "已取消删除", + "Move cancelled" : "已取消移动", + "Cancelled move or copy of \"{filename}\"." : "取消移动或复制“{filename}”.", + "Cancelled move or copy operation" : "已取消移动或复制操作", + "New folder creation cancelled" : "取消创建新文件夹", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} 个文件夹"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} 个文件"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 个文件夹及 {folderCount} 个文件夹"], |