@acvtech5b9/vms-multi-language-locals 21.0.0 → 22.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 +7 -11
  2. package/package.json +1 -1
package/locales/en.json CHANGED
@@ -1105,17 +1105,13 @@
1105
1105
  "km_today": "Today (KM)",
1106
1106
  "t_s_today_moving": "Today Moving Time (HH:MM:SS)",
1107
1107
  "t_s_today_ignition": "Today Ignition Time (HH:MM:SS)",
1108
- "km_this_week_sunday": "This Week - Sun (KM)",
1109
- "km_this_week_monday": "This Week - Mon (KM)",
1110
- "km_this_month": "This Month (KM)",
1111
- "km_this_year": "This Year (KM)",
1112
- "km_this_financial_year": "This Financial Year (KM)",
1113
- "km_slotted_today": "Slotted Today (KM)",
1114
- "km_slotted_this_week_sunday": "Slotted This Week - Sun (KM)",
1115
- "km_slotted_this_week_monday": "Slotted This Week - Mon (KM)",
1116
- "km_slotted_this_month": "Slotted This Month (KM)",
1117
- "km_slotted_this_year": "Slotted This Year (KM)",
1118
- "km_slotted_this_financial_year": "Slotted This Financial Year (KM)"
1108
+ "km_this_week_sunday": "KM This Week (Sun)",
1109
+ "km_this_week_monday": "KM This Week (Mon)",
1110
+ "km_last_7_days": "KM Last 7 Days",
1111
+ "km_last_30_days": "KM Last 30 Days",
1112
+ "km_this_month": "KM This Month",
1113
+ "km_last_3_months": "KM Last 3 Months",
1114
+ "km_this_year": "KM This Year"
1119
1115
  },
1120
1116
  "p_vehicle_body": {
1121
1117
  "vehicle_body_details": "Body Details",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acvtech5b9/vms-multi-language-locals",
3
- "version": "21.0.0",
3
+ "version": "22.0.0",
4
4
  "description": "Shared i18n locales for VMS projects",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,