mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
[ci skip] Translation update
This commit is contained in:
parent
33eaf081cd
commit
aabf0dab88
12
homeassistant/components/awair/translations/de.json
Normal file
12
homeassistant/components/awair/translations/de.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"unknown": "Unbekannter Awair-API-Fehler."
|
||||
},
|
||||
"step": {
|
||||
"reauth": {
|
||||
"description": "Bitte geben Sie Ihr Awair-Entwicklerzugriffstoken erneut ein."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
11
homeassistant/components/dexcom/translations/de.json
Normal file
11
homeassistant/components/dexcom/translations/de.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"password": "Passwort"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
8
homeassistant/components/enocean/translations/de.json
Normal file
8
homeassistant/components/enocean/translations/de.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"single_instance_allowed": "Schon konfiguriert. Nur eine einzige Konfiguration m\u00f6glich."
|
||||
},
|
||||
"flow_title": "ENOcean-Einrichtung"
|
||||
}
|
||||
}
|
@ -24,6 +24,9 @@
|
||||
"link": {
|
||||
"description": "Dr\u00fccke den Knopf auf der Bridge, um Philips Hue mit Home Assistant zu registrieren.\n\n",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
10
homeassistant/components/humidifier/translations/de.json
Normal file
10
homeassistant/components/humidifier/translations/de.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
@ -47,5 +47,14 @@
|
||||
"button_short_release": "\"{subtype}\" losgelassen",
|
||||
"button_triple_press": "\"{subtype}\" dreifach geklickt"
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"broker": {
|
||||
"data": {
|
||||
"password": "Passwort"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -13,5 +13,14 @@
|
||||
"title": "W\u00e4hle Authentifizierungs-Methode"
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"public_weather": {
|
||||
"data": {
|
||||
"area_name": "Name des Gebiets"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
@ -1,3 +0,0 @@
|
||||
{
|
||||
"title": "RFXCOM RFXtrx"
|
||||
}
|
12
homeassistant/components/smarthab/translations/de.json
Normal file
12
homeassistant/components/smarthab/translations/de.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"email": "E-Mail",
|
||||
"password": "Passwort"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
12
homeassistant/components/squeezebox/translations/de.json
Normal file
12
homeassistant/components/squeezebox/translations/de.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"edit": {
|
||||
"data": {
|
||||
"password": "Passwort",
|
||||
"username": "Benutzername"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
24
homeassistant/components/syncthru/translations/de.json
Normal file
24
homeassistant/components/syncthru/translations/de.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user