mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 02:07:09 +00:00
Reword invoke_pin action to avoid misunderstanding with "PIN" (#133665)
* Reword invoke_pin action to avoid misunderstanding with "PIN" The previous mismatch between "PIN" and "pin" in the invoke_pin caused wrong translations as "PIN" was interpreted as the abbreviation for "Personal Identification Number". This commit fixes this by explaining "pin" as related to "pinning" content on the device. In addition the very "invoke" is replaced by "play" which every user and translator will understand immediately. Along with those changes this commit reverts my previous change to "PIN" in all strings that made things worse. * Use "Pin ID" for the field variable
This commit is contained in:
parent
a23b37114e
commit
c780933fa0
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"services": {
|
"services": {
|
||||||
"invoke_pin": {
|
"invoke_pin": {
|
||||||
"name": "Invoke PIN",
|
"name": "Play pin",
|
||||||
"description": "Invokes a PIN on the specified device.",
|
"description": "Starts playing content pinned on the specified device.",
|
||||||
"fields": {
|
"fields": {
|
||||||
"pin": {
|
"pin": {
|
||||||
"name": "PIN",
|
"name": "Pin ID",
|
||||||
"description": "Which PIN to invoke."
|
"description": "ID of the pinned content."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user