@acvtech5b9/vms-multi-language-locals 12.0.0 → 15.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 +11 -2
  2. package/package.json +1 -1
package/locales/en.json CHANGED
@@ -955,7 +955,9 @@
955
955
  "chassis_number": "Chassis Number",
956
956
  "vehicle_make_year": "Vehicle Make Year",
957
957
  "gps_device_identifier": "GPS Device IMEI",
958
- "gps_sim_number": "GPS SIM Number",
958
+ "gps_sim_mobile_number": "SIM Mobile Number",
959
+ "gps_sim_serial_number": "SIM Serial Number",
960
+ "sim_provider_id": "SIM Provider",
959
961
  "db_instance": "DB Instance",
960
962
  "db_group": "DB Group",
961
963
  "is_fleet_active": "Fleet Active",
@@ -1029,7 +1031,7 @@
1029
1031
  "api_details": "API Details",
1030
1032
  "api_code": "API Code",
1031
1033
  "temperature": "Temperature",
1032
- "duel_temperature": "Dual Temperature",
1034
+ "dual_temperature": "Dual Temperature",
1033
1035
  "fuel_bluetooth": "Fuel Bluetooth",
1034
1036
  "fuel_tank_type": "Fuel Tank Type",
1035
1037
  "fuel_tank_size": "Fuel Tank Size",
@@ -1835,6 +1837,13 @@
1835
1837
  "vehicle_locked_success_message": "Vehicle lock command sent successfully and lock status updated.",
1836
1838
  "vehicle_unlocked_success_message": "Vehicle unlock command sent successfully and lock status updated.",
1837
1839
  "vehicle_lock_action_failed_title": "Vehicle Lock Action Failed",
1840
+ "authorize_vehicle_lock": "Authorize Vehicle Lock",
1841
+ "authorize_vehicle_unlock": "Authorize Vehicle Unlock",
1842
+ "enter_credentials_to_lock": "Enter username and password to lock vehicle",
1843
+ "enter_credentials_to_unlock": "Enter username and password to unlock vehicle",
1844
+ "authorization_successful": "Authorization successful.",
1845
+ "authorization_failed": "Authorization failed. Please try again.",
1846
+ "invalid_authorization_credentials": "Invalid username or password.",
1838
1847
  "confirm_unlock_vehicle_door": "Do you want to unlock vehicle door",
1839
1848
  "lock_vehicle_title": "Confirm Vehicle Lock",
1840
1849
  "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": "12.0.0",
3
+ "version": "15.0.0",
4
4
  "description": "Shared i18n locales for VMS projects",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,