Files
OmniRoute/bin/cli/locales/tr.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.4 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"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"
}
}