diff --git a/options/locale/locale_zh-TW.ini b/options/locale/locale_zh-TW.ini
index 47f2a3a228..db71fd8f8f 100644
--- a/options/locale/locale_zh-TW.ini
+++ b/options/locale/locale_zh-TW.ini
@@ -746,6 +746,7 @@ create_new_repo_command=從命令列建立新儲存庫。
push_exist_repo=從命令行推送已經建立的儲存庫
code=程式碼
+code.desc=存取原始碼、檔案、提交和分支。
branch=分支
tree=目錄樹
filter_branch_and_tag=過濾分支或標籤
@@ -865,6 +866,7 @@ projects.board.deletion_desc=刪除專案看板會將相關的問題移動到 '
projects.open=開啟
projects.close=關閉
+issues.desc=管理錯誤報告、工作和里程碑。
issues.filter_assignees=篩選成員
issues.filter_milestones=篩選里程碑
issues.filter_projects=篩選專案
@@ -904,11 +906,13 @@ issues.label_templates.info=沒有任何標籤。點擊「新增標籤」按鈕
issues.label_templates.helper=選擇一個標籤集
issues.label_templates.use=使用標籤集
issues.label_templates.fail_to_load_file=載入標籤範本檔案 '%s' 失敗: %v
-issues.add_milestone_at=`新增至%s 里程碑 %s`
+issues.add_label_at=加入
%s
標籤 %s
+issues.remove_label_at=移除 %s
標籤 %s
+issues.add_milestone_at=`新增到 %s 里程碑 %s`
issues.add_project_at=`將此加入到 %s 專案 %s`
issues.change_milestone_at=`%[3]s 修改了里程碑 %[1]s 到 %[2]s`
issues.change_project_at=`將專案從 %s 修改為 %s %s`
-issues.remove_milestone_at=`從里程碑 %[2]s 刪除 %[1]s`
+issues.remove_milestone_at=`從 %s 里程碑移除 %s`
issues.remove_project_at=`將此從 %s 專案中移除 %s`
issues.deleted_milestone=`(已刪除)`
issues.deleted_project=`(已刪除)`
@@ -916,6 +920,7 @@ issues.self_assign_at=`指派給自己 %s`
issues.add_assignee_at=`被%s指派 %s`
issues.remove_assignee_at=`被%s取消指派 %s`
issues.remove_self_assignment=`取消指派給自己 %s`
+issues.change_title_at=`將標題從%s改為%s%s`
issues.delete_branch_at=`刪除分支 %s %s`
issues.open_tab=%d 個開放中
issues.close_tab=%d 個已關閉
@@ -1057,15 +1062,16 @@ issues.due_date_form_edit=編輯
issues.due_date_form_remove=移除
issues.due_date_not_writer=您需要儲存庫寫入權限來更改問題的截止日。
issues.due_date_not_set=未設定截止日期。
-issues.due_date_added=已新增截止日期 %s %s
-issues.due_date_modified=已將截止日期修改為 %s ,原截止日期: %s %s
-issues.due_date_remove=已移除截止日期 %s %s
+issues.due_date_added=新增了截止日期 %s %s
+issues.due_date_modified=將截止日期修改為 %s ,原截止日期: %s %s
+issues.due_date_remove=移除了截止日期 %s %s
issues.due_date_overdue=逾期
issues.dependency.cancel=取消
issues.dependency.remove=移除
issues.review.left_comment=留言
issues.assignee.error=因為未預期的錯誤,未能成功指派所有成員。
+pulls.desc=啟用合併請求和程式碼審核。
pulls.new=建立合併請求
pulls.compare_changes=建立合併請求
pulls.compare_base=合併到
@@ -1307,18 +1313,19 @@ settings.teams=團隊
settings.add_team=增加團隊
settings.search_team=搜尋團隊...
settings.add_webhook=建立 Webhook
+settings.add_webhook.invalid_channel_name=Webhook 頻道名稱不可留白,且不能僅有 # 字號。
settings.hooks_desc=當觸發某些 Gitea 事件時,Webhook 會自動發出 HTTP POST 請求到指定的伺服器。在Webhook 指南閱讀更多內容。
-settings.webhook_deletion=刪除 Webhook
+settings.webhook_deletion=移除 Webhook
settings.webhook_deletion_desc=移除 Webhook 將刪除它的設定及傳送記錄,是否繼續?
-settings.webhook_deletion_success=Webhook 已刪除。
-settings.webhook.test_delivery=測試推送
+settings.webhook_deletion_success=Webhook 已移除。
+settings.webhook.test_delivery=測試傳送
settings.webhook.test_delivery_desc=使用假事件測試這個 Webhook
settings.webhook.test_delivery_success=已將假事件加入到傳送佇列,可能需要等待幾分鐘才會出現於傳送紀錄。
-settings.webhook.request=請求內容
-settings.webhook.response=響應內容
-settings.webhook.headers=標題
+settings.webhook.request=請求
+settings.webhook.response=回應
+settings.webhook.headers=標頭
settings.webhook.payload=內容
-settings.webhook.body=響應內容
+settings.webhook.body=本體
settings.githook_edit_desc=如果 Hook 未啟動,則會顯示樣例文件中的內容。如果想要刪除某個 Hook,則提交空白文本即可。
settings.githook_name=Hook 名稱
settings.githook_content=Hook 內容
@@ -1382,8 +1389,8 @@ settings.active_helper=觸發事件的資訊將會被送到此 Webhook URL。
settings.add_hook_success=Webhook 新增成功!
settings.update_webhook=更新 Webhook
settings.update_hook_success=Webhook 更新成功!
-settings.delete_webhook=刪除 Webhook
-settings.recent_deliveries=最近推送記錄
+settings.delete_webhook=移除 Webhook
+settings.recent_deliveries=最近傳送記錄
settings.hook_type=Hook 類型
settings.add_slack_hook_desc=將 Slack 整合到您的儲存庫。
settings.slack_token=Token
@@ -1482,6 +1489,7 @@ diff.comment.add_review_comment=新增留言
diff.comment.reply=回覆
diff.review.comment=留言
+releases.desc=追蹤專案版本和檔案下載。
release.releases=版本發佈
release.new_release=發佈新版本
release.draft=草稿
@@ -1659,7 +1667,7 @@ total=總計:%d
dashboard.statistic=摘要
dashboard.operations=維護操作
dashboard.system_status=系統狀態
-dashboard.statistic_info=Gitea 資料庫統計:%d 位使用者,%d 個組織,%d 個公鑰,%d 個儲存庫,%d 個儲存庫關注,%d 個星號,%d 次行為,%d 條權限記錄,%d 個問題,%d 次評論,%d 個社群帳戶,%d 個用戶關注,%d 個鏡像,%d 個版本發佈,%d 個認證來源,%d 個 Webhook ,%d 個里程碑,%d 個標籤,%d 個 Hook 任務,%d 個團隊,%d 個更新任務,%d 個附件。
+dashboard.statistic_info=Gitea 資料庫統計:%d 位使用者,%d 個組織,%d 個公鑰,%d 個儲存庫,%d 個儲存庫關注,%d 個星號,%d 次行為,%d 條權限記錄,%d 個問題,%d 則留言,%d 個社群帳戶,%d 個用戶關注,%d 個鏡像,%d 個版本發佈,%d 個認證來源,%d 個 Webhook ,%d 個里程碑,%d 個標籤,%d 個 Hook 任務,%d 個團隊,%d 個更新任務,%d 個附件。
dashboard.operation_name=操作名稱
dashboard.operation_switch=開關
dashboard.operation_run=執行
@@ -1775,6 +1783,7 @@ hooks.update_webhook=更新預設 Webhook
systemhooks.desc=當觸發某些 Gitea 事件時,Webhook 會自動發出 HTTP POST 請求到指定的伺服器。由於這裡所定義的 Webhook 會影響此系統上的所有儲存庫,因此請評估這會對效能造成多少影響。在Webhook 指南閱讀更多內容。
systemhooks.add_webhook=新增系統 Webhook
+systemhooks.update_webhook=更新系統 Webhook
auths.auth_manage_panel=認證來源管理
auths.new=新增認證來源
@@ -1923,7 +1932,7 @@ config.default_enable_dependencies=預設啟用問題相依
config.webhook_config=Webhook 組態
config.queue_length=佇列長度
-config.deliver_timeout=推送超時
+config.deliver_timeout=傳送逾時
config.skip_tls_verify=略過 TLS 驗證
config.mailer_config=SMTP 組態