fleetmap-reports 1.0.417 → 1.0.418
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/esCL.js +4 -4
- package/package.json +1 -1
- package/src/util/pdfDocument.js +43 -42
- package/src/util/trips.js +0 -2
package/lang/esCL.js
CHANGED
|
@@ -175,7 +175,7 @@ module.exports = {
|
|
|
175
175
|
titleFuelConsumptionReport: 'Informe de Consumos',
|
|
176
176
|
titleFuelDropReport: 'Fuel Drop Report',
|
|
177
177
|
titleEventsReport: 'Informe de Eventos',
|
|
178
|
-
titleActivityReport: '
|
|
178
|
+
titleActivityReport: 'Informe de Actividad',
|
|
179
179
|
titleKmsReport: 'Informe de Kms',
|
|
180
180
|
titleIdleReport: 'Relatórios de Ralenti',
|
|
181
181
|
from: 'De',
|
|
@@ -193,7 +193,7 @@ module.exports = {
|
|
|
193
193
|
stopTime: 'Parada',
|
|
194
194
|
distance: 'Distancia',
|
|
195
195
|
speed: 'Velocidad',
|
|
196
|
-
overspeed: 'Inicio
|
|
196
|
+
overspeed: 'Inicio de la alarma',
|
|
197
197
|
roadSpeedLimit: 'Limite en la calle',
|
|
198
198
|
avgSpeed: 'Vel.Média',
|
|
199
199
|
maxSpeed: 'Vel.Max',
|
|
@@ -209,10 +209,10 @@ module.exports = {
|
|
|
209
209
|
duration: 'Duracción',
|
|
210
210
|
vehicles: 'Vehículos',
|
|
211
211
|
vehicle: 'Vehículo',
|
|
212
|
-
odometer: '
|
|
212
|
+
odometer: 'Km',
|
|
213
213
|
startOdometer: 'Start (Km)',
|
|
214
214
|
endOdometer: 'End (Km)',
|
|
215
|
-
spentFuel: '
|
|
215
|
+
spentFuel: 'Consumo',
|
|
216
216
|
engineHours: 'Utilización (HH:mm)',
|
|
217
217
|
driverHours: 'Tiempo de Conducción (H:m)',
|
|
218
218
|
refueling: 'Cargas',
|