diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2015-12-23 19:07:18 +1300 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2015-12-23 19:07:18 +1300 |
commit | 8ac2a257cf47c95296324c038b37ef36c5b26f50 (patch) | |
tree | 3fc08ff0656406f3d26c6b221cf1ba200eaee22e /web/l10n/nl.json | |
parent | 58b034aef4bca0a6c5a34634bf000bcf17136bdd (diff) | |
download | trackermap-server-8ac2a257cf47c95296324c038b37ef36c5b26f50.tar.gz trackermap-server-8ac2a257cf47c95296324c038b37ef36c5b26f50.tar.bz2 trackermap-server-8ac2a257cf47c95296324c038b37ef36c5b26f50.zip |
Update all localization files
Diffstat (limited to 'web/l10n/nl.json')
-rw-r--r-- | web/l10n/nl.json | 26 |
1 files changed, 15 insertions, 11 deletions
diff --git a/web/l10n/nl.json b/web/l10n/nl.json index 53b12fa54..1c96358f1 100644 --- a/web/l10n/nl.json +++ b/web/l10n/nl.json @@ -5,7 +5,7 @@ "sharedAdd": "Toevoegen", "sharedEdit": "Bewerken", "sharedRemove": "Verwijderen", - "sharedRemoveConfirm": "Verwijder item?", + "sharedRemoveConfirm": "Item Verwijderen?", "sharedKm": "km", "sharedMi": "mi", "sharedKmh": "km/h", @@ -18,31 +18,34 @@ "errorConnection": "Verbindingsfout", "userName": "Gebruikersnaam", "userEmail": "Email", - "userPassword": "WachtwoordPassword", - "userAdmin": "Admin", + "userPassword": "Wachtwoord", + "userAdmin": "Administrator", "loginTitle": "Inloggen", "loginLanguage": "Taal", - "loginRegister": "Registeren", + "loginRegister": "Registreren", "loginLogin": "Inloggen", "loginFailed": "Onjuiste emailadres of wachtwoord", "loginCreated": "Nieuwe gebruiker is geregistreerd", "loginLogout": "Uitloggen", + "devicesAndState": "Apparaat en Status", "deviceDialog": "Apparaat", "deviceTitle": "Apparaten", "deviceName": "Naam", "deviceIdentifier": "Identifier", + "deviceLastUpdate": "Laatste Update", "deviceCommand": "Commando", + "deviceFollow": "Volg", "settingsTitle": "Instellingen", "settingsUser": "Account", "settingsServer": "Server", "settingsUsers": "Gebruikers", "settingsDistanceUnit": "Afstand", "settingsSpeedUnit": "Snelheid", - "reportTitle": "Reports", + "reportTitle": "Rapportages", "reportDevice": "Apparaat", "reportFrom": "Van", "reportTo": "Naar", - "reportShow": "Laten zien", + "reportShow": "Laat zien", "reportClear": "Leegmaken", "positionFixTime": "Tijd", "positionValid": "Geldig", @@ -56,10 +59,11 @@ "serverTitle": "Server Instellingen", "serverZoom": "Zoom", "serverRegistration": "Registratie", + "serverReadonly": "Alleen lezen", "mapTitle": "Kaart", "mapLayer": "Kaart laag", "mapCustom": "Aangepaste Map", - "mapOsm": "Open Street Map", + "mapOsm": "OpenStreetMap", "mapBingKey": "Bing Maps sleutel", "mapBingRoad": "Bing Maps Wegen", "mapBingAerial": "Bing Maps Luchtfoto", @@ -70,10 +74,10 @@ "commandSend": "Verstuur", "commandType": "Type", "commandSent": "Commando Verstuurd", - "commandPositionPeriodic": "Periodic Reporting", - "commandPositionStop": "Stop Reporting", - "commandEngineStop": "Engine Stop", - "commandEngineResume": "Engine Resume", + "commandPositionPeriodic": "Periodiek Rapporteren", + "commandPositionStop": "Stop Rapporteren", + "commandEngineStop": "Motor Stoppen", + "commandEngineResume": "Motor Hervatten", "commandFrequency": "Frequentie", "commandUnit": "Eenheid" }
\ No newline at end of file |