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 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: 'Adicionar Alerta',
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: 'Activity Report',
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 del Alerta',
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: 'Cuentaquilómetros',
212
+ odometer: 'Km',
213
213
  startOdometer: 'Start (Km)',
214
214
  endOdometer: 'End (Km)',
215
- spentFuel: 'Spent Fuel',
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
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fleetmap-reports",
3
- "version": "1.0.415",
3
+ "version": "1.0.418",
4
4
  "description": "",
5
5
  "main": "src/index.js",
6
6
  "scripts": {