From aa794c7646477a8e8913340bc61f612a2a678016 Mon Sep 17 00:00:00 2001 From: bakiburakogun Date: Tue, 24 Mar 2026 13:05:16 +0300 Subject: [PATCH] fix(i18n): add missing ShareGPT profile and fix untranslated model tips in tr-TR --- src/locales/tr-TR/benchmark.ts | 5 ++++- src/locales/tr-TR/models.ts | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) 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.',