@acvtech5b9/vms-multi-language-locals 10.0.0 → 12.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 -0
  2. package/package.json +1 -1
package/locales/en.json CHANGED
@@ -1828,6 +1828,13 @@
1828
1828
  "only_stopped_vehicle_can_be_locked": "Only stopped vehicles can be locked.",
1829
1829
  "confirm_lock_vehicle": "Do you want to lock vehicle",
1830
1830
  "confirm_unlock_vehicle": "Do you want to unlock vehicle",
1831
+ "latest_gps_data_not_available": "Latest GPS data is not available. Please refresh and try again.",
1832
+ "vehicle_moving_lock_warning": "Vehicle appears to be moving. Lock command will still be sent. Please use this action carefully.",
1833
+ "vehicle_locked_success_title": "Vehicle Locked",
1834
+ "vehicle_unlocked_success_title": "Vehicle Unlocked",
1835
+ "vehicle_locked_success_message": "Vehicle lock command sent successfully and lock status updated.",
1836
+ "vehicle_unlocked_success_message": "Vehicle unlock command sent successfully and lock status updated.",
1837
+ "vehicle_lock_action_failed_title": "Vehicle Lock Action Failed",
1831
1838
  "confirm_unlock_vehicle_door": "Do you want to unlock vehicle door",
1832
1839
  "lock_vehicle_title": "Confirm Vehicle Lock",
1833
1840
  "unlock_vehicle_title": "Confirm Vehicle Unlock",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acvtech5b9/vms-multi-language-locals",
3
- "version": "10.0.0",
3
+ "version": "12.0.0",
4
4
  "description": "Shared i18n locales for VMS projects",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,