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:
Norbert Rittel 2024-12-20 19:12:48 +01:00 committed by GitHub
parent a23b37114e
commit c780933fa0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,12 +1,12 @@
{
"services": {
"invoke_pin": {
"name": "Invoke PIN",
"description": "Invokes a PIN on the specified device.",
"name": "Play pin",
"description": "Starts playing content pinned on the specified device.",
"fields": {
"pin": {
"name": "PIN",
"description": "Which PIN to invoke."
"name": "Pin ID",
"description": "ID of the pinned content."
}
}
}