Files
webapp/i18n/locales/en/cabinetNav.json
Ruslan Bakiev 8b0e1900d1
Some checks failed
Build Docker Image / build (push) Has been cancelled
feat(nav): client area tabs in main navigation
- Add Cabinet button to header (dashboard icon)
- When in /clientarea/* show tabs instead of search input
- Tabs: Заказы | Предложения (SELLER only) | Адреса | Профиль | Команда
- Hide Explore/Quote toggle in client area
- Remove SubNavigation for clientarea (tabs moved to MainNavigation)
2026-01-28 05:28:16 +07:00

20 lines
432 B
JSON

{
"cabinetNav": {
"cabinet": "My Cabinet",
"search": "Search",
"catalog": "Catalog",
"orders": "My orders",
"addresses": "My addresses",
"billing": "Balance",
"profile": "Profile",
"team": "Company",
"teamSettings": "Team settings",
"offers": "My offers",
"myOffers": "My offers",
"seller": "Seller",
"suppliers": "Suppliers",
"hubs": "Hubs",
"ai": "AI assistant"
}
}