This is an automated email from the ASF dual-hosted git repository.
choo121600 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 3968cf014f7 i18n(Ko): add missing translations in assets.json (Aug 18)
(#71760)
3968cf014f7 is described below
commit 3968cf014f7ee787f09fa30db2e0f0fa69e207d3
Author: MOJAN <[email protected]>
AuthorDate: Wed Aug 19 00:17:21 2026 +0900
i18n(Ko): add missing translations in assets.json (Aug 18) (#71760)
---
airflow-core/src/airflow/ui/public/i18n/locales/ko/assets.json | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/ko/assets.json
b/airflow-core/src/airflow/ui/public/i18n/locales/ko/assets.json
index 7cc99962f3b..27d7ac517bf 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/ko/assets.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/ko/assets.json
@@ -1,5 +1,8 @@
{
"additional_data": "추가 데이터",
+ "alias_one": "별칭",
+ "alias_other": "별칭",
+ "aliases": "별칭",
"asset_many": "에셋들",
"asset_one": "에셋",
"assetStateStore": {
@@ -13,6 +16,8 @@
"deleteWarning": "에셋이 저장된 상태 저장소 항목을 잃게 됩니다.",
"edit": "에셋 상태 저장소 편집",
"emptyState": "에셋 상태 저장소는 에셋 식별자 범위로 지정된 값을 저장하며, 모든 Dag 실행에서 공유됩니다. 워커는
Task SDK를 통해 에셋 상태 저장소에 값을 기록할 수 있습니다.",
+ "entry_one": "항목",
+ "entry_other": "항목",
"lastUpdatedBy": "마지막 수정자",
"lastUpdatedByApi": "API",
"lastUpdatedByWatcher": "Watcher",
@@ -53,5 +58,8 @@
"scheduledDags": "스케줄 된 Dags",
"scheduling": "스케줄링",
"searchPlaceholder": "에셋 검색",
- "taskDependencies": "태스크 종속성"
+ "taskDependencies": "태스크 종속성",
+ "watcher_one": "Watcher",
+ "watcher_other": "Watcher",
+ "watchers": "Watcher"
}