Files
OmniRoute/bin/cli/locales/nl.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.3 KiB
JSON

{
"common": {
"error": "Fout: {message}",
"serverOffline": "OmniRoute-server is offline. Start met: omniroute serve",
"authRequired": "Authenticatie vereist. Stel OMNIROUTE_API_KEY in of voer uit: omniroute setup",
"rateLimited": "Verzoeklimiet overschreden. Probeer opnieuw na {seconds}s.",
"timeout": "Verzoek verlopen na {ms}ms.",
"success": "Klaar.",
"yes": "ja",
"no": "nee",
"confirm": "Weet u het zeker? (ja/nee)",
"dryRun": "[simulatie] zou: {action}",
"cancelled": "Geannuleerd.",
"jsonOpt": "Uitvoer als JSON",
"yesOpt": "Bevestiging overslaan"
},
"program": {
"description": "OmniRoute — Slimme AI-router met automatische fallback",
"version": "Versie afdrukken en afsluiten",
"output": "Uitvoerformaat (table, json, jsonl, csv)",
"quiet": "Niet-essentiële uitvoer onderdrukken",
"no_color": "Gekleurde uitvoer uitschakelen",
"timeout": "HTTP-verzoek timeout in milliseconden",
"api_key": "API-sleutel voor de OmniRoute-server",
"base_url": "Basis-URL van de OmniRoute-server",
"context": "Servercontext/profiel voor dit commando",
"lang": "CLI-weergavetaal instellen (overschrijft OMNIROUTE_LANG)"
},
"redis": {
"description": "Start een lokale Redis-container met één klik (Podman of Docker) voor OmniRoute-caching en quotumtracking"
}
}