diff --git a/src/locales/tr-TR/benchmark.ts b/src/locales/tr-TR/benchmark.ts index e47da0a4..3ca4489f 100644 --- a/src/locales/tr-TR/benchmark.ts +++ b/src/locales/tr-TR/benchmark.ts @@ -88,5 +88,8 @@ export default { 'benchmark.form.nonLlmModel.tips': 'Kıyaslama şu anda yalnızca LLM modellerini destekliyor', 'benchmark.detail.result.duration': 'Süre', - 'benchmark.detail.result.basic': 'Temel' + 'benchmark.detail.result.basic': 'Temel', + 'benchmark.form.profile.ShareGPT': 'ShareGPT', + 'benchmark.form.profile.ShareGPT.tips': + 'Gerçekçi istem uzunluğuyla maksimum verim. GPU ve model karşılaştırması için en yaygın kullanılan referans noktası.' }; diff --git a/src/locales/tr-TR/models.ts b/src/locales/tr-TR/models.ts index 75c11015..2b5c6d85 100644 --- a/src/locales/tr-TR/models.ts +++ b/src/locales/tr-TR/models.ts @@ -101,8 +101,8 @@ export default { 'models.filter.category': 'Kategoriye göre filtrele', 'models.list.more.logs': 'Daha Fazla Göster', 'models.catalog.release.date': 'Yayınlanma Tarihi', - 'models.localpath.gguf.tips.title': 'GGUF format model', - 'models.localpat.safe.tips.title': 'Safetensors format model', + 'models.localpath.gguf.tips.title': 'GGUF biçiminde model', + 'models.localpat.safe.tips.title': 'Safetensors biçiminde model', 'models.localpath.shared.tips.title': 'Parçalı GGUF format model', 'models.localpath.gguf.tips': ' Model dosyasını belirtin, örn., /data/models/model.gguf.',