diff options
author | Anton Tananaev <anton@traccar.org> | 2022-10-28 13:28:28 -0700 |
---|---|---|
committer | Anton Tananaev <anton@traccar.org> | 2022-10-28 13:28:28 -0700 |
commit | fac80024e0956d543b762296e0ee49cd72035b93 (patch) | |
tree | 41074dddc57d0c4fdb1b7162b1c3d74633e4ea31 /modern/src/resources | |
parent | ef315b8e10329db80da1a97e96b3cc82481370ae (diff) | |
download | trackermap-web-fac80024e0956d543b762296e0ee49cd72035b93.tar.gz trackermap-web-fac80024e0956d543b762296e0ee49cd72035b93.tar.bz2 trackermap-web-fac80024e0956d543b762296e0ee49cd72035b93.zip |
Persist user preferences
Diffstat (limited to 'modern/src/resources')
-rw-r--r-- | modern/src/resources/l10n/en.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modern/src/resources/l10n/en.json b/modern/src/resources/l10n/en.json index dd1f6723..e20faddb 100644 --- a/modern/src/resources/l10n/en.json +++ b/modern/src/resources/l10n/en.json @@ -153,6 +153,7 @@ "attributeUiHidePositionAttributes": "UI: Hide Position Attributes", "attributeUiDisableLoginLanguage": "UI: Disable Login Language", "attributeNotificationTokens": "Notification Tokens", + "attributePopupInfo": "Popup Info", "errorTitle": "Error", "errorGeneral": "Invalid parameters or constraints violation", "errorConnection": "Connection error", @@ -184,6 +185,8 @@ "loginLogo": "Logo", "devicesAndState": "Devices and State", "deviceTitle": "Devices", + "devicePrimaryInfo": "Device Title", + "deviceSecondaryInfo": "Device Detail", "deviceIdentifier": "Identifier", "deviceModel": "Model", "deviceContact": "Contact", @@ -345,6 +348,7 @@ "mapPoiLayer": "POI Layer", "mapClustering": "Markers Clustering", "mapOnSelect": "Show Map on Selection", + "mapDefault": "Default Map", "stateTitle": "State", "stateName": "Attribute", "stateValue": "Value", @@ -427,6 +431,8 @@ "eventDriverChanged": "Driver changed", "eventMedia": "Media", "eventsScrollToLast": "Scroll To Last", + "eventsSoundEvents": "Sound Events", + "eventsSoundAlarms": "Sound Alarms", "alarmGeneral": "General", "alarmSos": "SOS", "alarmVibration": "Vibration", |