diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-04-17 02:27:34 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-04-17 02:27:34 +0000 |
commit | a5348bc400a6d6aa7fe3e1b060fcc41e98695174 (patch) | |
tree | 2a1726d4ed745a0f3e782e08b184c15499191249 /apps/files/l10n/zh_CN.js | |
parent | 857961c9e7341a82519154d5cddbcce4b5dcfdfc (diff) | |
download | nextcloud-server-a5348bc400a6d6aa7fe3e1b060fcc41e98695174.tar.gz nextcloud-server-a5348bc400a6d6aa7fe3e1b060fcc41e98695174.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 | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/apps/files/l10n/zh_CN.js b/apps/files/l10n/zh_CN.js index 9c52a8f9d3e..2f5b0d2e1c3 100644 --- a/apps/files/l10n/zh_CN.js +++ b/apps/files/l10n/zh_CN.js @@ -98,6 +98,7 @@ OC.L10N.register( "Your storage is almost full ({usedSpacePercent}%)." : "您的存储空间几乎已满({usedSpacePercent}%)", "_matches \"{filter}\"_::_match \"{filter}\"_" : ["匹配 \"{filter}\""], "View in folder" : "在文件夹中查看", + "Direct link was copied (only works for users who have access to this file/folder)" : "已复制直链(仅对有权访问此文件/文件夹的人有效)", "Path" : "路径", "_%n byte_::_%n bytes_" : ["%n 字节"], "Favorited" : "已收藏", @@ -165,7 +166,22 @@ OC.L10N.register( "The ownership transfer of {path} from {user} has completed." : "来自{user}的{path}的所有权转移已完成。", "in %s" : "在 %s", "File Management" : "文件管理", + "Reload current directory" : "重新载入当前目录", + "Go to the \"{dir}\" directory" : "转到 \"{dir}\" 目录", + "Select the row for {displayName}" : "选择 {displayName} 的行", + "Open folder {name}" : "打开文件夹 {name}", + "Download file {name}" : "下载文件 {name}", + "\"{displayName}\" action executed successfully" : "\"{displayName}\" 操作执行成功", + "\"{displayName}\" action failed" : "\"{displayName}\" 操作执行失败", "Select all" : "全部选择", + "Unselect all" : "取消全选", + "ascending" : "升序", + "descending" : "降序", + "Sort list by {column} ({direction})" : "按 {column} ({direction}) 排序列表", + "Storage informations" : "存储信息", + "{usedQuotaByte} used" : "{usedQuotaByte} 已使用", + "{relative}% used" : "{relative}% 已使用", + "Could not refresh storage stats" : "无法刷新存储统计数据", "Transfer ownership of a file or folder" : "转移文件或文件夹的所有权", "Choose file or folder to transfer" : "选择要转移的文件或文件夹", "Change" : "修改", @@ -178,15 +194,25 @@ OC.L10N.register( "Unknown error" : "未知错误", "Ownership transfer request sent" : "所有权转移请求已发送", "Cannot transfer ownership of a file or folder you do not own" : "无法转让您未拥有的文件或文件夹的所有权", + "Select file or folder to link to" : "选择需要链接的文件或文件夹", + "Loading current folder" : "正在载入当前文件夹", "No files in here" : "这里没有文件", + "No files or folders have been deleted yet" : "尚未删除任何文件或文件夹", + "Go to the previous folder" : "回到前一个文件夹", "Go back" : "返回", + "Open the files app settings" : "打开文件设置", "Files settings" : "文件设置", + "File cannot be accessed" : "文件无法访问", + "You might not have have permissions to view it, ask the sender to share it" : "您可能没有权限浏览它,请要求发送者分享它", "Show hidden files" : "显示隐藏文件", "Crop image previews" : "裁剪图片预览", "Additional settings" : "其他设置", "WebDAV" : "WebDAV", "Copy to clipboard" : "复制到剪贴板", "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." : "如果您启用了两步验证,您必须点击此处来创建和使用一个新的应用程序密码。", + "Clipboard is not available" : "剪贴板不可用", + "WebDAV URL copied to clipboard" : "WebDAV 链接已复制到剪贴板", "Unable to change the favourite state of the file" : "无法修改文件的收藏状态", "Error while loading the file data" : "加载文件数据时出错", "Pick a template for {name}" : "给 {name} 挑选一个模板", |