vms-multilanguage-locals 19.0.0 → 20.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/locales/en.json +20 -0
  2. package/package.json +1 -1
package/locales/en.json CHANGED
@@ -2643,5 +2643,25 @@
2643
2643
  "route_stops": "Route Stops",
2644
2644
  "pickup_path": "Pickup Path",
2645
2645
  "drop_path": "Drop Path"
2646
+ },
2647
+ "p_fleet_bus_schedule": {
2648
+ "schedule_name": "Schedule Name",
2649
+ "schedule_status": "Schedule Status",
2650
+ "is_stops_finalized": "Is Stops Finalised",
2651
+ "schedule_type": "Schedule Type",
2652
+ "route": "Route",
2653
+ "start_hour": "Start Hour",
2654
+ "start_minute": "Start Minute",
2655
+ "end_hour": "End Hour",
2656
+ "end_minute": "End Minute",
2657
+ "schedule_plan_start_date": "Schedule Plan Start Date",
2658
+ "schedule_plan_end_date": "Schedule Plan End Date",
2659
+ "sunday": "Sunday",
2660
+ "monday": "Monday",
2661
+ "tuesday": "Tuesday",
2662
+ "wednesday": "Wednesday",
2663
+ "thursday": "Thursday",
2664
+ "friday": "Friday",
2665
+ "saturday": "Saturday"
2646
2666
  }
2647
2667
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vms-multilanguage-locals",
3
- "version": "19.0.0",
3
+ "version": "20.0.0",
4
4
  "description": "Shared i18n locales for VMS projects",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,