[ci skip] Translation update

This commit is contained in:
HomeAssistant Azure 2020-07-14 00:03:03 +00:00
parent 33eaf081cd
commit aabf0dab88
12 changed files with 122 additions and 4 deletions

View File

@ -0,0 +1,12 @@
{
"config": {
"error": {
"unknown": "Unbekannter Awair-API-Fehler."
},
"step": {
"reauth": {
"description": "Bitte geben Sie Ihr Awair-Entwicklerzugriffstoken erneut ein."
}
}
}
}

View File

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

View File

@ -0,0 +1,8 @@
{
"config": {
"abort": {
"single_instance_allowed": "Schon konfiguriert. Nur eine einzige Konfiguration m\u00f6glich."
},
"flow_title": "ENOcean-Einrichtung"
}
}

View File

@ -24,6 +24,9 @@
"link": {
"description": "Dr\u00fccke den Knopf auf der Bridge, um Philips Hue mit Home Assistant zu registrieren.\n\n![Position des Buttons auf der Bridge](/static/images/config_philips_hue.jpg)",
"title": "Hub verbinden"
},
"manual": {
"title": "Manuelles Konfigurieren einer Hue Bridge"
}
}
},
@ -47,5 +50,16 @@
"remote_double_button_long_press": "Beide \"{subtype}\" nach langem Dr\u00fccken losgelassen",
"remote_double_button_short_press": "Beide \"{subtype}\" losgelassen"
}
},
"options": {
"step": {
"init": {
"data": {
"allow_how_groups": "Erlaube Hue Gruppen",
"allow_hue_groups": "Erlaube Hue Gruppen",
"allow_unreachable": "Erlauben Sie unerreichbaren Gl\u00fchbirnen, ihren Zustand korrekt zu melden"
}
}
}
}
}

View File

@ -0,0 +1,10 @@
{
"device_automation": {
"action_type": {
"set_mode": "Wechsele Modus auf {entity_name}",
"toggle": "{entity_name} umschalten",
"turn_off": "Schalte {entity_name} aus",
"turn_on": "Schalte {entity_name} an"
}
}
}

View File

@ -47,5 +47,14 @@
"button_short_release": "\"{subtype}\" losgelassen",
"button_triple_press": "\"{subtype}\" dreifach geklickt"
}
},
"options": {
"step": {
"broker": {
"data": {
"password": "Passwort"
}
}
}
}
}

View File

@ -13,5 +13,14 @@
"title": "W\u00e4hle Authentifizierungs-Methode"
}
}
},
"options": {
"step": {
"public_weather": {
"data": {
"area_name": "Name des Gebiets"
}
}
}
}
}

View File

@ -14,7 +14,7 @@
"email": "Email",
"password": "Password"
},
"description": "Set up PoolSense integration. Register on the dedicated app to get your username and password.",
"description": "[%key:common::config_flow::description%]",
"title": "PoolSense"
}
}

View File

@ -1,3 +0,0 @@
{
"title": "RFXCOM RFXtrx"
}

View File

@ -0,0 +1,12 @@
{
"config": {
"step": {
"user": {
"data": {
"email": "E-Mail",
"password": "Passwort"
}
}
}
}
}

View File

@ -0,0 +1,12 @@
{
"config": {
"step": {
"edit": {
"data": {
"password": "Passwort",
"username": "Benutzername"
}
}
}
}
}

View File

@ -0,0 +1,24 @@
{
"config": {
"abort": {
"already_configured": "Ger\u00e4t ist schon konfiguriert"
},
"error": {
"invalid_url": "Ung\u00fcltige URL",
"syncthru_not_supported": "Ger\u00e4t unterst\u00fctzt kein SyncThru",
"unknown_state": "Druckerstatus unbekannt, \u00fcberpr\u00fcfe URL und Netzwerkverbindung"
},
"step": {
"confirm": {
"data": {
"name": "Name"
}
},
"user": {
"data": {
"name": "Name"
}
}
}
}
}