Files
multica/packages/views/locales/ko/usage.json
김보경/DAXTF 5aa4fb7487 MUL-2760: feat(i18n): add Korean locale support (#3369)
* feat: add korean locale support

* feat(i18n): localize Korean landing page

* fix(i18n): refine Korean landing copy

* fix(i18n): refine Korean translations

* fix(i18n): translate Korean landing subpages

* fix(i18n): route Korean landing docs links

* fix(i18n): add Korean use case content

* fix(i18n): polish Korean locale copy

* fix(i18n): improve Korean landing copy

* fix(onboarding): persist Korean helper artifacts

Co-authored-by: multica-agent <github@multica.ai>

* fix(web): add use case locale fallback

Co-authored-by: multica-agent <github@multica.ai>

* Align Korean pull requests wording

Co-authored-by: multica-agent <github@multica.ai>

* fix(i18n): dedupe docs href helper

Co-authored-by: multica-agent <github@multica.ai>

* fix(i18n): localize changelog dates

Co-authored-by: multica-agent <github@multica.ai>

* fix(docs): prerender Korean fallback pages

Co-authored-by: multica-agent <github@multica.ai>

* fix(docs): align fallback hreflang metadata

Co-authored-by: multica-agent <github@multica.ai>

* fix(i18n): preserve Chinese CJK font fallback order

Co-authored-by: multica-agent <github@multica.ai>

* chore(onboarding): update localized comment wording

Co-authored-by: multica-agent <github@multica.ai>

* test(i18n): harden CJK font fallback assertions

Co-authored-by: multica-agent <github@multica.ai>

* fix(docs): keep Chinese font fallbacks first

Co-authored-by: multica-agent <github@multica.ai>

* test(i18n): harden locale fallback coverage

Co-authored-by: multica-agent <github@multica.ai>

---------

Co-authored-by: multica-agent <github@multica.ai>
2026-05-29 15:16:22 +08:00

59 lines
1.8 KiB
JSON

{
"title": "사용량",
"subtitle": "이 워크스페이스의 토큰 비용과 에이전트 활동입니다.",
"filter": {
"project_label": "프로젝트",
"all_projects": "모든 프로젝트",
"period_label": "기간"
},
"kpi": {
"cost_label": "비용 · {{days}}일",
"tokens_label": "토큰 · {{days}}일",
"tokens_hint": "입력 {{input}} · 출력 {{output}}",
"run_time_label": "실행 시간 · {{days}}일",
"run_time_hint": "작업 {{tasks}}개 기준",
"tasks_label": "작업 · {{days}}일",
"tasks_hint": "실패 {{failed}}개"
},
"dim": {
"label": "단위",
"daily": "일별",
"weekly": "주별"
},
"daily": {
"title_cost": "일별 비용",
"title_tokens": "일별 토큰",
"title_time": "일별 실행 시간",
"title_tasks": "일별 작업",
"metric_cost": "비용",
"metric_tokens": "토큰",
"metric_time": "시간",
"metric_tasks": "작업",
"no_data": "이 기간에는 사용량이 없습니다."
},
"weekly": {
"title_cost": "주별 비용",
"title_tokens": "주별 토큰",
"title_time": "주별 실행 시간",
"title_tasks": "주별 작업",
"partial_label": "{{range}} (부분 · 7일 중 {{covered}}일)"
},
"leaderboard": {
"title": "리더보드",
"caption": "에이전트 {{count}}개",
"header_agent": "에이전트",
"header_tokens": "토큰",
"header_cost": "비용",
"header_time": "시간",
"header_tasks": "작업",
"no_data": "이 기간에는 에이전트 활동이 없습니다."
},
"empty": {
"title": "아직 사용량이 없습니다",
"body": "여기에서 에이전트가 작업을 실행하기 시작하면 토큰 비용과 실행 시간이 이 화면에 표시됩니다."
},
"duration": {
"less_than_minute": "1분 미만"
}
}