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

22 lines
661 B
JSON
Raw Normal View History

2018-09-11 19:36:54 +00:00
{
"config": {
2020-06-07 00:03:28 +00:00
"abort": {
"already_configured": "Diese Koordinaten sind bereits registriert."
},
2018-09-11 19:36:54 +00:00
"error": {
"identifier_exists": "Koordinaten existieren bereits",
"invalid_api_key": "Ung\u00fcltiger API-Schl\u00fcssel"
},
"step": {
"user": {
"data": {
2020-06-07 00:03:28 +00:00
"api_key": "API-Schl\u00fcssel",
2018-09-11 19:36:54 +00:00
"elevation": "H\u00f6he",
"latitude": "Breitengrad",
"longitude": "L\u00e4ngengrad"
2018-09-26 09:19:50 +00:00
},
2020-02-10 00:31:37 +00:00
"title": "Gib deine Informationen ein"
2018-09-11 19:36:54 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2018-09-11 19:36:54 +00:00
}