Files
OmniRoute/bin/cli/locales/ja.json
Diego Rodrigues de Sa e Souza d0396c200d Release v3.8.31 (#4377)
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.
2026-06-20 14:55:24 -03:00

33 lines
1.6 KiB
JSON
Raw Permalink 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.
{
"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をワンクリックで起動"
}
}