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

30 lines
970 B
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured",
"reauth_successful": "Re-authentication was successful"
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
},
"step": {
"reauth_confirm": {
"data": {
"password": "Password"
},
"description": "Please update your password for {username}",
"title": "Reauthenticate Integration"
},
"user": {
"data": {
"import_plugins": "Import entities from fibaro plugins?",
"password": "Password",
"url": "URL in the format http://HOST/api/",
"username": "Username"
}
}
}
}
}