core/homeassistant/components/ring/strings.json

28 lines
548 B
JSON

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