mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 09:47:52 +00:00
[ci skip] Translation update
This commit is contained in:
parent
4880a1d55a
commit
3bb996c5b4
@ -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",
|
||||
|
13
homeassistant/components/apple_tv/translations/de.json
Normal file
13
homeassistant/components/apple_tv/translations/de.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"config": {
|
||||
"flow_title": "Apple TV: {name}",
|
||||
"step": {
|
||||
"pair_with_pin": {
|
||||
"data": {
|
||||
"pin": "PIN-Code"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Apple TV"
|
||||
}
|
@ -7,7 +7,9 @@
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Host",
|
||||
"port": "Port Nummer"
|
||||
"password": "Passwort",
|
||||
"port": "Port Nummer",
|
||||
"username": "Benutzername"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
11
homeassistant/components/epson/translations/de.json
Normal file
11
homeassistant/components/epson/translations/de.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"name": "Name"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"reauth": {
|
||||
"data": {
|
||||
"password": "Passwort"
|
||||
}
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"password": "Passwort"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
10
homeassistant/components/homeassistant/translations/de.json
Normal file
10
homeassistant/components/homeassistant/translations/de.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"system_health": {
|
||||
"info": {
|
||||
"docker": "Docker",
|
||||
"docker_version": "Docker",
|
||||
"hassio": "Supervisor",
|
||||
"host_os": "Home Assistant OS"
|
||||
}
|
||||
}
|
||||
}
|
@ -1,6 +1,11 @@
|
||||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"reauth": {
|
||||
"data": {
|
||||
"password": "Passwort"
|
||||
}
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"password": "Passwort",
|
||||
|
@ -2,6 +2,13 @@
|
||||
"config": {
|
||||
"error": {
|
||||
"cannot_connect": "Verbindung fehlgeschlagen"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"password": "Passwort"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -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"
|
||||
|
9
homeassistant/components/twinkly/translations/de.json
Normal file
9
homeassistant/components/twinkly/translations/de.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"title": "Twinkly"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user