Files
webapp/i18n/locales/en/common.json
Ruslan Bakiev 850ab3f252
All checks were successful
Build Docker Image / build (push) Successful in 3m52s
Add Explore/Quote dual mode to catalog page
- Add CatalogMode type (explore/quote) to useCatalogSearch
- Create ExplorePanel component with view toggle (offers/hubs/suppliers)
- Create QuoteForm and QuotePanel components for search form
- Refactor CatalogPage to fullscreen map with overlay panel
- Simplify catalog/index.vue to use new components
- Add translations for modes and quote form (ru/en)

The catalog now has two modes:
- Explore: Browse map with offers/hubs/suppliers toggle
- Quote: Search form with product/hub/qty filters to find offers
2026-01-22 19:13:45 +07:00

51 lines
1.0 KiB
JSON

{
"catalogProducts": {
"header": {
"title": "Product Catalog",
"subtitle": "{count} products"
},
"empty": {
"title": "No products found",
"subtitle": "Try adjusting your search parameters"
}
},
"common": {
"loading": "Loading...",
"save": "Save",
"cancel": "Cancel",
"refresh": "Refresh",
"error": "Error",
"success": "Success",
"retry": "Retry",
"back": "Back",
"viewDetails": "View details",
"list": "List",
"map": "Map",
"language": "Language",
"theme": "Theme",
"teams": "Teams",
"selectTeam": "Select team",
"actions": {
"load_more": "Load more"
},
"pagination": {
"showing": "Showing {shown} of {total}"
},
"selectLocation": "Select location",
"theme_dark": "Dark mode",
"theme_light": "Light mode",
"values": {
"not_available": "Not available"
},
"searchBar": {
"placeholder": "Search...",
"filters": "Filters",
"sort": "Sort"
}
},
"units": {
"t": "t",
"kg": "kg"
}
}