diff --git a/web/src/assets/locales/zh-Hant.json b/web/src/assets/locales/zh-Hant.json index 365ee8d06..3177bb7c0 100644 --- a/web/src/assets/locales/zh-Hant.json +++ b/web/src/assets/locales/zh-Hant.json @@ -15,7 +15,7 @@ } }, "search": "搜尋…", - "unknown_error": "出現未知錯誤", + "unknown_error": "發生了未知錯誤", "url": "URL", "welcome": "歡迎使用 Woodpecker", "repo": { @@ -126,17 +126,23 @@ }, "crons": { "schedule": { - "placeholder": "排程" + "placeholder": "排程", + "title": "排程" }, "run": "現在執行", "branch": { "title": "分支" }, "name": { - "name": "名稱" + "name": "名稱", + "placeholder": "Cron 工作的名稱" }, "enabled": "已啟用", - "timezone": "時區" + "timezone": "時區", + "edit": "編輯 cron", + "delete": "刪除 cron", + "save": "儲存 cron", + "add": "新增 cron" }, "actions": { "repair": {