Files
webapp/i18n/locales/ru/catalog.json
Ruslan Bakiev 749f15131b
All checks were successful
Build Docker Image / build (push) Successful in 3m25s
Add map view toggle for fullWidthMap mode
- Add MapViewMode type (offers/hubs/suppliers) with cookie storage
- Add view toggle button group on full-width map
- Update clusterNodeType and mapPointColor based on selected view
- Add translations for view options
2026-01-22 18:41:38 +07:00

46 lines
1.6 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"catalog": {
"filters": {
"product": "Товар",
"supplier": "Поставщик",
"hub": "Хаб",
"quantity": "Количество"
},
"search": {
"placeholder": "Найти предложение...",
"refine": "Уточнить...",
"searchProducts": "Поиск товаров...",
"searchSuppliers": "Поиск поставщиков...",
"searchHubs": "Поиск хабов..."
},
"hero": {
"title": "Найдите лучшее предложение",
"subtitle": "Выберите товар, поставщика или хаб для начала поиска"
},
"headers": {
"selectProduct": "Выберите товар",
"selectSupplier": "Выберите поставщика",
"selectHub": "Выберите хаб",
"hubsForProduct": "Хабы с товаром",
"productsFromSupplier": "Товары поставщика",
"productsInHub": "Товары в хабе",
"offers": "Предложения"
},
"empty": {
"noProducts": "Товары не найдены",
"noSuppliers": "Поставщики не найдены",
"noHubs": "Хабы не найдены",
"noOffers": "Предложения не найдены",
"noResults": "Ничего не найдено"
},
"views": {
"hubs": "Хабы",
"products": "Товары",
"suppliers": "Поставщики",
"offers": "Офферы",
"map": "Карта"
},
"offers": "предложение | предложения | предложений"
}
}