@acvtech5b9/vms-multi-language-locals 56.0.0 → 58.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 +5 -1
  2. package/package.json +1 -1
package/locales/en.json CHANGED
@@ -850,6 +850,7 @@
850
850
  },
851
851
  "menu_crumb": {
852
852
  "home": "Home",
853
+ "main": "Main",
853
854
  "masters": "Masters",
854
855
  "master_main": "Master Main",
855
856
  "master_device": "Master Device",
@@ -1638,6 +1639,7 @@
1638
1639
  "sub_companies": "Sub Companies",
1639
1640
  "colors": "Colors",
1640
1641
  "fleets": "Fleet",
1642
+ "transporters": "Transporters",
1641
1643
  "tags": "Tags",
1642
1644
  "groups": "Groups",
1643
1645
  "branch": "Branch",
@@ -1646,12 +1648,14 @@
1646
1648
  "tag": "Tag",
1647
1649
  "group": "Group",
1648
1650
  "fleet": "Fleet",
1651
+ "transporter": "Transporter",
1649
1652
  "no_branches_found": "No branches found",
1650
1653
  "no_sub_companies_found": "No sub companies found",
1651
1654
  "no_colors_found": "No colors found",
1652
1655
  "no_tags_found": "No tags found",
1653
1656
  "no_groups_found": "No groups found",
1654
- "no_fleet_found": "No fleet found"
1657
+ "no_fleet_found": "No fleet found",
1658
+ "no_transporters_found": "No transporters found"
1655
1659
  },
1656
1660
  "vehicle_filters": {
1657
1661
  "vehicle_filters": "Filters-B",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acvtech5b9/vms-multi-language-locals",
3
- "version": "56.0.0",
3
+ "version": "58.0.0",
4
4
  "description": "Shared i18n locales for VMS projects",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,