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

43 lines
1.6 KiB
JSON
Raw Normal View History

2018-07-02 12:53:33 +00:00
{
"config": {
"abort": {
2021-02-03 10:46:49 +00:00
"single_instance_allowed": "Bereits konfiguriert. Es ist nur eine Konfiguration m\u00f6glich."
2018-07-02 12:53:33 +00:00
},
2021-03-16 00:04:36 +00:00
"error": {
"invalid_known_hosts": "Bekannte Hosts m\u00fcssen eine durch Kommata getrennte Liste von Hosts sein."
},
2018-07-02 12:53:33 +00:00
"step": {
2021-03-16 00:04:36 +00:00
"config": {
"data": {
"known_hosts": "Optionale Liste bekannter Hosts, wenn die mDNS-Erkennung nicht funktioniert."
},
"description": "Bitte die Google Cast-Konfiguration eingeben.",
"title": "Google Cast"
},
2018-07-02 12:53:33 +00:00
"confirm": {
2020-05-29 00:04:16 +00:00
"description": "M\u00f6chtest du Google Cast einrichten?"
2018-07-02 12:53:33 +00:00
}
2020-04-15 16:51:07 +00:00
}
2021-03-16 00:04:36 +00:00
},
"options": {
"error": {
"invalid_known_hosts": "Bekannte Hosts m\u00fcssen eine durch Kommata getrennte Liste von Hosts sein."
},
"step": {
2021-05-12 00:04:03 +00:00
"advanced_options": {
2021-03-16 00:04:36 +00:00
"data": {
2021-05-12 00:04:03 +00:00
"ignore_cec": "CEC ignorieren",
"uuid": "Zul\u00e4ssige UUIDs"
2021-03-16 00:04:36 +00:00
},
2021-05-12 00:04:03 +00:00
"title": "Erweiterte Google Cast-Konfiguration"
},
"basic_options": {
"data": {
"known_hosts": "Bekannte Hosts"
},
"description": "Bekannte Hosts - Eine durch Kommas getrennte Liste von Hostnamen oder IP-Adressen von Cast-Ger\u00e4ten, die verwendet wird, wenn die mDNS-Erkennung nicht funktioniert.",
"title": "Google Cast-Konfiguration"
2021-03-16 00:04:36 +00:00
}
}
2020-04-16 20:00:10 +00:00
}
2018-07-02 12:53:33 +00:00
}