fleetmap-reports 1.0.655 → 1.0.657
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/lang/ptBR.js +2 -2
- package/lang/ptPT.js +2 -2
- package/package.json +1 -1
- package/src/stop-report.js +1 -0
package/lang/ptBR.js
CHANGED
|
@@ -153,8 +153,8 @@ module.exports = {
|
|
|
153
153
|
delete_geofence: 'Apagar'
|
|
154
154
|
},
|
|
155
155
|
report: {
|
|
156
|
-
|
|
157
|
-
|
|
156
|
+
distanceIn: 'Kms Dentro',
|
|
157
|
+
distanceOut: 'Kms Fora',
|
|
158
158
|
closed: 'Porta fechada',
|
|
159
159
|
opened: 'Porta aberta',
|
|
160
160
|
sun: 'Sol',
|
package/lang/ptPT.js
CHANGED
|
@@ -157,8 +157,8 @@ module.exports = {
|
|
|
157
157
|
delete_geofence: 'Apagar'
|
|
158
158
|
},
|
|
159
159
|
report: {
|
|
160
|
-
|
|
161
|
-
|
|
160
|
+
distanceIn: 'Kms Dentro',
|
|
161
|
+
distanceOut: 'Kms Fora',
|
|
162
162
|
closed: 'Porta fechada',
|
|
163
163
|
opened: 'Porta aberta',
|
|
164
164
|
sun: 'Sol',
|
package/package.json
CHANGED
package/src/stop-report.js
CHANGED
|
@@ -171,6 +171,7 @@ function exportStopReportToExcel (userData, reportData) {
|
|
|
171
171
|
}
|
|
172
172
|
|
|
173
173
|
const headers = [
|
|
174
|
+
{ label: translations.report.vehicle, value: 'name' },
|
|
174
175
|
{ label: translations.report.date, value: 'date' },
|
|
175
176
|
{ label: translations.report.start, value: 'start' },
|
|
176
177
|
{ label: translations.report.end, value: 'end' },
|