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
4 changes: 2 additions & 2 deletions packages/i18n/src/locales/ko/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@
"10000_feet_view_description": "모든 프로젝트의 주기를 한 번에 확인할 수 있습니다.",
"get_snapshot_of_each_active_cycle": "각 활성 주기의 스냅샷을 얻으세요.",
"get_snapshot_of_each_active_cycle_description": "모든 활성 주기의 고수준 메트릭을 추적하고, 진행 상태를 확인하며, 마감일에 대한 범위를 파악합니다.",
"compare_burndowns": "버다운 비교",
"compare_burndowns_description": "각 팀의 성과를 모니터링하고 각 주기의 버다운 보고서를 확인합니다.",
"compare_burndowns": "번다운 비교",
"compare_burndowns_description": "각 팀의 성과를 모니터링하고 각 주기의 번다운 보고서를 확인합니다.",
"quickly_see_make_or_break_issues": "빠르게 중요한 작업 항목을 확인하세요.",
"quickly_see_make_or_break_issues_description": "각 주기의 고우선 작업 항목을 미리 보고 마감일에 대한 모든 작업 항목을 한 번에 확인합니다.",
"zoom_into_cycles_that_need_attention": "주의가 필요한 주기를 확대하세요.",
Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/src/locales/ko/cycle.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"title": "주기에 작업 항목을 추가하여 진행 상황을 확인하세요"
},
"chart": {
"title": "주기에 작업 항목을 추가하여 버다운 차트를 확인하세요."
"title": "주기에 작업 항목을 추가하여 번다운 차트를 확인하세요."
},
"priority_issue": {
"title": "주기에서 처리된 고우선 작업 항목을 한눈에 확인하세요."
Expand Down
4 changes: 2 additions & 2 deletions packages/i18n/src/locales/ko/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"active_cycle": {
"label": "활성 주기",
"progress": "진행",
"chart": "버다운 차트",
"chart": "번다운 차트",
"priority_issue": "우선순위 작업 항목",
"assignees": "담당자",
"issue_burndown": "작업 항목 버다운",
"issue_burndown": "작업 항목 번다운",
"ideal": "이상적인",
"current": "현재",
"labels": "레이블",
Expand Down