Add topnav layout with MainNavigation, SubNavigation, GlobalSearchBar, SplitLayout
Some checks failed
Build Docker Image / build (push) Failing after 1m25s
Some checks failed
Build Docker Image / build (push) Failing after 1m25s
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user