mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-24 19:41:14 +02:00
* 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>
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"nav": {
|
|
"inbox": "인박스",
|
|
"my_issues": "내 이슈",
|
|
"issues": "이슈",
|
|
"projects": "프로젝트",
|
|
"autopilots": "오토파일럿",
|
|
"agents": "에이전트",
|
|
"squads": "스쿼드",
|
|
"usage": "사용량",
|
|
"runtimes": "런타임",
|
|
"skills": "스킬",
|
|
"settings": "설정"
|
|
},
|
|
"help": {
|
|
"trigger": "도움말",
|
|
"docs": "문서",
|
|
"changelog": "변경 로그",
|
|
"feedback": "피드백"
|
|
},
|
|
"workspace_loader": {
|
|
"loading_workspace": "워크스페이스 로딩 중...",
|
|
"loading_named_prefix": "로딩 중"
|
|
},
|
|
"sidebar": {
|
|
"unpin_tooltip": "고정 해제",
|
|
"workspaces_label": "워크스페이스",
|
|
"create_workspace": "워크스페이스 만들기",
|
|
"pending_invitations_label": "대기 중인 초대",
|
|
"invitation_workspace_fallback": "워크스페이스",
|
|
"invitation_join": "참가",
|
|
"invitation_decline": "거절",
|
|
"log_out": "로그아웃",
|
|
"new_issue": "새 이슈",
|
|
"new_issue_shortcut": "C",
|
|
"pinned_label": "고정됨",
|
|
"workspace_group": "워크스페이스",
|
|
"configure_group": "설정",
|
|
"unread_overflow": "99+"
|
|
}
|
|
}
|