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

29 lines
858 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": {
"description": "Re-authenticate with Prosegur account.",
"password": "Password",
"username": "Username"
}
},
"user": {
"data": {
"country": "Country",
"password": "Password",
"username": "Username"
}
}
}
}
}