Add Russian language (#7860)

Co-authored-by: d8rt8v <alex@ydertev.ru>
Co-authored-by: crazywoola <427733928@qq.com>
This commit is contained in:
Alex
2024-09-02 14:09:41 +03:00
committed by GitHub
parent a8b9e01b3e
commit 35f13c7327
24 changed files with 3329 additions and 1 deletions

29
web/i18n/ru-RU/run-log.ts Normal file
View File

@@ -0,0 +1,29 @@
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