diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-09-19 00:23:57 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-09-19 00:23:57 +0000 |
commit | 5b9cfedc6677e1e0c27daac7248a94f5ecec7a94 (patch) | |
tree | 74a8a32d2359cb739a39d0a8f25e58f0fae93917 /apps/files/l10n/zh_TW.js | |
parent | 6c9cf907cc007cbb0dc5ee192ea9f350f09ec24a (diff) | |
download | nextcloud-server-5b9cfedc6677e1e0c27daac7248a94f5ecec7a94.tar.gz nextcloud-server-5b9cfedc6677e1e0c27daac7248a94f5ecec7a94.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/zh_TW.js')
-rw-r--r-- | apps/files/l10n/zh_TW.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/files/l10n/zh_TW.js b/apps/files/l10n/zh_TW.js index e3e298d83ac..8b0e8e6fb06 100644 --- a/apps/files/l10n/zh_TW.js +++ b/apps/files/l10n/zh_TW.js @@ -198,7 +198,10 @@ OC.L10N.register( "Unselect all" : "取消全選", "List of files and folders." : "檔案與資料夾清單。", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "出於效能考量,此清單未完全呈現。檔案將在您瀏覽清單時呈現。", + "{summaryFile} and {summaryFolder}" : "{summaryFile} 與 {summaryFolder}", "File not found" : "找不到檔案", + "_{count} file_::_{count} files_" : ["{count} 個檔案"], + "_{count} folder_::_{count} folders_" : ["{count} 個資料夾"], "Storage informations" : "儲存空間資訊", "{usedQuotaByte} used" : "已使用 {usedQuotaByte}", "{relative}% used" : "已使用 {relative}%", |