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

24 lines
588 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
"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": {
"title": "RainMachine konfigurieren"
}
}
2020-04-16 20:00:10 +00:00
}
2018-11-21 19:18:56 +00:00
}