@acvtech5b9/vms-multi-language-locals 11.0.0 → 13.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 +8 -1
  2. package/package.json +1 -1
package/locales/en.json CHANGED
@@ -1828,13 +1828,20 @@
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
- "waiting_for_latest_gps_data": "Waiting for latest GPS data. You can still send the command, but please verify the vehicle status after refresh.",
1831
+ "latest_gps_data_not_available": "Latest GPS data is not available. Please refresh and try again.",
1832
1832
  "vehicle_moving_lock_warning": "Vehicle appears to be moving. Lock command will still be sent. Please use this action carefully.",
1833
1833
  "vehicle_locked_success_title": "Vehicle Locked",
1834
1834
  "vehicle_unlocked_success_title": "Vehicle Unlocked",
1835
1835
  "vehicle_locked_success_message": "Vehicle lock command sent successfully and lock status updated.",
1836
1836
  "vehicle_unlocked_success_message": "Vehicle unlock command sent successfully and lock status updated.",
1837
1837
  "vehicle_lock_action_failed_title": "Vehicle Lock Action Failed",
1838
+ "authorize_vehicle_lock": "Authorize Vehicle Lock",
1839
+ "authorize_vehicle_unlock": "Authorize Vehicle Unlock",
1840
+ "enter_credentials_to_lock": "Enter username and password to lock vehicle",
1841
+ "enter_credentials_to_unlock": "Enter username and password to unlock vehicle",
1842
+ "authorization_successful": "Authorization successful.",
1843
+ "authorization_failed": "Authorization failed. Please try again.",
1844
+ "invalid_authorization_credentials": "Invalid username or password.",
1838
1845
  "confirm_unlock_vehicle_door": "Do you want to unlock vehicle door",
1839
1846
  "lock_vehicle_title": "Confirm Vehicle Lock",
1840
1847
  "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": "11.0.0",
3
+ "version": "13.0.0",
4
4
  "description": "Shared i18n locales for VMS projects",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,