dify/web/i18n/uk-UA/dataset-hit-testing.ts
2024-02-23 14:31:06 +08:00

29 lines
1.1 KiB
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: 'Тестування вибірки',
desc: 'Тестування ефективності пошуку знань на основі наданого текстового запиту.',
dateTimeFormat: 'DD/MM/YYYY HH:mm A',
recents: 'Останні',
table: {
header: {
source: 'Джерело',
text: 'Текст',
time: 'Час',
},
},
input: {
title: 'Вихідний текст',
placeholder: 'Будь ласка, введіть текст, рекомендується коротке декларативне речення.',
countWarning: 'До 200 символів.',
indexWarning: 'Тільки високоякісні знання.',
testing: 'Тестування',
},
hit: {
title: 'ВИБРАНІ АБЗАЦИ',
emptyTip: 'Результати тестування вибірки відобразяться тут',
},
noRecentTip: 'Тут немає результатів останніх запитів',
viewChart: 'ПЕРЕГЛЯНУТИ ВЕКТОРНУ ДІАГРАМУ',
}
export default translation