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

20 lines
546 B
JSON

{
"config": {
"abort": {
"single_instance_allowed": "Already configured. Only a single configuration possible."
},
"error": {
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
},
"step": {
"user": {
"data": {
"password": "Password",
"username": "Username"
},
"title": "Sign-in with mijn.ithodaalderop.nl account"
}
}
}
}