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

18 lines
387 B
JSON
Raw Normal View History

2020-09-15 00:09:18 +00:00
{
2020-09-27 00:06:49 +00:00
"config": {
"flow_title": "Shelly: {name}",
"step": {
"credentials": {
"data": {
"password": "Passwort",
"username": "Benutzername"
}
},
"user": {
"data": {
"host": "Host"
}
}
}
2020-11-11 12:25:22 +00:00
}
2020-09-15 00:09:18 +00:00
}