diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-01-12 10:40:22 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-01-12 10:40:22 +0000 |
commit | b906e1eda0d273446dfb8fbee28bc643d4578b6e (patch) | |
tree | da0a9e8d135e2cd93823f5f386582ed68f2307a2 /apps/files/l10n/zh_CN.js | |
parent | 2606c99666da4d6c402cc0d163ef67e2a6b4815e (diff) | |
download | nextcloud-server-b906e1eda0d273446dfb8fbee28bc643d4578b6e.tar.gz nextcloud-server-b906e1eda0d273446dfb8fbee28bc643d4578b6e.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 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/files/l10n/zh_CN.js b/apps/files/l10n/zh_CN.js index f3e8fcaceff..c765970aa64 100644 --- a/apps/files/l10n/zh_CN.js +++ b/apps/files/l10n/zh_CN.js @@ -198,13 +198,10 @@ OC.L10N.register( "Unselect all" : "取消全选", "\"{displayName}\" failed on some elements " : "“{displayName}”在某些元素上失败", "\"{displayName}\" batch action executed successfully" : "批量操作“{displayName}”运行成功", - "{summaryFile} and {summaryFolder}" : "{summaryFile} 及 {summaryFolder}", "List of files and folders." : "文件与文件夹列表。", "Column headers with buttons are sortable." : "带有按钮的列标题可进行排序。", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "出于性能考虑,此列表未完全呈现。文件将在您浏览列表时呈现。", "File not found" : "文件未找到", - "_{count} file_::_{count} files_" : ["{count} 个文件"], - "_{count} folder_::_{count} folders_" : ["{count} 个文件夹"], "Storage informations" : "存储信息", "{usedQuotaByte} used" : "{usedQuotaByte} 已使用", "{relative}% used" : "{relative}% 已使用", @@ -316,6 +313,9 @@ OC.L10N.register( "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "因为性能原因,该列表没有完全加载。这些文件将会在您浏览列表的时候加载。", "Search for an account" : "搜索一个账户", "Choose" : "选择", - "No files or folders have been deleted yet" : "尚未删除任何文件或文件夹" + "No files or folders have been deleted yet" : "尚未删除任何文件或文件夹", + "{summaryFile} and {summaryFolder}" : "{summaryFile} 及 {summaryFolder}", + "_{count} file_::_{count} files_" : ["{count} 个文件"], + "_{count} folder_::_{count} folders_" : ["{count} 个文件夹"] }, "nplurals=1; plural=0;"); |