[ci skip] Translation update
This commit is contained in:
parent
c62345b9a3
commit
e852a2eb9b
8 changed files with 76 additions and 2 deletions
15
homeassistant/components/bond/translations/de.json
Normal file
15
homeassistant/components/bond/translations/de.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"cannot_connect": "Verbindung nicht m\u00f6glich",
|
||||
"unknown": "Unerwarteter Fehler"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"access_token": "Zugriffstoken"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -10,6 +10,7 @@
|
|||
"options_1": {
|
||||
"data": {
|
||||
"bool": "Optionaler Boolescher Wert",
|
||||
"constant": "Konstante",
|
||||
"int": "Numerische Eingabe"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -1,5 +1,12 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured_account": "Account ist bereits konfiguriert"
|
||||
},
|
||||
"error": {
|
||||
"session_error": "Verbindung nicht m\u00f6glich",
|
||||
"unknown": "Unerwarteter Fehler"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
|
@ -7,5 +14,14 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"unit_of_measurement": "Ma\u00dfeinheit"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -6,5 +6,12 @@
|
|||
"turn_off": "Schalte {entity_name} aus",
|
||||
"turn_on": "Schalte {entity_name} an"
|
||||
}
|
||||
}
|
||||
},
|
||||
"state": {
|
||||
"_": {
|
||||
"off": "Aus",
|
||||
"on": "An"
|
||||
}
|
||||
},
|
||||
"title": "Luftbefeuchter"
|
||||
}
|
|
@ -18,8 +18,21 @@
|
|||
"step": {
|
||||
"public_weather": {
|
||||
"data": {
|
||||
"area_name": "Name des Gebiets"
|
||||
"area_name": "Name des Gebiets",
|
||||
"lat_ne": "Breitengrad Nord-Ost-Ecke",
|
||||
"lat_sw": "Breitengrad S\u00fcd-West-Ecke",
|
||||
"lon_ne": "L\u00e4ngengrad Nord-Ost-Ecke",
|
||||
"lon_sw": "L\u00e4ngengrad S\u00fcdwest-Ecke",
|
||||
"mode": "Berechnung",
|
||||
"show_on_map": "Auf Karte anzeigen"
|
||||
}
|
||||
},
|
||||
"public_weather_areas": {
|
||||
"data": {
|
||||
"weather_areas": "Wettergebiete"
|
||||
},
|
||||
"description": "Konfiguriere \u00f6ffentliche Wettersensoren.",
|
||||
"title": "\u00d6ffentlicher Netatmo Wettersensor"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
18
homeassistant/components/poolsense/translations/de.json
Normal file
18
homeassistant/components/poolsense/translations/de.json
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Ger\u00e4t ist bereits konfiguriert"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Verbindung nicht m\u00f6glich",
|
||||
"unknown": "Unerwarteter Fehler"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"password": "Passwort"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,5 +1,8 @@
|
|||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"unknown_error": "Unerwarteter Fehler"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"order": "Reihenfolge",
|
||||
"scan_interval": "Aktualisierungsfrequenz"
|
||||
},
|
||||
"title": "Konfiguriere die Optionen f\u00fcr die \u00dcbertragung"
|
||||
|
|
Loading…
Add table
Reference in a new issue