vms-multilanguage-locals 40.0.0 → 42.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
@@ -2469,6 +2469,7 @@
2469
2469
  },
2470
2470
  "p_fleet_vehicle_issues": {
2471
2471
  "vehicle_issue_id": "Vehicle Issue",
2472
+ "vehicle_issues": "Vehicle Issues",
2472
2473
  "issue_title": "Issue Title",
2473
2474
  "issue_description": "Issue Description",
2474
2475
  "issue_status": "Issue Status",
@@ -2563,7 +2564,9 @@
2563
2564
  "inspection_form": "Inspection Form",
2564
2565
  "service_management": "Service Management",
2565
2566
  "inspection_details": "Inspection Details",
2566
- "inspection_data": "Inspection Data"
2567
+ "inspection_data": "Inspection Data",
2568
+ "inspection_date_time": "Inspection Date & Time",
2569
+ "inspection_schedule_status": "Inspection Schedule Status"
2567
2570
  },
2568
2571
  "p_fleet_inspections": {
2569
2572
  "no_data": "No inspection data available for the selected filters",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vms-multilanguage-locals",
3
- "version": "40.0.0",
3
+ "version": "42.0.0",
4
4
  "description": "Shared i18n locales for VMS projects",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,