core/homeassistant/components/cloud/strings.json

80 lines
3.9 KiB
JSON

{
"system_health": {
"info": {
"can_reach_cert_server": "Reach certificate server",
"can_reach_cloud": "Reach Home Assistant Cloud",
"can_reach_cloud_auth": "Reach authentication server",
"certificate_status": "Certificate status",
"relayer_connected": "Relayer connected",
"relayer_region": "Relayer region",
"remote_connected": "Remote connected",
"remote_enabled": "Remote enabled",
"remote_server": "Remote server",
"alexa_enabled": "Alexa enabled",
"google_enabled": "Google enabled",
"logged_in": "Logged In",
"instance_id": "Instance ID",
"subscription_expiration": "Subscription expiration"
}
},
"issues": {
"deprecated_gender": {
"title": "The {deprecated_option} text-to-speech option is deprecated",
"fix_flow": {
"step": {
"confirm": {
"title": "[%key:component::cloud::issues::deprecated_voice::title%]",
"description": "The `{deprecated_option}` option for text-to-speech in the {integration_name} integration is deprecated and will be removed.\nPlease update your automations and scripts to replace the `{deprecated_option}` option with an option for a supported `{replacement_option}` instead."
}
}
}
},
"deprecated_tts_platform_config": {
"title": "The Cloud text-to-speech platform configuration is deprecated",
"description": "The whole `platform: cloud` entry under the `tts:` section in configuration.yaml is deprecated and should be removed. You can use the UI to change settings for the Cloud text-to-speech platform. Please adjust your configuration.yaml and restart Home Assistant to fix this issue."
},
"deprecated_voice": {
"title": "A deprecated voice was used",
"fix_flow": {
"step": {
"confirm": {
"title": "[%key:component::cloud::issues::deprecated_voice::title%]",
"description": "The `{deprecated_voice}`voice is deprecated and will be removed.\nPlease update your automations and scripts to replace the `{deprecated_voice}` with another voice like eg. `{replacement_voice}`."
}
}
}
},
"legacy_subscription": {
"title": "Legacy subscription detected",
"fix_flow": {
"step": {
"confirm_change_plan": {
"description": "We've recently updated our subscription system. To continue using Home Assistant Cloud you need to one-time approve the change in PayPal.\n\nThis takes 1 minute and will not increase the price."
}
},
"abort": {
"operation_took_too_long": "The operation took too long. Please try again later."
}
}
},
"warn_bad_custom_domain_configuration": {
"title": "Detected wrong custom domain configuration",
"description": "The DNS configuration for your custom domain ({custom_domains}) is not correct. Please check the DNS configuration of your domain and make sure it points to the correct CNAME."
},
"reset_bad_custom_domain_configuration": {
"title": "Custom domain ignored",
"description": "The DNS configuration for your custom domain ({custom_domains}) is not correct. This domain has now been ignored and will not be used for Home Assistant Cloud. If you want to use this domain, please fix the DNS configuration and restart Home Assistant. If you do not need this anymore, you can remove it from the account page."
}
},
"services": {
"remote_connect": {
"name": "Remote connect",
"description": "Makes the instance UI accessible from outside of the local network by using Home Assistant Cloud."
},
"remote_disconnect": {
"name": "Remote disconnect",
"description": "Disconnects the Home Assistant UI from the Home Assistant Cloud. You will no longer be able to access your Home Assistant instance from outside your local network."
}
}
}