fix(i18n): add missing ShareGPT profile and fix untranslated model tips in tr-TR

This commit is contained in:
bakiburakogun
2026-03-25 09:48:20 +08:00
committed by jialin
parent 48779aed29
commit aa794c7646
2 changed files with 6 additions and 3 deletions
+4 -1
View File
@@ -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ı.'
};
+2 -2
View File
@@ -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.',