diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-08-02 00:53:39 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-08-02 00:53:39 +0000 |
commit | ad511185f769cc571dfc744c886811229fbcbbab (patch) | |
tree | bf91a283ff573e9858d0d9e5b550d07fc9f43a92 /apps/files/l10n/zh_CN.js | |
parent | 46da23f0188ece6fb2ee352545191b8c68f00061 (diff) | |
download | nextcloud-server-ad511185f769cc571dfc744c886811229fbcbbab.tar.gz nextcloud-server-ad511185f769cc571dfc744c886811229fbcbbab.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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/l10n/zh_CN.js b/apps/files/l10n/zh_CN.js index 90909db4b19..98bd1a4fbd6 100644 --- a/apps/files/l10n/zh_CN.js +++ b/apps/files/l10n/zh_CN.js @@ -193,7 +193,6 @@ OC.L10N.register( "ascending" : "升序", "descending" : "降序", "Sort list by {column} ({direction})" : "按 {column} ({direction}) 排序列表", - "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "因为性能原因,该列表没有完全加载。这些文件将会在您浏览列表的时候加载。", "Storage informations" : "存储信息", "{usedQuotaByte} used" : "{usedQuotaByte} 已使用", "{relative}% used" : "{relative}% 已使用", @@ -270,6 +269,7 @@ OC.L10N.register( "Deleted shares" : "已删除的共享", "Pending shares" : "待定共享", "Open folder {name}" : "打开文件夹 {name}", + "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "因为性能原因,该列表没有完全加载。这些文件将会在您浏览列表的时候加载。", "Search for an account" : "搜索一个账户", "No files or folders have been deleted yet" : "尚未删除任何文件或文件夹" }, |