kahoot.json 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "kahoot.buttonJoinGame": {
  3. "description": "Used as the title for the button in Discord. {0} is the Game ID",
  4. "message": "Csatlakozás a játékhoz: {0}"
  5. },
  6. "kahoot.correctAnswer": {
  7. "description": "Used when the user anwered correct on a question",
  8. "message": "Helyes válasz"
  9. },
  10. "kahoot.firstPlace": {
  11. "description": "Used to display who was first place in a game. {0} is a player name",
  12. "message": "Első helyezés: {0}"
  13. },
  14. "kahoot.gameCreate": {
  15. "description": "Used when a Kahoot Host is creating a Game",
  16. "message": "Játékot hoz létre..."
  17. },
  18. "kahoot.gameOver": {
  19. "description": "Used when the Game is finished",
  20. "message": "Vége a játéknak"
  21. },
  22. "kahoot.gameStarting": {
  23. "description": "Used when a Kahoot Game is starting",
  24. "message": "Kezdődik a játék!"
  25. },
  26. "kahoot.incorrectAnswer": {
  27. "description": "Used when the user answered incorrectly on a question",
  28. "message": "Helytelen válasz"
  29. },
  30. "kahoot.joiningGame": {
  31. "description": "Used when a user is joining a Kahoot Game.",
  32. "message": "Játékhoz csatlakozik..."
  33. },
  34. "kahoot.loadingPage": {
  35. "description": "Used when a page is loading",
  36. "message": "Oldal betöltése..."
  37. },
  38. "kahoot.ndPlace": {
  39. "description": "Used in the context of 2nd place",
  40. "message": "2. hely"
  41. },
  42. "kahoot.of": {
  43. "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",
  44. "message": "{0}. a {1}-ból/ből"
  45. },
  46. "kahoot.onPodium": {
  47. "description": "Used in the context of a player/team being withing the top 3",
  48. "message": "Dobogón"
  49. },
  50. "kahoot.playing": {
  51. "description": "Used as the first line when a user is answering a question",
  52. "message": "Játszik..."
  53. },
  54. "kahoot.points": {
  55. "description": "Used to display how many points a user has. {0} is the number of points",
  56. "message": "Pontok: {0}"
  57. },
  58. "kahoot.position": {
  59. "description": "Used to display the position (ranking) of a player. For example, \"Position: 2\"",
  60. "message": "Helyezés: {0}"
  61. },
  62. "kahoot.questionLoading": {
  63. "description": "Used when the next question is loading",
  64. "message": "Következő kérdés töltődik..."
  65. },
  66. "kahoot.questionNumber": {
  67. "description": "Used to show what question is currently showing (both host and user). {0} will be replaced with the string kahoot.of",
  68. "message": "Kérdés: {0}"
  69. },
  70. "kahoot.questionsCorrect": {
  71. "description": "Used to display how many questions a user got correct",
  72. "message": "Helyes kérdések: {0}"
  73. },
  74. "kahoot.rdPlace": {
  75. "description": "Used in the context of 3rd place",
  76. "message": "3. hely"
  77. },
  78. "kahoot.resultsQuestion": {
  79. "description": "Used when a user is looking at the results of the question they just answered",
  80. "message": "Eredményeket nézi:"
  81. },
  82. "kahoot.stPlace": {
  83. "description": "Used in the context of 1st place",
  84. "message": "1. hely"
  85. },
  86. "kahoot.topX": {
  87. "description": "Used in the context of Top 5",
  88. "message": "Top {0}"
  89. },
  90. "kahoot.waiting": {
  91. "description": "Used when the user is waiting for a Kahoot Game to start",
  92. "message": "Várakozás a kezdésig..."
  93. }
  94. }