@acvtech5b9/vms-multi-language-locals 57.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 +4 -1
  2. package/package.json +1 -1
package/locales/en.json CHANGED
@@ -1639,6 +1639,7 @@
1639
1639
  "sub_companies": "Sub Companies",
1640
1640
  "colors": "Colors",
1641
1641
  "fleets": "Fleet",
1642
+ "transporters": "Transporters",
1642
1643
  "tags": "Tags",
1643
1644
  "groups": "Groups",
1644
1645
  "branch": "Branch",
@@ -1647,12 +1648,14 @@
1647
1648
  "tag": "Tag",
1648
1649
  "group": "Group",
1649
1650
  "fleet": "Fleet",
1651
+ "transporter": "Transporter",
1650
1652
  "no_branches_found": "No branches found",
1651
1653
  "no_sub_companies_found": "No sub companies found",
1652
1654
  "no_colors_found": "No colors found",
1653
1655
  "no_tags_found": "No tags found",
1654
1656
  "no_groups_found": "No groups found",
1655
- "no_fleet_found": "No fleet found"
1657
+ "no_fleet_found": "No fleet found",
1658
+ "no_transporters_found": "No transporters found"
1656
1659
  },
1657
1660
  "vehicle_filters": {
1658
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": "57.0.0",
3
+ "version": "58.0.0",
4
4
  "description": "Shared i18n locales for VMS projects",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,