adding missing translations for Value (single/plural)

This commit is contained in:
Proddy
2022-12-04 10:33:13 +01:00
parent 7fbeed88a9
commit 67e07813cb
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ const de: Translation = {
PRODUCT: 'Produkt',
VERSION: 'Version',
ENTITY_NAME: 'Entitätsname',
VALUE: 'Wert',
VALUE: '{{Wert|wert}}',
SHOW_FAV: 'nur Favoriten anzeigen',
DEVICE_SENSOR_DATA: 'Geräte- und Sensordaten',
DEVICES_SENSORS: 'Geräte & Sensoren',

View File

@@ -37,7 +37,7 @@ const en: Translation = {
VERSION: 'Version',
BRAND: 'Brand',
ENTITY_NAME: 'Entity Name',
VALUE: 'Value',
VALUE: '{{Value|value}}',
SHOW_FAV: 'only show favorites',
DEVICE_SENSOR_DATA: 'Device and Sensor Data',
DEVICES_SENSORS: 'Devices & Sensors',