en_US.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "html": {
  3. "avatarOverlay": "Dankname"
  4. },
  5. "js": {
  6. "login": {
  7. "error": {
  8. "invalidValue": "* Invalid Value",
  9. "requiredValue": "* Required",
  10. "userMigrated": {
  11. "title": "Error During Login:<br>Invalid Credentials",
  12. "desc": "You've attempted to login with a migrated account. Try again using the account email as the username."
  13. },
  14. "invalidCredentials": {
  15. "title": "Error During Login:<br>Invalid Credentials",
  16. "desc": "The email or password you've entered is incorrect. Please try again."
  17. },
  18. "rateLimit": {
  19. "title": "Error During Login:<br>Too Many Attempts",
  20. "desc": "There have been too many login attempts with this account recently. Please try again later."
  21. },
  22. "noInternet": {
  23. "title": "Error During Login:<br>No Internet Connection",
  24. "desc": "You must be connected to the internet in order to login. Please connect and try again."
  25. },
  26. "authDown": {
  27. "title": "Error During Login:<br>Authentication Server Offline",
  28. "desc": "Mojang's authentication server is currently offline or unreachable. Please wait a bit and try again. You can check the status of the server on <a href=\"https://help.mojang.com/\">Mojang's help portal</a>."
  29. },
  30. "notPaid": {
  31. "title": "Error During Login:<br>Game Not Purchased",
  32. "desc": "The account you are trying to login with has not purchased a copy of Minecraft.<br>You may purchase a copy on <a href=\"https://minecraft.net/\">Minecraft.net</a>"
  33. },
  34. "unknown": {
  35. "title": "Error During Login:<br>Unknown Error"
  36. }
  37. },
  38. "login": "LOGIN",
  39. "loggingIn": "LOGGING IN",
  40. "success": "SUCCESS",
  41. "tryAgain": "Try Again"
  42. },
  43. "landing": {
  44. "launch": {
  45. "pleaseWait": "Please wait.."
  46. }
  47. }
  48. }
  49. }