diff options
Diffstat (limited to 'web/l10n/nl.json')
-rw-r--r-- | web/l10n/nl.json | 25 |
1 files changed, 18 insertions, 7 deletions
diff --git a/web/l10n/nl.json b/web/l10n/nl.json index 948f6f03..22862d08 100644 --- a/web/l10n/nl.json +++ b/web/l10n/nl.json @@ -75,10 +75,11 @@ "sharedNew": "Nieuw...", "sharedShowAddress": "Toon adres", "sharedDisabled": "Uitgeschakeld", + "sharedMaintenance": "Onderhoud", + "sharedMaintenances": "Onderhoud", "attributeSpeedLimit": "Snelheidslimiet", + "attributePolylineDistance": "Polylijn afstand", "attributeReportIgnoreOdometer": "Rapport: negeer odometer", - "attributeMaintenanceStart": "Onderhoud: start", - "attributeMaintenanceInterval": "Onderhoud: interval", "attributeWebReportColor": "Web: rapportkleur", "attributeDevicePassword": "Apparaatwachtwoord", "attributeProcessingCopyAttributes": "Verwerking: kopieer attributen", @@ -103,11 +104,13 @@ "attributeUiDisableDrivers": "UI: bestuurders uitschakelen", "attributeUiDisableComputedAttributes": "UI: berekende attributen uitschakelen", "attributeUiDisableCalendars": "UI: kalenders uitschakelen", + "attributeUiDisableMaintenances": "UI: Onderhoud uitschakelen", "attributeUiHidePositionAttributes": "UI: Verberg positie-eigenschappen", "errorTitle": "Fout", "errorGeneral": "Ongeldige parameters of overschrijding van beperkingen", "errorConnection": "Verbindingsfout", "errorSocket": "Web socket verbindingsfout", + "errorZero": "Mag niet nul zijn", "userEmail": "E-mail", "userPassword": "Wachtwoord", "userAdmin": "Administrator", @@ -238,6 +241,7 @@ "mapBaidu": "Baidu", "mapYandexMap": "Yandex kaart", "mapYandexSat": "Yandex satelliet", + "mapWikimedia": "Wikimedia", "mapShapePolygon": "Polygoon", "mapShapeCircle": "Cirkel", "mapShapePolyline": "Polylijn", @@ -335,6 +339,7 @@ "alarmGpsAntennaCut": "GPS antenne afgesloten alarm", "alarmAccident": "Ongelukalarm", "alarmTow": "Sleepalarm", + "alarmIdle": "Stilstandalarm", "alarmHardAcceleration": "Harde versnelling alarm", "alarmHardBraking": "Hard remmen alarm", "alarmFatigueDriving": "Vermoeidheid tijdens rijden alarm", @@ -346,14 +351,15 @@ "alarmShock": "Schokalarm", "alarmBonnet": "Motorkapalarm", "alarmFootBrake": "Voetremalarm", - "alarmOilLeak": "Olielekalarm", + "alarmFuelLeak": "Brandstoflekalarm", "alarmTampering": "Knoeialarm", "alarmRemoving": "Alarm verwijderen", "notificationType": "Notificatietype", "notificationAlways": "Alle apparaten", - "notificationWeb": "Stuur via web", - "notificationMail": "Stuur via mail", - "notificationSms": "Stuur per SMS", + "notificationNotificators": "Kanalen", + "notificatorWeb": "Web", + "notificatorMail": "E-mail", + "notificatorSms": "SMS", "reportRoute": "Route", "reportEvents": "Gebeurtenissen", "reportTrips": "Ritten", @@ -408,6 +414,11 @@ "categoryPlane": "Vliegtuig", "categoryShip": "Schip", "categoryTractor": "Tractor", + "categoryTrain": "Trein", + "categoryTram": "Tram", + "categoryTrolleybus": "Trolleybus", "categoryTruck": "Vrachtwagen", - "categoryVan": "Busje" + "categoryVan": "Busje", + "maintenanceStart": "Start", + "maintenancePeriod": "Periode" }
\ No newline at end of file |