core/homeassistant/components/snapcast/strings.json

73 lines
2.3 KiB
JSON

{
"config": {
"step": {
"user": {
"description": "Please enter your server connection details",
"data": {
"host": "[%key:common::config_flow::data::host%]",
"port": "[%key:common::config_flow::data::port%]"
},
"data_description": {
"host": "The hostname or IP address of your Snapcast server."
},
"title": "[%key:common::action::connect%]"
}
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_host": "[%key:common::config_flow::error::invalid_host%]"
}
},
"services": {
"join": {
"name": "Join",
"description": "Groups players together in a single group.",
"fields": {
"master": {
"name": "Master",
"description": "Entity ID of the player to synchronize to."
},
"entity_id": {
"name": "Entity",
"description": "The players to join to the \"master\"."
}
}
},
"unjoin": {
"name": "Unjoin",
"description": "Removes one or more players from a group."
},
"snapshot": {
"name": "Snapshot",
"description": "Takes a snapshot of what is currently playing on a media player."
},
"restore": {
"name": "Restore",
"description": "Restores a previously taken snapshot of a media player."
},
"set_latency": {
"name": "Set latency",
"description": "Sets the latency of a speaker.",
"fields": {
"latency": {
"name": "Latency",
"description": "Latency in milliseconds."
}
}
}
},
"issues": {
"deprecated_grouping_actions": {
"title": "Snapcast Actions Deprecated",
"description": "Actions 'snapcast.join' and 'snapcast.unjoin' are deprecated and will be removed in 2026.2. Use the 'media_player.join' and 'media_player.unjoin' actions instead."
},
"deprecated_group_entities": {
"title": "Snapcast Groups Entities Deprecated",
"description": "Snapcast group entities are deprecated and will be removed in 2026.2. Please use the 'media_player.join' and 'media_player.unjoin' actions instead."
}
}
}