vms-multilanguage-locals 84.0.0 → 87.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 +7 -4
  2. package/package.json +1 -1
package/locales/en.json CHANGED
@@ -764,8 +764,10 @@
764
764
  "bus_stop": "Bus Stop",
765
765
  "bus_routes": "Bus Routes",
766
766
  "bus_route": "Bus Route",
767
- "bus_schedules": "Bus Schedules",
768
- "bus_schedule": "Bus Schedule",
767
+ "bus_daily_schedule": "Bus Daily Schedule",
768
+ "bus_daily_schedules": "Bus Daily Schedules",
769
+ "bus_special_schedule": "Bus Special Schedule",
770
+ "bus_special_schedules": "Bus Special Schedules",
769
771
  "bus_daily_runs": "Bus Daily Runs",
770
772
  "bus_daily_run": "Bus Daily Run",
771
773
  "vendor_management_desc": "Manage vendors, contracts, and performance tracking",
@@ -2209,7 +2211,7 @@
2209
2211
  "avg_speed": "Avg Speed (KMPH)",
2210
2212
  "speed": "Speed (KMPH)",
2211
2213
  "over_speed_incidents": "Over Speed Incidents",
2212
- "over_speed": "Over Speed KM",
2214
+ "over_speed": "Over Speed (KM)",
2213
2215
  "over_speed_meters": "Over Speed (Meters)",
2214
2216
  "over_speed_km": "Over Speed (KM)",
2215
2217
  "over_speed_time": "Over Speed Time (HH:MM:SS)",
@@ -2982,7 +2984,8 @@
2982
2984
  "no_data": "No Data",
2983
2985
  "bus_stops_desc": "Manage bus stop locations and pickup points",
2984
2986
  "bus_routes_desc": "Create and organize routes for efficient transport",
2985
- "bus_schedules_desc": "Plan and manage trip timings and schedules",
2987
+ "bus_daily_schedules_desc": "Plan and manage trip timings and schedules",
2988
+ "bus_special_schedules_desc": "Plan and manage trip timings and schedules",
2986
2989
  "bus_daily_runs_desc": "Track daily bus operations and trip execution"
2987
2990
  },
2988
2991
  "p_school_dashboard": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vms-multilanguage-locals",
3
- "version": "84.0.0",
3
+ "version": "87.0.0",
4
4
  "description": "Shared i18n locales for VMS projects",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,