Files
webapp/i18n/locales/ru/catalogHub.json
Ruslan Bakiev cd2c8afff1
All checks were successful
Build Docker Image / build (push) Successful in 4m45s
refactor(hub): replace sections with sources list and map
- Remove Offers, Suppliers, Products, NearbyConnections sections
- Add product filter dropdown
- Show sources list with routes from findProductRoutes API
- Display routes on map using RequestRoutesMap component
- Add i18n keys for sources section (en/ru)
2026-01-09 01:08:56 +07:00

54 lines
1.9 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.

{
"catalogHub": {
"states": {
"loading": "Загружаем информацию о хабе..."
},
"not_found": {
"title": "Логистический хаб не найден",
"subtitle": "Возможно, страница была удалена или указан неверный адрес"
},
"actions": {
"back_to_catalog": "Вернуться в каталог"
},
"sections": {
"offers": {
"title": "Предложения в этом хабе"
},
"suppliers": {
"title": "Поставщики, работающие через этот хаб"
},
"products": {
"title": "Доступные товары"
}
},
"empty": {
"offers": {
"title": "Пока нет предложений",
"subtitle": "В этом логистическом хабе пока нет активных предложений. Вы можете разместить своё!"
}
},
"labels": {
"default_supplier": "Поставщик"
},
"badges": {
"offers": "{count} предложений"
},
"meta": {
"title": "Логистический хаб | Optovia",
"title_with_name": "{name} — Логистический хаб | Optovia",
"description": "Логистический хаб {name}, {country} — {offers} предложений от {suppliers} поставщиков"
},
"nearbyHubs": {
"byRoad": "По автодороге",
"byRail": "По железной дороге",
"empty": "Нет доступных маршрутов"
},
"sources": {
"title": "Откуда можно привезти",
"selectProduct": "Выберите товар",
"empty": "Нет источников для этого товара",
"loading": "Загрузка маршрутов..."
}
}
}