diff options
author | Anton Tananaev <anton@traccar.org> | 2022-05-21 15:09:36 -0700 |
---|---|---|
committer | Anton Tananaev <anton@traccar.org> | 2022-05-21 15:09:36 -0700 |
commit | d6445273b78fef8e5a081402f6ca6eb69ea952b2 (patch) | |
tree | b693a2bf42e25b45278658b708c3fecd2398cc37 /web/l10n/de.json | |
parent | afe5c401bb6edf43708819ee829484016f36c4e8 (diff) | |
download | trackermap-web-d6445273b78fef8e5a081402f6ca6eb69ea952b2.tar.gz trackermap-web-d6445273b78fef8e5a081402f6ca6eb69ea952b2.tar.bz2 trackermap-web-d6445273b78fef8e5a081402f6ca6eb69ea952b2.zip |
Update localizationv5.0
Diffstat (limited to 'web/l10n/de.json')
-rw-r--r-- | web/l10n/de.json | 23 |
1 files changed, 18 insertions, 5 deletions
diff --git a/web/l10n/de.json b/web/l10n/de.json index 68a5ada8..ae89ac5a 100644 --- a/web/l10n/de.json +++ b/web/l10n/de.json @@ -60,6 +60,7 @@ "sharedCalendar": "Kalender", "sharedCalendars": "Kalender", "sharedFile": "Datei", + "sharedSearchDevices": "Search Devices", "sharedSelectFile": "Datei auswählen", "sharedPhone": "Telefon", "sharedRequired": "Erforderlich", @@ -83,6 +84,7 @@ "sharedAlarms": "Alarme", "sharedLocation": "Ort", "sharedImport": "Import", + "sharedColumns": "Columns", "attributeSpeedLimit": "Höchstgeschwindigkeit", "attributePolylineDistance": "Polyliniendistanz", "attributeReportIgnoreOdometer": "Bericht: Kilometerzähler ignorieren", @@ -106,7 +108,6 @@ "attributeMailSmtpAuth": "Mail: SMTP Authentifizierung aktivieren", "attributeMailSmtpUsername": "Mail: SMTP Benutzername", "attributeMailSmtpPassword": "Mail: SMTP Passwort", - "attributeUiDisableReport": "Oberfläche: Bericht deaktivieren", "attributeUiDisableEvents": "Oberfläche: Ereignisse deaktivieren", "attributeUiDisableVehicleFetures": "Oberfläche: Fahrzeugfunktionen deaktivieren", "attributeUiDisableDrivers": "Oberfläche: Fahrer deaktivieren", @@ -129,6 +130,7 @@ "userUserLimit": "Benutzerlimit", "userDeviceReadonly": "Gerät nur Betrachten", "userLimitCommands": "Befehle begrenzen", + "userDisableReports": "Disable Reports", "userToken": "Schlüssel", "loginTitle": "Anmeldung", "loginLanguage": "Sprache", @@ -175,7 +177,9 @@ "reportTo": "Bis", "reportShow": "Anzeigen", "reportClear": "Leeren", - "positionFixTime": "Zeit", + "positionFixTime": "Fix Time", + "positionDeviceTime": "Device Time", + "positionServerTime": "Server Time", "positionValid": "Gültig", "positionAccuracy": "Genauigkeit", "positionLatitude": "Breitengrad", @@ -226,6 +230,7 @@ "positionMotion": "Bewegung", "positionArmed": "Gesichert", "positionAcceleration": "Beschleunigung", + "positionTemp": "Temperature", "positionDeviceTemp": "Gerätetemperatur", "positionOperator": "Bediener", "positionCommand": "Befehl", @@ -272,6 +277,7 @@ "mapLiveRoutes": "Live Route", "mapCurrentLocation": "Current Location", "mapPoiLayer": "POI Ebene", + "mapClustering": "Markers Clustering", "stateTitle": "Status", "stateName": "Parameter", "stateValue": "Wert", @@ -313,9 +319,16 @@ "commandGetModemStatus": "Modemstatus abrufen", "commandGetDeviceStatus": "Gerätestatus abrufen", "commandSetSpeedLimit": "Set Speed Limit", - "commandModePowerSaving": "Energiesparmodus ändern", - "commandModeDeepSleep": "Tiefschlafeinstellungen ändern", - "commandMovementAlarm": "Bewegungsalarm", + "commandModePowerSaving": "Power Saving Mode", + "commandModeDeepSleep": "Deep Sleep Mode", + "commandAlarmGeofence": "Set Geofence Alarm", + "commandAlarmBattery": "Set Battery Alarm", + "commandAlarmSos": "Set SOS Alarm", + "commandAlarmRemove": "Set Remove Alarm", + "commandAlarmClock": "Set Clock Alarm", + "commandAlarmSpeed": "Set Speed Alarm", + "commandAlarmFall": "Set Fall Alarm", + "commandAlarmVibration": "Set Vibration Alarm", "commandFrequency": "Frequenz", "commandTimezone": "Zeitzonendifferenz", "commandMessage": "Nachricht", |