mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-11-05 01:40:10 +00:00
Harvey Tindall
f8f5f35cc1
Discord, Email & Telegram can be enabled, although email is always enabled right now (will fix). Also apparently markdown hyperlinks don't work in Discord, eventually will implement something to convert them to embeds.
25 lines
668 B
JSON
25 lines
668 B
JSON
{
|
|
"meta": {
|
|
"name": "English (US)"
|
|
},
|
|
"strings": {
|
|
"username": "Username",
|
|
"password": "Password",
|
|
"emailAddress": "Email Address",
|
|
"name": "Name",
|
|
"submit": "Submit",
|
|
"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",
|
|
"contactDiscord": "Contact through Discord",
|
|
"theme": "Theme"
|
|
}
|
|
}
|