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

22 lines
647 B
JSON
Raw Normal View History

2019-06-19 23:22:13 +00:00
{
"config": {
2021-06-06 00:19:43 +00:00
"abort": {
"no_home": "In der Konfiguration von Home Assistant sind keine Home-Koordinaten eingestellt"
},
2021-02-03 10:46:49 +00:00
"error": {
"already_configured": "Der Dienst ist bereits konfiguriert"
},
2019-06-19 23:22:13 +00:00
"step": {
"user": {
"data": {
"elevation": "H\u00f6he",
"latitude": "Breitengrad",
"longitude": "L\u00e4ngengrad",
"name": "Name"
},
"description": "Meteorologisches Institut",
"title": "Standort"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2019-06-19 23:22:13 +00:00
}