@acvtech5b9/vms-multi-language-locals 49.0.0 → 51.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 +8 -2
  2. package/package.json +1 -1
package/locales/en.json CHANGED
@@ -1187,7 +1187,11 @@
1187
1187
  "km_last_30_days": "KM Last 30 Days",
1188
1188
  "km_this_month": "KM This Month",
1189
1189
  "km_last_3_months": "KM Last 3 Months",
1190
- "km_this_year": "KM This Year"
1190
+ "km_this_year": "KM This Year",
1191
+ "trip_from_to": "Trip From To",
1192
+ "trip_dates": "Trip Dates",
1193
+ "trip_driver": "Trip Driver",
1194
+ "trip_eway_bill_details": "Trip E-Way Bill Details"
1191
1195
  },
1192
1196
  "p_vehicle_body": {
1193
1197
  "vehicle_body_details": "Body Details",
@@ -1624,11 +1628,13 @@
1624
1628
  "color": "Color",
1625
1629
  "tag": "Tag",
1626
1630
  "group": "Group",
1631
+ "share":"Share",
1627
1632
  "no_branches_found": "No branches found",
1628
1633
  "no_sub_companies_found": "No sub companies found",
1629
1634
  "no_colors_found": "No colors found",
1630
1635
  "no_tags_found": "No tags found",
1631
- "no_groups_found": "No groups found"
1636
+ "no_groups_found": "No groups found",
1637
+ "no_shares_found": "No shares found"
1632
1638
  },
1633
1639
  "vehicle_filters": {
1634
1640
  "vehicle_filters": "Filters-B",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acvtech5b9/vms-multi-language-locals",
3
- "version": "49.0.0",
3
+ "version": "51.0.0",
4
4
  "description": "Shared i18n locales for VMS projects",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,