{
  "share": {
    "back": "Back",
    "go": "Go"
  },
  "home": {
    "slogan": "Your slogan",
    "language": "Language",
    "loginHeading": "Login",
    "invalid": "Login failed!",
    "name": "Name:",
    "password": "Password:",
    "invite_": "New here? Create a free account and get started: {{-link}}",
    "registerLink": "Register",
    "joinRoom": "Join room",
    "top10": "Top 10 of the Month",
    "showRecent": "Latest Activity",
    "rooms": "Rooms",
    "inviteOrga_": "Are you hosting an event? Here you can {{-link}}.",
    "createRoom": "create a custom room",
    "contactLink": "Contact",
    "privacyLink": "Privacy Policy",
    "github": "GitHub",
    "version": "Version: May 2020",
    "supporter_": ""
  },
  "register": {
    "normalHeading": "Register",
    "joinRoomHeading": "Join room \"{{room}}\"",
    "username": "Username",
    "password": "Password",
    "repeatPassword": "Repeat password",
    "usernameNote": "Min. {{minUsername}} characters",
    "passwordNote": "Min. {{minPassword}} characters",
    "noteOn_": "Review our {{-link}}",
    "dataProtection": "privacy policy",
    "nameTooShort": "Username too short.",
    "nameTooLong": "Username too long, max. {{max}} characters.",
    "nameInvalidChars": "Username contains invalid characters.",
    "pwTooShort": "Password too short.",
    "pwTooLong": "Long passwords are good. But this??",
    "pwMismatch": "Passwords don't match.",
    "invalidToken": "Form invalid. Please try again.",
    "failure": "Creating user failed. Please try again.",
    "nameExists": "Username already exists.",
    "serverCrowded": "There are too many registrations at the moment. Please try again in 15 minutes.",
    "submit": "Submit",
    "available": "available",
    "checking": "checking",
    "warnEmail": "Your username is publicly visible. Therefore, it is strongly discouraged to use an email address as your username."
  },
  "join": {
    "heading": "Join",
    "key": "Room key:",
    "roomNotFound": "Room not found!"
  },
  "highscore": {
    "heading": "Highscore",
    "empty": "There are no users in the highscore yet. Become the first!",
    "rank": "Rank",
    "name": "Username",
    "score": "Score",
    "sessionScore": "Session Score",
    "lastActive": "Last Active",
    "joined": "joined",
    "showRoomScore": "room only",
    "showGlobalScore": "show all",
    "orderby": "Order by",
    "points": "Score",
    "pointsMonth": "Score (this month)",
    "entries": "{{count}} entry",
    "entries_plural": "{{count}} entries",
    "of": "of"
  },
  "create": {
    "title": "Create Room",
    "yourRooms": "My Rooms",
    "key": "New room key:",
    "go": "Create",
    "information": "You can use a room to create a local highscore for your event and use the session system. A session lasts 30 minutes, in this time users can solve challenges and gain points. After 30 minutes, the score is submitted to the local highscore. After the session, users can continue to work on the challenges as regular users.",
    "keyInvalid": "Only alphanumeric characters allowed in room key.",
    "keyTooShort": "Room key to short.",
    "keyTooLong": "Room key to long.",
    "keyExists": "Room key already exists.",
    "failure": "Creating room failed. Please try again.",
    "keyNote": "{{minRoom}} - {{maxRoom}} characters, alpha-numeric",
    "serverCrowded": "There are too many room creations at the moment. Please try again in 15 minutes.",
    "invalidToken": "Form invalid. Please try again."
  },
  "contact": {
    "heading": "Contact",
    "content_": "<p>Please provide contact information according to the legislation of your country.</p>"
  },
  "privacy": {
    "heading": "Privacy Policy",
    "content_": "<p>Please provide legal information according to the legislation of your country.</p>"
  },
  "success": {
    "title": "Registration successful",
    "message": "Your registration was successful.",
    "back": "Login"
  },
  "map": {
    "background": "Background:"
  },
  "statusBar": {
    "name": "Name:",
    "score": "Score:",
    "sessionReady": "Session: ready",
    "session": "Session:",
    "highscore": "Highscore",
    "hint": "Hints",
    "profile": "Profile",
    "logout": "Logout"
  },
  "profile": {
    "heading": "Profile",
    "username": "Username:",
    "score": "Score:",
    "solved": "Challenges solved:",
    "registered": "Joined:",
    "lastActive": "Last active:",
    "room": "Room:",
    "sessionReady": "Session is ready. Solve a challenge to start it.",
    "startSession": "Start session now!",
    "sessionActive": "Session is running...",
    "endSession": "End session now!",
    "sessionDone": "Session done.",
    "sessionScore": "Session score:",
    "delete": "Delete Account ...",
    "changepw": "Change password ...",
    "rank": "Rank",
    "lastSolved": "Last solved"
  },
  "challenge": {
    "back": "back",
    "solvedBy": "solved by {{count}} person",
    "solvedBy_plural": "solved by {{count}} people",
    "continue": "continue",
    "correct": "is correct",
    "wrong": "is wrong",
    "timeout": "After 20 tries, you must pause for 30 seconds. Please wait {{sec}}s.",
    "lastSolved": "last {{ago}} by {{name}}",
    "created":  "created",
    "locked": "You have not unlocked this challenge yet.",
    "by": "by",
    "ratelimit": "Hey {{name}}, you have requested more than {{requests}} pages within {{timespan}} minutes. Please wait {{waiting}} seconds before requesting pages again."
  },
  "roomscore": {
    "title": "Highscore",
    "heading": "Highscore for room \"{{room}}\""
  },
  "finish": {
    "heading": "Session finished",
    "content_": "<p>Well done!</p>",
    "back": "OK"
  },
  "delete": {
    "heading": "Delete Account",
    "confirm_": "Here you can <strong>permanently</strong> delete your account and your progress. This action can not be undone. Confirm it with your username:",
    "wrongUsername": "Wrong username"
  },
  "deleteSuccess": {
    "title": "Account deleted",
    "content_": "Account successfully deleted.",
    "back": "Return to startpage"
  },
  "changepw": {
    "heading": "Change password",
    "wrongpw": "Wrong password",
    "existingPassword": "Current password",
    "newPassword": "New password"
  },
  "changepwSuccess": {
    "title": "Password set",
    "content_": "New password successfully set.",
    "back": "OK"
  }
}
