mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 00:16:23 +02:00
Native CLI i18n: The TrustGraph CLI has built-in translation support that dynamically loads language strings. You can test and use different languages by simply passing the --lang flag (e.g., --lang es for Spanish, --lang ru for Russian) or by configuring your environment's LANG variable. Automated Docs Translations: This PR introduces autonomously translated Markdown documentation into several target languages, including Spanish, Swahili, Portuguese, Turkish, Hindi, Hebrew, Arabic, Simplified Chinese, and Russian.
54 lines
4.2 KiB
JSON
54 lines
4.2 KiB
JSON
{
|
||
"cli.verify_system_status.title": "TrustGraph Sistem Durumu Doğrulama",
|
||
"cli.verify_system_status.phase_1": "Aşama 1: Altyapı",
|
||
"cli.verify_system_status.phase_2": "Aşama 2: Temel Hizmetler",
|
||
"cli.verify_system_status.phase_3": "Aşama 3: Veri Hizmetleri",
|
||
"cli.verify_system_status.phase_4": "Aşama 4: Kullanıcı Arayüzü",
|
||
"cli.verify_system_status.summary": "Özet",
|
||
"cli.verify_system_status.checking": "{name}'ı kontrol ediliyor...",
|
||
"cli.verify_system_status.checking_attempt": "{name}'ı kontrol ediliyor... ({attempt} deneme)",
|
||
"cli.verify_system_status.failed_timeout": "{name}: Başarısız ({attempt} denemeden sonra zaman aşımı)",
|
||
"cli.verify_system_status.pulsar_not_responding": "Pulsar yanıt vermiyor - diğer kontroller başarısız olabilir",
|
||
"cli.verify_system_status.checks_passed": "Başarılı kontroller: {passed}/{total}",
|
||
"cli.verify_system_status.checks_failed": "Başarısız kontroller: {failed}/{total}",
|
||
"cli.verify_system_status.total_time": "Toplam süre: {elapsed}",
|
||
"cli.verify_system_status.system_healthy": "Sistem sağlıklı!",
|
||
"cli.verify_system_status.system_failing": "Sistemde {failed} adet başarısız kontrol var",
|
||
"cli.verify_system_status.check_name.pulsar": "Pulsar",
|
||
"cli.verify_system_status.check_name.api_gateway": "API Ağ Geçidi",
|
||
"cli.verify_system_status.check_name.processors": "İşlemciler",
|
||
"cli.verify_system_status.check_name.flow_blueprints": "Akış Şemaları",
|
||
"cli.verify_system_status.check_name.flows": "Akışlar",
|
||
"cli.verify_system_status.check_name.prompts": "İpuçları",
|
||
"cli.verify_system_status.check_name.library": "Kütüphane",
|
||
"cli.verify_system_status.check_name.workbench_ui": "Çalışma Alanı Arayüzü",
|
||
"cli.verify_system_status.pulsar.healthy": "Pulsar sağlıklı ({clusters} küme)",
|
||
"cli.verify_system_status.pulsar.status": "Pulsar, {status_code} durumunu döndürdü",
|
||
"cli.verify_system_status.pulsar.timeout": "Pulsar bağlantı zaman aşımı",
|
||
"cli.verify_system_status.pulsar.cannot_connect": "Pulsar'a bağlanılamıyor",
|
||
"cli.verify_system_status.pulsar.error": "Pulsar hatası: {error}",
|
||
"cli.verify_system_status.api_gateway.responding": "API Ağ Geçidi yanıt veriyor",
|
||
"cli.verify_system_status.api_gateway.status": "API Ağ Geçidi, {status_code} durumunu döndürdü",
|
||
"cli.verify_system_status.api_gateway.timeout": "API Ağ Geçidi bağlantı zaman aşımı",
|
||
"cli.verify_system_status.api_gateway.cannot_connect": "API Ağ Geçidi'ne bağlanılamıyor",
|
||
"cli.verify_system_status.api_gateway.error": "API Ağ Geçidi hatası: {error}",
|
||
"cli.verify_system_status.processors.found": "{count} adet işlemci bulundu (≥ {min})",
|
||
"cli.verify_system_status.processors.only": "Sadece {count} adet işlemci çalışıyor (gerekli {min})",
|
||
"cli.verify_system_status.processors.metrics_status": "Ölçümler, {status_code} durumunu döndürdü",
|
||
"cli.verify_system_status.processors.error": "İşlemci kontrol hatası: {error}",
|
||
"cli.verify_system_status.flow_blueprints.found": "{count} adet akış şeması bulundu",
|
||
"cli.verify_system_status.flow_blueprints.none": "Akış şeması bulunamadı",
|
||
"cli.verify_system_status.flow_blueprints.error": "Akış şeması kontrol hatası: {error}",
|
||
"cli.verify_system_status.flows.responding": "Akış yöneticisi yanıt veriyor ({count} akış)",
|
||
"cli.verify_system_status.flows.error": "Akış yöneticisi kontrol hatası: {error}",
|
||
"cli.verify_system_status.prompts.found": "{count} adet ipucu bulundu",
|
||
"cli.verify_system_status.prompts.none": "İpucu bulunamadı",
|
||
"cli.verify_system_status.prompts.error": "İpuçları kontrol hatası: {error}",
|
||
"cli.verify_system_status.library.responding": "Kütüphane yanıt veriyor ({count} belge)",
|
||
"cli.verify_system_status.library.error": "Kütüphane kontrol hatası: {error}",
|
||
"cli.verify_system_status.ui.responding": "Çalışma alanı Arayüzü yanıt veriyor",
|
||
"cli.verify_system_status.ui.status": "Arayüz, {status_code} durumunu döndürdü",
|
||
"cli.verify_system_status.ui.timeout": "Arayüz bağlantı zaman aşımı",
|
||
"cli.verify_system_status.ui.cannot_connect": "Arayüze bağlanılamıyor",
|
||
"cli.verify_system_status.ui.error": "Arayüz hatası: {error}"
|
||
}
|