@acvtech5b9/vms-multi-language-locals 20.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.
- package/locales/en.json +12 -13
- 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
|
|
1109
|
-
"km_this_week_monday": "This Week
|
|
1110
|
-
"
|
|
1111
|
-
"
|
|
1112
|
-
"
|
|
1113
|
-
"
|
|
1114
|
-
"
|
|
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",
|
|
@@ -1918,10 +1914,13 @@
|
|
|
1918
1914
|
"vehicle_summary_report": {
|
|
1919
1915
|
"today": "Today",
|
|
1920
1916
|
"last_24": "Last 24 Hours",
|
|
1921
|
-
"
|
|
1917
|
+
"this_week_sunday": "This Week (Sun)",
|
|
1918
|
+
"this_week_monday": "This Week (Mon)",
|
|
1922
1919
|
"last_7_days": "Last 7 Days",
|
|
1920
|
+
"last_30_days": "Last 30 Days",
|
|
1923
1921
|
"this_month": "This Month",
|
|
1924
|
-
"last_3_months": "Last 3 Months"
|
|
1922
|
+
"last_3_months": "Last 3 Months",
|
|
1923
|
+
"this_year": "This Year"
|
|
1925
1924
|
},
|
|
1926
1925
|
"dashboard_map_view": {
|
|
1927
1926
|
"show_number": "Show Number",
|