feat(i18n): add Turkish (tr-TR) locale translation

Add complete Turkish localization for the GPUStack UI including all 18 translation files covering common UI, menus, dashboard, models, playground, resources, API keys, users, backends, benchmarks, clusters, providers, routes, shortcuts, usage, and vendor names.
This commit is contained in:
bakiburakogun
2026-03-23 15:55:07 +08:00
committed by jialin
parent 8b5e407758
commit 77f0740ec9
19 changed files with 1476 additions and 0 deletions
+92
View File
@@ -0,0 +1,92 @@
export default {
'benchmark.title': 'Kıyaslamalar',
'benchmark.button.add': 'Kıyaslama Ekle',
'benchmark.button.edit': 'Kıyaslamayı Düzenle',
'benchmark.button.compare': 'Karşılaştır',
'benchmark.table.model': 'Model',
'benchmark.table.instance': 'Model Örneği',
'benchmark.table.dataset': 'Veri Kümesi',
'benchmark.table.requestRate': 'İstek Oranı',
'benchmark.table.gpu': 'GPU ',
'benchmark.table.tpot': 'TPOT',
'benchmark.table.itl': 'ITL',
'benchmark.table.ttft': 'TTFT',
'benchmark.table.rps': 'İstek/s',
'benchmark.table.tps': 'Token/s',
'benchmark.table.inputLen': 'Giriş Uzunluğu',
'benchmark.table.outputLen': 'Çıkış Uzunluğu',
'benchmark.form.profile': 'Profil',
'benchmark.form.totalRequests': 'Toplam İstek',
'benchmark.form.profile.latency': 'Gecikme',
'benchmark.form.profile.throughput': 'Verim',
'benchmark.form.profile.longContext': 'Uzun Bağlam',
'benchmark.form.profile.heavy': 'Yoğun Üretim',
'benchmark.form.profile.custom': 'Özel',
'benchmark.table.inputTokenLength': 'Giriş Token Uzunluğu',
'benchmark.table.outputTokenLength': 'Çıkış Token Uzunluğu',
'benchmark.detail.summary.title': 'Özet',
'benchmark.detail.configure.title': 'Yapılandırma',
'benchmark.detail.environment.title': 'Ortam',
'benchmark.detail.logs.title': 'Günlükler',
'benchmark.form.totalRequests.tips': 'Toplam İstek',
'benchmark.form.profile.latency.tips':
'TTFT ve kuyruk gecikmesine odaklanan tek istek gecikme kıyaslaması. API sunumu ve sohbet senaryoları için uygundur.',
'benchmark.form.profile.throughput.tips':
'Gerçekçi istem uzunluğuyla maksimum verim. GPU ve model karşılaştırması için en yaygın kullanılan referans değer.',
'benchmark.form.profile.longContext.tips':
'Uzun bağlam işleme için stres testi. KV önbellek davranışını, bellek kullanımını ve altyapı kararlılığını değerlendirir.',
'benchmark.form.profile.heavy.tips':
'Çözümleme ağırlıklı üretim kıyaslaması. Sürekli çözümleme hızını ve çıkış token verimini ölçer.',
'benchmark.table.filter.bygpu': 'GPU\'ya göre filtrele',
'benchmark.table.filter.bymodel': 'Modele göre filtrele',
'benchmark.table.filter.bydataset': 'Veri Kümesine göre filtrele',
'benchmark.table.filter.byProfile': 'Profile göre filtrele',
'benchmark.table.avg': 'Ort.',
'benchmark.table.columnSettings': 'Sütun Ayarları',
'benchmark.detail.summary.results': 'Test Sonuçları',
'benchmark.detail.summary.metadata': 'Meta Veriler',
'benchmark.detail.summary.metrics': 'Test Metrikleri',
'benchmark.detail.summary.latency': 'Gecikme',
'benchmark.detail.summary.throughput': 'Verim',
'benchmark.detail.summary.request': 'İstekler',
'benchmark.detail.avg.reqLatency': 'İstek Gecikme Ort.',
'benchmark.detail.avg.ttft': 'TTFT Ort.',
'benchmark.detail.avg.tpot': 'TPOT Ort.',
'benchmark.detail.avg.itl': 'ITL Ort.',
'benchmark.detail.throughput.totalToken': 'Toplam Verim',
'benchmark.detail.throughput.inputToken': 'Giriş Verimi',
'benchmark.detail.throughput.outputToken': 'Çıkış Verimi',
'benchmark.detail.requests.total': 'Toplam İstek',
'benchmark.detail.requests.success': 'Başarılı İstekler',
'benchmark.detail.requests.failed': 'Başarısız İstekler',
'benchmark.detail.requests.incomplete': 'Tamamlanmamış İstekler',
'benchmark.detail.requests.concurrency': 'Eşzamanlılık Ort.',
'benchmark.detail.requests.concurrency.max': 'Eşzamanlılık Maks.',
'benchmark.detail.percentile.latency': 'Gecikme',
'benchmark.detail.percentile.inputTokens': 'Giriş Tokenları',
'benchmark.detail.percentile.outputTokens': 'Çıkış Tokenları',
'benchmark.detail.percentile.input': 'Giriş',
'benchmark.detail.percentile.output': 'Çıkış',
'benchmark.detail.percentile.total': 'Toplam',
'benchmark.detail.configure.tokenLength': 'Token Uzunluğu (Giriş/Çıkış)',
'benchmark.detail.percentile.title': 'Yüzdelik Dilim',
'benchmark.detail.modelName': 'Model Adı',
'benchmark.detail.instanceName': 'Örnek Adı',
'benchmark.detail.configure': 'Yapılandırma',
'benchmark.detail.modelFile': 'Model Dosyası',
'benchmark.detail.kvCache': 'Genişletilmiş KV Önbellek',
'benchmark.detail.speculativeDecoding': 'Spekülatif Çözümleme',
'benchmark.detail.inputOutputTokenLength': 'Token Uzunluğu (Giriş/Çıkış)',
'benchmark.env.gpuName': 'GPU Adı',
'benchmark.env.workerName': 'İşçi Düğüm Adı',
'benchmark.env.index': 'İndeks',
'benchmark.env.system': 'Sistem',
'benchmark.env.runtimeVersion': 'Çalışma Zamanı Sürümü',
'benchmark.env.driverVersion': 'Sürücü Sürümü',
'benchmark.env.cpuCounts': 'CPU Çekirdekleri',
'benchmark.table.export.results': 'Sonuçları Dışa Aktar',
'benchmark.form.nonLlmModel.tips':
'Kıyaslama şu anda yalnızca LLM modellerini destekliyor',
'benchmark.detail.result.duration': 'Süre',
'benchmark.detail.result.basic': 'Temel'
};