1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-21 10:27:52 +00:00
Files
core/homeassistant/components/sonos/strings.json

239 lines
7.0 KiB
JSON

{
"config": {
"abort": {
"no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]",
"not_ipv4_address": "No IPv4 address in SSDP discovery information",
"not_sonos_device": "Discovered device is not a Sonos device",
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]"
},
"step": {
"confirm": {
"description": "Do you want to set up Sonos?"
}
}
},
"entity": {
"binary_sensor": {
"microphone": {
"name": "Microphone"
}
},
"number": {
"audio_delay": {
"name": "Audio delay"
},
"balance": {
"name": "Balance"
},
"bass": {
"name": "Bass"
},
"music_surround_level": {
"name": "Music surround level"
},
"sub_crossover": {
"name": "Sub crossover frequency"
},
"sub_gain": {
"name": "Sub gain"
},
"surround_level": {
"name": "Surround level"
},
"treble": {
"name": "Treble"
}
},
"select": {
"speech_dialog_level": {
"name": "Speech enhancement",
"state": {
"high": "[%key:common::state::high%]",
"low": "[%key:common::state::low%]",
"max": "Max",
"medium": "[%key:common::state::medium%]",
"off": "[%key:common::state::off%]"
}
}
},
"sensor": {
"audio_input_format": {
"name": "Audio input format"
},
"power_source": {
"name": "Power source",
"state": {
"battery": "Battery",
"charging_base": "Charging base",
"usb": "USB"
}
}
},
"switch": {
"buttons_enabled": {
"name": "Touch controls"
},
"cross_fade": {
"name": "Crossfade"
},
"dialog_level": {
"name": "Speech enhancement"
},
"loudness": {
"name": "Loudness"
},
"night_mode": {
"name": "Night sound"
},
"status_light": {
"name": "Status light"
},
"sub_enabled": {
"name": "Subwoofer enabled"
},
"surround_enabled": {
"name": "Surround enabled"
},
"surround_mode": {
"name": "Surround music full volume"
}
}
},
"exceptions": {
"announce_media_error": {
"message": "Announcing clip {media_id} failed {response}"
},
"entity_not_found": {
"message": "Entity {entity_id} not found."
},
"invalid_alarm_id": {
"message": "Alarm {alarm_id} does not exist and cannot be updated."
},
"invalid_content_type": {
"message": "Sonos does not support media content type: {media_type}"
},
"invalid_favorite": {
"message": "Could not find a Sonos favorite: {name}"
},
"invalid_media": {
"message": "Could not find media in library: {media_id}"
},
"invalid_sonos_playlist": {
"message": "Could not find Sonos playlist: {name}"
},
"speaker_not_found": {
"message": "{entity_id} is not a known Sonos speaker."
},
"timeout_join": {
"message": "Timeout while waiting for Sonos player to join the group {group_description}"
},
"timeout_unjoin": {
"message": "Timeout while waiting for Sonos player to unjoin the group {group_description}"
}
},
"issues": {
"subscriptions_failed": {
"description": "Falling back to polling, functionality may be limited.\n\nSonos device at {device_ip} cannot reach Home Assistant at {listener_address}.\n\nSee our [documentation]({sub_fail_url}) for more information on how to solve this issue.",
"title": "Networking error: subscriptions failed"
},
"upnp_disabled": {
"description": "Unable to connect to Sonos speaker at {device_ip}.\n\nPlease ensure UPnP is enabled on your Sonos system.\n\nOpen the Sonos app on your phone or tablet. Go to Account > Privacy and Security > UPnP. Enable the UPnP setting. Once UPnP is enabled, return to Home Assistant and reload the Sonos integration. The connection should now succeed. See our [documentation]({documentation_url}) for steps to resolve this issue.",
"title": "Networking error: UPnP disabled"
}
},
"services": {
"clear_sleep_timer": {
"description": "Clears a Sonos timer.",
"name": "Clear timer"
},
"get_queue": {
"description": "Returns the contents of the queue.",
"name": "Get queue"
},
"play_queue": {
"description": "Starts playing the queue from the first item.",
"fields": {
"queue_position": {
"description": "Position of the song in the queue to start playing from.",
"name": "Queue position"
}
},
"name": "Play queue"
},
"remove_from_queue": {
"description": "Removes an item from the queue.",
"fields": {
"queue_position": {
"description": "Position in the queue to remove.",
"name": "[%key:component::sonos::services::play_queue::fields::queue_position::name%]"
}
},
"name": "Remove from queue"
},
"restore": {
"description": "Restores a snapshot of a media player.",
"fields": {
"entity_id": {
"description": "Name of entity that will be restored.",
"name": "Entity"
},
"with_group": {
"description": "Whether the group layout and the state of other speakers in the group should also be restored.",
"name": "[%key:component::sonos::services::snapshot::fields::with_group::name%]"
}
},
"name": "Restore"
},
"set_sleep_timer": {
"description": "Sets a Sonos timer.",
"fields": {
"sleep_time": {
"description": "Number of seconds to set the timer.",
"name": "Sleep Time"
}
},
"name": "Set timer"
},
"snapshot": {
"description": "Takes a snapshot of a media player.",
"fields": {
"entity_id": {
"description": "Name of entity that will be snapshot.",
"name": "Entity"
},
"with_group": {
"description": "Whether the snapshot should include the group layout and the state of other speakers in the group.",
"name": "With group"
}
},
"name": "Snapshot"
},
"update_alarm": {
"description": "Updates an alarm with new time and volume settings.",
"fields": {
"alarm_id": {
"description": "The ID of the alarm to be updated.",
"name": "Alarm ID"
},
"enabled": {
"description": "Whether or not to enable the alarm.",
"name": "Alarm enabled"
},
"include_linked_zones": {
"description": "Whether the alarm also plays on grouped players.",
"name": "Include linked zones"
},
"time": {
"description": "The time for the alarm.",
"name": "Time"
},
"volume": {
"description": "The alarm volume level.",
"name": "Volume"
}
},
"name": "Update alarm"
}
}
}