mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-25 20:15:37 +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>
49 lines
1.8 KiB
JSON
49 lines
1.8 KiB
JSON
{
|
|
"signin": {
|
|
"title": "Multica에 로그인",
|
|
"description": "로그인 코드를 받을 이메일을 입력하세요",
|
|
"continue": "계속",
|
|
"sending": "코드 전송 중...",
|
|
"divider": "또는",
|
|
"google": "Google로 계속"
|
|
},
|
|
"verify": {
|
|
"title": "이메일을 확인하세요",
|
|
"description": "{{email}}로 인증 코드를 보냈습니다",
|
|
"resend": "코드 다시 보내기",
|
|
"resend_cooldown": "{{seconds}}초 후 다시 보내기"
|
|
},
|
|
"cli": {
|
|
"title": "CLI 승인",
|
|
"description": "CLI가 {{email}} 계정으로 Multica에 접근하도록 허용합니다",
|
|
"authorize": "승인",
|
|
"authorizing": "승인 중...",
|
|
"different_account": "다른 계정 사용"
|
|
},
|
|
"common": {
|
|
"back": "뒤로",
|
|
"email": "이메일",
|
|
"email_placeholder": "you@example.com",
|
|
"email_required": "이메일은 필수입니다"
|
|
},
|
|
"errors": {
|
|
"server_unreachable": "서버가 실행 중인지 확인하세요.",
|
|
"send_failed": "코드 전송에 실패했습니다.",
|
|
"resend_failed": "코드를 다시 보내지 못했습니다",
|
|
"code_invalid": "코드가 잘못되었거나 만료되었습니다",
|
|
"cli_auth_failed": "CLI 승인에 실패했습니다. 다시 로그인하세요."
|
|
},
|
|
"web": {
|
|
"prefer_desktop": "데스크톱 앱을 선호하시나요?",
|
|
"download": "다운로드",
|
|
"desktop_handoff": {
|
|
"preparing": "데스크톱 로그인 준비 중...",
|
|
"opening_title": "Multica 여는 중",
|
|
"opening_description": "Multica 데스크톱 앱을 열라는 메시지가 표시됩니다. 아무 일도 일어나지 않으면 아래 버튼을 클릭하세요.",
|
|
"open_button": "Multica Desktop 열기",
|
|
"failed_title": "로그인 실패",
|
|
"prepare_failed": "데스크톱 로그인을 준비하지 못했습니다"
|
|
}
|
|
}
|
|
}
|