@acvtech5b9/vms-multi-language-locals 12.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.
- package/locales/en.json +7 -0
- package/package.json +1 -1
package/locales/en.json
CHANGED
|
@@ -1835,6 +1835,13 @@
|
|
|
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",
|