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

27 lines
699 B
JSON
Raw Normal View History

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