Initial commit from monorepo

This commit is contained in:
Ruslan Bakiev
2026-01-07 09:10:35 +07:00
commit 3db50d9637
371 changed files with 43223 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
{
"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"
}
}
}