From 2e8a9798f006e578f0d5638f4a67a1795c0b47ae Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Fri, 10 Oct 2025 11:18:50 +0000 Subject: [PATCH] Translated using Weblate (Chinese (Traditional Han script)) Currently translated at 16.3% (69 of 421 strings) Translation: Woodpecker CI/UI Translate-URL: https://translate.woodpecker-ci.org/projects/woodpecker-ci/ui/zh_Hant/ --- web/src/assets/locales/zh-Hant.json | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/web/src/assets/locales/zh-Hant.json b/web/src/assets/locales/zh-Hant.json index 9db185799..b7bfcf6f3 100644 --- a/web/src/assets/locales/zh-Hant.json +++ b/web/src/assets/locales/zh-Hant.json @@ -36,17 +36,28 @@ "actions": { "cancel": "取消" }, - "tasks": "任務" + "tasks": "任務", + "status": { + "skipped": "跳過", + "success": "成功", + "failure": "失敗" + } }, "settings": { "general": { - "save": "儲存設定", + "save": "存儲設定", "timeout": { "timeout": "逾時" - } + }, + "general": "一般設定" }, "badge": { "branch": "分支" + }, + "crons": { + "schedule": { + "placeholder": "排程" + } } }, "visibility": { @@ -108,5 +119,7 @@ "just_now": "剛剛", "not_started": "尚未開始" }, - "empty_list": "找不到{entity}!" + "empty_list": "找不到{entity}!", + "default": "預設", + "info": "資訊" }