dify/web/i18n/uk-UA/run-log.ts
2024-04-08 23:17:16 +08:00

24 lines
667 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: 'Кроки виконання',
},
}
export default translation