dify/web/i18n/ru-RU/run-log.ts
Alex 35f13c7327
Add Russian language (#7860)
Co-authored-by: d8rt8v <alex@ydertev.ru>
Co-authored-by: crazywoola <427733928@qq.com>
2024-09-02 19:09:41 +08:00

30 lines
888 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