vms-multilanguage-locals 35.0.0 → 36.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 +11 -1
  2. package/package.json +1 -1
package/locales/en.json CHANGED
@@ -9,6 +9,8 @@
9
9
  },
10
10
  "buttons": {
11
11
  "filter": "Filter",
12
+ "apply": "Apply",
13
+ "modify": "Modify",
12
14
  "submit": "Submit",
13
15
  "refresh": "Refresh",
14
16
  "extend": "Extend",
@@ -2174,7 +2176,15 @@
2174
2176
  "day_summary": "Day Summary",
2175
2177
  "driver_summary": "Driver Summary",
2176
2178
  "fuel_graph": "Fuel Graph",
2177
- "section": "Section"
2179
+ "section": "Section",
2180
+ "modify": "Modify",
2181
+ "filter": "Filter",
2182
+ "min_temp": "Min Temp",
2183
+ "max_temp": "Max Temp",
2184
+ "existing_temp": "Existing Temp",
2185
+ "enter_existing_temp": "Enter existing temp",
2186
+ "modified_temp": "Modified Temp",
2187
+ "enter_modified_temp": "Enter modified temp"
2178
2188
  },
2179
2189
  "gps_sensors": {
2180
2190
  "temperature": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vms-multilanguage-locals",
3
- "version": "35.0.0",
3
+ "version": "36.0.0",
4
4
  "description": "Shared i18n locales for VMS projects",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,