Files
2025-12-18 19:28:23 +01:00

96 lines
3.8 KiB
JSON

{
"application_credentials": {
"description": "Follow the [instructions]({more_info_url}) for [OAuth consent screen]({oauth_consent_url}) to give Home Assistant access to your Google Mail. 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."
},
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
"already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
"authorize_url_timeout": "[%key:common::config_flow::abort::oauth2_authorize_url_timeout%]",
"missing_configuration": "[%key:common::config_flow::abort::oauth2_missing_configuration%]",
"missing_credentials": "[%key:common::config_flow::abort::oauth2_missing_credentials%]",
"no_url_available": "[%key:common::config_flow::abort::oauth2_no_url_available%]",
"oauth_error": "[%key:common::config_flow::abort::oauth2_error%]",
"oauth_failed": "[%key:common::config_flow::abort::oauth2_failed%]",
"oauth_timeout": "[%key:common::config_flow::abort::oauth2_timeout%]",
"oauth_unauthorized": "[%key:common::config_flow::abort::oauth2_unauthorized%]",
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
"user_rejected_authorize": "[%key:common::config_flow::abort::oauth2_user_rejected_authorize%]",
"wrong_account": "Wrong account: Please authenticate with {email}."
},
"create_entry": {
"default": "[%key:common::config_flow::create_entry::authenticated%]"
},
"step": {
"auth": {
"title": "Link Google Account"
},
"pick_implementation": {
"data": {
"implementation": "[%key:common::config_flow::data::implementation%]"
},
"data_description": {
"implementation": "[%key:common::config_flow::description::implementation%]"
},
"title": "[%key:common::config_flow::title::oauth2_pick_implementation%]"
},
"reauth_confirm": {
"description": "The Google Mail integration needs to re-authenticate your account",
"title": "[%key:common::config_flow::title::reauth%]"
}
}
},
"entity": {
"sensor": {
"vacation_end_date": {
"name": "Vacation end date"
}
}
},
"exceptions": {
"missing_from_for_alias": {
"message": "Missing 'from' email when setting an alias to show. You have to provide a 'from' email"
}
},
"services": {
"set_vacation": {
"description": "Sets vacation responder settings for Google Mail.",
"fields": {
"enabled": {
"description": "Turn this off to end vacation responses.",
"name": "[%key:common::state::enabled%]"
},
"end": {
"description": "Last day of the vacation.",
"name": "End"
},
"message": {
"description": "Body of the email.",
"name": "Message"
},
"plain_text": {
"description": "Choose to send message in plain text or HTML.",
"name": "Plain text"
},
"restrict_contacts": {
"description": "Restrict automatic reply to contacts.",
"name": "Restrict to contacts"
},
"restrict_domain": {
"description": "Restrict automatic reply to domain. This only affects Google Workspace accounts.",
"name": "Restrict to domain"
},
"start": {
"description": "First day of the vacation.",
"name": "Start"
},
"title": {
"description": "The subject for the email.",
"name": "Title"
}
},
"name": "Set vacation"
}
}
}