Grammar and consistency fixes in hdmi_cec strings (#135292)

This commit is contained in:
Norbert Rittel 2025-01-10 16:15:14 +01:00 committed by GitHub
parent 6fd0760f25
commit 32d3fe714f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@
"services": { "services": {
"power_on": { "power_on": {
"name": "Power on", "name": "Power on",
"description": "Power on all devices which supports it." "description": "Powers on all devices which support this function."
}, },
"select_device": { "select_device": {
"name": "Select device", "name": "Select device",
@ -10,7 +10,7 @@
"fields": { "fields": {
"device": { "device": {
"name": "[%key:common::config_flow::data::device%]", "name": "[%key:common::config_flow::data::device%]",
"description": "Address of device to select. Can be entity_id, physical address or alias from configuration." "description": "Address of device to select. Can be an entity ID, physical address or alias from configuration."
} }
} }
}, },
@ -42,7 +42,7 @@
}, },
"standby": { "standby": {
"name": "[%key:common::state::standby%]", "name": "[%key:common::state::standby%]",
"description": "Standby all devices which supports it." "description": "Places in standby all devices which support this function."
}, },
"update": { "update": {
"name": "Update", "name": "Update",
@ -50,19 +50,19 @@
}, },
"volume": { "volume": {
"name": "Volume", "name": "Volume",
"description": "Increases or decreases volume of system.", "description": "Increases or decreases the system volume.",
"fields": { "fields": {
"down": { "down": {
"name": "Down", "name": "Down",
"description": "Decreases volume x levels." "description": "Decreases the volume x levels."
}, },
"mute": { "mute": {
"name": "Mute", "name": "Mute",
"description": "Mutes audio system." "description": "Mutes the audio system."
}, },
"up": { "up": {
"name": "Up", "name": "Up",
"description": "Increases volume x levels." "description": "Increases the volume x levels."
} }
} }
} }