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 4c3ffe8a2f1 i18n(ko): add missing translations(Sep 1) (#72372)
4c3ffe8a2f1 is described below
commit 4c3ffe8a2f1535be0087b50b81656a43784956ea
Author: nyang404 <[email protected]>
AuthorDate: Mon Sep 7 22:57:30 2026 +0900
i18n(ko): add missing translations(Sep 1) (#72372)
* i18n(ko): add missing translations for partition
Added missing Korean translations in the 'partition' section of
'ko/components.json'.
* i18n(ko): add missing translations for partition
Added missing Korean translations to 'ko/common.json'.
---------
Co-authored-by: Yeonguk Choo <[email protected]>
---
.../airflow/ui/public/i18n/locales/ko/common.json | 25 ++++++++++++++++++++++
.../ui/public/i18n/locales/ko/components.json | 4 ++++
2 files changed, 29 insertions(+)
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/ko/common.json
b/airflow-core/src/airflow/ui/public/i18n/locales/ko/common.json
index ac9b6699905..3530b50a89a 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/ko/common.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/ko/common.json
@@ -24,6 +24,7 @@
},
"backfill_one": "백필",
"backfill_other": "백필들",
+ "breadcrumb": "탐색 경로",
"browse": {
"auditLog": "감사 로그",
"deadlines": "데드라인",
@@ -179,6 +180,7 @@
"assets": "에셋",
"browse": "탐색",
"dags": "Dags",
+ "dashboard": "대시보드",
"docs": "문서",
"home": "홈",
"legacyFabViews": "레거시 FAB 뷰",
@@ -197,11 +199,14 @@
"write": "작성"
},
"overallStatus": "전체 상태",
+ "partition_one": "파티션",
+ "partition_other": "파티션",
"partitionedDagRun_one": "파티션된 Dag 실행",
"partitionedDagRun_other": "파티션된 Dag 실행",
"partitionedDagRunDetail": {
"receivedAssetEvents": "수신된 에셋 이벤트"
},
+ "pause": "일시 중지",
"pendingDagRun_one": "대기 중인 Dag 실행 {{count}}개",
"pendingDagRun_other": "대기 중인 Dag 실행 {{count}}개",
"presetFilters": {
@@ -269,6 +274,17 @@
"title": "지우기"
},
"description": "이 환경설정은 이 브라우저에만 저장되며 앱 전체에 적용됩니다.",
+ "general": {
+ "landingPage": {
+ "helper": "Airflow를 열면 표시되는 페이지입니다.",
+ "label": "시작 페이지",
+ "options": {
+ "dags": "Dags",
+ "dashboard": "대시보드"
+ }
+ },
+ "title": "일반"
+ },
"graph": {
"defaultDirection": {
"helper": "개별적으로 설정하지 않은 Dag 및 에셋 그래프의 레이아웃 방향입니다.",
@@ -283,6 +299,13 @@
},
"title": "상태 표시"
},
+ "taskInstance": {
+ "defaultTab": {
+ "helper": "태스크 인스턴스를 열 때 처음 표시할 탭입니다. 특정 탭으로 연결된 링크는 해당 탭을 계속 엽니다.",
+ "label": "기본 태스크 인스턴스 탭"
+ },
+ "title": "태스크 인스턴스"
+ },
"title": "환경설정"
},
"shortcuts": {
@@ -359,6 +382,7 @@
"up_for_retry": "재시도 대기 중",
"upstream_failed": "업스트림 실패"
},
+ "switchDag": "$t(dag_one) 전환",
"table": {
"completedAt": "완료 시간",
"createdAt": "생성 시간",
@@ -517,6 +541,7 @@
"total": "총 {{state}} 수",
"triggered": "트리거됨",
"tryNumber": "시도 횟수",
+ "unpause": "일시 중지 해제",
"user": "사용자",
"validation": {
"mustBeAtLeast": "최소 {{min}} 이상이어야 합니다.",
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 ec2891db5b5..d7e941a2783 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
@@ -17,6 +17,10 @@
"missingRuns": "누락된 실행",
"notCreatedReason": "생성되지 않은 이유",
"overrideExistingParams": "기존 실행의 매개변수 덮어쓰기",
+ "partitionRange": "파티션 범위",
+ "partitionsAffected_one": "1개의 파티션이 백필됩니다:",
+ "partitionsAffected_other": "{{count}}개의 파티션이 백필됩니다:",
+ "partitionsNone": "선택한 범위에 일치하는 파티션이 없습니다.",
"permissionDenied": "드라이 런 실패: 백필 생성 권한이 없습니다.",
"reprocessBehavior": "재처리 동작",
"run": "백필 실행",