vms-multilanguage-locals 20.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 +13 -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": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vms-multilanguage-locals",
3
- "version": "20.0.0",
3
+ "version": "21.0.0",
4
4
  "description": "Shared i18n locales for VMS projects",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,