mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-11-04 17:30:11 +00:00
Harvey Tindall
e52e21a54b
sending now succeeds, and a reponse of "Invite sent." is given to the requester. Also some formatting changes.
19 lines
943 B
JSON
19 lines
943 B
JSON
{
|
|
"meta": {
|
|
"name": "English (US)"
|
|
},
|
|
"strings": {
|
|
"startMessage": "Hi!\nEnter your Jellyfin PIN code here to verify your account.",
|
|
"discordStartMessage": "Hi!\n Enter your PIN with `/pin <PIN>` 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>.",
|
|
"languageMessageDiscord": "Note: set your language with /lang <language name>.",
|
|
"languageSet": "Language set to {language}.",
|
|
"discordDMs": "Please check your DMs for a response.",
|
|
"sentInvite": "Sent invite.",
|
|
"sentInviteFailure": "Failed to send invite, check logs."
|
|
}
|
|
}
|