Files
webapp/i18n/locales/ru/catalogOfferCard.json
Ruslan Bakiev 675f46a75e
All checks were successful
Build Docker Image / build (push) Successful in 4m40s
Enrich offer card origin, price, and duration
2026-02-06 17:37:58 +07:00

19 lines
516 B
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.

{
"catalogOfferCard": {
"labels": {
"quantity_with_unit": "{quantity} {unit}",
"default_unit": "т",
"unit_kg": "кг",
"distance_km": "{km} км",
"duration_label": "Срок",
"time_days_short": "д",
"time_hours_short": "ч",
"time_minutes_short": "м",
"country_unknown": "Не указана",
"supplier_unknown": "Поставщик",
"origin_label": "Откуда",
"origin_unknown": "Откуда не указано"
}
}
}