mirror of https://github.com/home-assistant/core
115 lines
4.0 KiB
JSON
115 lines
4.0 KiB
JSON
{
|
|
"common": {
|
|
"jid_options_name": "JID options",
|
|
"jid_options_description": "Advanced grouping options, where devices' unique Beolink IDs (Called JIDs) are used directly. JIDs can be found in the state attributes of the media player entity."
|
|
},
|
|
"config": {
|
|
"error": {
|
|
"api_exception": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"client_connector_error": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"timeout_error": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"invalid_ip": "Invalid IPv4 address"
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::single_instance_allowed%]",
|
|
"already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]"
|
|
},
|
|
"flow_title": "{name}",
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::ip%]",
|
|
"model": "[%key:common::generic::model%]"
|
|
},
|
|
"description": "Manually configure your Bang & Olufsen device."
|
|
},
|
|
"zeroconf_confirm": {
|
|
"title": "Setup Bang & Olufsen device",
|
|
"description": "Confirm the configuration of the {model}-{serial_number} @ {host}."
|
|
}
|
|
}
|
|
},
|
|
"services": {
|
|
"beolink_allstandby": {
|
|
"name": "Beolink all standby",
|
|
"description": "Set all Connected Beolink devices to standby."
|
|
},
|
|
"beolink_expand": {
|
|
"name": "Beolink expand",
|
|
"description": "Expand current Beolink experience.",
|
|
"fields": {
|
|
"all_discovered": {
|
|
"name": "All discovered",
|
|
"description": "Expand Beolink experience to all discovered devices."
|
|
},
|
|
"beolink_jids": {
|
|
"name": "Beolink JIDs",
|
|
"description": "Specify which Beolink JIDs will join current Beolink experience."
|
|
}
|
|
},
|
|
"sections": {
|
|
"jid_options": {
|
|
"name": "[%key:component::bang_olufsen::common::jid_options_name%]",
|
|
"description": "[%key:component::bang_olufsen::common::jid_options_description%]"
|
|
}
|
|
}
|
|
},
|
|
"beolink_join": {
|
|
"name": "Beolink join",
|
|
"description": "Join a Beolink experience.",
|
|
"fields": {
|
|
"beolink_jid": {
|
|
"name": "Beolink JID",
|
|
"description": "Manually specify Beolink JID to join."
|
|
}
|
|
},
|
|
"sections": {
|
|
"jid_options": {
|
|
"name": "[%key:component::bang_olufsen::common::jid_options_name%]",
|
|
"description": "[%key:component::bang_olufsen::common::jid_options_description%]"
|
|
}
|
|
}
|
|
},
|
|
"beolink_leave": {
|
|
"name": "Beolink leave",
|
|
"description": "Leave a Beolink experience."
|
|
},
|
|
"beolink_unexpand": {
|
|
"name": "Beolink unexpand",
|
|
"description": "Unexpand from current Beolink experience.",
|
|
"fields": {
|
|
"beolink_jids": {
|
|
"name": "Beolink JIDs",
|
|
"description": "Specify which Beolink JIDs will leave from current Beolink experience."
|
|
}
|
|
},
|
|
"sections": {
|
|
"jid_options": {
|
|
"name": "[%key:component::bang_olufsen::common::jid_options_name%]",
|
|
"description": "[%key:component::bang_olufsen::common::jid_options_description%]"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"exceptions": {
|
|
"m3u_invalid_format": {
|
|
"message": "Media sources with the .m3u extension are not supported."
|
|
},
|
|
"invalid_source": {
|
|
"message": "Invalid source: {invalid_source}. Valid sources are: {valid_sources}"
|
|
},
|
|
"invalid_media_type": {
|
|
"message": "{invalid_media_type} is an invalid type. Valid values are: {valid_media_types}."
|
|
},
|
|
"play_media_error": {
|
|
"message": "An error occurred while attempting to play {media_type}: {error_message}."
|
|
},
|
|
"invalid_grouping_entity": {
|
|
"message": "Entity with id: {entity_id} can't be added to the Beolink session. Is the entity a Bang & Olufsen media_player?"
|
|
},
|
|
"invalid_sound_mode": {
|
|
"message": "{invalid_sound_mode} is an invalid sound mode. Valid values are: {valid_sound_modes}."
|
|
}
|
|
}
|
|
}
|