dify/web/i18n/uk-UA/run-log.ts
takatost ff67a6d338
feat: llm text stream support for workflow app (#3798)
Co-authored-by: JzoNg <jzongcode@gmail.com>
2024-04-28 17:37:00 +08:00

30 lines
917 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 = {
input: 'ВВЕДЕННЯ',
result: 'РЕЗУЛЬТАТ',
detail: 'ДЕТАЛІ',
tracing: 'ВІДСЛІДКУВАННЯ',
resultPanel: {
status: 'СТАТУС',
time: 'ЧАС ВИКОНАННЯ',
tokens: 'ЗАГАЛЬНА КІЛЬКІСТЬ ТОКЕНІВ',
},
meta: {
title: 'МЕТАДАНІ',
status: 'Статус',
version: 'Версія',
executor: 'Виконавець',
startTime: 'Час початку',
time: 'Час виконання',
tokens: 'Загальна кількість токенів',
steps: 'Кроки виконання',
},
resultEmpty: {
title: 'Цей запуск лише вихідного формату JSON,',
tipLeft: 'будь ласка, перейдіть до ',
link: 'панель деталей',
tipRight: ' переглянути.',
},
}
export default translation