diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-08-18 00:36:00 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-08-18 00:36:00 +0000 |
commit | 7901a7059ff085d6b491212aa3933d426bedd809 (patch) | |
tree | 96674e02be30973cefd525047f82e1f4ff0a1857 /apps/files/l10n/zh_CN.js | |
parent | 362acd93aaffdb1271c8d5356cd2d6ea4ffaf9e1 (diff) | |
download | nextcloud-server-7901a7059ff085d6b491212aa3933d426bedd809.tar.gz nextcloud-server-7901a7059ff085d6b491212aa3933d426bedd809.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 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/apps/files/l10n/zh_CN.js b/apps/files/l10n/zh_CN.js index 05e1ce04cd1..70d73425a89 100644 --- a/apps/files/l10n/zh_CN.js +++ b/apps/files/l10n/zh_CN.js @@ -155,7 +155,6 @@ OC.L10N.register( "A file has been added to or removed from your <strong>favorites</strong>" : "文件已经添加或删除到您的<strong>收藏夹</strong> 中", "A file or folder has been <strong>changed</strong>" : "文件或文件夹已经被<strong>修改</strong>", "A favorite file or folder has been <strong>changed</strong>" : "一个收藏的文件或文件夹已经被<strong>修改</strong>", - "All files" : "全部文件", "Upload (max. %s)" : "上传 (最大 %s)", "Accept" : "接受", "Reject" : "拒绝", @@ -187,13 +186,14 @@ OC.L10N.register( "The name \"{newName}\"\" is already used in the folder \"{dir}\". Please choose a different name." : "文件夹“{dir}”中已经存在“{targetName}”。请尝试其它名称。", "Could not rename \"{oldName}\"" : "无法重命名“{fileName}”", "Total rows summary" : "总行摘要", - "Select all" : "全部选择", - "Unselect all" : "取消全选", "\"{displayName}\" failed on some elements " : "“{displayName}”在某些元素上失败", "\"{displayName}\" batch action executed successfully" : "批量操作“{displayName}”运行成功", "ascending" : "升序", "descending" : "降序", "Sort list by {column} ({direction})" : "按 {column} ({direction}) 排序列表", + "Select all" : "全部选择", + "Unselect all" : "取消全选", + "File not found" : "文件未找到", "Storage informations" : "存储信息", "{usedQuotaByte} used" : "{usedQuotaByte} 已使用", "{relative}% used" : "{relative}% 已使用", @@ -247,8 +247,8 @@ OC.L10N.register( "List of favorites files and folders." : "收藏文件和文件夹列表", "No favorites yet" : "暂无收藏", "Files and folders you mark as favorite will show up here" : "收藏的文件和文件夹会在这里显示", + "All files" : "全部文件", "Toggle %1$s sublist" : "切换 %1$s 子列表", - "Toggle grid view" : "切换网格视图", "No entries found in this folder" : "在此文件夹中找不到项目", "Upload too large" : "上传文件过大", "The files you are trying to upload exceed the maximum size for file uploads on this server." : "您尝试上传的文件大小超过了服务器的限制。", @@ -262,6 +262,7 @@ OC.L10N.register( "%s used" : "已使用 %s", "%s%%" : "%s%%", "%1$s of %2$s used" : "已使用 %2$s 中的 %1$s", + "Toggle grid view" : "切换网格视图", "Deleted files" : "已删除的文件", "Shares" : "共享", "Shared with others" : "已与他人共享", |