German and English typo correction (#15503)

* Update sensors.php

fixed a typo, and changed Energiemenge

* Update sensors.php

fixed a typo
This commit is contained in:
Galileo77
2023-10-24 21:00:56 +02:00
committed by GitHub
parent 661171f901
commit 651a437e5a
2 changed files with 4 additions and 4 deletions

View File

@@ -102,10 +102,10 @@ return [
'unit_long' => 'Watt', 'unit_long' => 'Watt',
], ],
'power_consumed' => [ 'power_consumed' => [
'short' => 'Verbrauchsleistung', 'short' => 'Energiemenge',
'long' => 'Verbrauchsleistung', 'long' => 'Energiemenge',
'unit' => 'kWh', 'unit' => 'kWh',
'unit_long' => 'Killowattstunden', 'unit_long' => 'Kilowattstunden',
], ],
'power_factor' => [ 'power_factor' => [
'short' => 'Leistungsfaktor', 'short' => 'Leistungsfaktor',

View File

@@ -112,7 +112,7 @@ return [
'short' => 'Power Consumed', 'short' => 'Power Consumed',
'long' => 'Power Consumed', 'long' => 'Power Consumed',
'unit' => 'kWh', 'unit' => 'kWh',
'unit_long' => 'Killowatt-Hours', 'unit_long' => 'Kilowatt-Hours',
], ],
'power_factor' => [ 'power_factor' => [
'short' => 'Power Factor', 'short' => 'Power Factor',