@acvtech5b9/vms-multi-language-locals 52.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.
Files changed (2) hide show
  1. package/locales/en.json +17 -3
  2. 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",
@@ -1621,7 +1635,7 @@
1621
1635
  "branches": "Branches",
1622
1636
  "sub_companies": "Sub Companies",
1623
1637
  "colors": "Colors",
1624
- "shares": "Shares",
1638
+ "fleets": "Fleet",
1625
1639
  "tags": "Tags",
1626
1640
  "groups": "Groups",
1627
1641
  "branch": "Branch",
@@ -1629,13 +1643,13 @@
1629
1643
  "color": "Color",
1630
1644
  "tag": "Tag",
1631
1645
  "group": "Group",
1632
- "share":"Share",
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",
1636
1650
  "no_tags_found": "No tags found",
1637
1651
  "no_groups_found": "No groups found",
1638
- "no_shares_found": "No shares found"
1652
+ "no_fleet_found": "No fleet found"
1639
1653
  },
1640
1654
  "vehicle_filters": {
1641
1655
  "vehicle_filters": "Filters-B",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acvtech5b9/vms-multi-language-locals",
3
- "version": "52.0.0",
3
+ "version": "54.0.0",
4
4
  "description": "Shared i18n locales for VMS projects",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,