diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2016-07-09 12:20:04 +1200 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2016-07-09 12:20:04 +1200 |
commit | 28c80c5601c396d82b7a7ce4f40702c671bf63b7 (patch) | |
tree | 1edd210f260eb3bc9550d46100f9e31c0f04a07e /web/l10n/nl.json | |
parent | 88b48828e46cdb444c4b77f474e0e8c8f37c23ca (diff) | |
download | trackermap-server-28c80c5601c396d82b7a7ce4f40702c671bf63b7.tar.gz trackermap-server-28c80c5601c396d82b7a7ce4f40702c671bf63b7.tar.bz2 trackermap-server-28c80c5601c396d82b7a7ce4f40702c671bf63b7.zip |
Update localization files
Diffstat (limited to 'web/l10n/nl.json')
-rw-r--r-- | web/l10n/nl.json | 37 |
1 files changed, 36 insertions, 1 deletions
diff --git a/web/l10n/nl.json b/web/l10n/nl.json index 6ef791821..1b23b288a 100644 --- a/web/l10n/nl.json +++ b/web/l10n/nl.json @@ -15,7 +15,14 @@ "sharedMinute": "Minuut", "sharedSecond": "Seconde", "sharedName": "Naam", + "sharedDescription": "Omschrijving", "sharedSearch": "Zoeken", + "sharedGeofence": "Geografisch gebied", + "sharedGeofences": "Gegrafische gebieden", + "sharedNotifications": "Melding", + "sharedAttributes": "Attributen", + "sharedAttribute": "Attribuut", + "sharedArea": "Gebied", "errorTitle": "Fout", "errorUnknown": "Onbekende fout", "errorConnection": "Verbindingsfout", @@ -73,6 +80,8 @@ "mapBingKey": "Bing Maps sleutel", "mapBingRoad": "Bing Maps Wegen", "mapBingAerial": "Bing Maps Luchtfoto", + "mapShapePolygon": "Polygoon", + "mapShapeCircle": "Cirkel", "stateTitle": "Status", "stateName": "Parameter", "stateValue": "Waarde", @@ -85,5 +94,31 @@ "commandEngineStop": "Motor Stoppen", "commandEngineResume": "Motor Hervatten", "commandFrequency": "Frequentie", - "commandUnit": "Eenheid" + "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", + "notificationType": "Type notificatie", + "notificationWeb": "Stuur via web", + "notificationMail": "Stuur via mail" }
\ No newline at end of file |