mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-10-31 23:40:11 +00:00
Harvey Tindall
e97b90d4d7
PIN is verified but not used currently. Works a little different than the others, you input your matrix user ID and then the PIN is sent to you. The bot doesn't support E2EE, so the bot being the first one to message ensures the chat is unencrypted.
13 lines
535 B
JSON
13 lines
535 B
JSON
{
|
|
"meta": {
|
|
"name": "English (US)"
|
|
},
|
|
"strings": {
|
|
"startMessage": "Hi!\nEnter your Jellyfin PIN code here to verify your account.",
|
|
"matrixStartMessage": "Hi\nEnter the below PIN in the Jellyfin sign-up page to verify your account.",
|
|
"invalidPIN": "That PIN was invalid, try again.",
|
|
"pinSuccess": "Success! You can now return to the sign-up page.",
|
|
"languageMessage": "Note: See available languages with {command}, and set language with {command} <language code>."
|
|
}
|
|
}
|