From c189629eca15657ec4d9b4fe00a5a6355d6159f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B5=B7=E7=8B=B8=E5=A4=A7=E5=B8=AB?= <86974027+yenslife@users.noreply.github.com> Date: Sun, 9 Feb 2025 10:24:45 +0800 Subject: [PATCH] Fix(i18n): Refine zh-Hant workflow translations (#13421) --- web/i18n/zh-Hant/workflow.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/i18n/zh-Hant/workflow.ts b/web/i18n/zh-Hant/workflow.ts index 1bfc258317..c588c0748c 100644 --- a/web/i18n/zh-Hant/workflow.ts +++ b/web/i18n/zh-Hant/workflow.ts @@ -545,17 +545,17 @@ const translation = { 'setVariable': '設定變數', 'variable': '變數', 'operations': { - 'overwrite': '改寫', + 'overwrite': '覆寫', '/=': '/=', 'title': '操作', '*=': '*=', 'extend': '擴展', '+=': '+=', 'set': '設置', - 'over-write': '改寫', + 'over-write': '覆寫', '-=': '-=', 'append': '附加', - 'clear': '清楚', + 'clear': '清除', }, 'noAssignedVars': '沒有可用的已分配變數', 'variables': '變數',