vms-multilanguage-locals 44.0.0 → 48.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 +2 -0
  2. package/package.json +1 -1
package/locales/en.json CHANGED
@@ -2333,6 +2333,7 @@
2333
2333
  "refills_vs_removals_pie": "Refills vs Removals Pie"
2334
2334
  },
2335
2335
  "p_fleet_vehicle_incident": {
2336
+ "incident_code": "Incident Code",
2336
2337
  "basic_details": "Basic Details",
2337
2338
  "incident_details": "Incident Details",
2338
2339
  "incident_date": "Incident Date",
@@ -2468,6 +2469,7 @@
2468
2469
  "reminder_type": "Reminder Type"
2469
2470
  },
2470
2471
  "p_fleet_vehicle_issues": {
2472
+ "issue_code": "Issue Code",
2471
2473
  "vehicle_issue_id": "Vehicle Issue",
2472
2474
  "vehicle_issues": "Vehicle Issues",
2473
2475
  "issue_title": "Issue Title",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vms-multilanguage-locals",
3
- "version": "44.0.0",
3
+ "version": "48.0.0",
4
4
  "description": "Shared i18n locales for VMS projects",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,