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 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: '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',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fleetmap-reports",
3
- "version": "1.0.417",
3
+ "version": "1.0.418",
4
4
  "description": "",
5
5
  "main": "src/index.js",
6
6
  "scripts": {