Files
webapp/i18n/locales/ru/catalogOfferCard.json
Ruslan Bakiev 85457a34d5
All checks were successful
Build Docker Image / build (push) Successful in 4m36s
Make ETA and pricing more realistic
2026-02-06 17:57:23 +07:00

17 lines
457 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": "Срок",
"duration_days": "{days} дн",
"country_unknown": "Не указана",
"supplier_unknown": "Поставщик",
"origin_label": "Откуда",
"origin_unknown": "Откуда не указано"
}
}
}