diff --git a/src_data/fonts/iconly.eot b/src_data/fonts/iconly.eot index 955eb43..e5bf31f 100644 Binary files a/src_data/fonts/iconly.eot and b/src_data/fonts/iconly.eot differ diff --git a/src_data/fonts/iconly.svg b/src_data/fonts/iconly.svg index 8eed6c2..5768718 100644 --- a/src_data/fonts/iconly.svg +++ b/src_data/fonts/iconly.svg @@ -49,6 +49,12 @@ + + @@ -67,12 +73,24 @@ + + + + diff --git a/src_data/fonts/iconly.ttf b/src_data/fonts/iconly.ttf index 967cc78..736915b 100644 Binary files a/src_data/fonts/iconly.ttf and b/src_data/fonts/iconly.ttf differ diff --git a/src_data/fonts/iconly.woff b/src_data/fonts/iconly.woff index 412a1ce..37e595d 100644 Binary files a/src_data/fonts/iconly.woff and b/src_data/fonts/iconly.woff differ diff --git a/src_data/fonts/iconly.woff2 b/src_data/fonts/iconly.woff2 index 724540a..45ae36e 100644 Binary files a/src_data/fonts/iconly.woff2 and b/src_data/fonts/iconly.woff2 differ diff --git a/src_data/locales/en.json b/src_data/locales/en.json index a267ec4..876b156 100644 --- a/src_data/locales/en.json +++ b/src_data/locales/en.json @@ -117,6 +117,15 @@ "mDhwTargetTemp": "DHW target temp", "mDhwCurrTemp": "DHW current temp", "mDhwRetTemp": "DHW return temp" + }, + + "sensors": { + "values": { + "temp": "Temperature", + "humidity": "Humidity", + "battery": "Battery", + "rssi": "RSSI" + } } }, diff --git a/src_data/locales/ru.json b/src_data/locales/ru.json index b5a7320..64c1ec8 100644 --- a/src_data/locales/ru.json +++ b/src_data/locales/ru.json @@ -117,6 +117,15 @@ "mDhwTargetTemp": "ГВС, целевая температура", "mDhwCurrTemp": "ГВС, текущая температура", "mDhwRetTemp": "ГВС, температура обратки" + }, + + "sensors": { + "values": { + "temp": "Температура", + "humidity": "Влажность", + "battery": "Уровень заряда", + "rssi": "RSSI" + } } }, diff --git a/src_data/pages/dashboard.html b/src_data/pages/dashboard.html index 3584c72..8fd7897 100644 --- a/src_data/pages/dashboard.html +++ b/src_data/pages/dashboard.html @@ -11,12 +11,13 @@