mirror of
https://github.com/home-assistant/core.git
synced 2025-05-18 12:59:14 +00:00
[ci skip] Translation update
This commit is contained in:
parent
c62345b9a3
commit
e852a2eb9b
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": {
|
"options_1": {
|
||||||
"data": {
|
"data": {
|
||||||
"bool": "Optionaler Boolescher Wert",
|
"bool": "Optionaler Boolescher Wert",
|
||||||
|
"constant": "Konstante",
|
||||||
"int": "Numerische Eingabe"
|
"int": "Numerische Eingabe"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -1,5 +1,12 @@
|
|||||||
{
|
{
|
||||||
"config": {
|
"config": {
|
||||||
|
"abort": {
|
||||||
|
"already_configured_account": "Account ist bereits konfiguriert"
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"session_error": "Verbindung nicht m\u00f6glich",
|
||||||
|
"unknown": "Unerwarteter Fehler"
|
||||||
|
},
|
||||||
"step": {
|
"step": {
|
||||||
"user": {
|
"user": {
|
||||||
"data": {
|
"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_off": "Schalte {entity_name} aus",
|
||||||
"turn_on": "Schalte {entity_name} an"
|
"turn_on": "Schalte {entity_name} an"
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"state": {
|
||||||
|
"_": {
|
||||||
|
"off": "Aus",
|
||||||
|
"on": "An"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"title": "Luftbefeuchter"
|
||||||
}
|
}
|
@ -18,8 +18,21 @@
|
|||||||
"step": {
|
"step": {
|
||||||
"public_weather": {
|
"public_weather": {
|
||||||
"data": {
|
"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": {
|
"config": {
|
||||||
|
"error": {
|
||||||
|
"unknown_error": "Unerwarteter Fehler"
|
||||||
|
},
|
||||||
"step": {
|
"step": {
|
||||||
"user": {
|
"user": {
|
||||||
"data": {
|
"data": {
|
||||||
|
@ -25,6 +25,7 @@
|
|||||||
"step": {
|
"step": {
|
||||||
"init": {
|
"init": {
|
||||||
"data": {
|
"data": {
|
||||||
|
"order": "Reihenfolge",
|
||||||
"scan_interval": "Aktualisierungsfrequenz"
|
"scan_interval": "Aktualisierungsfrequenz"
|
||||||
},
|
},
|
||||||
"title": "Konfiguriere die Optionen f\u00fcr die \u00dcbertragung"
|
"title": "Konfiguriere die Optionen f\u00fcr die \u00dcbertragung"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user