mirror of
https://github.com/home-assistant/core.git
synced 2026-07-03 04:36:04 +01:00
63 lines
2.4 KiB
JSON
63 lines
2.4 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
|
|
"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%]",
|
|
"user_rejected_authorize": "[%key:common::config_flow::abort::oauth2_user_rejected_authorize%]"
|
|
},
|
|
"create_entry": {
|
|
"default": "[%key:common::config_flow::create_entry::authenticated%]"
|
|
},
|
|
"step": {
|
|
"oauth_discovery": {
|
|
"description": "Home Assistant has found a Yoto player on your network. Press **Submit** to continue setting up Yoto."
|
|
},
|
|
"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%]"
|
|
}
|
|
}
|
|
},
|
|
"exceptions": {
|
|
"card_detail_failed": {
|
|
"message": "Could not load Yoto card details: {error}"
|
|
},
|
|
"command_failed": {
|
|
"message": "Yoto command failed: {error}"
|
|
},
|
|
"invalid_media_id": {
|
|
"message": "Not a Yoto media identifier: {media_id}"
|
|
},
|
|
"oauth2_implementation_unavailable": {
|
|
"message": "[%key:common::exceptions::oauth2_implementation_unavailable::message%]"
|
|
},
|
|
"play_failed": {
|
|
"message": "Failed to play Yoto media: {error}"
|
|
},
|
|
"unknown_card": {
|
|
"message": "Unknown Yoto card: {card_id}"
|
|
},
|
|
"unknown_chapter": {
|
|
"message": "Unknown chapter {chapter_key} on card {card_id}"
|
|
},
|
|
"unknown_track": {
|
|
"message": "Unknown track {track_key} on card {card_id}"
|
|
},
|
|
"update_error": {
|
|
"message": "Error communicating with Yoto: {error}"
|
|
}
|
|
}
|
|
}
|