@acvtech5b9/vms-multi-language-locals 27.0.0 → 30.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 +6 -0
  2. package/package.json +1 -1
package/locales/en.json CHANGED
@@ -658,6 +658,7 @@
658
658
  "fuel_graph_report_daywise": "Fuel Graph Report Daywise",
659
659
  "advanced_complete_fuel_report": "Advanced Complete Fuel Report",
660
660
  "fuel_consumption_report": "Fuel Consumption Report",
661
+ "fuel_consumption_report_admin": "Fuel Consumption Report Admin",
661
662
  "fuel_refills_report": "Fuel Refills Report",
662
663
  "fuel_removal_report": "Fuel Removal Report",
663
664
  "daily_fuel_consumption_report": "Daily Fuel Consumption Report",
@@ -1802,6 +1803,11 @@
1802
1803
  "gps_dashboard": {
1803
1804
  "dashboard": "Dashboard",
1804
1805
  "vehicles": "Vehicles",
1806
+ "caution_today_refills": "Today's fuel refills data is being processed and will be updated by the end of the day.",
1807
+ "caution_today_removals": "Today's fuel removals data is being processed and will be updated by the end of the day.",
1808
+ "caution_fuel_summary": "Today's fuel summary data is being processed and will be updated by the end of the day.",
1809
+ "caution_km_summary": "Today's KM summary data is being processed and will be updated by the end of the day.",
1810
+ "no_vehicles_selected": "No vehicles selected.",
1805
1811
  "manage_vehicles": "Manage Vehicles",
1806
1812
  "gps_status": "GPS Status",
1807
1813
  "gps_operations": "GPS Operations",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acvtech5b9/vms-multi-language-locals",
3
- "version": "27.0.0",
3
+ "version": "30.0.0",
4
4
  "description": "Shared i18n locales for VMS projects",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,