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

21 lines
612 B
JSON
Raw Normal View History

2018-11-21 19:18:56 +00:00
{
"config": {
2020-02-26 00:31:47 +00:00
"abort": {
"already_configured": "Dieser RainMachine-Kontroller ist bereits konfiguriert."
},
2018-11-21 19:18:56 +00:00
"error": {
"identifier_exists": "Konto bereits registriert",
"invalid_credentials": "Ung\u00fcltige Anmeldeinformationen"
},
"step": {
"user": {
"data": {
"ip_address": "Hostname oder IP-Adresse",
"password": "Passwort",
"port": "Port"
},
"title": "Informationen eingeben"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2018-11-21 19:18:56 +00:00
}