* Added option to use manual authentication for google hangout component See: https://hangups.readthedocs.io/en/latest/user_guide.html#logging-in for manual log in example Bumped up version of hangups to 0.4.9 * Updated components/hangouts/strings.json and generated translation string by running script/translations_develop Reduced verbosity of modifications to components/hangouts/config_flow.py * Added option to use manual authentication for google hangout component See: https://hangups.readthedocs.io/en/latest/user_guide.html#logging-in for manual log in example Bumped up version of hangups to 0.4.9 * Updated components/hangouts/strings.json and generated translation string by running script/translations_develop Reduced verbosity of modifications to components/hangouts/config_flow.py * fixing missing rebase
30 lines
983 B
JSON
30 lines
983 B
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "Google Hangouts is already configured",
|
|
"unknown": "Unknown error occurred."
|
|
},
|
|
"error": {
|
|
"invalid_login": "Invalid Login, please try again.",
|
|
"invalid_2fa": "Invalid 2 Factor Authentication, please try again.",
|
|
"invalid_2fa_method": "Invalid 2FA Method (Verify on Phone)."
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"email": "E-Mail Address",
|
|
"password": "Password",
|
|
"authorization_code": "Authorization Code (required for manual authentication)"
|
|
},
|
|
"title": "Google Hangouts Login"
|
|
},
|
|
"2fa": {
|
|
"data": {
|
|
"2fa": "2FA Pin"
|
|
},
|
|
"title": "2-Factor-Authentication"
|
|
}
|
|
},
|
|
"title": "Google Hangouts"
|
|
}
|
|
}
|