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

30 lines
970 B
JSON
Raw Normal View History

{
"config": {
"abort": {
2022-09-06 00:27:55 +00:00
"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": {
2022-09-06 00:27:55 +00:00
"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",
2022-04-29 00:22:21 +00:00
"url": "URL in the format http://HOST/api/",
"username": "Username"
}
}
}
}
}