Files
webapp/i18n/locales/ru/ordersDetail.json
2026-01-07 09:10:35 +07:00

52 lines
1.5 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.

{
"ordersDetail": {
"header": {
"title": "Заказ #{id}"
},
"errors": {
"title": "Ошибка",
"retry": "Попробовать снова",
"load_failed": "Не удалось загрузить заказ"
},
"states": {
"loading": "Загружаем детали заказа..."
},
"labels": {
"unit_tons": "тонн",
"product_unknown": "Товар",
"delivery_days": "дней доставки",
"weight_unit": "т",
"trips": "рейсов",
"company_unknown": "Компания не указана",
"price_zero": "0 ₽",
"dates_undefined": "Даты не определены"
},
"status": {
"pending": "Ожидает",
"processing": "В обработке",
"in_transit": "В пути",
"delivered": "Доставлен",
"cancelled": "Отменен",
"unknown": "Неизвестно"
},
"sections": {
"stages": {
"title": "Этапы маршрута",
"companies": {
"title": "Компании",
"empty": "Компании не назначены"
},
"route_title": "Маршрут этапа",
"empty": "Этапы маршрута не определены"
},
"map": {
"title": "Общая карта маршрута"
},
"timeline": {
"title": "Timeline доставки",
"empty": "Нет данных для timeline"
}
}
}
}