vms-multilanguage-locals 86.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 +2 -1
  2. package/package.json +1 -1
package/locales/en.json CHANGED
@@ -764,9 +764,10 @@
764
764
  "bus_stop": "Bus Stop",
765
765
  "bus_routes": "Bus Routes",
766
766
  "bus_route": "Bus Route",
767
+ "bus_daily_schedule": "Bus Daily Schedule",
767
768
  "bus_daily_schedules": "Bus Daily Schedules",
769
+ "bus_special_schedule": "Bus Special Schedule",
768
770
  "bus_special_schedules": "Bus Special Schedules",
769
- "bus_schedule": "Bus Schedule",
770
771
  "bus_daily_runs": "Bus Daily Runs",
771
772
  "bus_daily_run": "Bus Daily Run",
772
773
  "vendor_management_desc": "Manage vendors, contracts, and performance tracking",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vms-multilanguage-locals",
3
- "version": "86.0.0",
3
+ "version": "87.0.0",
4
4
  "description": "Shared i18n locales for VMS projects",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,