Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@
"owner": "소유자",
"params": "매개변수",
"schedule": "스케줄",
"tags": "태그"
"tags": "태그",
"team": "팀"
},
"dagId": "Dag ID",
"dagRun": {
Expand Down Expand Up @@ -324,6 +325,7 @@
"from": "시작",
"maxActiveRuns": "최대 활성 실행 수",
"noTagsFound": "태그를 찾을 수 없습니다.",
"noTeamsFound": "팀을 찾을 수 없습니다.",
"tagMode": {
"all": "모두",
"any": "하나 이상"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
"lastDagRun_other": "마지막 {{count}}개 Dag 실행",
"lastTaskInstance_one": "마지막 태스크 인스턴스",
"lastTaskInstance_other": "마지막 {{count}}개 태스크 인스턴스",
"medianTotalDuration": "총: {{duration}}",
"queuedDuration": "대기열 대기 시간",
"runAfter": "실행 후",
"runDuration": "실행 기간"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@
"asc": "표시 이름으로 정렬 (A-Z)",
"desc": "표시 이름으로 정렬 (Z-A)"
},
"lastRunStartDate": {
"asc": "최신 실행 시작 날짜로 정렬 (이전-최신)",
"desc": "최신 실행 시작 날짜로 정렬 (최신-이전)"
"lastRunAfter": {
"asc": "최신 실행 이후로 정렬 (이전-최신)",
"desc": "최신 실행 이후로 정렬 (최신-이전)"
},
"lastRunState": {
"asc": "최신 실행 상태로 정렬 (A-Z)",
Expand Down
Loading