30 lines
757 B
JSON
30 lines
757 B
JSON
{
|
||
"ordersList": {
|
||
"actions": {
|
||
"new_calc": "Новый расчет"
|
||
},
|
||
"errors": {
|
||
"retry": "Попробовать снова"
|
||
},
|
||
"states": {
|
||
"loading": "Загружаем заказы..."
|
||
},
|
||
"filters": {
|
||
"all": "Все",
|
||
"pending": "Ожидают",
|
||
"processing": "В обработке",
|
||
"in_transit": "В пути",
|
||
"delivered": "Доставлены"
|
||
},
|
||
"card": {
|
||
"order_label": "Заказ",
|
||
"route": "Маршрут",
|
||
"product": "Товар",
|
||
"product_loading": "Загрузка...",
|
||
"unit_tons": "тонн",
|
||
"status": "Статус",
|
||
"stages_completed": "Этапов завершено: {done} / {total}"
|
||
}
|
||
}
|
||
}
|