core/homeassistant/components/cloud/strings.json

33 lines
1.1 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",
"relayer_connected": "Relayer Connected",
"remote_connected": "Remote Connected",
"remote_enabled": "Remote Enabled",
"remote_server": "Remote Server",
"alexa_enabled": "Alexa Enabled",
"google_enabled": "Google Enabled",
"logged_in": "Logged In",
"subscription_expiration": "Subscription Expiration"
}
},
"issues": {
"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."
}
}
}
}
}