Files
dify/web/i18n/uk-UA/run-log.ts

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