diff options
Diffstat (limited to 'web/l10n/nl.json')
-rw-r--r-- | web/l10n/nl.json | 136 |
1 files changed, 136 insertions, 0 deletions
diff --git a/web/l10n/nl.json b/web/l10n/nl.json new file mode 100644 index 000000000..85e2071ff --- /dev/null +++ b/web/l10n/nl.json @@ -0,0 +1,136 @@ +{ + "sharedLoading": "Laden...", + "sharedSave": "Bewaren", + "sharedCancel": "Annuleren", + "sharedAdd": "Toevoegen", + "sharedEdit": "Bewerken", + "sharedRemove": "Verwijderen", + "sharedRemoveConfirm": "Item Verwijderen?", + "sharedKm": "km", + "sharedMi": "mijlen", + "sharedKn": "knopen", + "sharedKmh": "km/h", + "sharedMph": "mijlen per uur", + "sharedHour": "Uur", + "sharedMinute": "Minuut", + "sharedSecond": "Seconde", + "sharedName": "Naam", + "sharedDescription": "Omschrijving", + "sharedSearch": "Zoeken", + "sharedGeofence": "Geografisch gebied", + "sharedGeofences": "Gegrafische gebieden", + "sharedNotifications": "Melding", + "sharedAttributes": "Attributen", + "sharedAttribute": "Attribuut", + "sharedArea": "Gebied", + "sharedMute": "Mute", + "errorTitle": "Fout", + "errorUnknown": "Onbekende fout", + "errorConnection": "Verbindingsfout", + "userEmail": "Email", + "userPassword": "Wachtwoord", + "userAdmin": "Administrator", + "userRemember": "Remember", + "loginTitle": "Inloggen", + "loginLanguage": "Taal", + "loginRegister": "Registreren", + "loginLogin": "Inloggen", + "loginFailed": "Onjuiste emailadres of wachtwoord", + "loginCreated": "Nieuwe gebruiker werd geregistreerd", + "loginLogout": "Uitloggen", + "devicesAndState": "Apparaat en Status", + "deviceDialog": "Apparaat", + "deviceTitle": "Apparaten", + "deviceIdentifier": "Identifier", + "deviceLastUpdate": "Laatste Update", + "deviceCommand": "Commando", + "deviceFollow": "Volg", + "groupDialog": "Groep", + "groupParent": "Groep", + "groupNoGroup": "Geen groep", + "settingsTitle": "Instellingen", + "settingsUser": "Account", + "settingsGroups": "Groepen", + "settingsServer": "Server", + "settingsUsers": "Gebruikers", + "settingsDistanceUnit": "Afstand", + "settingsSpeedUnit": "Snelheid", + "settingsTwelveHourFormat": "12-uur indeling", + "reportTitle": "Rapportages", + "reportDevice": "Apparaat", + "reportFrom": "Van", + "reportTo": "Naar", + "reportShow": "Laat zien", + "reportClear": "Leegmaken", + "positionFixTime": "Tijd", + "positionValid": "Geldig", + "positionLatitude": "Breedtegraad", + "positionLongitude": "Lengtegraad", + "positionAltitude": "hoogte", + "positionSpeed": "Snelheid", + "positionCourse": "Koers", + "positionAddress": "Adres", + "positionProtocol": "Protocol", + "serverTitle": "Server Instellingen", + "serverZoom": "Zoom", + "serverRegistration": "Registratie", + "serverReadonly": "Alleen lezen", + "mapTitle": "Kaart", + "mapLayer": "Kaart laag", + "mapCustom": "Aangepaste Map", + "mapOsm": "OpenStreetMap", + "mapBingKey": "Bing Maps sleutel", + "mapBingRoad": "Bing Maps Wegen", + "mapBingAerial": "Bing Maps Luchtfoto", + "mapShapePolygon": "Polygoon", + "mapShapeCircle": "Cirkel", + "stateTitle": "Status", + "stateName": "Parameter", + "stateValue": "Waarde", + "commandTitle": "Commando", + "commandSend": "Verstuur", + "commandType": "Type", + "commandSent": "Commando Verstuurd", + "commandPositionPeriodic": "Periodiek Rapporteren", + "commandPositionStop": "Stop Rapporteren", + "commandEngineStop": "Motor Stoppen", + "commandEngineResume": "Motor Hervatten", + "commandFrequency": "Frequentie", + "commandUnit": "Eenheid", + "commandCustom": "Custom commando", + "commandPositionSingle": "Enkel commando", + "commandAlarmArm": "Schakel alarm in", + "commandAlarmDisarm": "Schakel alarm uit", + "commandSetTimezone": "Stel tijdzone in", + "commandRequestPhoto": "Vraag foto", + "commandRebootDevice": "Herstart apparaat", + "commandSendSms": "Stuur SMS", + "commandSosNumber": "Bewerk SOS nummer in", + "commandSilenceTime": "Bewerk stille tijd", + "commandSetPhonebook": "Bewerk telefoonboek", + "commandVoiceMessage": "Spraak bericht", + "commandOutputControl": "Output control", + "commandAlarmSpeed": "Hoge snelheid alarm", + "commandDeviceIdentification": "Apparaat indentificeren", + "eventDeviceOnline": "Apparaat is online", + "eventDeviceOffline": "Apparaat is offline", + "eventDeviceMoving": "Apparaat beweegt", + "eventDeviceStopped": "Apparaat is gestopt", + "eventDeviceOverspeed": "Apparaat overschrijdt snelheid", + "eventCommandResult": "Commando resultaat", + "eventGeofenceEnter": "Appraat is binnen geografisch gebied", + "eventGeofenceExit": "Apparaat verlaat geografisch gebied", + "eventAlarm": "Alarms", + "alarm": "Alarm", + "alarmSos": "SOS Alarm", + "alarmVibration": "Vibration Alarm", + "alarmMovement": "Movement Alarm", + "alarmOverspeed": "Overspeed Alarm", + "alarmFallDown": "FallDown Alarm", + "alarmLowBattery": "LowBattery Alarm", + "alarmMotion": "Motion Alarm", + "alarmFault": "Fault Alarm", + "notificationType": "Type notificatie", + "notificationWeb": "Stuur via web", + "notificationMail": "Stuur via mail" +}
\ No newline at end of file |