Add topnav layout with MainNavigation, SubNavigation, GlobalSearchBar, SplitLayout
Some checks failed
Build Docker Image / build (push) Failing after 1m25s

This commit is contained in:
Ruslan Bakiev
2026-01-08 01:03:07 +07:00
parent 4235c9f1e9
commit 737ec91473
11 changed files with 775 additions and 0 deletions

View File

@@ -1,11 +1,17 @@
{
"cabinetNav": {
"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"
}
}

View File

@@ -7,6 +7,13 @@
"error": "Error",
"success": "Success",
"retry": "Retry",
"back": "Back",
"list": "List",
"map": "Map",
"language": "Language",
"theme": "Theme",
"teams": "Teams",
"selectTeam": "Select team",
"actions": {
"load_more": "Load more"
},
@@ -19,5 +26,9 @@
"values": {
"not_available": "Not available"
}
},
"units": {
"t": "t",
"kg": "kg"
}
}

View File

@@ -3,10 +3,14 @@
"title": "Find Raw Materials",
"subtitle": "& Industrial Services",
"description": "Connect with suppliers, get competitive prices, and streamline your procurement process",
"product": "Product",
"product_label": "What are you looking for?",
"product_placeholder": "Select material type",
"quantity": "Quantity",
"quantity_label": "Quantity",
"quantity_placeholder": "Amount",
"destination": "Destination",
"destination_placeholder": "City or hub",
"location_label": "Delivery to",
"location_placeholder": "City or region",
"search_button": "Search",

View File

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

View File

@@ -7,6 +7,13 @@
"error": "Ошибка",
"success": "Успех",
"retry": "Повторить",
"back": "Назад",
"list": "Список",
"map": "Карта",
"language": "Язык",
"theme": "Тема",
"teams": "Команды",
"selectTeam": "Выбрать команду",
"actions": {
"load_more": "Показать еще"
},
@@ -19,5 +26,9 @@
"values": {
"not_available": "Нет данных"
}
},
"units": {
"t": "т",
"kg": "кг"
}
}

View File

@@ -3,10 +3,14 @@
"title": "Найти сырье",
"subtitle": "и промышленные сервисы",
"description": "Связывайтесь с поставщиками, получайте конкурентные цены и упрощайте процессы закупок",
"product": "Товар",
"product_label": "Что вы ищете?",
"product_placeholder": "Выберите тип материала",
"quantity": "Количество",
"quantity_label": "Количество",
"quantity_placeholder": "Объем",
"destination": "Куда",
"destination_placeholder": "Город или хаб",
"location_label": "Доставка в",
"location_placeholder": "Город или регион",
"search_button": "Найти",