Files
webapp/i18n/locales/ru/cabinetNav.json
Ruslan Bakiev 34c7404a42
All checks were successful
Build Docker Image / build (push) Successful in 4m13s
Refactor navigation and fix UI issues
- Add py-4 to main layout for detail page padding
- Show search widget only on main page (not all catalog pages)
- Add 4 menu items: Search, Catalog, Orders, Seller
- Fix orders page click to navigate to order detail
- Update CatalogPage map positioning for new nav structure
- Add search translation to cabinetNav i18n files
2026-01-08 13:26:23 +07:00

19 lines
546 B
JSON

{
"cabinetNav": {
"search": "Поиск",
"catalog": "Каталог",
"orders": "Мои заказы",
"addresses": "Мои адреса",
"billing": "Баланс",
"profile": "Профиль",
"team": "Компания",
"teamSettings": "Настройки команды",
"offers": "Мои предложения",
"myOffers": "Мои предложения",
"seller": "Продавец",
"suppliers": "Поставщики",
"hubs": "Хабы",
"ai": "AI ассистент"
}
}