Files
webapp/i18n/locales/ru/catalog.json
Ruslan Bakiev 404375248b
All checks were successful
Build Docker Image / build (push) Successful in 3m37s
Fix catalog UI: navbar alignment, selection panel, map search, infinite scroll
- Fix team selector alignment in navbar (use items-center, fixed height)
- Fix SelectionPanel header padding to account for parent p-4
- Add map search input (white glass, positioned next to panel)
- Add infinite scroll to SelectionPanel with IntersectionObserver
- Products load all at once (no server-side pagination yet)
- Hubs and Suppliers support pagination with loadMore
2026-01-24 10:09:55 +07:00

64 lines
2.3 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": "Поиск хабов...",
"searchOnMap": "Поиск на карте..."
},
"hero": {
"title": "Найдите лучшее предложение",
"subtitle": "Выберите товар, поставщика или хаб для начала поиска"
},
"headers": {
"selectProduct": "Выберите товар",
"selectSupplier": "Выберите поставщика",
"selectHub": "Выберите хаб",
"hubsForProduct": "Хабы с товаром",
"productsFromSupplier": "Товары поставщика",
"productsInHub": "Товары в хабе",
"offers": "Предложения"
},
"empty": {
"noProducts": "Товары не найдены",
"noSuppliers": "Поставщики не найдены",
"noHubs": "Хабы не найдены",
"noOffers": "Предложения не найдены",
"noResults": "Ничего не найдено"
},
"views": {
"hubs": "Хабы",
"products": "Товары",
"suppliers": "Поставщики",
"offers": "Офферы",
"map": "Карта"
},
"modes": {
"explore": "Исследовать",
"quote": "Найти офферы"
},
"quote": {
"title": "Найти офферы",
"selectProduct": "Выберите товар",
"selectHub": "Выберите хаб",
"selectSupplier": "Выберите поставщика",
"enterQty": "Количество (т)",
"search": "Найти",
"clear": "Очистить"
},
"explore": {
"title": "Исследуйте рынок",
"subtitle": "Переключайтесь между офферами, хабами и поставщиками"
},
"offers": "предложение | предложения | предложений"
}
}