1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- {
- "kahoot.buttonJoinGame": {
- "description": "Used as the title for the button in Discord. {0} is the Game ID",
- "message": "Csatlakozás a játékhoz: {0}"
- },
- "kahoot.correctAnswer": {
- "description": "Used when the user anwered correct on a question",
- "message": "Helyes válasz"
- },
- "kahoot.firstPlace": {
- "description": "Used to display who was first place in a game. {0} is a player name",
- "message": "Első helyezés: {0}"
- },
- "kahoot.gameCreate": {
- "description": "Used when a Kahoot Host is creating a Game",
- "message": "Játékot hoz létre..."
- },
- "kahoot.gameOver": {
- "description": "Used when the Game is finished",
- "message": "Vége a játéknak"
- },
- "kahoot.gameStarting": {
- "description": "Used when a Kahoot Game is starting",
- "message": "Kezdődik a játék!"
- },
- "kahoot.incorrectAnswer": {
- "description": "Used when the user answered incorrectly on a question",
- "message": "Helytelen válasz"
- },
- "kahoot.joiningGame": {
- "description": "Used when a user is joining a Kahoot Game.",
- "message": "Játékhoz csatlakozik..."
- },
- "kahoot.loadingPage": {
- "description": "Used when a page is loading",
- "message": "Oldal betöltése..."
- },
- "kahoot.ndPlace": {
- "description": "Used in the context of 2nd place",
- "message": "2. hely"
- },
- "kahoot.of": {
- "description": "Used in the context of questions (i.e 1 of 3). {0} is the current question and {1} is the total amount of questions",
- "message": "{0}. a {1}-ból/ből"
- },
- "kahoot.onPodium": {
- "description": "Used in the context of a player/team being withing the top 3",
- "message": "Dobogón"
- },
- "kahoot.playing": {
- "description": "Used as the first line when a user is answering a question",
- "message": "Játszik..."
- },
- "kahoot.points": {
- "description": "Used to display how many points a user has. {0} is the number of points",
- "message": "Pontok: {0}"
- },
- "kahoot.position": {
- "description": "Used to display the position (ranking) of a player. For example, \"Position: 2\"",
- "message": "Helyezés: {0}"
- },
- "kahoot.questionLoading": {
- "description": "Used when the next question is loading",
- "message": "Következő kérdés töltődik..."
- },
- "kahoot.questionNumber": {
- "description": "Used to show what question is currently showing (both host and user). {0} will be replaced with the string kahoot.of",
- "message": "Kérdés: {0}"
- },
- "kahoot.questionsCorrect": {
- "description": "Used to display how many questions a user got correct",
- "message": "Helyes kérdések: {0}"
- },
- "kahoot.rdPlace": {
- "description": "Used in the context of 3rd place",
- "message": "3. hely"
- },
- "kahoot.resultsQuestion": {
- "description": "Used when a user is looking at the results of the question they just answered",
- "message": "Eredményeket nézi:"
- },
- "kahoot.stPlace": {
- "description": "Used in the context of 1st place",
- "message": "1. hely"
- },
- "kahoot.topX": {
- "description": "Used in the context of Top 5",
- "message": "Top {0}"
- },
- "kahoot.waiting": {
- "description": "Used when the user is waiting for a Kahoot Game to start",
- "message": "Várakozás a kezdésig..."
- }
- }
|