Files
clawpanel/scripts/translations/ja/dashboard.json
晴天 985d263dc6 feat: i18n 11 languages + website update + fix #139 #140 #141
i18n:
- Add 9 new locale files (ja/ko/de/es/fr/pt/ru/vi/zh-TW)
- Add multilingual README files for all 11 languages
- Add locale helper, index, and modular translation system
- Add translation generation scripts

Website (docs/index.html):
- Replace 公益AI接口 branding with 晴辰云AI接口
- Remove OpenClaw 独立安装包 promotion block
- Update SEO meta tags (description, keywords, OG, Twitter, JSON-LD)
- Add 11-language README links to footer
- Update 元宝派 link to new URL

Bug fixes:
- fix(cron): delivery format mode:'push' → mode:'announce', remove invalid 'to' field (fixes #141)
- fix(cron): allow single-channel users to select delivery channel
- fix(cron): preserve delivery field in job state for editing
- fix(models): add 'ollama' as recognized API type, prevent overwriting native ollama config (fixes #140)
- fix(models): skip /v1 append for ollama native API baseUrl
- fix(assistant): normalize 'google-generative-ai' consistently, add ollama hints
- fix(version): use CLI path classification for source detection on Windows (fixes #139)
- fix(version): default to 'official' instead of 'chinese' when source unknown
- fix(version): reorder npm global package check based on active CLI
2026-03-24 22:31:11 +08:00

81 lines
3.6 KiB
JSON

{
"title": "ダッシュボード",
"desc": "OpenClaw 実行状況の概要",
"gateway": "Gateway",
"portDetect": "ポート検出",
"notStarted": "未起動",
"versionLabel": "バージョン",
"versionOfficial": "公式",
"versionChinese": "中国語版",
"versionUnknown": "バージョン情報未取得",
"versionAhead": "現在のバージョンは推奨安定版 {version} より新しく、不安定な可能性があります",
"versionStable": "安定版 {version}",
"versionRecommend": "推奨安定版 {version}",
"versionLatest": "最新アップストリーム {version}",
"agentFleet": "Agent フリート",
"defaultAgent": "デフォルト",
"modelPool": "モデルプール",
"basedOnProviders": "{count} プロバイダーから",
"baseServices": "基本サービス",
"controlUI": "Control UI",
"controlUIDesc": "OpenClaw ネイティブパネル",
"controlUIClick": "ブラウザで開く",
"controlUINotRunning": "Gateway 未実行",
"restartGw": "Gateway 再起動",
"checkUpdate": "更新確認",
"createBackup": "バックアップ作成",
"recentLogs": "最近のログ",
"cliPath": "CLI パス",
"cliSource": "インストール元",
"cliSourceStandalone": "スタンドアロン版",
"cliSourceNpmZh": "npm 中国語版",
"cliSourceNpmOfficial": "npm 公式版",
"cliSourceNpmGlobal": "npm グローバル",
"cliSourceUnknown": "不明",
"multiInstall": "複数のインストールを検出",
"multiInstallHint": "設定で使用するものを選択できます",
"installCount": "{count} インストール",
"retry": "再試行",
"servicesLoadFail": "サービス状態の読み込みに失敗",
"versionLoadFail": "バージョン情報の読み込みに失敗",
"notSet": "未設定",
"port": "ポート",
"startBtn": "起動",
"stopBtn": "停止",
"restartBtn": "再起動",
"primaryModel": "プライマリモデル",
"maxConcurrent": "最大同時実行数",
"mcpTools": "MCP ツール",
"mountedExtensions": "マウント済み拡張",
"recentBackup": "最近のバックアップ",
"noBackup": "バックアップなし",
"backupCount": "{count} バックアップファイル",
"workspaceCount": "{count} ワークスペース",
"runtimeVersion": "ランタイムバージョン",
"remaining": "残り",
"activeSessions": "アクティブセッション",
"defaultModel": "デフォルトモデル",
"context": "コンテキスト",
"noLogs": "ログなし",
"openControlUIFail": "Control UI を開けませんでした",
"starting": "起動中...",
"gwStartSent": "Gateway 起動コマンド送信済み",
"startFail": "起動失敗",
"stopping": "停止中...",
"gwStopped": "Gateway 停止済み",
"stopFail": "停止失敗",
"restarting": "再起動中...",
"gwRestartSent": "Gateway 再起動コマンド送信済み",
"restartFail": "再起動失敗",
"gwRestarted": "Gateway 再起動済み (PID: {pid})",
"restartTimeout": "再起動タイムアウト、Gateway はまだ起動中の可能性があります",
"checking": "確認中...",
"versionAheadWarn": "ローカルバージョン {current} は推奨安定版 {recommended} より新しく、互換性リスクがある可能性があります",
"updateAvailable": "推奨安定版が利用可能: {version}",
"alignedWithLatest": "推奨安定版に一致、最新アップストリームは {version}",
"upToDate": "推奨安定版に一致",
"checkUpdateFail": "更新確認に失敗",
"backingUp": "バックアップ中...",
"backupDone": "バックアップ完了: {name}",
"backupFail": "バックアップ失敗"
}