48 lines
No EOL
2.3 KiB
JSON
48 lines
No EOL
2.3 KiB
JSON
{
|
|
"user.not.found": "User not found",
|
|
"cant.invite.urself": "You can't invite yourself",
|
|
"user.already.invited": "You have already invited this user",
|
|
"user.invited": "User invited successfully",
|
|
"cant.create.dm.without.invitation": "You can't create a dm without invitation",
|
|
"dm.begin.notice": "At the beginning of a DM, you should always verify that the person you're talking to is the intended recipient",
|
|
"failed.accept.dm": "Failed to accept DM",
|
|
"dm.accepted": "DM accepted",
|
|
"no.invite.found": "You can't create a dm without invitation",
|
|
"unknown.error": "Unknown error",
|
|
"account.creation.request.expired": "Account creation request expired. Try again",
|
|
"invalid.username": "Invalid username: {0}",
|
|
"invalid.password": "Invalid password: {0}",
|
|
"incorrect.captcha": "Incorrect captcha. Try again",
|
|
"username.taken": "This username is already taken",
|
|
"accounts.slots.full": "You can't create a new account because all ids are used. Try again later",
|
|
"registration.disabled": "Registration disabled",
|
|
"account.created": "Account created successfully",
|
|
"password.changed": "Password changed successfully",
|
|
"keys.updated": "Keys updated successfully",
|
|
"unknown.request": "Unknown request: {0}",
|
|
"login.successful": "Login successful",
|
|
"username.length": "Username must be {0} characters long",
|
|
"username.conditions.allowed": "Username can only include {all}",
|
|
"password.not.hashed.properly": "Password is not hashed properly",
|
|
"invalid.username.or.password": "Invalid username or password",
|
|
"account.not.exist": "Account with this name doesn't exist",
|
|
"invalid.nonce": "Invalid nonce. Try again",
|
|
"username.changed": "Username changed successfully",
|
|
"auth.failed.redirect.to.login": "Failed to auth. Redirecting to login...",
|
|
"dm.refresh.failed": "Failed to refresh dms",
|
|
"chat.add.failed": "Failed to add chat",
|
|
"something.wrong.mayb.pass": "Something went wrong... (probably wrong password)",
|
|
"something.wrong": "Something went wrong...",
|
|
"passwords.not.match": "Passwords do not match",
|
|
"password.cant.empty": "Password cannot be empty",
|
|
"username.cant.empty": "Username cannot be empty",
|
|
"bad.request": "Bad request",
|
|
|
|
"letters": "letters",
|
|
"numbers": "numbers",
|
|
"underscores": "underscores",
|
|
|
|
"loading.connecting": "Connecting...",
|
|
"loading.loading": "Loading...",
|
|
"loading.done": "Ready!"
|
|
} |