core/homeassistant/components/demo/translations/de.json

114 lines
3.7 KiB
JSON

{
"entity": {
"climate": {
"ubercool": {
"state_attributes": {
"fan_mode": {
"state": {
"auto_high": "Auto hoch",
"auto_low": "Auto Niedrig",
"on_high": "Auf Hoch",
"on_low": "Auf Niedrig"
}
},
"swing_mode": {
"state": {
"1": "1",
"2": "2",
"3": "3",
"auto": "Auto",
"off": "Aus"
}
}
}
}
},
"select": {
"speed": {
"state": {
"light_speed": "Lichtgeschwindigkeit",
"ludicrous_speed": "Wahnsinnige Geschwindigkeit",
"ridiculous_speed": "L\u00e4cherliche Geschwindigkeit"
}
}
},
"sensor": {
"thermostat_mode": {
"state": {
"away": "Abwesend",
"comfort": "Komfort",
"eco": "Eco",
"sleep": "Schlafen"
}
}
},
"vacuum": {
"model_s": {
"state_attributes": {
"cleaned_area": {
"name": "Gereinigter Bereich"
}
}
}
}
},
"issues": {
"bad_psu": {
"fix_flow": {
"step": {
"confirm": {
"description": "Dr\u00fccke SENDEN, um zu best\u00e4tigen, dass das Netzteil ausgetauscht wurde",
"title": "Das Netzteil muss ausgetauscht werden"
}
}
},
"title": "Das Netzteil ist nicht stabil"
},
"cold_tea": {
"fix_flow": {
"abort": {
"not_tea_time": "Der Tee kann zu diesem Zeitpunkt nicht wieder aufgew\u00e4rmt werden."
}
},
"title": "Der Tee ist kalt"
},
"out_of_blinker_fluid": {
"fix_flow": {
"step": {
"confirm": {
"description": "Dr\u00fccke SENDEN, wenn die Blinkerfl\u00fcssigkeit nachgef\u00fcllt wurde",
"title": "Blinkerfl\u00fcssigkeit muss nachgef\u00fcllt werden"
}
}
},
"title": "Die Blinkerfl\u00fcssigkeit ist leer und muss nachgef\u00fcllt werden"
},
"transmogrifier_deprecated": {
"description": "Die Transmogrifier Komponente ist jetzt veraltet, da die neue API keine lokale Kontrolle mehr bietet.",
"title": "Die Transmogrifier Komponente ist veraltet"
},
"unfixable_problem": {
"description": "Dieses Problem wird niemals aufgeben.",
"title": "Dieses Problem kann nicht behoben werden"
}
},
"options": {
"step": {
"options_1": {
"data": {
"bool": "Optionaler Boolescher Wert",
"constant": "Konstante",
"int": "Numerische Eingabe"
}
},
"options_2": {
"data": {
"multi": "Mehrfachauswahl",
"select": "W\u00e4hle eine Option",
"string": "String-Wert"
}
}
}
},
"title": "Demo"
}