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 d83c61c641d Replace "Directly" with "Manually" zh-tw/assets.json
(#51726)
d83c61c641d is described below
commit d83c61c641d1ca1055f0f585af1f207b92d0b4be
Author: Wei Lee <[email protected]>
AuthorDate: Sun Jun 15 09:35:51 2025 +0800
Replace "Directly" with "Manually" zh-tw/assets.json (#51726)
---
airflow-core/src/airflow/ui/src/i18n/locales/zh-TW/assets.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/airflow-core/src/airflow/ui/src/i18n/locales/zh-TW/assets.json
b/airflow-core/src/airflow/ui/src/i18n/locales/zh-TW/assets.json
index b3bf424b883..c2eabb5bd86 100644
--- a/airflow-core/src/airflow/ui/src/i18n/locales/zh-TW/assets.json
+++ b/airflow-core/src/airflow/ui/src/i18n/locales/zh-TW/assets.json
@@ -3,7 +3,7 @@
"createEvent": {
"button": "建立事件",
"manual": {
- "description": "直接建立資源事件",
+ "description": "手動建立資源事件",
"extra": "資源事件額外資訊",
"label": "手動"
},