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

16 lines
540 B
JSON
Raw Normal View History

2020-09-27 00:06:49 +00:00
{
"config": {
2021-02-03 10:46:49 +00:00
"abort": {
2021-06-06 00:19:43 +00:00
"already_configured": "Ger\u00e4t ist bereits konfiguriert",
"not_supported_device": "Dieses WiLight wird derzeit nicht unterst\u00fctzt",
"not_wilight_device": "Dieses Ger\u00e4t ist kein WiLight"
2021-02-03 10:46:49 +00:00
},
2021-06-09 00:10:10 +00:00
"flow_title": "{name}",
2020-09-27 00:06:49 +00:00
"step": {
"confirm": {
2021-07-10 00:09:24 +00:00
"description": "M\u00f6chtest du WiLight {name} einrichten? \n\n Es unterst\u00fctzt: {components}",
2020-09-27 00:06:49 +00:00
"title": "WiLight"
}
}
}
}