Files
CodeNomad/packages/ui/src/lib/i18n/messages/ja/folderSelection.ts
Shantur Rathore c62c9b1c78 feat(ui): add language selector
Adds a language dropdown to the folder picker using the shared selector UI and persists selection to preferences.locale.
2026-01-26 13:11:05 +00:00

37 lines
1.7 KiB
TypeScript

export const folderSelectionMessages = {
"folderSelection.language.ariaLabel": "言語",
"folderSelection.logoAlt": "CodeNomad ロゴ",
"folderSelection.tagline": "フォルダを選択して AI でコーディングを開始",
"folderSelection.links.github": "CodeNomad の GitHub",
"folderSelection.links.githubStars": "CodeNomad の GitHub スター",
"folderSelection.links.discord": "CodeNomad の Discord",
"folderSelection.empty.title": "最近使ったフォルダはありません",
"folderSelection.empty.description": "フォルダを選択して開始",
"folderSelection.recent.title": "最近使ったフォルダ",
"folderSelection.recent.subtitle.one": "{count} 件のフォルダ",
"folderSelection.recent.subtitle.other": "{count} 件のフォルダ",
"folderSelection.recent.remove": "履歴から削除",
"folderSelection.browse.title": "フォルダを参照",
"folderSelection.browse.subtitle": "コンピュータ上の任意のフォルダを選択",
"folderSelection.browse.button": "フォルダを参照",
"folderSelection.browse.buttonOpening": "開いています...",
"folderSelection.advancedSettings": "詳細設定",
"folderSelection.hints.navigate": "移動",
"folderSelection.hints.select": "選択",
"folderSelection.hints.remove": "削除",
"folderSelection.hints.browse": "参照",
"folderSelection.loading.title": "インスタンスを起動中...",
"folderSelection.loading.subtitle": "ワークスペースを準備しています。しばらくお待ちください。",
"folderSelection.dialog.title": "ワークスペースを選択",
"folderSelection.dialog.description": "コーディングを開始するワークスペースを選択してください。",
} as const