Initial commit from monorepo
This commit is contained in:
29
i18n/locales/ru/ordersList.json
Normal file
29
i18n/locales/ru/ordersList.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"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}"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user