dify/web/i18n/ru-RU/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