fleetmap-reports 1.0.584 → 1.0.585
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/frFR.js +38 -90
- package/package.json +1 -1
package/lang/frFR.js
CHANGED
|
@@ -166,106 +166,54 @@ module.exports = {
|
|
|
166
166
|
sun: 'Sun',
|
|
167
167
|
rain: 'Rain',
|
|
168
168
|
temperature: 'Temperatura',
|
|
169
|
-
select_vehicles: 'Select vehicles',
|
|
170
|
-
select_vehicles_placeholder: 'Vehicles',
|
|
171
|
-
select_geofences: 'Select geofences',
|
|
172
|
-
select_geofences_placeholder: 'Geofences',
|
|
173
|
-
select_period: 'Select period',
|
|
174
|
-
period: 'Period',
|
|
175
|
-
date_start: 'Start date',
|
|
176
|
-
date_end: 'End date',
|
|
177
|
-
generate_report: 'Generate report',
|
|
178
|
-
validate_period: 'Por favor seleccione o período',
|
|
179
|
-
user: 'User',
|
|
180
|
-
titleTripReport: 'Trip Report',
|
|
181
|
-
titleLocationReport: 'Locations Report',
|
|
182
|
-
titleSpeedingReport: 'Overspeed Report',
|
|
183
|
-
titleZoneReport: 'Zone Report',
|
|
184
|
-
titleRefuelReport: 'Refueling Report',
|
|
185
|
-
titleFuelConsumptionReport: 'Fuel Consumption Report',
|
|
186
|
-
titleFuelDropReport: 'Fuel Drop Report',
|
|
187
|
-
titleEventsReport: 'Events Report',
|
|
188
|
-
titleActivityReport: 'Activity Report',
|
|
189
|
-
titleKmsReport: 'Kms Report',
|
|
190
|
-
titleIdleReport: 'Idle Report',
|
|
191
|
-
titleMachinesReport: 'Machines Report',
|
|
192
|
-
from: 'From',
|
|
193
|
-
to: 'to',
|
|
194
|
-
headerStartAddress: 'Start address',
|
|
195
|
-
headerDistance: 'Distance',
|
|
196
|
-
headerDrivingTime: 'Driving Time',
|
|
197
|
-
headerMaxSpeed: 'Max Speed',
|
|
198
169
|
date: 'Date',
|
|
199
|
-
start: '
|
|
200
|
-
end: '
|
|
170
|
+
start: 'Début',
|
|
171
|
+
end: 'Fin',
|
|
172
|
+
user: 'Utilisateur',
|
|
173
|
+
from: 'À partir de',
|
|
174
|
+
to: 'à',
|
|
201
175
|
stopped: 'Stopped',
|
|
202
|
-
yes: 'Yes',
|
|
203
|
-
no: 'No',
|
|
204
176
|
endAddress: 'Destination',
|
|
205
|
-
tripTime: '
|
|
206
|
-
idleTime: '
|
|
207
|
-
stopTime: '
|
|
177
|
+
tripTime: 'Durée',
|
|
178
|
+
idleTime: 'Ralenti',
|
|
179
|
+
stopTime: 'Arrêt',
|
|
208
180
|
distance: 'Distance',
|
|
209
|
-
speed: '
|
|
210
|
-
roadSpeedLimit: '
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
address: 'Address',
|
|
181
|
+
speed: 'Vitesse',
|
|
182
|
+
roadSpeedLimit: 'Limite de vitesse sur route',
|
|
183
|
+
avgSpeed: 'Vitesse moyenne',
|
|
184
|
+
maxSpeed: 'Vitesse maximale',
|
|
185
|
+
driver: 'Conducteur',
|
|
186
|
+
group: 'Groupe',
|
|
187
|
+
address: 'Addresse',
|
|
217
188
|
ignition: 'Ignition',
|
|
218
189
|
ignitionOn: 'On',
|
|
219
190
|
ignitionOff: 'Off',
|
|
220
|
-
enter: '
|
|
221
|
-
exit: '
|
|
191
|
+
enter: 'Entrer',
|
|
192
|
+
exit: 'Sortie',
|
|
222
193
|
geofence: 'Geofence',
|
|
223
194
|
duration: 'Duration',
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
refueling: 'Refueling',
|
|
238
|
-
fueldrop: 'Fuel Drop (L)',
|
|
239
|
-
totalRefueled: 'Total Refueled',
|
|
240
|
-
totalFuelDrops: 'Total Fuel Drops',
|
|
241
|
-
totalFuelDropLiters: 'Total Fuel Lost',
|
|
242
|
-
speedLimit: 'Speed Limit',
|
|
243
|
-
eventType: 'Event',
|
|
195
|
+
vehicle: 'Véhicule',
|
|
196
|
+
consumption: 'Consommation (L)',
|
|
197
|
+
avg_consumption: 'Cons. moyenne (L/100)',
|
|
198
|
+
odometer: 'Odomètre',
|
|
199
|
+
startOdometer: 'Début (Km)',
|
|
200
|
+
endOdometer: 'Fin (Km)',
|
|
201
|
+
spentFuel: 'Carburant dépensé',
|
|
202
|
+
engineHours: 'Utiliser (H:m)',
|
|
203
|
+
totalEngineHours: 'Utilisation totale (H:m)',
|
|
204
|
+
driverHours: 'Temps de conduite (H:m)',
|
|
205
|
+
refueling: 'Ravitaillement',
|
|
206
|
+
speedLimit: 'Limitation de vitesse',
|
|
207
|
+
eventType: 'Événement',
|
|
244
208
|
info: 'Information',
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
event_powerOn: 'Power TakeOff',
|
|
254
|
-
event_powerCute: 'Power Cut',
|
|
255
|
-
monday: 'Monday',
|
|
256
|
-
tuesday: 'Tuesday',
|
|
257
|
-
wednesday: 'Wednesday',
|
|
258
|
-
thursday: 'Thursday',
|
|
259
|
-
friday: 'Friday',
|
|
260
|
-
saturday: 'Saturday',
|
|
261
|
-
sunday: 'Sunday',
|
|
262
|
-
weekDay: 'Week Day',
|
|
263
|
-
unsubscribeTripReport: 'If you no longer wish to receive these emails, please go to %url% and remove the option "Trip report" in the settings in the "Reports" section.',
|
|
264
|
-
unsubscribeLocationsReport: 'If you no longer wish to receive these emails, please go to %url% and remove the option "Locations report" in the settings in the "Reports" section.',
|
|
265
|
-
unsubscribeSpeedingReport: 'If you no longer wish to receive these emails, please go to %url% and remove the option "Overspeed report" in the settings in the "Reports" section.',
|
|
266
|
-
unsubscribeZoneReport: 'If you no longer wish to receive these emails, please go to %url% and remove the option "Zone report" in the settings in the "Reports" section.',
|
|
267
|
-
unsubscribeRefuelingReport: 'If you no longer wish to receive these emails, please go to %url% and remove the option "Refueling report" in the settings in the "Reports" section.',
|
|
268
|
-
unsubscribeFuelDropReport: 'If you no longer wish to receive these emails, please go to %url% and remove the option "Fuel drop report" in the settings in the "Reports" section.'
|
|
209
|
+
monday: 'Lundi',
|
|
210
|
+
tuesday: 'Mardi',
|
|
211
|
+
wednesday: 'Mercredi',
|
|
212
|
+
thursday: 'Jeudi',
|
|
213
|
+
friday: 'Vendredi',
|
|
214
|
+
saturday: 'Samedi',
|
|
215
|
+
sunday: 'Dimanche',
|
|
216
|
+
weekDay: 'Jour de la semaine'
|
|
269
217
|
},
|
|
270
218
|
layout: {
|
|
271
219
|
deviceOnline: 'Device Online',
|