Files
multica/packages/views/locales/ko/layout.json
Jiayuan Zhang cf30991f91 feat(sidebar): add dismissible Join Discord card (#4400)
Add a Join Discord promo card pinned to the bottom of the left sidebar
(above the help launcher). Dismiss state persists per-user in
localStorage so it stays hidden once closed.

Extract the shared DiscordIcon + invite URL into layout/discord.tsx so
the help launcher and the card reuse one source. i18n copy added for
en / zh-Hans / ja / ko.

MUL-3505

Co-authored-by: multica-agent <github@multica.ai>
2026-06-22 09:35:41 +02:00

48 lines
1.3 KiB
JSON

{
"nav": {
"inbox": "인박스",
"my_issues": "내 이슈",
"issues": "이슈",
"projects": "프로젝트",
"autopilots": "오토파일럿",
"agents": "에이전트",
"squads": "스쿼드",
"usage": "사용량",
"runtimes": "런타임",
"skills": "스킬",
"settings": "설정"
},
"help": {
"trigger": "도움말",
"docs": "문서",
"changelog": "변경 로그",
"discord": "Discord",
"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+",
"discord_card": {
"title": "Discord 참여하기",
"description": "팀과 다른 사용자들과 교류해 보세요.",
"dismiss": "닫기"
}
}
}