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

32 lines
673 B
JSON

{
"orderCalendar": {
"header": {
"title": "Trips calendar"
},
"filters": {
"loading": "Loading",
"unloading": "Unloading"
},
"labels": {
"loading": "Loading",
"unloading": "Unloading",
"weight_unit": "t",
"service": "Service",
"service_stage": "Service stage"
},
"months": "Aug 2024|Sep 2024|Oct 2024",
"stats": {
"title": "Period stats:",
"trips": "Trips:",
"companies": "Companies:",
"weight": "Weight:"
},
"transport": {
"auto": "Road transport",
"rail": "Rail transport",
"sea": "Sea transport",
"air": "Air transport"
}
}
}