2023-10-25 04:30:29 +00:00
{
"application_credentials" : {
2024-09-25 11:37:43 +00:00
"description" : "Follow the [instructions]({more_info_url}) for [OAuth consent screen]({oauth_consent_url}) to give Home Assistant access to your Google Tasks. You also need to create Application Credentials linked to your account:\n1. Go to [Credentials]({oauth_creds_url}) and select **Create Credentials**.\n1. From the drop-down list select **OAuth client ID**.\n1. Select **Web application** for the Application Type."
2023-10-25 04:30:29 +00:00
} ,
"config" : {
"step" : {
"pick_implementation" : {
"title" : "[%key:common::config_flow::title::oauth2_pick_implementation%]"
2025-01-12 17:15:33 +00:00
} ,
"reauth_confirm" : {
"title" : "[%key:common::config_flow::title::reauth%]" ,
"description" : "The Google Tasks integration needs to re-authenticate your account"
} ,
"auth" : {
"title" : "Link Google Account"
2023-10-25 04:30:29 +00:00
}
} ,
"abort" : {
"oauth_error" : "[%key:common::config_flow::abort::oauth2_error%]" ,
2025-01-12 17:15:33 +00:00
"oauth_timeout" : "[%key:common::config_flow::abort::oauth2_timeout%]" ,
2023-10-25 04:30:29 +00:00
"missing_configuration" : "[%key:common::config_flow::abort::oauth2_missing_configuration%]" ,
2025-01-12 17:15:33 +00:00
"missing_credentials" : "[%key:common::config_flow::abort::oauth2_missing_credentials%]" ,
2023-10-25 04:30:29 +00:00
"authorize_url_timeout" : "[%key:common::config_flow::abort::oauth2_authorize_url_timeout%]" ,
"no_url_available" : "[%key:common::config_flow::abort::oauth2_no_url_available%]" ,
2023-10-31 10:32:17 +00:00
"user_rejected_authorize" : "[%key:common::config_flow::abort::oauth2_user_rejected_authorize%]" ,
2023-11-12 20:13:38 +00:00
"oauth_unauthorized" : "[%key:common::config_flow::abort::oauth2_unauthorized%]" ,
2024-10-09 19:12:00 +00:00
"oauth_failed" : "[%key:common::config_flow::abort::oauth2_failed%]" ,
2025-01-12 17:15:33 +00:00
"already_configured" : "[%key:common::config_flow::abort::already_configured_account%]" ,
"already_in_progress" : "[%key:common::config_flow::abort::already_in_progress%]" ,
"reauth_successful" : "[%key:common::config_flow::abort::reauth_successful%]" ,
"access_not_configured" : "Unable to access the Google API:\n\n{message}" ,
"unknown" : "[%key:common::config_flow::error::unknown%]" ,
"wrong_account" : "Wrong account: Please authenticate with the right account."
2023-10-25 04:30:29 +00:00
} ,
"create_entry" : {
"default" : "[%key:common::config_flow::create_entry::authenticated%]"
}
}
}