@acvtech5b9/vms-multi-language-locals 53.0.0 → 54.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 +15 -1
- package/package.json +1 -1
package/locales/en.json
CHANGED
|
@@ -1045,6 +1045,20 @@
|
|
|
1045
1045
|
"assign_device_date": "Assign Device Date",
|
|
1046
1046
|
"assign_sim_date": "Assign Sim Date"
|
|
1047
1047
|
},
|
|
1048
|
+
"p_shared_vehicle": {
|
|
1049
|
+
"shared_vehicle": "Shared Vehicles",
|
|
1050
|
+
"shared_with_me": "Shared With Me",
|
|
1051
|
+
"shared_by_me": "Shared By Me",
|
|
1052
|
+
"shared_with_me_description": "Vehicles shared with your organisation by other organisations. Review the vehicle details or remove access when it is no longer required.",
|
|
1053
|
+
"shared_by_me_description": "Vehicles your organisation has shared with other organisations. Create, update, or remove organisation-wise vehicle sharing.",
|
|
1054
|
+
"from_organisation": "From Organisation",
|
|
1055
|
+
"to_organisation": "To Organisation",
|
|
1056
|
+
"organisation_identifier": "Organisation Email, Name or Code",
|
|
1057
|
+
"enter_organisation_identifier": "Enter an organisation email, name, or code.",
|
|
1058
|
+
"organisation_not_found": "Organisation not found.",
|
|
1059
|
+
"same_organisation_not_allowed": "From Organisation and To Organisation cannot be the same.",
|
|
1060
|
+
"remove_failed": "Unable to remove the shared vehicle."
|
|
1061
|
+
},
|
|
1048
1062
|
"p_device": {
|
|
1049
1063
|
"device_details": "Device Details",
|
|
1050
1064
|
"description": "Description",
|
|
@@ -1629,7 +1643,7 @@
|
|
|
1629
1643
|
"color": "Color",
|
|
1630
1644
|
"tag": "Tag",
|
|
1631
1645
|
"group": "Group",
|
|
1632
|
-
"fleet":"Fleet",
|
|
1646
|
+
"fleet": "Fleet",
|
|
1633
1647
|
"no_branches_found": "No branches found",
|
|
1634
1648
|
"no_sub_companies_found": "No sub companies found",
|
|
1635
1649
|
"no_colors_found": "No colors found",
|