fleetmap-reports 1.0.415 → 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 +6 -6
- package/package.json +1 -1
- package/src/util/pdfDocument.js +43 -42
- package/src/util/trips.js +15 -9
- package/src/util/utils.js +8 -0
package/lang/esCL.js
CHANGED
|
@@ -101,7 +101,7 @@ module.exports = {
|
|
|
101
101
|
alert_edit_cancel: 'Cancelar',
|
|
102
102
|
alert_created: 'Alerta creada con éxito!',
|
|
103
103
|
alert_updated: 'Alerta actualizada con éxito!',
|
|
104
|
-
alert_add: '
|
|
104
|
+
alert_add: 'Añadir Alerta',
|
|
105
105
|
alert_edit: 'Editar Alerta',
|
|
106
106
|
alert_delete: 'Apagar Alerta',
|
|
107
107
|
alert_overspeed_warning: 'Vehículo sin velocidad máxima establecida',
|
|
@@ -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',
|
|
@@ -268,4 +268,4 @@ module.exports = {
|
|
|
268
268
|
in: 'en',
|
|
269
269
|
fuelDropInfo: 'Fuel drop greater than '
|
|
270
270
|
}
|
|
271
|
-
}
|
|
271
|
+
}
|