Files
Dorod-Sky/skyvern-frontend/public/locales/ru/workflows.json
Vodorod 6b69159550
Some checks failed
Run tests and pre-commit / Run tests and pre-commit hooks (push) Has been cancelled
Run tests and pre-commit / Frontend Lint and Build (push) Has been cancelled
Publish Fern Docs / run (push) Has been cancelled
Update OpenAPI Specification / update-openapi (push) Has been cancelled
feat: Add Russian i18n translations and fix CORS + API endpoint issues
- Implemented full Russian translation (ru) for 8 major pages
- Added LanguageSwitcher component with language detection
- Translated: Navigation, Settings, Workflows, Credentials, Banner, Examples
- Fixed API endpoint path: changed to use sans-api-v1 client for /v1/ endpoints
- Fixed CORS: added http://localhost:8081 to ALLOWED_ORIGINS
- Added locales infrastructure with i18next and react-i18next
- Created bilingual JSON files (en/ru) for 4 namespaces
- 220+ translation keys implemented
- Backend CORS configuration updated in .env
- Documentation: I18N implementation guides and installation docs
2026-02-21 08:29:21 +03:00

70 lines
3.4 KiB
JSON
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.
{
"title": "Рабочие процессы",
"description": "Создавайте свои собственные сложные рабочие процессы, объединяя веб-агентов вместе. Определите последовательность действий, настройте и забудьте.",
"folders": {
"title": "Папки",
"newFolder": "Новая папка",
"organize": "Организуйте ваши Workflows с помощью папок",
"organizeDescription": "Держите свои workflows организованными, создавая папки. Группируйте связанные workflows вместе по проекту, команде или типу workflow для более простого управления.",
"createFirst": "Создайте вашу первую папку",
"emptyTitle": "Организуйте ваши Workflows с помощью папок",
"emptyDescription": "Держите свои workflows организованными, создавая папки. Группируйте связанные workflows вместе по проекту, команде или типу workflow для более простого управления.",
"emptyButton": "Создайте вашу первую папку"
},
"myFlows": "Мои процессы",
"viewAll": "Посмотреть все процессы",
"searchPlaceholder": "Поиск по названию или параметру...",
"noWorkflowsFound": "Рабочие процессы не найдены",
"itemsPerPage": "Элементов на странице",
"previous": "Предыдущая",
"next": "Следующая",
"columns": {
"id": "ID",
"title": "Название",
"folder": "Папка",
"createdAt": "Создано"
},
"steps": {
"1": {
"title": "Сохраняйте сессии браузера и переиспользуйте их в последующих запусках",
"number": "1"
},
"2": {
"title": "Объединяйте несколько агентов для выполнения сложных задач",
"number": "2"
},
"3": {
"title": "Выполняйте небраузерные задачи, такие как отправка email",
"number": "3"
}
},
"buttons": {
"import": "Импорт",
"create": "Создать",
"blankWorkflow": "Пустой процесс",
"fromTemplate": "Из шаблона"
},
"tooltips": {
"template": "Шаблон",
"assignToFolder": "Назначить в папку",
"showParameters": "Показать параметры",
"hideParameters": "Скрыть параметры",
"noParameters": "Нет параметров",
"openInEditor": "Открыть в редакторе",
"createNewRun": "Создать новый запуск"
},
"pagination": {
"itemsPerPage": "Элементов на странице"
},
"dialogs": {
"createFolder": {
"title": "Создать новую папку",
"description": "Создайте папку для организации ваших рабочих процессов.",
"titleLabel": "Название",
"descriptionLabel": "Описание (необязательно)",
"cancel": "Отмена",
"create": "Создать папку"
}
}
}