From 56b7e533bcd9e570f74fe8e9cb9234a12af2c6d8 Mon Sep 17 00:00:00 2001 From: skygrango Date: Fri, 27 Sep 2024 11:24:11 +0800 Subject: [PATCH] i18n(zh-TW): update Taiwanese translation --- i18n/zh-TW/cosmic_files.ftl | 190 ++++++++++++++++++++++++------------ 1 file changed, 130 insertions(+), 60 deletions(-) diff --git a/i18n/zh-TW/cosmic_files.ftl b/i18n/zh-TW/cosmic_files.ftl index 93e1455..112503d 100644 --- a/i18n/zh-TW/cosmic_files.ftl +++ b/i18n/zh-TW/cosmic_files.ftl @@ -1,121 +1,179 @@ cosmic-files = COSMIC 檔案總管 empty-folder = 空資料夾 -empty-folder-hidden = 空資料夾(含隱藏項目) +empty-folder-hidden = 空資料夾(包含隱藏項目) +no-results = 找不到結果 filesystem = 檔案系統 home = 主目錄 +networks = 網路 +notification-in-progress = 檔案操作正在進行中。 trash = 垃圾桶 +recents = 最近使用 +undo = 復原 +today = 今天 # List view name = 名稱 -modified = 修改時間 +modified = 修改日期 size = 大小 # Dialogs +## Compress Dialog +create-archive = 建立壓縮檔案 + ## Empty Trash Dialog empty-trash = 清空垃圾桶 -empty-trash-warning = 確定要永久刪除垃圾桶中的所有項目嗎? +empty-trash-warning = 你確定要永久刪除垃圾桶中的所有項目嗎? ## New File/Folder Dialog -create-new-file = 新建檔案 -create-new-folder = 新建資料夾 +create-new-file = 建立新檔案 +create-new-folder = 建立新資料夾 file-name = 檔案名稱 folder-name = 資料夾名稱 file-already-exists = 已存在同名檔案。 folder-already-exists = 已存在同名資料夾。 -name-hidden = 名稱以 "." 開頭將被隱藏。 -name-invalid = 名稱不能為 "{$filename}"。 +name-hidden = 以「.」開頭的名稱將會被隱藏。 +name-invalid = 名稱不能是 "{$filename}"。 name-no-slashes = 名稱不能包含斜線。 ## Open/Save Dialog cancel = 取消 +create = 建立 open = 開啟 open-file = 開啟檔案 open-folder = 開啟資料夾 open-in-new-tab = 在新分頁中開啟 open-in-new-window = 在新視窗中開啟 +open-item-location = 開啟項目位置 open-multiple-files = 開啟多個檔案 open-multiple-folders = 開啟多個資料夾 save = 儲存 save-file = 儲存檔案 ## Rename Dialog -rename-file = 重命名檔案 -rename-folder = 重命名資料夾 +rename-file = 重新命名檔案 +rename-folder = 重新命名資料夾 ## Replace Dialog -replace = 替換 -replace-title = {$filename} 已存在於此位置。 -replace-warning = 您想用您正在儲存的檔案替換它嗎?替換將會覆蓋其內容。 -replace-warning-operation = 您想要替換它嗎? 替換將會覆蓋其內容。 -original-file = 原始檔案 -# replace-with = Replace with # Can't translate due to word order -apply-to-all = 全部套用 +replace = 取代 +replace-title = 檔案 {$filename} 已存在於此位置。 +replace-warning = 你要取代它嗎?取代將覆蓋其內容。 +replace-warning-operation = 你要取代它嗎?取代將覆蓋其內容。 +original-file = 原始檔案 +replace-with = 取代為 +apply-to-all = 套用至所有項目 keep-both = 保留兩者 skip = 跳過 +## Metadata Dialog +owner = 擁有者 +group = 群組 +other = 其他 +read = 讀取 +write = 寫入 +execute = 執行 + # Context Pages ## About git-description = Git 提交 {$hash} 於 {$date} +## Add Network Drive +add-network-drive = 新增網路磁碟機 +connect = 連線 +connect-anonymously = 匿名連線 +connecting = 連線中... +domain = 網域 +enter-server-address = 輸入伺服器地址 +network-drive-description = + 伺服器地址包括協定前綴和地址。 + 範例:ssh://192.168.0.1, ftp://[2001:db8::1] +network-drive-schemes = + 可用協定,前綴 + AppleTalk,afp:// + 檔案傳輸協定,ftp:// 或 ftps:// + 網路檔案系統,nfs:// + 伺服器訊息區塊,smb:// + SSH 檔案傳輸協定,sftp:// 或 ssh:// + WebDav,dav:// 或 davs:// +network-drive-error = 無法存取網路磁碟機 +password = 密碼 +remember-password = 記住密碼 +try-again = 再試一次 +username = 使用者名稱 + ## Operations edit-history = 編輯歷史 -history = 歷史 -no-history = 沒有歷史項目 +history = 歷史紀錄 +no-history = 沒有歷史項目。 pending = 待處理 failed = 失敗 complete = 完成 +compressing = 正在壓縮 {$items} 項目 {$items -> + [one] 項目 + *[other] 項目 + } 從 {$from} 到 {$to} +compressed = 已壓縮 {$items} 項目 {$items -> + [one] 項目 + *[other] 項目 + } 從 {$from} 到 {$to} copy_noun = 複製 creating = 正在建立 {$name} 於 {$parent} created = 已建立 {$name} 於 {$parent} -copying = 正在從 {$from} 複製 {$items} {$items -> - [one] 個項目 - *[other] 個項目 - } 到 {$to} -copied = 已從 {$from} 複製 {$items} {$items -> - [one] 個項目 - *[other] 個項目 - } 到 {$to} -emptying-trash = 正在清空 {trash} -emptied-trash = 已清空 {trash} -moving = 正在從 {$from} 移動 {$items} {$items -> - [one] 個項目 - *[other] 項目 - } 到 {$to} -moved = 已從 {$from} 移動 {$items} {$items -> +copying = 正在複製 {$items} 項目 {$items -> [one] 項目 *[other] 項目 - } 到 {$to} + } 從 {$from} 到 {$to} +copied = 已複製 {$items} 項目 {$items -> + [one] 項目 + *[other] 項目 + } 從 {$from} 到 {$to} +emptying-trash = 正在清空垃圾桶 +emptied-trash = 已清空垃圾桶 +extracting = 正在解壓縮 {$items} 項目 {$items -> + [one] 項目 + *[other] 項目 + } 從 {$from} 到 {$to} +extracted = 已解壓縮 {$items} 項目 {$items -> + [one] 項目 + *[other] 項目 + } 從 {$from} 到 {$to} +moving = 正在移動 {$items} 項目 {$items -> + [one] 項目 + *[other] 項目 + } 從 {$from} 到 {$to} +moved = 已移動 {$items} 項目 {$items -> + [one] 項目 + *[other] 項目 + } 從 {$from} 到 {$to} renaming = 正在重新命名 {$from} 為 {$to} -renamed = 已將 {$from} 重新命名為 {$to} -restoring = 正在從 {$trash} 還原 {$items} {$items -> - [one] 個項目 - *[other] 個項目 - } -restored = 已從 {$trash} 還原 {$items} {$items -> - [one] 個項目 - *[other] 個項目 - } -undo = 撤銷 -unknown-folder = 未知的資料夾 +renamed = 已重新命名 {$from} 為 {$to} +restoring = 正在還原 {$items} 項目 {$items -> + [one] 項目 + *[other] 項目 + } 從垃圾桶 +restored = 已還原 {$items} 項目 {$items -> + [one] 項目 + *[other] 項目 + } 從垃圾桶 +unknown-folder = 未知資料夾 ## Open with -open-with = 使用應用程式開啟 -default-app = {$name}(預設) +open-with = 開啟方式... +default-app = {$name} (預設) -## Properties -properties = 屬性 +## Show details +show-details = 顯示詳細資料 ## Settings settings = 設定 settings-tab = 分頁 settings-show-hidden = 顯示隱藏檔案 default-view = 預設檢視 -icon-size-list = 圖示大小(清單) +icon-size-list = 圖示大小(列表) icon-size-grid = 圖示大小(網格) -sorting-name = 排序方式 -direction = 方向 +sorting-name = 排序依據 +direction = 排序方向 ascending = 升序 descending = 降序 @@ -123,19 +181,21 @@ descending = 降序 appearance = 外觀 theme = 主題 match-desktop = 與桌面一致 -dark = 深色模式 +dark = 暗色模式 light = 亮色模式 # Context menu add-to-sidebar = 加入側邊欄 -new-file = 新檔案 -new-folder = 新資料夾 +compress = 壓縮 +extract-here = 解壓縮至此 +new-file = 新檔案... +new-folder = 新資料夾... open-in-terminal = 在終端機中開啟 -move-to-trash = 移至垃圾桶 +move-to-trash = 移動至垃圾桶 restore-from-trash = 從垃圾桶還原 remove-from-sidebar = 從側邊欄移除 sort-by-name = 依名稱排序 -sort-by-modified = 依修改時間排序 +sort-by-modified = 依修改日期排序 sort-by-size = 依大小排序 # Menu @@ -144,7 +204,8 @@ sort-by-size = 依大小排序 file = 檔案 new-tab = 新分頁 new-window = 新視窗 -rename = 重新命名 +rename = 重新命名... +menu-show-details = 顯示詳細資料... close-tab = 關閉分頁 quit = 退出 @@ -160,9 +221,18 @@ zoom-in = 放大 default-size = 預設大小 zoom-out = 縮小 view = 檢視 -grid-view = 網格視圖 -list-view = 清單視圖 +grid-view = 網格檢視 +list-view = 列表檢視 show-hidden-files = 顯示隱藏檔案 list-directories-first = 優先列出目錄 menu-settings = 設定... menu-about = 關於 COSMIC 檔案總管... + +## Sort +sort = 排序 +sort-a-z = A-Z +sort-z-a = Z-A +sort-newest-first = 最新的在前 +sort-oldest-first = 最舊的在前 +sort-smallest-to-largest = 由小至大 +sort-largest-to-smallest = 由大至小 \ No newline at end of file