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

31 lines
812 B
JSON

{
"config": {
"abort": {
"already_configured": "Ger\u00e4t ist bereits konfiguriert"
},
"error": {
"invalid_auth": "Ung\u00fcltige Authentifizierung"
},
"flow_title": "{ip}",
"step": {
"user": {
"data": {
"ip_address": "Hostname oder IP-Adresse",
"password": "Passwort",
"port": "Port"
},
"title": "Informationen eingeben"
}
}
},
"options": {
"step": {
"init": {
"data": {
"zone_run_time": "Standard-Zonenlaufzeit (in Sekunden)"
},
"title": "RainMachine konfigurieren"
}
}
}
}