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

27 lines
730 B
JSON
Raw Normal View History

2020-09-27 00:06:49 +00:00
{
"config": {
2020-10-22 00:09:52 +00:00
"abort": {
2020-11-08 00:04:05 +00:00
"invalid_host": "Ung\u00fcltiger Hostname oder IP Adresse",
2020-10-22 00:09:52 +00:00
"not_supported": "Ger\u00e4t nicht unterst\u00fctzt"
},
2020-11-08 00:04:05 +00:00
"error": {
"invalid_host": "Ung\u00fcltiger Hostname oder IP Adresse"
},
2020-09-27 00:06:49 +00:00
"step": {
2020-10-22 00:09:52 +00:00
"auth": {
"title": "Authentifiziere dich beim Ger\u00e4t"
},
2020-09-27 00:06:49 +00:00
"finish": {
"data": {
"name": "Name"
2020-10-22 00:09:52 +00:00
},
"title": "W\u00e4hle einen Namen f\u00fcr das Ger\u00e4t"
2020-09-27 00:06:49 +00:00
},
"user": {
"data": {
"host": "Host"
}
}
}
}
}