mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-26 09:52:11 +03:00
Release v3.8.31 — see CHANGELOG.md [3.8.31] for full notes and contributors. Merged over known non-blocking reds (all correctness gates green): Integration Tests (2/2) is env/flaky (polls a real upstream batch that did not complete in the poll window); SonarQube/SonarCloud is the advisory server-side new-code quality gate. Unit (8 shards), Coverage, Node 22/24/26, Lint, PR Test Policy, Quality Ratchet, Docs-Strict, Quality-Extended and all 4 CodeQL analyses are green.
33 lines
1.6 KiB
JSON
33 lines
1.6 KiB
JSON
{
|
||
"common": {
|
||
"error": "エラー: {message}",
|
||
"serverOffline": "OmniRouteサーバーはオフラインです。起動: omniroute serve",
|
||
"authRequired": "認証が必要です。OMNIROUTE_API_KEYを設定するか実行してください: omniroute setup",
|
||
"rateLimited": "リクエスト制限を超えました。{seconds}秒後に再試行してください。",
|
||
"timeout": "{ms}ms後にリクエストがタイムアウトしました。",
|
||
"success": "完了。",
|
||
"yes": "はい",
|
||
"no": "いいえ",
|
||
"confirm": "よろしいですか?(はい/いいえ)",
|
||
"dryRun": "[シミュレーション] 実行予定: {action}",
|
||
"cancelled": "キャンセルしました。",
|
||
"jsonOpt": "JSON形式で出力",
|
||
"yesOpt": "確認をスキップ"
|
||
},
|
||
"program": {
|
||
"description": "OmniRoute — 自動フォールバック付きスマートAIルーター",
|
||
"version": "バージョンを表示して終了",
|
||
"output": "出力形式 (table, json, jsonl, csv)",
|
||
"quiet": "重要でない出力を抑制",
|
||
"no_color": "カラー出力を無効化",
|
||
"timeout": "HTTPリクエストタイムアウト(ミリ秒)",
|
||
"api_key": "OmniRouteサーバーのAPIキー",
|
||
"base_url": "OmniRouteサーバーのベースURL",
|
||
"context": "このコマンドで使用するサーバーコンテキスト/プロファイル",
|
||
"lang": "CLI表示言語を設定(OMNIROUTE_LANGを上書き)"
|
||
},
|
||
"redis": {
|
||
"description": "OmniRouteのキャッシュとクォータ追跡用に、ローカルRedisコンテナー(PodmanまたはDocker)をワンクリックで起動"
|
||
}
|
||
}
|