From e7000e33818a231add49235f5b2a543d56e4b45f Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sat, 19 Nov 2016 11:07:20 +1300 Subject: Update localization files --- web/l10n/fr.json | 48 ++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 44 insertions(+), 4 deletions(-) (limited to 'web/l10n/fr.json') diff --git a/web/l10n/fr.json b/web/l10n/fr.json index afcc8737..85ed03f0 100644 --- a/web/l10n/fr.json +++ b/web/l10n/fr.json @@ -1,6 +1,8 @@ { "sharedLoading": "Chargement...", + "sharedHide": "Hide", "sharedSave": "Enregistrer", + "sharedSet": "Set", "sharedCancel": "Annuler", "sharedAdd": "Ajouter", "sharedEdit": "Editer", @@ -8,12 +10,16 @@ "sharedRemoveConfirm": "Effacer objet?", "sharedKm": "km", "sharedMi": "mi", + "sharedNmi": "nmi", "sharedKn": "nd", "sharedKmh": "km/h", "sharedMph": "mph", "sharedHour": "Heure", "sharedMinute": "Minute", "sharedSecond": "Seconde", + "sharedDecimalDegrees": "Decimal Degrees", + "sharedDegreesDecimalMinutes": "Degrees Decimal Minutes", + "sharedDegreesMinutesSeconds": "Degrees Minutes Seconds", "sharedName": "Nom", "sharedDescription": "Description", "sharedSearch": "Recherche", @@ -29,6 +35,11 @@ "sharedHourAbbreviation": "h", "sharedMinuteAbbreviation": "m", "sharedGetMapState": "Etat de la carte", + "sharedAttributeAlias": "Attribute Alias", + "sharedAttributeAliases": "Attribute Aliases", + "sharedAlias": "Alias", + "sharedDeviceDistance": "Device Distance", + "sharedDevice": "Device", "errorTitle": "Erreur", "errorUnknown": "Erreur inconnue", "errorConnection": "Erreur de connexion", @@ -36,6 +47,10 @@ "userPassword": "Mot de Passe", "userAdmin": "Admin", "userRemember": "Rappel", + "userDisabled": "Disabled", + "userExpirationTime": "Expiration", + "userDeviceLimit": "Device Limit", + "userToken": "Token", "loginTitle": "Identification", "loginLanguage": "Langue", "loginRegister": "Inscription", @@ -44,12 +59,16 @@ "loginCreated": "Nouvel utilisateur enregistré", "loginLogout": "Déconnexion", "devicesAndState": "Dispositifs et Etat", - "deviceDialog": "Dispositif", "deviceTitle": "Dispositifs", "deviceIdentifier": "Identifiant", + "devicePhone": "Phone", + "deviceModel": "Model", + "deviceContact": "Contact", + "deviceCategory": "Category", "deviceLastUpdate": "Dernière mise à jour", "deviceCommand": "Commande", "deviceFollow": "Suivre", + "deviceTotalDistance": "Total Distance", "groupDialog": "Groupe", "groupParent": "Groupe", "groupNoGroup": "Sans groupe", @@ -60,6 +79,7 @@ "settingsUsers": "Utilisateurs", "settingsSpeedUnit": "Vitesse", "settingsTwelveHourFormat": "Format d'heure - 12 heures", + "settingsCoordinateFormat": "Coordinates Format", "reportTitle": "Rapports", "reportDevice": "Dispositif", "reportGroup": "Groupe", @@ -80,15 +100,18 @@ "serverZoom": "Zoom", "serverRegistration": "Inscription", "serverReadonly": "Lecture seule", + "serverForceSettings": "Force Settings", "mapTitle": "Carte", "mapLayer": "Couche cartographique", "mapCustom": "Carte personnalisée", + "mapCarto": "Carto Basemaps", "mapOsm": "Open Street Map", "mapBingKey": "Bing Map Key", "mapBingRoad": "Bing Maps Road", "mapBingAerial": "Bing Maps Aerial", "mapShapePolygon": "Polygone", "mapShapeCircle": "Cercle", + "mapLiveRoutes": "Live Routes", "stateTitle": "Etat", "stateName": "Paramètre", "stateValue": "Valeur", @@ -125,7 +148,7 @@ "eventDeviceOnline": "L'appareil est en ligne", "eventDeviceOffline": "L'appareil est hors-ligne", "eventDeviceMoving": "L'appareil est en mouvement", - "eventDeviceStopped": "L'appareil est arrêté", + "eventDeviceStopped": "Le dispositif s'est arrêté", "eventDeviceOverspeed": "L'appareil dépasse la vitesse", "eventCommandResult": "Résultat de la commande", "eventGeofenceEnter": "L'appareil est entré dans un périmètre virtuel", @@ -150,7 +173,7 @@ "reportSummary": "Résumé", "reportConfigure": "Configurer", "reportEventTypes": "Types d'événements", - "reportCsv": "CSV", + "reportExport": "Export", "reportDeviceName": "Nom du dispositif", "reportAverageSpeed": "Vitesse moyenne", "reportMaximumSpeed": "Vitesse maximum", @@ -160,5 +183,22 @@ "reportStartAddress": "Adresse de départ", "reportEndTime": "Date de fin", "reportEndAddress": "Adresse de fin", - "reportSpentFuel": "Consommation de carburant" + "reportSpentFuel": "Consommation de carburant", + "statisticsTitle": "Statistics", + "statisticsCaptureTime": "Capture Time", + "statisticsActiveUsers": "Active Users", + "statisticsActiveDevices": "Active Devices", + "statisticsRequests": "Requests", + "statisticsMessagesReceived": "Messages Received", + "statisticsMessagesStored": "Messages Stored", + "categoryArrow": "Arrow", + "categoryDefault": "Default", + "categoryCar": "Car", + "categoryBus": "Bus", + "categoryTruck": "Truck", + "categoryShip": "Ship", + "categoryPlane": "Plane", + "categoryMotorcycle": "Motorcycle", + "categoryBicycle": "Bicycle", + "categoryPerson": "Person" } \ No newline at end of file -- cgit v1.2.3