Files
webapp/i18n/locales/ru/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.3 KiB
JSON

{
"catalogProducts": {
"header": {
"title": "Каталог товаров",
"subtitle": "{count} товаров"
},
"empty": {
"title": "Товары не найдены",
"subtitle": "Попробуйте изменить параметры поиска"
}
},
"common": {
"loading": "Загрузка...",
"save": "Сохранить",
"cancel": "Отмена",
"refresh": "Обновить",
"error": "Ошибка",
"success": "Успех",
"retry": "Повторить",
"back": "Назад",
"viewDetails": "Подробнее",
"list": "Список",
"map": "Карта",
"language": "Язык",
"theme": "Тема",
"teams": "Команды",
"selectTeam": "Выбрать команду",
"actions": {
"load_more": "Показать еще"
},
"pagination": {
"showing": "Показано {shown} из {total}"
},
"selectLocation": "Выберите локацию",
"theme_dark": "Темная тема",
"theme_light": "Светлая тема",
"values": {
"not_available": "Нет данных"
},
"searchBar": {
"placeholder": "Поиск...",
"filters": "Фильтры",
"sort": "Сортировка"
}
},
"units": {
"t": "т",
"kg": "кг"
}
}