fix(i18n): add missing ShareGPT profile and fix untranslated model tips in tr-TR
This commit is contained in:
@@ -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ı.'
|
||||
};
|
||||
|
||||
@@ -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.',
|
||||
|
||||
Reference in New Issue
Block a user