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

29 lines
882 B
JSON
Raw Normal View History

{
"config": {
"abort": {
"already_configured": "Google Hangouts is already configured",
"unknown": "Unknown error occurred."
},
"error": {
2018-08-31 11:23:22 +00:00
"invalid_2fa": "Invalid 2 Factor Authentication, please try again.",
2018-08-26 20:52:21 +00:00
"invalid_2fa_method": "Invalid 2FA Method (Verify on Phone).",
"invalid_login": "Invalid Login, please try again."
},
"step": {
"2fa": {
"data": {
"2fa": "2FA Pin"
},
2018-08-31 11:23:22 +00:00
"title": "2-Factor-Authentication"
},
"user": {
"data": {
"email": "E-Mail Address",
"password": "Password"
},
"title": "Google Hangouts Login"
}
},
"title": "Google Hangouts"
}
}