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

31 lines
812 B
JSON
Raw Normal View History

2018-11-21 19:18:56 +00:00
{
"config": {
2020-02-26 00:31:47 +00:00
"abort": {
2021-02-03 10:46:49 +00:00
"already_configured": "Ger\u00e4t ist bereits konfiguriert"
},
"error": {
"invalid_auth": "Ung\u00fcltige Authentifizierung"
2020-02-26 00:31:47 +00:00
},
2021-05-23 00:13:25 +00:00
"flow_title": "{ip}",
2018-11-21 19:18:56 +00:00
"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-11-04 00:13:14 +00:00
},
"options": {
"step": {
"init": {
2021-05-03 00:05:16 +00:00
"data": {
"zone_run_time": "Standard-Zonenlaufzeit (in Sekunden)"
},
2020-11-04 00:13:14 +00:00
"title": "RainMachine konfigurieren"
}
}
2020-04-16 20:00:10 +00:00
}
2018-11-21 19:18:56 +00:00
}