core/homeassistant/components/spotify/translations/en.json

33 lines
1.4 KiB
JSON
Raw Normal View History

{
2020-01-25 00:31:41 +00:00
"config": {
"abort": {
2021-02-05 00:03:54 +00:00
"authorize_url_timeout": "Timeout generating authorize URL.",
2020-08-28 00:05:07 +00:00
"missing_configuration": "The Spotify integration is not configured. Please follow the documentation.",
2020-09-11 00:09:17 +00:00
"no_url_available": "No URL available. For information about this error, [check the help section]({docs_url})",
2020-08-28 00:05:07 +00:00
"reauth_account_mismatch": "The Spotify account authenticated with, does not match the account needed re-authentication."
2020-01-25 00:31:41 +00:00
},
"create_entry": {
"default": "Successfully authenticated with Spotify."
},
"step": {
"pick_implementation": {
"title": "Pick Authentication Method"
2020-08-28 00:05:07 +00:00
},
"reauth_confirm": {
"description": "The Spotify integration needs to re-authenticate with Spotify for account: {account}",
"title": "Reauthenticate Integration"
2020-01-25 00:31:41 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-11-28 00:03:36 +00:00
},
"issues": {
"removed_yaml": {
"description": "Configuring Spotify using YAML has been removed.\n\nYour existing YAML configuration is not used by Home Assistant.\n\nRemove the YAML configuration from your configuration.yaml file and restart Home Assistant to fix this issue.",
"title": "The Spotify YAML configuration has been removed"
}
},
2020-11-28 00:03:36 +00:00
"system_health": {
"info": {
"api_endpoint_reachable": "Spotify API endpoint reachable"
}
2020-04-16 20:00:10 +00:00
}
2020-01-25 00:31:41 +00:00
}