@acvtech5b9/vms-multi-language-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 +5 -2
  2. package/package.json +1 -1
package/locales/en.json CHANGED
@@ -1918,10 +1918,13 @@
1918
1918
  "vehicle_summary_report": {
1919
1919
  "today": "Today",
1920
1920
  "last_24": "Last 24 Hours",
1921
- "this_week": "This Week",
1921
+ "this_week_sunday": "This Week (Sun)",
1922
+ "this_week_monday": "This Week (Mon)",
1922
1923
  "last_7_days": "Last 7 Days",
1924
+ "last_30_days": "Last 30 Days",
1923
1925
  "this_month": "This Month",
1924
- "last_3_months": "Last 3 Months"
1926
+ "last_3_months": "Last 3 Months",
1927
+ "this_year": "This Year"
1925
1928
  },
1926
1929
  "dashboard_map_view": {
1927
1930
  "show_number": "Show Number",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acvtech5b9/vms-multi-language-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,