Files
webapp/i18n/locales/ru/catalogOfferCard.json
Ruslan Bakiev e4f81dba7c
All checks were successful
Build Docker Image / build (push) Successful in 4m53s
Redesign offer result card layout
2026-02-06 17:07:38 +07:00

15 lines
383 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} км",
"country_unknown": "Не указана",
"supplier_unknown": "Поставщик",
"origin_label": "Откуда",
"origin_unknown": "Откуда не указано"
}
}
}