diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-10-24 02:14:59 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-10-24 02:14:59 +0000 |
commit | 999f89ff666a7f8e70ab16620273b7b0941d2e2a (patch) | |
tree | 83ef419ba737290ef701680413886d9d63aee3f4 /apps/files/l10n/zh_CN.js | |
parent | 304c1b9b61b20dfa3c1f07e8a914f0661d91704d (diff) | |
download | nextcloud-server-999f89ff666a7f8e70ab16620273b7b0941d2e2a.tar.gz nextcloud-server-999f89ff666a7f8e70ab16620273b7b0941d2e2a.zip |
[tx-robot] updated 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 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/files/l10n/zh_CN.js b/apps/files/l10n/zh_CN.js index 0f3a93455e5..a0783064a62 100644 --- a/apps/files/l10n/zh_CN.js +++ b/apps/files/l10n/zh_CN.js @@ -36,6 +36,7 @@ OC.L10N.register( "Move" : "移动", "Copy" : "复制", "Choose target folder" : "选择目标文件夹", + "Edit locally" : "本地编辑", "Open" : "打开", "Delete file" : "删除文件", "Delete folder" : "删除文件夹", @@ -47,6 +48,7 @@ OC.L10N.register( "Please select tag(s) to add to the selection" : "请选择要添加到所选项目的标签", "Apply tag(s) to selection" : "将标签应用到所选项目", "Select directory \"{dirName}\"" : "选择目录 \"{dirName}\"", + "Select file \"{fileName}\"" : "选择文件 \"{dirName}\"", "Pending" : "等待", "Unable to determine date" : "无法确定日期", "This operation is forbidden" : "该操作被禁止", @@ -58,6 +60,7 @@ OC.L10N.register( "Could not copy \"{file}\"" : "无法复制 \"{file}\"", "Copied {origin} inside {destination}" : "在 {destination} 内复制 {origin}", "Copied {origin} and {nbfiles} other files inside {destination}" : "在 {destination} 内复制了 {origin} 和 {nbfiles} 个其他文件", + "Failed to redirect to client" : "无法重定向到客户端", "{newName} already exists" : "{newName} 已经存在", "Could not rename \"{fileName}\", it does not exist any more" : "无法重命名 \"{fileName}\",此文件已经不存在", "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "文件夹 \"{dir}\" 中已经存在 \"{targetName}\"。请尝试其他的名称。", @@ -76,8 +79,11 @@ OC.L10N.register( "_%n file_::_%n files_" : ["%n 个文件"], "{dirs} and {files}" : "{dirs} 和 {files}", "_including %n hidden_::_including %n hidden_" : ["包括 %n 个隐藏文件"], + "You do not have permission to upload or create files here" : "您没有在此上传或创建文件的权限", "_Uploading %n file_::_Uploading %n files_" : ["正在上传 %n 个文件"], + "New file/folder menu" : "新建文件/文件夹菜单", "Select file range" : "选择文件范围", + "{used}%" : "{used}%", "{used} of {quota} used" : "已使用 {used} / {quota}", "{used} used" : "已使用 {used} 存储空间", "\"{name}\" is an invalid file name." : "\"{name}\" 是一个无效的文件名。", @@ -173,6 +179,7 @@ OC.L10N.register( "Transfer {path} to {userid}" : "将 {path} 转移给 {userid}", "Invalid path selected" : "选择的路径无效", "Ownership transfer request sent" : "所有权转移请求已发送", + "Cannot transfer ownership of a file or folder you do not own" : "无法转让您未拥有的文件或文件夹的所有权", "Unable to change the favourite state of the file" : "无法修改文件的收藏状态", "Error while loading the file data" : "加载文件数据时出错", "Pick a template for {name}" : "给 {name} 挑选一个模板", @@ -186,7 +193,9 @@ OC.L10N.register( "Templates" : "模板", "Unable to initialize the templates directory" : "无法初始化模板目录", "%s used" : "已使用 %s", + "%s%%" : "%s%%", "%1$s of %2$s used" : "已使用 %2$s 中的 %1$s", + "Files settings" : "文件设置", "Show hidden files" : "显示隐藏文件", "Crop image previews" : "裁剪图片预览", "WebDAV" : "WebDAV", |