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

20 lines
473 B
JSON
Raw Normal View History

2020-07-14 00:03:03 +00:00
{
"config": {
"error": {
"unknown": "Unbekannter Awair-API-Fehler."
},
"step": {
"reauth": {
2020-09-27 00:06:49 +00:00
"data": {
"email": "E-Mail"
},
2020-07-14 00:03:03 +00:00
"description": "Bitte geben Sie Ihr Awair-Entwicklerzugriffstoken erneut ein."
2020-09-27 00:06:49 +00:00
},
"user": {
"data": {
"email": "E-Mail"
}
2020-07-14 00:03:03 +00:00
}
}
}
}