mirror of
https://github.com/multica-ai/multica.git
synced 2026-08-12 10:59:06 +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>
45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"title": "검색",
|
|
"description": "페이지, 이슈, 프로젝트, 멤버를 검색합니다",
|
|
"placeholder": "명령어를 입력하거나 검색하세요...",
|
|
"groups": {
|
|
"pages": "페이지",
|
|
"commands": "명령어",
|
|
"members": "멤버",
|
|
"projects": "프로젝트",
|
|
"issues": "이슈",
|
|
"recent": "최근 항목"
|
|
},
|
|
"pages": {
|
|
"inbox": "인박스",
|
|
"my_issues": "내 이슈",
|
|
"issues": "이슈",
|
|
"projects": "프로젝트",
|
|
"agents": "에이전트",
|
|
"runtimes": "런타임",
|
|
"skills": "스킬",
|
|
"settings": "설정"
|
|
},
|
|
"commands": {
|
|
"current_theme_aria": "현재 테마",
|
|
"new_issue": "새 이슈",
|
|
"new_project": "새 프로젝트",
|
|
"copy_issue_link": "이슈 링크 복사",
|
|
"copy_identifier": "식별자 복사 ({{identifier}})",
|
|
"switch_to_light": "라이트 테마로 전환",
|
|
"switch_to_dark": "다크 테마로 전환",
|
|
"use_system_theme": "시스템 테마 사용"
|
|
},
|
|
"toast": {
|
|
"link_copied": "링크를 복사했습니다",
|
|
"copied_identifier": "{{identifier}}를 복사했습니다"
|
|
},
|
|
"empty": {
|
|
"no_results": "검색 결과가 없습니다.",
|
|
"type_to_search": "이슈와 프로젝트를 검색해 보세요"
|
|
},
|
|
"trigger": {
|
|
"label": "검색..."
|
|
}
|
|
}
|