mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-11-04 17:30:11 +00:00
Harvey Tindall
311ecb7030
shown on a new card, with an explanation, the number of remaining uses, and expiry of the current referral.
67 lines
2.0 KiB
JSON
67 lines
2.0 KiB
JSON
{
|
|
"meta": {
|
|
"name": "English (US)"
|
|
},
|
|
"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",
|
|
"admin": "Admin",
|
|
"enabled": "Enabled",
|
|
"disabled": "Disabled",
|
|
"reEnable": "Re-enable",
|
|
"disable": "Disable",
|
|
"contactMethods": "Contact Methods",
|
|
"accountStatus": "Account Status",
|
|
"notSet": "Not set",
|
|
"expiry": "Expiry",
|
|
"add": "Add",
|
|
"edit": "Edit",
|
|
"delete": "Delete",
|
|
"myAccount": "My Account",
|
|
"referrals": "Referrals",
|
|
"inviteRemainingUses": "Remaining uses"
|
|
},
|
|
"notifications": {
|
|
"errorLoginBlank": "The username and/or password were left blank.",
|
|
"errorConnection": "Couldn't connect to jfa-go.",
|
|
"errorUnknown": "Unknown error.",
|
|
"error401Unauthorized": "Unauthorized. Try refreshing the page.",
|
|
"errorSaveSettings": "Couldn't save settings."
|
|
},
|
|
"quantityStrings": {
|
|
"year": {
|
|
"singular": "{n} Year",
|
|
"plural": "{n} Years"
|
|
},
|
|
"month": {
|
|
"singular": "{n} Month",
|
|
"plural": "{n} Months"
|
|
},
|
|
"day": {
|
|
"singular": "{n} Day",
|
|
"plural": "{n} Days"
|
|
}
|
|
}
|
|
} |