From eab415c88e891c25ec0d0172d5977a8a0f4f8c62 Mon Sep 17 00:00:00 2001 From: toto6038 Date: Sun, 21 Mar 2021 19:41:03 +0100 Subject: [PATCH] Translated using Weblate (Chinese (Traditional)) Currently translated at 70.4% (93 of 132 strings) Added translation using Weblate (Chinese (Traditional)) Co-authored-by: toto6038 Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/zh_Hant/ Translation: Focalboard/webapp --- webapp/i18n/zh_Hant.json | 95 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 webapp/i18n/zh_Hant.json diff --git a/webapp/i18n/zh_Hant.json b/webapp/i18n/zh_Hant.json new file mode 100644 index 000000000..212f85041 --- /dev/null +++ b/webapp/i18n/zh_Hant.json @@ -0,0 +1,95 @@ +{ + "BoardCard.delete": "刪除", + "BoardCard.duplicate": "製作副本", + "BoardCard.untitled": "無標題", + "BoardComponent.delete": "刪除", + "BoardComponent.hide": "隱藏", + "BoardComponent.show": "顯示", + "CardDetail.add-content": "新增內容", + "CardDetail.add-icon": "加入圖標", + "CardDetail.add-property": "+ 增加屬性", + "CardDialog.editing-template": "您正在編及範本", + "CardDialog.nocard": "卡片不存在或者無法被存取", + "Comment.delete": "刪除", + "CommentsList.send": "寄送", + "ContentBlock.Delete": "刪除", + "ContentBlock.DeleteAction": "刪除", + "ContentBlock.addElement": "增加 {type}", + "ContentBlock.insertAbove": "在上方插入", + "ContentBlock.moveDown": "下移", + "ContentBlock.moveUp": "上移", + "Filter.includes": "含有", + "Filter.not-includes": "不包含", + "FilterComponent.add-filter": "+ 增加過濾條件", + "FilterComponent.delete": "刪除", + "PropertyMenu.typeTitle": "類型", + "PropertyType.Checkbox": "核取方塊", + "PropertyType.CreatedBy": "由建立", + "PropertyType.CreatedTime": "建立時間", + "PropertyType.Email": "Email", + "PropertyType.File": "檔案或媒體", + "PropertyType.MultiSelect": "多選", + "PropertyType.Phone": "電話號碼", + "PropertyType.Text": "文字框", + "PropertyType.URL": "超連結", + "PropertyType.UpdatedBy": "由更新", + "PropertyType.UpdatedTime": "更新時間", + "RegistrationLink.confirmRegenerateToken": "此動作將使先前分享的鏈結無效。確定要進行嗎?", + "RegistrationLink.copiedLink": "已複製!", + "RegistrationLink.copyLink": "複製鏈結", + "RegistrationLink.description": "將此鏈結分享給他人以建立帳號:", + "RegistrationLink.regenerateToken": "重新產生代符", + "RegistrationLink.tokenRegenerated": "已重新產生註冊鏈結", + "ShareBoard.confirmRegenerateToken": "此動作將使先前分享的鏈結無效。確定要進行嗎?", + "ShareBoard.copiedLink": "已複製!", + "ShareBoard.copyLink": "複製鏈結", + "ShareBoard.regenerateToken": "重新產生代符", + "ShareBoard.tokenRegenrated": "已重新產生代符", + "Sidebar.about": "關於 Focalboard", + "Sidebar.add-template": "+ 新範本", + "Sidebar.changePassword": "變更密碼", + "Sidebar.dark-theme": "暗色主題", + "Sidebar.default-theme": "預設主題", + "Sidebar.delete-template": "刪除", + "Sidebar.edit-template": "編輯", + "Sidebar.english": "英文", + "Sidebar.french": "法文", + "Sidebar.german": "德文", + "Sidebar.invite-users": "邀請使用者", + "Sidebar.japanese": "日文", + "Sidebar.light-theme": "亮色主題", + "Sidebar.logout": "登出", + "Sidebar.select-a-template": "選擇範本", + "Sidebar.set-language": "設定語言", + "Sidebar.set-theme": "設定佈景主題", + "Sidebar.settings": "設定", + "Sidebar.spanish": "西班牙文", + "Sidebar.untitled": "無標題", + "TableComponent.add-icon": "加入圖標", + "TableComponent.plus-new": "+ 新增", + "TableHeaderMenu.delete": "刪除", + "TableHeaderMenu.duplicate": "製作副本", + "TableHeaderMenu.hide": "隱藏", + "TableHeaderMenu.insert-left": "在左側插入", + "TableHeaderMenu.insert-right": "在右側插入", + "TableHeaderMenu.sort-ascending": "升序排列", + "TableHeaderMenu.sort-descending": "降序排列", + "TableRow.open": "開啟", + "ViewHeader.add-template": "+ 新範本", + "ViewHeader.delete-template": "刪除", + "ViewHeader.edit-template": "編輯", + "ViewHeader.export-csv": "匯出為 CSV 檔", + "ViewHeader.filter": "篩選", + "ViewHeader.group-by": "以{property}分組", + "ViewHeader.properties": "屬性", + "ViewHeader.search": "搜尋", + "ViewHeader.search-text": "搜尋文字", + "ViewHeader.select-a-template": "選擇範本", + "ViewHeader.sort": "排序", + "ViewHeader.untitled": "無標題", + "ViewTitle.hide-description": "隱藏敘述", + "ViewTitle.pick-icon": "挑選圖標", + "ViewTitle.random-icon": "隨機", + "ViewTitle.remove-icon": "移除圖標", + "ViewTitle.show-description": "顯示敘述" +}