dify/web/i18n/tr-TR/dataset-hit-testing.ts
github-actions[bot] 824a71388a
chore: translate i18n files (#8917)
Co-authored-by: JohnJyong <76649700+JohnJyong@users.noreply.github.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
2024-09-30 16:35:00 +08:00

31 lines
869 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',
viewDetail: 'ayrıntılara bakın',
settingTitle: 'Alma Ayarı',
}
export default translation