[ci skip] Translation update

This commit is contained in:
HomeAssistant Azure 2020-12-16 00:03:31 +00:00
parent 4880a1d55a
commit 3bb996c5b4
10 changed files with 82 additions and 1 deletions

View File

@ -4,6 +4,11 @@
"single_instance_allowed": "Es ist nur eine einzige Konfiguration von Abode erlaubt."
},
"step": {
"reauth_confirm": {
"data": {
"password": "Passwort"
}
},
"user": {
"data": {
"password": "Passwort",

View File

@ -0,0 +1,13 @@
{
"config": {
"flow_title": "Apple TV: {name}",
"step": {
"pair_with_pin": {
"data": {
"pin": "PIN-Code"
}
}
}
},
"title": "Apple TV"
}

View File

@ -7,7 +7,9 @@
"user": {
"data": {
"host": "Host",
"port": "Port Nummer"
"password": "Passwort",
"port": "Port Nummer",
"username": "Benutzername"
}
}
}

View File

@ -0,0 +1,11 @@
{
"config": {
"step": {
"user": {
"data": {
"name": "Name"
}
}
}
}
}

View File

@ -0,0 +1,16 @@
{
"config": {
"step": {
"reauth": {
"data": {
"password": "Passwort"
}
},
"user": {
"data": {
"password": "Passwort"
}
}
}
}
}

View File

@ -0,0 +1,10 @@
{
"system_health": {
"info": {
"docker": "Docker",
"docker_version": "Docker",
"hassio": "Supervisor",
"host_os": "Home Assistant OS"
}
}
}

View File

@ -1,6 +1,11 @@
{
"config": {
"step": {
"reauth": {
"data": {
"password": "Passwort"
}
},
"user": {
"data": {
"password": "Passwort",

View File

@ -2,6 +2,13 @@
"config": {
"error": {
"cannot_connect": "Verbindung fehlgeschlagen"
},
"step": {
"user": {
"data": {
"password": "Passwort"
}
}
}
}
}

View File

@ -13,6 +13,9 @@
}
},
"options": {
"abort": {
"cannot_connect": "Fehler beim Verbinden"
},
"error": {
"dev_not_config": "Ger\u00e4tetyp nicht konfigurierbar",
"dev_not_found": "Ger\u00e4t nicht gefunden"

View File

@ -0,0 +1,9 @@
{
"config": {
"step": {
"user": {
"title": "Twinkly"
}
}
}
}