mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-27 21:33:41 +02:00
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>
48 lines
1.5 KiB
JSON
48 lines
1.5 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": "閉じる"
|
|
}
|
|
}
|
|
}
|