This is an automated email from the ASF dual-hosted git repository.
weilee pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 5cf61988866 feat(translations): add Taiwanese Mandarian translation to
_freeze_exemptions (#55165)
5cf61988866 is described below
commit 5cf619888666aa9d199b224b5cbfd9ef4ef5d949
Author: Wei Lee <[email protected]>
AuthorDate: Tue Sep 2 15:43:16 2025 +0800
feat(translations): add Taiwanese Mandarian translation to
_freeze_exemptions (#55165)
---
.../ui/public/i18n/locales/zh-TW/_freeze_exemptions.json | 16 ++++++++++++++++
.../src/airflow/ui/public/i18n/locales/zh-TW/hitl.json | 1 -
2 files changed, 16 insertions(+), 1 deletion(-)
diff --git
a/airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/_freeze_exemptions.json
b/airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/_freeze_exemptions.json
new file mode 100644
index 00000000000..012b4f2af33
--- /dev/null
+++
b/airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/_freeze_exemptions.json
@@ -0,0 +1,16 @@
+{
+ "admin": {},
+ "assets": {},
+ "browse": {},
+ "common": {},
+ "components": {},
+ "dag": {},
+ "dags": {},
+ "dashboard": {},
+ "hitl": {
+ "state": {
+ "noResponseReceived": "未收到回應"
+ }
+ },
+ "tasks": {}
+}
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/hitl.json
b/airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/hitl.json
index 3cc5dfc9379..877a332b391 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/hitl.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/hitl.json
@@ -16,7 +16,6 @@
"approvalRequired": "需要核准",
"choiceReceived": "已選擇",
"choiceRequired": "需要選擇",
- "noResponseReceived": "未收到回應",
"rejectionReceived": "已拒絕",
"responseReceived": "已回應",
"responseRequired": "需要回應"