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

26 lines
674 B
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured"
},
"error": {
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
},
"step": {
"2fa": {
"data": {
"2fa": "Two-factor code"
},
"title": "Two-factor authentication"
},
"user": {
"data": {
"password": "Password",
"username": "Username"
},
"title": "Sign-in with Ring account"
}
}
}
}