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.4 KiB
JSON
33 lines
1.4 KiB
JSON
{
|
|
"common": {
|
|
"error": "Fehler: {message}",
|
|
"serverOffline": "OmniRoute-Server ist offline. Starten mit: omniroute serve",
|
|
"authRequired": "Authentifizierung erforderlich. OMNIROUTE_API_KEY setzen oder ausführen: omniroute setup",
|
|
"rateLimited": "Anfragelimit überschritten. Erneut versuchen in {seconds}s.",
|
|
"timeout": "Anfrage-Timeout nach {ms}ms.",
|
|
"success": "Fertig.",
|
|
"yes": "ja",
|
|
"no": "nein",
|
|
"confirm": "Sind Sie sicher? (ja/nein)",
|
|
"dryRun": "[Simulation] würde: {action}",
|
|
"cancelled": "Abgebrochen.",
|
|
"jsonOpt": "Ausgabe als JSON",
|
|
"yesOpt": "Bestätigung überspringen"
|
|
},
|
|
"program": {
|
|
"description": "OmniRoute — Intelligenter AI-Router mit automatischem Fallback",
|
|
"version": "Version ausgeben und beenden",
|
|
"output": "Ausgabeformat (table, json, jsonl, csv)",
|
|
"quiet": "Unwesentliche Ausgabe unterdrücken",
|
|
"no_color": "Farbige Ausgabe deaktivieren",
|
|
"timeout": "HTTP-Anfrage-Timeout in Millisekunden",
|
|
"api_key": "API-Schlüssel für den OmniRoute-Server",
|
|
"base_url": "OmniRoute-Server-Basis-URL",
|
|
"context": "Server-Kontext/Profil für diesen Befehl",
|
|
"lang": "CLI-Anzeigesprache festlegen (überschreibt OMNIROUTE_LANG)"
|
|
},
|
|
"redis": {
|
|
"description": "Lokalen Redis-Container mit einem Klick starten (Podman oder Docker) für OmniRoute-Caching und Kontingentverfolgung"
|
|
}
|
|
}
|