Files
core/homeassistant/components/wiim/strings.json
2026-07-28 12:12:11 +02:00

74 lines
2.5 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"missing_homeassistant_url": "Failed to determine Home Assistant URL. Please make sure you have an internal URL set.",
"reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]",
"unique_id_mismatch": "The host belongs to a different WiiM device."
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"flow_title": "{name}",
"step": {
"discovery_confirm": {
"description": "Do you want to set up {name}?"
},
"reconfigure": {
"data": {
"host": "[%key:common::config_flow::data::host%]"
},
"data_description": {
"host": "The hostname or IP address of the WiiM device."
}
},
"user": {
"data": {
"host": "[%key:common::config_flow::data::host%]"
},
"data_description": {
"host": "The hostname or IP address of the WiiM device."
}
}
}
},
"exceptions": {
"command_failed": {
"message": "{command} failed for {entity_id}"
},
"device_setup_failed": {
"message": "Device setup failed for {host}"
},
"direct_url_playback_unsupported": {
"message": "Direct URL playback is not supported on this device."
},
"http_api_request_failed": {
"message": "HTTP API request failed for {host}"
},
"invalid_browse_path": {
"message": "Invalid browse path: {media_content_id}"
},
"invalid_grouping_entity": {
"message": "Entity with ID {entity_id} can't be added to the WiiM multiroom. Is the entity a WiiM media player?"
},
"invalid_preset_id": {
"message": "Invalid preset ID: {media_id}"
},
"invalid_track_id": {
"message": "Invalid media ID: {media_id}. Expected a valid track index."
},
"media_sources_unsupported": {
"message": "Media sources are not supported on this device."
},
"missing_homeassistant_url": {
"message": "Failed to determine Home Assistant URL. Please make sure you have an internal URL set."
},
"unsupported_media_type": {
"message": "Unsupported media type: {media_type}"
}
}
}