diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-01-12 10:40:03 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-01-12 10:40:03 +0000 |
commit | d54c5c8a826a450bef222e1f120dc87a6fae5fb0 (patch) | |
tree | baebcf8d3f2febabf11278168e82b23305c2ff43 /apps/files/l10n/zh_TW.js | |
parent | 239213abfe59dc749129d4b0728c191dcc636513 (diff) | |
download | nextcloud-server-d54c5c8a826a450bef222e1f120dc87a6fae5fb0.tar.gz nextcloud-server-d54c5c8a826a450bef222e1f120dc87a6fae5fb0.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 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/apps/files/l10n/zh_TW.js b/apps/files/l10n/zh_TW.js index 1dcf98fe635..4ed5aa964ec 100644 --- a/apps/files/l10n/zh_TW.js +++ b/apps/files/l10n/zh_TW.js @@ -200,13 +200,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}%", @@ -263,6 +260,7 @@ OC.L10N.register( "Creating file" : "正在建立檔案", "Blank" : "空白", "Unable to create new file from template" : "無法從範本建立新檔案", + "Delete and unshare" : "刪除並取消分享", "Unshare" : "取消分享", "Delete permanently" : "永久刪除", "Destination is not a folder" : "目的地不是資料夾", @@ -323,6 +321,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;"); |