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

20 lines
536 B
JSON
Raw Normal View History

2021-08-06 00:15:04 +00:00
{
"config": {
"abort": {
2021-08-07 00:10:12 +00:00
"already_configured": "Ger\u00e4t ist bereits konfiguriert",
"unknown": "Unerwarteter Fehler"
2021-08-06 00:15:04 +00:00
},
"error": {
"cannot_connect": "Verbindung fehlgeschlagen",
2021-08-07 00:10:12 +00:00
"invalid_api_key": "Ung\u00fcltiger API-Schl\u00fcssel",
2021-08-06 00:15:04 +00:00
"unknown": "Unerwarteter Fehler"
},
"step": {
"user": {
"data": {
"api_key": "API-Schl\u00fcssel"
}
}
}
}
}