-
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
81 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,33 @@ | ||
{ | ||
"average": "Mittel", | ||
"outdoor": "Außen", | ||
"output": "Ausgang", | ||
"outdoor": "Aussen", | ||
"heat_source_output": "Heizquelle Ausgang", | ||
"heat_source_input": "Heizquelle Eingang", | ||
"time": "Zeit", | ||
"domestic_water": "Brauchwasser", | ||
"cooling": "K\u00fchlung", | ||
"target": "Soll", | ||
"temperature": "Temperatur", | ||
"buffer": "Puffer", | ||
"collector": "Kollektor", | ||
"flow_in": "Vorlauf", | ||
"flow_out": "Rücklauf", | ||
"flow_out": "R\u00fccklauf", | ||
"correction": "Korrektur", | ||
"heating": "Heizung", | ||
"heatpump": "Wärmepumpe" | ||
"heating_mode_auto": "Heizungsmodus Automatik", | ||
"domestic_water_mode_auto": "Brauchwassermodus Automatik", | ||
"heatpump": "W\u00e4rmepumpe", | ||
"heating_threshold": "Heizgrenze", | ||
"evu_unlocked": "Sperrzeit Freigabe", | ||
"solar_pump": "Solar Pumpe", | ||
"compressor_impulses": "Impulse Verdichter", | ||
"operation_hours": "Betriebsstunden Gesamt", | ||
"operation_hours_heating": "Betriebsstunden Heizung", | ||
"operation_hours_domestic_water": "Betriebsstunden Brauchwasser", | ||
"operation_hours_solar": "Betriebsstunden Solar", | ||
"operation_hours_cooling": "Betriebsstunden K\u00fchlung", | ||
"heat_amount_counter": "W\u00e4rmemenge Z\u00e4hler", | ||
"heat_amount_heating": "W\u00e4rmemenge Heizung", | ||
"heat_amount_domestic_water": "W\u00e4rmemenge Brauchwasser", | ||
"approval_cooling": "K\u00fchlung Freigabe" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters