@acvtech5b9/vms-multi-language-locals 18.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 +12 -3
  2. package/package.json +1 -1
package/locales/en.json CHANGED
@@ -1009,7 +1009,13 @@
1009
1009
  "child_details": "Child Details",
1010
1010
  "details": "Details",
1011
1011
  "show_details": "Show Details",
1012
- "hide_details": "Hide Details"
1012
+ "hide_details": "Hide Details",
1013
+ "from_date": "From Date",
1014
+ "to_date": "To Date",
1015
+ "device_usage_history": "Device Usage History",
1016
+ "sim_usage_history": "Sim Usage History",
1017
+ "assign_device_date": "Assign Device Date",
1018
+ "assign_sim_date": "Assign Sim Date"
1013
1019
  },
1014
1020
  "p_vehicle_trip_details": {
1015
1021
  "vehicle_trip_details": "Vehicle Trip Details",
@@ -1912,10 +1918,13 @@
1912
1918
  "vehicle_summary_report": {
1913
1919
  "today": "Today",
1914
1920
  "last_24": "Last 24 Hours",
1915
- "this_week": "This Week",
1921
+ "this_week_sunday": "This Week (Sun)",
1922
+ "this_week_monday": "This Week (Mon)",
1916
1923
  "last_7_days": "Last 7 Days",
1924
+ "last_30_days": "Last 30 Days",
1917
1925
  "this_month": "This Month",
1918
- "last_3_months": "Last 3 Months"
1926
+ "last_3_months": "Last 3 Months",
1927
+ "this_year": "This Year"
1919
1928
  },
1920
1929
  "dashboard_map_view": {
1921
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": "18.0.0",
3
+ "version": "21.0.0",
4
4
  "description": "Shared i18n locales for VMS projects",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,