feat(ui): add locales and split catalogs
Adds Spanish, French, Russian, Japanese, and Simplified Chinese catalogs and wires supported locales into the i18n layer.
This commit is contained in:
29
packages/ui/src/lib/i18n/messages/ja/app.ts
Normal file
29
packages/ui/src/lib/i18n/messages/ja/app.ts
Normal file
@@ -0,0 +1,29 @@
|
||||
export const appMessages = {
|
||||
"app.launchError.title": "OpenCode を起動できません",
|
||||
"app.launchError.description": "選択された OpenCode バイナリを起動できませんでした。下のエラー出力を確認するか、詳細設定から別のバイナリを選択してください。",
|
||||
"app.launchError.binaryPathLabel": "バイナリのパス",
|
||||
"app.launchError.errorOutputLabel": "エラー出力",
|
||||
"app.launchError.openAdvancedSettings": "詳細設定を開く",
|
||||
"app.launchError.close": "閉じる",
|
||||
"app.launchError.closeTitle": "閉じる (Esc)",
|
||||
"app.launchError.fallbackMessage": "ワークスペースの起動に失敗しました",
|
||||
|
||||
"app.stopInstance.confirmMessage": "OpenCode インスタンスを停止しますか?サーバーが停止します。",
|
||||
"app.stopInstance.title": "インスタンスを停止",
|
||||
"app.stopInstance.confirmLabel": "停止",
|
||||
"app.stopInstance.cancelLabel": "実行を続ける",
|
||||
|
||||
"emptyState.logoAlt": "CodeNomad ロゴ",
|
||||
"emptyState.brandTitle": "CodeNomad",
|
||||
"emptyState.tagline": "フォルダを選択して AI でコーディングを開始",
|
||||
"emptyState.actions.selectFolder": "フォルダを選択",
|
||||
"emptyState.actions.selecting": "選択中...",
|
||||
"emptyState.keyboardShortcut": "キーボードショートカット: {shortcut}",
|
||||
"emptyState.examples": "例: {example}",
|
||||
"emptyState.multipleInstances": "同じフォルダのインスタンスを複数作成できます",
|
||||
|
||||
"releases.upgradeRequired.title": "アップグレードが必要です",
|
||||
"releases.upgradeRequired.message.withVersion": "最新の UI を使うには CodeNomad {version} に更新してください。",
|
||||
"releases.upgradeRequired.message.noVersion": "最新の UI を使うには CodeNomad を更新してください。",
|
||||
"releases.upgradeRequired.action.getUpdate": "更新を取得",
|
||||
} as const
|
||||
Reference in New Issue
Block a user