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

39 lines
1.2 KiB
JSON
Raw Normal View History

2020-09-27 00:06:49 +00:00
{
"config": {
2020-11-08 00:04:05 +00:00
"abort": {
"cannot_connect": "Verbindung fehlgeschlagen"
},
2020-09-27 00:06:49 +00:00
"flow_title": "Kodi: {name}",
"step": {
"credentials": {
"data": {
"password": "Passwort",
"username": "Benutzername"
2020-10-22 00:09:52 +00:00
},
"description": "Bitte gib deinen Kodi-Benutzernamen und Passwort ein. Diese findest du unter System/Einstellungen/Netzwerk/Dienste."
},
"discovery_confirm": {
"description": "M\u00f6chtest du Kodi (` {name} `) zu Home Assistant hinzuf\u00fcgen?"
2020-09-27 00:06:49 +00:00
},
"host": {
"data": {
"host": "Host",
2020-10-22 00:09:52 +00:00
"port": "Port",
"ssl": "\u00dcber SSL verbinden"
2020-09-27 00:06:49 +00:00
}
},
"user": {
"data": {
"host": "Host",
2020-11-08 00:04:05 +00:00
"port": "Port",
"ssl": "Verwendet ein SSL Zertifikat"
2020-09-27 00:06:49 +00:00
}
},
"ws_port": {
"data": {
"ws_port": "Port"
}
}
}
}
}