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

20 lines
712 B
JSON

{
"config": {
"abort": {
"already_configured": "Der Dienst ist bereits konfiguriert"
},
"step": {
"user": {
"data": {
"type": "Definition der Saison"
}
}
}
},
"issues": {
"removed_yaml": {
"description": "Das Konfigurieren von Saison mit YAML wurde entfernt. \n\nDeine vorhandene YAML-Konfiguration wird von Home Assistant nicht verwendet. \n\nEntferne die YAML-Konfiguration aus deiner configuration.yaml-Datei und starte Home Assistant neu, um dieses Problem zu beheben.",
"title": "Die Saison YAML-Konfiguration wurde entfernt"
}
}
}