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

30 lines
757 B
JSON
Raw Permalink 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.

{
"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}"
}
}
}