diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-01-21 00:39:03 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-01-21 00:39:03 +0000 |
commit | b3e05f2b194ce6047844fe150b84328705f357d1 (patch) | |
tree | 0ce23cf9419784a50314c29f636571b892d2ce16 /apps/files/l10n/zh_CN.js | |
parent | c016b934d43b060c925bc6f71b2250120d7f7c3a (diff) | |
download | nextcloud-server-b3e05f2b194ce6047844fe150b84328705f357d1.tar.gz nextcloud-server-b3e05f2b194ce6047844fe150b84328705f357d1.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 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/files/l10n/zh_CN.js b/apps/files/l10n/zh_CN.js index a3c0048cc16..1d1ea0bc052 100644 --- a/apps/files/l10n/zh_CN.js +++ b/apps/files/l10n/zh_CN.js @@ -176,7 +176,6 @@ OC.L10N.register( "Upload successful" : "上传成功", "\"{displayName}\" action executed successfully" : "“{displayName}”操作执行成功", "\"{displayName}\" action failed" : "“{displayName}”操作执行失败", - "Select the row for {displayName}" : "选择 {displayName} 的行", "Rename file" : "重命名文件", "File name" : "文件名", "Folder name" : "文件夹名称", @@ -194,8 +193,6 @@ OC.L10N.register( "Could not copy {file}. {message}" : "无法复制 {file}。{message}", "Could not move {file}. {message}" : "无法移动 {file}。{message}", "Total rows summary" : "总行摘要", - "Select all" : "全部选择", - "Unselect all" : "取消全选", "\"{displayName}\" failed on some elements " : "“{displayName}”在某些元素上失败", "\"{displayName}\" batch action executed successfully" : "批量操作“{displayName}”运行成功", "List of files and folders." : "文件与文件夹列表。", @@ -289,6 +286,7 @@ OC.L10N.register( "Files and folders you recently modified will show up here." : "您最近修改的文件与文件夹将会显示在此处。", "Toggle %1$s sublist" : "切换 %1$s 子列表", "No entries found in this folder" : "在此文件夹中找不到项目", + "Select all" : "全部选择", "Upload too large" : "上传文件过大", "The files you are trying to upload exceed the maximum size for file uploads on this server." : "您尝试上传的文件大小超过了服务器的限制。", "Text file" : "文本文件", @@ -306,7 +304,9 @@ OC.L10N.register( "Pending shares" : "待定共享", "This file has the tag {tag}" : "这个文件有 {tag} 标签", "This file has the tags {firstTags} and {lastTag}" : "这个文件有 {firstTags} 和 {lastTag} 标签", + "Select the row for {displayName}" : "选择 {displayName} 的行", "Open folder {name}" : "打开文件夹 {name}", + "Unselect all" : "取消全选", "ascending" : "升序", "descending" : "降序", "Sort list by {column} ({direction})" : "按 {column} ({direction}) 排序列表", |