core/homeassistant/components/met/translations/de.json

22 lines
647 B
JSON

{
"config": {
"abort": {
"no_home": "In der Konfiguration von Home Assistant sind keine Home-Koordinaten eingestellt"
},
"error": {
"already_configured": "Der Dienst ist bereits konfiguriert"
},
"step": {
"user": {
"data": {
"elevation": "H\u00f6he",
"latitude": "Breitengrad",
"longitude": "L\u00e4ngengrad",
"name": "Name"
},
"description": "Meteorologisches Institut",
"title": "Standort"
}
}
}
}