All checks were successful
Build Docker Image / build (push) Successful in 4m20s
- Add role switcher buttons after Explore/Quote/Кабинет with separator - Dynamic center tabs based on role: BUYER shows orders/addresses, SELLER shows offers - Redirect to appropriate page when switching role in client area - Add localization for roles.client and roles.seller
24 lines
681 B
JSON
24 lines
681 B
JSON
{
|
|
"cabinetNav": {
|
|
"cabinet": "Мой кабинет",
|
|
"search": "Поиск",
|
|
"catalog": "Каталог",
|
|
"orders": "Мои заказы",
|
|
"addresses": "Мои адреса",
|
|
"billing": "Баланс",
|
|
"profile": "Профиль",
|
|
"team": "Компания",
|
|
"teamSettings": "Настройки команды",
|
|
"offers": "Мои предложения",
|
|
"myOffers": "Мои предложения",
|
|
"seller": "Продавец",
|
|
"suppliers": "Поставщики",
|
|
"hubs": "Хабы",
|
|
"ai": "AI ассистент",
|
|
"roles": {
|
|
"client": "Я клиент",
|
|
"seller": "Я продавец"
|
|
}
|
|
}
|
|
}
|