dify/web/i18n/tr-TR/dataset-hit-testing.ts
hursit 104c797dd0
feat: Add support for i18n Turkish language (tr-TR) (#6886)
Co-authored-by: hursit <hursit.topal@enuygun.com>
2024-08-01 17:30:35 +08:00

29 lines
800 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

const translation = {
title: 'Geri Alım Testi',
desc: 'Verilen sorgu metnine göre Bilginin isabet etkisini test edin.',
dateTimeFormat: 'GG/AA/YYYY ss:dd ÖÖ/ÖS',
recents: 'Sonuçlar',
table: {
header: {
source: 'Kaynak',
text: 'Metin',
time: 'Zaman',
},
},
input: {
title: 'Kaynak metin',
placeholder: 'Bir metin girin, kısa bir bildirim cümlesi önerilir.',
countWarning: 'En fazla 200 karakter.',
indexWarning: 'Yüksek kaliteli Bilgi sadece.',
testing: 'Test Ediliyor',
},
hit: {
title: 'GERİ ALINAN PARAGRAFLAR',
emptyTip: 'Geri Alım Testi sonuçları burada gösterilecektir',
},
noRecentTip: 'Burada son sorgu sonuçları yok',
viewChart: 'VEKTÖR GRAFİĞİNİ GÖRÜNTÜLE',
}
export default translation