vms-multilanguage-locals 35.0.0 → 37.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 -1
- 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,16 @@
|
|
|
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
|
+
"filter": "Filter",
|
|
2181
|
+
"min_temperature": "Min Temperature",
|
|
2182
|
+
"max_temperature": "Max Temperature",
|
|
2183
|
+
"existing_temperature": "Existing Temperature",
|
|
2184
|
+
"enter_existing_temperature": "Enter existing temperature",
|
|
2185
|
+
"modified_temperature": "Modified Temperature",
|
|
2186
|
+
"enter_modified_temperature": "Enter modified temperature",
|
|
2187
|
+
"from_location": "From Location",
|
|
2188
|
+
"to_location": "To Location"
|
|
2178
2189
|
},
|
|
2179
2190
|
"gps_sensors": {
|
|
2180
2191
|
"temperature": {
|