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": "Hata: {message}",
|
||
"serverOffline": "OmniRoute sunucusu çevrimdışı. Başlatın: omniroute serve",
|
||
"authRequired": "Kimlik doğrulama gerekli. OMNIROUTE_API_KEY ayarlayın veya çalıştırın: omniroute setup",
|
||
"rateLimited": "İstek limiti aşıldı. {seconds}s sonra tekrar deneyin.",
|
||
"timeout": "İstek {ms}ms sonra zaman aşımına uğradı.",
|
||
"success": "Tamamlandı.",
|
||
"yes": "evet",
|
||
"no": "hayır",
|
||
"confirm": "Emin misiniz? (evet/hayır)",
|
||
"dryRun": "[simülasyon] yapılacaktı: {action}",
|
||
"cancelled": "İptal edildi.",
|
||
"jsonOpt": "JSON olarak çıktı",
|
||
"yesOpt": "Onayı atla"
|
||
},
|
||
"program": {
|
||
"description": "OmniRoute — Otomatik Fallback ile Akıllı AI Yönlendirici",
|
||
"version": "Sürümü yazdır ve çık",
|
||
"output": "Çıktı formatı (table, json, jsonl, csv)",
|
||
"quiet": "Önemsiz çıktıyı gizle",
|
||
"no_color": "Renkli çıktıyı devre dışı bırak",
|
||
"timeout": "HTTP istek zaman aşımı (milisaniye)",
|
||
"api_key": "OmniRoute sunucusu için API anahtarı",
|
||
"base_url": "OmniRoute sunucusu temel URL'si",
|
||
"context": "Bu komut için sunucu bağlamı/profili",
|
||
"lang": "CLI görüntüleme dilini ayarla (OMNIROUTE_LANG'ı geçersiz kılar)"
|
||
},
|
||
"redis": {
|
||
"description": "OmniRoute önbelleği ve kota takibi için tek tıkla yerel Redis konteyneri (Podman veya Docker) başlatın"
|
||
}
|
||
}
|