core/homeassistant/components/spider/translations/en.json

20 lines
546 B
JSON
Raw Normal View History

2020-08-04 20:37:20 +00:00
{
2020-08-05 00:02:19 +00:00
"config": {
"abort": {
"single_instance_allowed": "Already configured. Only a single configuration possible."
2020-08-04 20:37:20 +00:00
},
2020-08-05 00:02:19 +00:00
"error": {
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
},
"step": {
"user": {
"data": {
"password": "Password",
"username": "Username"
},
"title": "Sign-in with mijn.ithodaalderop.nl account"
}
}
2020-08-04 20:37:20 +00:00
}
}