Files
webapp/i18n/locales/ru/catalog.json
Ruslan Bakiev 39c3d24b3a
All checks were successful
Build Docker Image / build (push) Successful in 3m36s
Fix Info panel - translations, two-step offers flow, icon, add to filter
- Add i18n translations for entities, tabs, and info sections (EN/RU)
- Refactor offers tab to two-step flow (products → offers) for Hub/Supplier
- Replace entity badge with circular icon in header
- Fix "Add to filter" button with name fallback and proper cleanup
- Update selectItem() to clear info param when adding to filter
2026-01-25 16:44:00 +07:00

81 lines
2.8 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": {
"entities": {
"hub": "Хаб",
"supplier": "Поставщик",
"offer": "Оффер"
},
"filters": {
"product": "Товар",
"supplier": "Поставщик",
"hub": "Хаб",
"quantity": "Количество"
},
"search": {
"placeholder": "Найти предложение...",
"refine": "Уточнить...",
"searchProducts": "Поиск товаров...",
"searchSuppliers": "Поиск поставщиков...",
"searchHubs": "Поиск хабов...",
"filterByMap": "Искать при перемещении"
},
"hero": {
"title": "Найдите лучшее предложение",
"subtitle": "Выберите товар, поставщика или хаб для начала поиска"
},
"headers": {
"selectProduct": "Выберите товар",
"selectSupplier": "Выберите поставщика",
"selectHub": "Выберите хаб",
"hubsForProduct": "Хабы с товаром",
"productsFromSupplier": "Товары поставщика",
"productsInHub": "Товары в хабе",
"offers": "Предложения"
},
"empty": {
"noProducts": "Товары не найдены",
"noSuppliers": "Поставщики не найдены",
"noHubs": "Хабы не найдены",
"noOffers": "Предложения не найдены",
"noResults": "Ничего не найдено"
},
"views": {
"hubs": "Хабы",
"products": "Товары",
"suppliers": "Поставщики",
"offers": "Офферы",
"map": "Карта"
},
"tabs": {
"products": "Товары",
"offers": "Офферы",
"suppliers": "Поставщики",
"hubs": "Хабы",
"product": "Товар",
"supplier": "Поставщик"
},
"info": {
"selectProductFirst": "Сначала выберите товар",
"addToFilter": "Добавить в фильтр"
},
"modes": {
"explore": "Исследовать",
"quote": "Найти офферы"
},
"quote": {
"title": "Найти офферы",
"selectProduct": "Выберите товар",
"selectHub": "Выберите хаб",
"selectSupplier": "Выберите поставщика",
"enterQty": "Количество (т)",
"search": "Найти",
"clear": "Очистить"
},
"explore": {
"title": "Исследуйте рынок",
"subtitle": "Переключайтесь между офферами, хабами и поставщиками"
},
"offers": "предложение | предложения | предложений"
}
}