-
Notifications
You must be signed in to change notification settings - Fork 0
/
errors_en.json
26 lines (26 loc) · 1.2 KB
/
errors_en.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"loginInfoMissing": "Username or password missing",
"invalidLogin": "Incorrect username or password",
"registrationsDisabled": "Registrations are currently disabled",
"unfilledFields": "Please fill out all required fields",
"usernameExists": "Username taken",
"emailExists": "Emai already exists",
"invalidInvite": "Invite is invalid",
"missingFiles": "No valid files were uploaded",
"missingContent": "No content was submitted",
"invalidUsername": "Invalid username",
"invalidDimensions": "Invalid image dimensions",
"fileWriteError": "Could not write file to disk",
"noPermission": "Invalid permissions",
"noInvites": "No invites available",
"notLoggedIn": "You are not signed in",
"signInMethodDisabled": "Sign in method is disabled",
"incorrectPassword": "Incorrect password",
"samePassword": "New password cannot be the same as the old one",
"passwordsDontMatch": "Passwords do not match",
"discordInvalid": "Discord account does not exist",
"invalidAPIKey": "Invalid API key",
"bannedFileType": "File type is not allowed",
"fileTooLarge": "File is too large",
"invalidDeleteKey": "Invalid delete key"
}