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": "Błąd: {message}",
|
|
"serverOffline": "Serwer OmniRoute jest offline. Uruchom: omniroute serve",
|
|
"authRequired": "Wymagane uwierzytelnienie. Ustaw OMNIROUTE_API_KEY lub uruchom: omniroute setup",
|
|
"rateLimited": "Przekroczono limit żądań. Spróbuj ponownie za {seconds}s.",
|
|
"timeout": "Żądanie przekroczyło czas po {ms}ms.",
|
|
"success": "Gotowe.",
|
|
"yes": "tak",
|
|
"no": "nie",
|
|
"confirm": "Czy jesteś pewien? (tak/nie)",
|
|
"dryRun": "[symulacja] wykonałoby: {action}",
|
|
"cancelled": "Anulowano.",
|
|
"jsonOpt": "Wyjście jako JSON",
|
|
"yesOpt": "Pomiń potwierdzenie"
|
|
},
|
|
"program": {
|
|
"description": "OmniRoute — Inteligentny router AI z automatycznym fallbackiem",
|
|
"version": "Wydrukuj wersję i wyjdź",
|
|
"output": "Format wyjścia (table, json, jsonl, csv)",
|
|
"quiet": "Pomiń nieistotne wyjście",
|
|
"no_color": "Wyłącz kolorowe wyjście",
|
|
"timeout": "Limit czasu żądania HTTP w milisekundach",
|
|
"api_key": "Klucz API dla serwera OmniRoute",
|
|
"base_url": "Bazowy URL serwera OmniRoute",
|
|
"context": "Kontekst/profil serwera dla tego polecenia",
|
|
"lang": "Ustaw język wyświetlania CLI (nadpisuje OMNIROUTE_LANG)"
|
|
},
|
|
"redis": {
|
|
"description": "Uruchom lokalny kontener Redis jednym kliknięciem (Podman lub Docker) do buforowania i śledzenia limitów OmniRoute"
|
|
}
|
|
}
|