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/de.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/de.json')
-rw-r--r-- | web/l10n/de.json | 37 |
1 files changed, 36 insertions, 1 deletions
diff --git a/web/l10n/de.json b/web/l10n/de.json index 5b7da4cd6..d76bf0824 100644 --- a/web/l10n/de.json +++ b/web/l10n/de.json @@ -15,7 +15,14 @@ "sharedMinute": "Minute", "sharedSecond": "Sekunde", "sharedName": "Name", + "sharedDescription": "Beschreibung", "sharedSearch": "Suchen", + "sharedGeofence": "Geo-Zaun", + "sharedGeofences": "Geo-Zäune", + "sharedNotifications": "Benachrichtigungen", + "sharedAttributes": "Eigenschaften", + "sharedAttribute": "Eigenschaft", + "sharedArea": "Gebiet", "errorTitle": "Fehler", "errorUnknown": "Unbekannter Fehler", "errorConnection": "Verbindungsfehler", @@ -73,6 +80,8 @@ "mapBingKey": "Bing Maps Key", "mapBingRoad": "Bing Strassenkarte", "mapBingAerial": "Bing Luftbilder", + "mapShapePolygon": "Polygon", + "mapShapeCircle": "Kreis", "stateTitle": "Status", "stateName": "Parameter", "stateValue": "Wert", @@ -85,5 +94,31 @@ "commandEngineStop": "Motor Stop", "commandEngineResume": "Motor Start", "commandFrequency": "Frequenz", - "commandUnit": "Einheit" + "commandUnit": "Einheit", + "commandCustom": "Benutzerdefinierter Befehl", + "commandPositionSingle": "Einzelner Bericht", + "commandAlarmArm": "Scharf schalten", + "commandAlarmDisarm": "Unscharf schalten", + "commandSetTimezone": "Zeitzone festlegen", + "commandRequestPhoto": "Foto anfordern", + "commandRebootDevice": "Gerät neustarten", + "commandSendSms": "SMS senden", + "commandSosNumber": "SOS-Nummer festlegen", + "commandSilenceTime": "Ruhezeit festlegen", + "commandSetPhonebook": "Telefonbuch festlegen", + "commandVoiceMessage": "Sprachnachricht", + "commandOutputControl": "Berichtsteuerung", + "commandAlarmSpeed": "Geschwindigkeitsalarm", + "commandDeviceIdentification": "Gerätekennung", + "eventDeviceOnline": "Gerät ist online", + "eventDeviceOffline": "Gerät ist offline", + "eventDeviceMoving": "Gerät ist in Bewegung", + "eventDeviceStopped": "Gerät hat gestoppt", + "eventDeviceOverspeed": "Gerät überschreitet Tempolimit", + "eventCommandResult": "Ergrbnis des Befehls", + "eventGeofenceEnter": "Gerät hat Geo-Zaun betreten", + "eventGeofenceExit": "Gerät hat Geo-Zaun verlassen", + "notificationType": "Art der Benachrichtigung ", + "notificationWeb": "Per Web senden", + "notificationMail": "Per E-Mail senden" }
\ No newline at end of file |