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

28 lines
917 B
JSON
Raw Normal View History

2021-06-14 00:09:44 +00:00
{
"config": {
"abort": {
"reauth_successful": "Die erneute Authentifizierung war erfolgreich"
},
"error": {
"cannot_connect": "Verbindung fehlgeschlagen",
"invalid_api_key": "Ung\u00fcltiger API-Schl\u00fcssel"
},
"step": {
"reauth_confirm": {
"data": {
2021-06-21 00:09:58 +00:00
"api_key": "API-Schl\u00fcssel",
"description": "Authentifiziere dich erneut mit deinem Ambee-Konto."
2021-06-14 00:09:44 +00:00
}
},
"user": {
"data": {
"api_key": "API-Schl\u00fcssel",
"latitude": "Breitengrad",
"longitude": "L\u00e4ngengrad",
"name": "Name"
2021-06-21 00:09:58 +00:00
},
"description": "Richte Ambee f\u00fcr die Integration mit Home Assistant ein."
2021-06-14 00:09:44 +00:00
}
}
}
}