Grammar fixes in user-facing strings of the LinkPlay integration (#139709)
Grammar fixes in user-facing string of the LinkPlay integration Fix spelling of "set up", "media player", "ID" and improve the descriptions of the `play_preset` action.pull/139712/head
parent
62b6be900f
commit
f248901ea8
|
@ -11,7 +11,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"discovery_confirm": {
|
"discovery_confirm": {
|
||||||
"description": "Do you want to setup {name}?"
|
"description": "Do you want to set up {name}?"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"abort": {
|
"abort": {
|
||||||
|
@ -26,11 +26,11 @@
|
||||||
"services": {
|
"services": {
|
||||||
"play_preset": {
|
"play_preset": {
|
||||||
"name": "Play preset",
|
"name": "Play preset",
|
||||||
"description": "Play the preset number on the device.",
|
"description": "Plays a preset on the device.",
|
||||||
"fields": {
|
"fields": {
|
||||||
"preset_number": {
|
"preset_number": {
|
||||||
"name": "Preset number",
|
"name": "Preset number",
|
||||||
"description": "The preset number on the device to play."
|
"description": "The number of the preset to play."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -44,7 +44,7 @@
|
||||||
},
|
},
|
||||||
"exceptions": {
|
"exceptions": {
|
||||||
"invalid_grouping_entity": {
|
"invalid_grouping_entity": {
|
||||||
"message": "Entity with id {entity_id} can't be added to the LinkPlay multiroom. Is the entity a LinkPlay mediaplayer?"
|
"message": "Entity with ID {entity_id} can't be added to the LinkPlay multiroom. Is the entity a LinkPlay media player?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue