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

21 lines
549 B
JSON
Raw Normal View History

{
"config": {
"abort": {
"already_configured": "Device is already configured",
"invalid_id": "Device returned an invalid unique ID"
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication"
},
"step": {
"user": {
"data": {
2022-04-29 00:22:21 +00:00
"password": "Password",
"url": "URL",
2022-04-29 00:22:21 +00:00
"username": "Username"
}
}
}
}
}