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

32 lines
848 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.

{
"orderCalendar": {
"header": {
"title": "Календарь рейсов"
},
"filters": {
"loading": "Погрузки",
"unloading": "Выгрузки"
},
"labels": {
"loading": "Погрузка",
"unloading": "Выгрузка",
"weight_unit": "т",
"service": "Услуга",
"service_stage": "Сервисный этап"
},
"months": "Авг 2024|Сен 2024|Окт 2024",
"stats": {
"title": "Статистика по периодам:",
"trips": "Рейсы:",
"companies": "Компании:",
"weight": "Вес:"
},
"transport": {
"auto": "Автоперевозка",
"rail": "Ж/д перевозка",
"sea": "Морская перевозка",
"air": "Авиаперевозка"
}
}
}