vms-multilanguage-locals 33.0.0 → 34.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 +4 -2
  2. package/package.json +1 -1
package/locales/en.json CHANGED
@@ -2667,10 +2667,12 @@
2667
2667
  "pickup_end_stop_name": "Pickup End Stop",
2668
2668
  "drop_start_stop_name": "Drop Start Stop",
2669
2669
  "drop_end_stop_name": "Drop End Stop",
2670
+ "pickup_plan": "Pickup Plan",
2670
2671
  "pickup_start_stop_id": "Pickup Start Location",
2671
2672
  "pickup_end_stop_id": "Pickup End Location",
2672
- "drop_start_stop_id": "Drop Start Location",
2673
- "drop_end_stop_id": "Drop End Location",
2673
+ "drop_plan": "Return Plan",
2674
+ "drop_start_stop_id": "Return Start Location",
2675
+ "drop_end_stop_id": "Return End Location",
2674
2676
  "route_stops": "Route Stops",
2675
2677
  "pickup_path": "Pickup Path",
2676
2678
  "drop_path": "Drop Path"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vms-multilanguage-locals",
3
- "version": "33.0.0",
3
+ "version": "34.0.0",
4
4
  "description": "Shared i18n locales for VMS projects",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,