Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
161 changes: 161 additions & 0 deletions airflow-core/src/airflow/ui/public/i18n/locales/ko/admin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,161 @@
{
"columns": {
"description": "설명",
"key": "키",
"name": "이름",
"value": "값"
},
"config": {
"columns": {
"section": "섹션"
},
"title": "Airflow 구성"
},
"connections": {
"add": "연결 추가",
"columns": {
"connectionId": "연결 ID",
"connectionType": "연결 유형",
"host": "호스트",
"port": "포트"
},
"connection_one": "연결",
"connection_other": "연결들",
"delete": {
"deleteConnection_one": "연결 1개 삭제",
"deleteConnection_other": "연결 {{count}}개 삭제",
"firstConfirmMessage_one": "다음 연결을 삭제하려고 합니다:",
"firstConfirmMessage_other": "다음 연결들을 삭제하려고 합니다:",
"title": "연결 삭제"
},
"edit": "연결 편집",
"form": {
"connectionIdRequired": "연결 ID는 필수 항목입니다",
"connectionIdRequirement": "연결 ID는 공백만으로 구성될 수 없습니다",
"connectionTypeRequired": "연결 유형은 필수 항목입니다",
"extraFields": "추가 필드",
"extraFieldsJson": "추가 필드 JSON",
"helperText": "연결 유형이 보이지 않나요? 해당 Airflow Provider 패키지가 설치되어 있는지 확인하세요.",
"selectConnectionType": "연결 유형 선택",
"standardFields": "기본 필드"
},
"noRowMessage": "연결을 찾을 수 없습니다.",
"searchPlaceholder": "연결 검색",
"test": "연결 테스트",
"testDisabled": "연결 테스트 기능이 비활성화되어 있습니다. 관리자에게 활성화를 요청하세요.",
"typeMeta": {
"error": "연결 유형 메타 정보를 가져오지 못했습니다",
"standardFields": {
"description": "설명",
"host": "호스트",
"login": "로그인",
"password": "비밀번호",
"port": "포트",
"url_schema": "스키마"
}
}
},
"deleteActions": {
"button": "삭제",
"modal": {
"confirmButton": "네, 삭제합니다",
"secondConfirmMessage": "이 작업은 영구적으로 삭제되며 되돌릴 수 없습니다.",
"thirdConfirmMessage": "정말로 계속하시겠습니까?"
},
"selected": "선택됨",
"tooltip": "선택된 연결들 삭제"
},
"formActions": {
"reset": "초기화",
"save": "저장"
},
"plugins": {
"columns": {
"source": "소스"
},
"importError_one": "플러그인 가져오기 오류",
"importError_other": "플러그인 가져오기 오류들",
"searchPlaceholder": "파일로 검색"
},
"pools": {
"add": "풀 추가",
"deferredSlotsIncluded": "연기된 슬롯 포함됨",
"delete": {
"title": "풀 삭제",
"warning": "이 작업은 풀과 관련된 모든 메타데이터를 제거하며, 해당 풀을 사용하는 태스크에 영향을 줄 수 있습니다."
},
"edit": "풀 편집",
"form": {
"checkbox": "열린 풀 슬롯 게산시 연기된 작업 포함",
"description": "설명",
"includeDeferred": "연기됨 포함",
"nameMaxLength": "이름은 최대 256자까지 입력할 수 있습니다",
"nameRequired": "이름은 필수입니다",
"slots": "슬롯"
},
"noPoolsFound": "풀을 찾을 수 없습니다",
"pool_one": "풀",
"pool_other": "풀",
"searchPlaceholder": "풀 검색",
"sort": {
"asc": "이름 (A-Z)",
"desc": "이름 (Z-A)",
"placeholder": "정렬 기준"
}
},
"providers": {
"columns": {
"packageName": "패키지 이름",
"version": "버전"
}
},
"variables": {
"add": "변수 추가",
"columns": {
"isEncrypted": "암호화됨 여부"
},
"delete": {
"deleteVariable_one": "변수 1개 삭제",
"deleteVariable_other": "변수 {{count}}개 삭제",
"firstConfirmMessage_one": "다음 변수를 삭제하려고 합니다:",
"firstConfirmMessage_other": "다음 변수들을 삭제하려고 합니다:",
"title": "변수 삭제",
"tooltip": "선택된 변수들 삭제"
},
"edit": "변수 편집",
"export": "내보내기",
"exportTooltip": "선택된 변수들 내보내기",
"form": {
"invalidJson": "유효하지 않은 JSON입니다",
"keyMaxLength": "키는 최대 250자까지 입력할 수 있습니다",
"keyRequired": "키는 필수입니다",
"valueRequired": "값은 필수입니다"
},
"import": {
"button": "가져오기",
"conflictResolution": "변수 충돌 해결 방법 선택",
"errorParsingJsonFile": "JSON 파일 구문 분석 오류: 변수들이 포함된 JSON 파일을 업로드하세요 (예: {\"key\": \"value\", ...}).",
"options": {
"fail": {
"description": "기존 변수가 존재하는 경우 가져오기를 실패합니다.",
"title": "실패"
},
"overwrite": {
"description": "충돌 시 해당 변수를 덮어씁니다.",
"title": "덮어쓰기"
},
"skip": {
"description": "이미 존재하는 변수는 가져오기를 건너뜁니다.",
"title": "건너뛰기"
}
},
"title": "변수 가져오기",
"upload": "JSON 파일 업로드",
"uploadPlaceholder": "변수를 포함한 JSON 파일 업로드 (e.g., {\"key\": \"value\", ...})"
},
"noRowsMessage": "변수를 찾을 수 없습니다",
"searchPlaceholder": "키 검색",
"variable_one": "변수",
"variable_other": "변수들"
}
}
29 changes: 29 additions & 0 deletions airflow-core/src/airflow/ui/public/i18n/locales/ko/assets.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"consumingDags": "사용 중인 Dags",
"createEvent": {
"button": "이벤트 생성",
"manual": {
"description": "에셋 이벤트를 수동으로 생성",
"extra": "에셋 이벤트 추가 정보",
"label": "수동 생성"
},
"materialize": {
"description": "이 에셋의 상위 Dag을 트리거합니다",
"descriptionWithDag": "이 에셋의 상위 Dag을 트리거합니다: {{dagName}}",
"label": "구체화",
"unpauseDag": "트리거 시 {{dagName}}의 일시중지를 해제합니다"
},
"success": {
"manualDescription": "에셋 이벤트가 성공적으로 수동 생성되었습니다.",
"manualTitle": "에셋 이벤트 생성 완료",
"materializeDescription": "상위 Dag {{dagId}}가 성공적으로 트리거되었습니다.",
"materializeTitle": "에셋 구체화 중"
},
"title": "{{name}}에 대한 에셋 이벤트 생성"
},
"group": "그룹",
"lastAssetEvent": "마지막 에셋 이벤트",
"name": "이름",
"producingTasks": "생성하는 태스크",
"searchPlaceholder": "에셋 검색"
}
23 changes: 23 additions & 0 deletions airflow-core/src/airflow/ui/public/i18n/locales/ko/browse.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"auditLog": {
"actions": {
"collapseAllExtra": "모든 추가 JSON 접기",
"expandAllExtra": "모든 추가 JSON 펼치기"
},
"columns": {
"event": "이벤트",
"extra": "추가 정보",
"user": "사용자",
"when": "시점"
},
"title": "감사 로그"
},
"xcom": {
"columns": {
"dag": "Dag",
"key": "키",
"value": "값"
},
"title": "XCom"
}
}
Loading