mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-11-05 09:50: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.
27 lines
729 B
JSON
27 lines
729 B
JSON
{
|
|
"meta": {
|
|
"name": "English (US)"
|
|
},
|
|
"strings": {
|
|
"username": "Username",
|
|
"password": "Password",
|
|
"emailAddress": "Email Address",
|
|
"name": "Name",
|
|
"submit": "Submit",
|
|
"send": "Send",
|
|
"success": "Success",
|
|
"error": "Error",
|
|
"copy": "Copy",
|
|
"copied": "Copied",
|
|
"time24h": "24h Time",
|
|
"time12h": "12h Time",
|
|
"linkTelegram": "Link Telegram",
|
|
"contactEmail": "Contact through Email",
|
|
"contactTelegram": "Contact through Telegram",
|
|
"linkDiscord": "Link Discord",
|
|
"linkMatrix": "Link Matrix",
|
|
"contactDiscord": "Contact through Discord",
|
|
"theme": "Theme"
|
|
}
|
|
}
|