feat(ui): copy logistics header/theme one-to-one

This commit is contained in:
Ruslan Bakiev
2026-04-21 10:34:54 +07:00
parent 670e9b7fd1
commit d3183bf6ad
11 changed files with 1052 additions and 236 deletions

20
i18n/locales/ru/ui.json Normal file
View File

@@ -0,0 +1,20 @@
{
"ui": {
"menu": "Меню",
"calculate": "Рассчитать",
"my_orders": "Мои заказы",
"log_in": "Войти",
"login": "Войти",
"profile": "Профиль",
"from": "Откуда",
"to": "Куда",
"cargo": "Груз",
"find": "Найти",
"manager_navigation": "Навигация менеджера",
"orders": "Заказы",
"quotations": "Котировки",
"hubs": "Хабы",
"users": "Пользователи",
"manager": "Менеджер"
}
}