mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-11-05 18:00:22 +00:00
Harvey Tindall
d3c5feaf1b
login-related stuff was moved into common using the langmover script, so that the user page doesn't have to use the admin language files.
37 lines
1.1 KiB
JSON
37 lines
1.1 KiB
JSON
{
|
|
"meta": {
|
|
"name": "English (GB)"
|
|
},
|
|
"strings": {
|
|
"username": "Username",
|
|
"password": "Password",
|
|
"emailAddress": "Email Address",
|
|
"name": "Name",
|
|
"submit": "Submit",
|
|
"send": "Send",
|
|
"success": "Success",
|
|
"continue": "Continue",
|
|
"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",
|
|
"refresh": "Refresh",
|
|
"required": "Required",
|
|
"login": "Login",
|
|
"logout": "Logout"
|
|
},
|
|
"notifications": {
|
|
"errorLoginBlank": "The username and/or password was left blank.",
|
|
"errorConnection": "Couldn't connect to jfa-go.",
|
|
"errorUnknown": "Unknown error.",
|
|
"error401Unauthorized": "Unauthorised. Try refreshing the page."
|
|
}
|
|
} |