mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-31 12:22:14 +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.3 KiB
JSON
33 lines
1.3 KiB
JSON
{
|
|
"common": {
|
|
"error": "Fejl: {message}",
|
|
"serverOffline": "OmniRoute-serveren er offline. Start med: omniroute serve",
|
|
"authRequired": "Godkendelse kræves. Sæt OMNIROUTE_API_KEY eller kør: omniroute setup",
|
|
"rateLimited": "Anmodningsgrænse overskredet. Prøv igen om {seconds}s.",
|
|
"timeout": "Anmodningen timed ud efter {ms}ms.",
|
|
"success": "Færdig.",
|
|
"yes": "ja",
|
|
"no": "nej",
|
|
"confirm": "Er du sikker? (ja/nej)",
|
|
"dryRun": "[simulering] ville: {action}",
|
|
"cancelled": "Annulleret.",
|
|
"jsonOpt": "Output som JSON",
|
|
"yesOpt": "Spring bekræftelse over"
|
|
},
|
|
"program": {
|
|
"description": "OmniRoute — Smart AI-router med automatisk fallback",
|
|
"version": "Vis version og afslut",
|
|
"output": "Outputformat (table, json, jsonl, csv)",
|
|
"quiet": "Undertryk ikke-essentielt output",
|
|
"no_color": "Deaktiver farvet output",
|
|
"timeout": "HTTP-anmodnings timeout i millisekunder",
|
|
"api_key": "API-nøgle til OmniRoute-serveren",
|
|
"base_url": "OmniRoute-serverens basis-URL",
|
|
"context": "Server-kontekst/profil til denne kommando",
|
|
"lang": "Angiv CLI-visningssprog (tilsidesætter OMNIROUTE_LANG)"
|
|
},
|
|
"redis": {
|
|
"description": "Start en lokal Redis-container med ét klik (Podman eller Docker) til OmniRoute-caching og kvoteovervågning"
|
|
}
|
|
}
|