Files
multica/packages/views/locales/ko/workspace.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

35 lines
1.7 KiB
JSON

{
"create_form": {
"name_label": "워크스페이스 이름",
"name_placeholder": "내 워크스페이스",
"url_label": "워크스페이스 URL",
"url_placeholder": "my-workspace",
"submit": "워크스페이스 만들기",
"submitting": "만드는 중...",
"errors": {
"slug_format": "소문자, 숫자, 하이픈만 사용할 수 있습니다",
"slug_taken": "이미 사용 중인 워크스페이스 URL입니다.",
"slug_reserved": "예약된 워크스페이스 URL이라 사용할 수 없습니다.",
"slug_conflict_toast": "다른 워크스페이스 URL을 선택하세요",
"create_failed": "워크스페이스를 만들지 못했습니다"
}
},
"new_page": {
"back": "뒤로",
"log_out": "로그아웃",
"title": "Multica에 오신 것을 환영합니다",
"description": "하나의 워크스페이스에서 사람과 AI 팀원이 같은 맥락을 공유하며 이슈를 맡고, 댓글을 남기고, 함께 작업합니다.",
"invite_hint": "워크스페이스가 준비되면 팀원을 초대할 수 있습니다."
},
"creation_disabled": {
"title": "워크스페이스 생성이 비활성화되었습니다",
"description": "이 Multica instance에서는 새 워크스페이스를 만들 수 없습니다. 관리자에게 기존 워크스페이스 초대를 요청하세요."
},
"no_access": {
"title": "워크스페이스를 사용할 수 없습니다",
"description": "존재하지 않는 워크스페이스이거나 접근 권한이 없습니다.",
"go_to_workspaces": "내 워크스페이스로 이동",
"sign_in_different": "다른 계정으로 로그인"
}
}