@acvtech5b9/vms-multi-language-locals 53.0.0 → 55.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 +16 -1
  2. package/package.json +1 -1
package/locales/en.json CHANGED
@@ -23,6 +23,7 @@
23
23
  "items_per_page": "Items Per Page : ",
24
24
  "manage_columns": "Manage Columns",
25
25
  "sort_order": "Sort Order",
26
+ "find": "Find",
26
27
  "edit": "Edit",
27
28
  "update": "Update",
28
29
  "create": "Create",
@@ -1045,6 +1046,20 @@
1045
1046
  "assign_device_date": "Assign Device Date",
1046
1047
  "assign_sim_date": "Assign Sim Date"
1047
1048
  },
1049
+ "p_shared_vehicle": {
1050
+ "shared_vehicle": "Shared Vehicles",
1051
+ "shared_with_me": "Shared With Me",
1052
+ "shared_by_me": "Shared By Me",
1053
+ "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.",
1054
+ "shared_by_me_description": "Vehicles your organisation has shared with other organisations. Create, update, or remove organisation-wise vehicle sharing.",
1055
+ "from_organisation": "From Organisation",
1056
+ "to_organisation": "To Organisation",
1057
+ "organisation_identifier": "Organisation Email, Name or Code",
1058
+ "enter_organisation_identifier": "Enter an organisation email, name, or code.",
1059
+ "organisation_not_found": "Organisation not found.",
1060
+ "same_organisation_not_allowed": "From Organisation and To Organisation cannot be the same.",
1061
+ "remove_failed": "Unable to remove the shared vehicle."
1062
+ },
1048
1063
  "p_device": {
1049
1064
  "device_details": "Device Details",
1050
1065
  "description": "Description",
@@ -1629,7 +1644,7 @@
1629
1644
  "color": "Color",
1630
1645
  "tag": "Tag",
1631
1646
  "group": "Group",
1632
- "fleet":"Fleet",
1647
+ "fleet": "Fleet",
1633
1648
  "no_branches_found": "No branches found",
1634
1649
  "no_sub_companies_found": "No sub companies found",
1635
1650
  "no_colors_found": "No colors found",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acvtech5b9/vms-multi-language-locals",
3
- "version": "53.0.0",
3
+ "version": "55.0.0",
4
4
  "description": "Shared i18n locales for VMS projects",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,