Files
clawpanel/scripts/translations/ja/services.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

72 lines
3.0 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"title": "サービス管理",
"desc": "OpenClaw サービスの起動・停止・監視",
"gatewayTitle": "Gateway サービス",
"guardianTitle": "Guardian サービス",
"status": "ステータス",
"pid": "PID",
"uptime": "稼働時間",
"port": "ポート",
"host": "ホスト",
"actions": "操作",
"start": "起動",
"stop": "停止",
"restart": "再起動",
"forceKill": "強制終了",
"viewLogs": "ログを見る",
"starting": "起動中...",
"stopping": "停止中...",
"restarting": "再起動中...",
"killing": "強制終了中...",
"startSent": "起動コマンド送信済み",
"stopSent": "停止コマンド送信済み",
"restartSent": "再起動コマンド送信済み",
"killSent": "強制終了コマンド送信済み",
"startFail": "起動失敗",
"stopFail": "停止失敗",
"restartFail": "再起動失敗",
"killFail": "強制終了失敗",
"gwStarted": "Gateway が起動しました (PID: {pid})",
"gwStopped": "Gateway が停止しました",
"gwRestarted": "Gateway が再起動しました (PID: {pid})",
"gwKilled": "Gateway プロセスを強制終了しました",
"guardianStarted": "Guardian が起動しました",
"guardianStopped": "Guardian が停止しました",
"gwRestartTimeout": "再起動タイムアウト",
"loadFail": "サービス状態の読み込みに失敗",
"confirmStop": "Gateway を停止しますか?すべてのアクティブ接続が切断されます。",
"confirmKill": "Gateway プロセスを強制終了しますか?これは最終手段です。",
"portOpen": "ポート {port} は開いています",
"portClosed": "ポート {port} は閉じています",
"portCheckFail": "ポートチェック失敗",
"autoRefresh": "自動更新",
"autoRefreshOn": "{sec}秒ごとに自動更新",
"autoRefreshOff": "自動更新オフ",
"processInfo": "プロセス情報",
"noProcess": "プロセスなし",
"memory": "メモリ",
"cpu": "CPU",
"configFile": "設定ファイル",
"configPath": "パス",
"gwMode": "Gateway モード",
"gwModeDaemon": "デーモン(バックグラウンド)",
"gwModeForeground": "フォアグラウンド",
"logsHint": "「ログ」ページで詳細を確認",
"quickActions": "クイック操作",
"healthCheck": "ヘルスチェック",
"healthOk": "正常に動作中",
"healthFail": "応答なし",
"checkingHealth": "ヘルスチェック中...",
"lastChecked": "最終確認",
"neverChecked": "未確認",
"environment": "環境",
"nodeVersion": "Node.js バージョン",
"platform": "プラットフォーム",
"arch": "アーキテクチャ",
"homeDir": "ホームディレクトリ",
"configDir": "設定ディレクトリ",
"gwNotRunning": "Gateway は実行されていません",
"guardianNotRunning": "Guardian は実行されていません",
"guardianDesc": "Gateway の自動再起動を管理するウォッチドッグプロセス",
"confirmStopGuardian": "Guardian を停止しますかGateway が自動再起動されなくなります。"
}