This is an automated email from the ASF dual-hosted git repository.
jscheffl 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 519e1ef7000 i18n(Ko): add missing translation in components.json (Dec
5) (#59076)
519e1ef7000 is described below
commit 519e1ef7000a5a5c658b416406fb99157a8f10ad
Author: Wonseok Yang <[email protected]>
AuthorDate: Sun Dec 7 03:02:30 2025 +0900
i18n(Ko): add missing translation in components.json (Dec 5) (#59076)
* i18n(Ko): add missing translation in components.json (Dec 5)
* Apply suggestion from @choo121600
Co-authored-by: Yeonguk Choo <[email protected]>
* Update success title for Dag trigger message
---------
Co-authored-by: Yeonguk Choo <[email protected]>
---
airflow-core/src/airflow/ui/public/i18n/locales/ko/components.json | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/ko/components.json
b/airflow-core/src/airflow/ui/public/i18n/locales/ko/components.json
index bcd12400400..e8a9c0d3347 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/ko/components.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/ko/components.json
@@ -121,9 +121,12 @@
"selectLabel": "단일 실행",
"title": "Dag 트리거",
"toaster": {
+ "error": {
+ "title": "Dag 트리거에 실패했습니다."
+ },
"success": {
"description": "Dag 실행이 성공적으로 트리거되었습니다.",
- "title": "Dag 실행 트리거됨"
+ "title": "Dag 트리거에 성공했습니다."
}
},
"unpause": "트리거 시 {{dagDisplayName}} 일시 중지 해제"