mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 17:57:11 +00:00
Fix grammar and plural handling in action descriptions (#135654)
This commit is contained in:
parent
ac58494b55
commit
5a91562d1d
@ -27,8 +27,8 @@
|
|||||||
"description": "Plays on all Bose SoundTouch devices.",
|
"description": "Plays on all Bose SoundTouch devices.",
|
||||||
"fields": {
|
"fields": {
|
||||||
"master": {
|
"master": {
|
||||||
"name": "Master",
|
"name": "Leader",
|
||||||
"description": "Name of the master entity that will coordinate the grouping. Platform dependent. It is a shortcut for creating a multi-room zone with all devices."
|
"description": "The media player entity that will coordinate the grouping. Platform dependent. It is a shortcut for creating a multi-room zone with all devices."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -37,40 +37,40 @@
|
|||||||
"description": "Creates a SoundTouch multi-room zone.",
|
"description": "Creates a SoundTouch multi-room zone.",
|
||||||
"fields": {
|
"fields": {
|
||||||
"master": {
|
"master": {
|
||||||
"name": "Master",
|
"name": "Leader",
|
||||||
"description": "Name of the master entity that will coordinate the multi-room zone. Platform dependent."
|
"description": "The media player entity that will coordinate the multi-room zone. Platform dependent."
|
||||||
},
|
},
|
||||||
"slaves": {
|
"slaves": {
|
||||||
"name": "Slaves",
|
"name": "Follower",
|
||||||
"description": "Name of slaves entities to add to the new zone."
|
"description": "The media player entities to add to the new zone."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"add_zone_slave": {
|
"add_zone_slave": {
|
||||||
"name": "Add zone slave",
|
"name": "Add zone follower",
|
||||||
"description": "Adds a slave to a SoundTouch multi-room zone.",
|
"description": "Adds media players to a SoundTouch multi-room zone.",
|
||||||
"fields": {
|
"fields": {
|
||||||
"master": {
|
"master": {
|
||||||
"name": "Master",
|
"name": "[%key:component::soundtouch::services::create_zone::fields::master::name%]",
|
||||||
"description": "Name of the master entity that is coordinating the multi-room zone. Platform dependent."
|
"description": "The media player entity that is coordinating the multi-room zone. Platform dependent."
|
||||||
},
|
},
|
||||||
"slaves": {
|
"slaves": {
|
||||||
"name": "[%key:component::soundtouch::services::create_zone::fields::slaves::name%]",
|
"name": "[%key:component::soundtouch::services::create_zone::fields::slaves::name%]",
|
||||||
"description": "Name of slaves entities to add to the existing zone."
|
"description": "The media player entities to add to the existing zone."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"remove_zone_slave": {
|
"remove_zone_slave": {
|
||||||
"name": "Remove zone slave",
|
"name": "Remove zone follower",
|
||||||
"description": "Removes a slave from the SoundTouch multi-room zone.",
|
"description": "Removes media players from a SoundTouch multi-room zone.",
|
||||||
"fields": {
|
"fields": {
|
||||||
"master": {
|
"master": {
|
||||||
"name": "Master",
|
"name": "[%key:component::soundtouch::services::create_zone::fields::master::name%]",
|
||||||
"description": "[%key:component::soundtouch::services::add_zone_slave::fields::master::description%]"
|
"description": "[%key:component::soundtouch::services::add_zone_slave::fields::master::description%]"
|
||||||
},
|
},
|
||||||
"slaves": {
|
"slaves": {
|
||||||
"name": "[%key:component::soundtouch::services::create_zone::fields::slaves::name%]",
|
"name": "[%key:component::soundtouch::services::create_zone::fields::slaves::name%]",
|
||||||
"description": "Name of slaves entities to remove from the existing zone."
|
"description": "The media player entities to remove from the existing zone."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user