vms-multilanguage-locals 19.0.0 → 21.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 +33 -1
  2. package/package.json +1 -1
package/locales/en.json CHANGED
@@ -1178,6 +1178,16 @@
1178
1178
  "admin": "Admin Name",
1179
1179
  "admin_action": "Admin Action"
1180
1180
  },
1181
+ "p_invoice": {
1182
+ "invoice_number": "Invoice Number",
1183
+ "invoice_month_year": "Invoice Month / Year",
1184
+ "invoice_amount": "Invoice Amount",
1185
+ "invoice_generate_date": "Invoice Generate Date",
1186
+ "invoice_due_date": "Invoice Due Date",
1187
+ "payment_date": "Payment Date",
1188
+ "invoice_status": "Invoice Status",
1189
+ "invoice_files": "Invoice Files"
1190
+ },
1181
1191
  "p_admin": {
1182
1192
  "admin_name": "Admin Name",
1183
1193
  "email": "Email",
@@ -2139,7 +2149,9 @@
2139
2149
  "graph": "Graph",
2140
2150
  "vehicle_summary": "Vehicle Summary",
2141
2151
  "day_summary": "Day Summary",
2142
- "driver_summary": "Driver Summary"
2152
+ "driver_summary": "Driver Summary",
2153
+ "fuel_graph": "Fuel Graph",
2154
+ "section": "Section"
2143
2155
  },
2144
2156
  "gps_sensors": {
2145
2157
  "temperature": {
@@ -2643,5 +2655,25 @@
2643
2655
  "route_stops": "Route Stops",
2644
2656
  "pickup_path": "Pickup Path",
2645
2657
  "drop_path": "Drop Path"
2658
+ },
2659
+ "p_fleet_bus_schedule": {
2660
+ "schedule_name": "Schedule Name",
2661
+ "schedule_status": "Schedule Status",
2662
+ "is_stops_finalized": "Is Stops Finalised",
2663
+ "schedule_type": "Schedule Type",
2664
+ "route": "Route",
2665
+ "start_hour": "Start Hour",
2666
+ "start_minute": "Start Minute",
2667
+ "end_hour": "End Hour",
2668
+ "end_minute": "End Minute",
2669
+ "schedule_plan_start_date": "Schedule Plan Start Date",
2670
+ "schedule_plan_end_date": "Schedule Plan End Date",
2671
+ "sunday": "Sunday",
2672
+ "monday": "Monday",
2673
+ "tuesday": "Tuesday",
2674
+ "wednesday": "Wednesday",
2675
+ "thursday": "Thursday",
2676
+ "friday": "Friday",
2677
+ "saturday": "Saturday"
2646
2678
  }
2647
2679
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vms-multilanguage-locals",
3
- "version": "19.0.0",
3
+ "version": "21.0.0",
4
4
  "description": "Shared i18n locales for VMS projects",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,