kahoot.json 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. {
  2. "kahoot.buttonJoinGame": {
  3. "description": "Used as the title for the button in Discord. {0} is the Game ID",
  4. "message": "Unirse al juego: {0}"
  5. },
  6. "kahoot.correctAnswer": {
  7. "description": "Used when the user anwered correct on a question",
  8. "message": "Respuesta correcta"
  9. },
  10. "kahoot.createHome": {
  11. "description": "Used when the user is viewing the create.kahoot.it home page",
  12. "message": "Revisando la página principal"
  13. },
  14. "kahoot.discover": {
  15. "description": "Used when the user is viewing the discover page",
  16. "message": "Viendo la página \"Descubrir\""
  17. },
  18. "kahoot.drumRoll": {
  19. "description": "Used when a player is waiting to receive their final ranking",
  20. "message": "Esperando el ranking final..."
  21. },
  22. "kahoot.editingCourse": {
  23. "description": "Used when the user is editing a course. The name of the course will be displayed below.",
  24. "message": "Editando curso:"
  25. },
  26. "kahoot.editingKahoot": {
  27. "description": "Used when the user is editing a Kahoot. The name of the Kahoot will be displayed below.",
  28. "message": "Editando Kahoot:"
  29. },
  30. "kahoot.feedback": {
  31. "description": "Used when a player is providing feedback about the quiz to the host",
  32. "message": "Proporcionando feedback"
  33. },
  34. "kahoot.firstPlace": {
  35. "description": "Used to display who was first place in a game. {0} is a player name",
  36. "message": "Primer lugar: {0}"
  37. },
  38. "kahoot.gameCreate": {
  39. "description": "Used when a Kahoot Host is creating a Game",
  40. "message": "Creando una partida..."
  41. },
  42. "kahoot.gameOver": {
  43. "description": "Used when the Game is finished",
  44. "message": "Juego terminado"
  45. },
  46. "kahoot.gameStarting": {
  47. "description": "Used when a Kahoot Game is starting",
  48. "message": "¡Comenzando el juego!"
  49. },
  50. "kahoot.gameSummary": {
  51. "description": "Used when the host is viewing the summary of a game",
  52. "message": "Viendo el resumen del juego"
  53. },
  54. "kahoot.incorrectAnswer": {
  55. "description": "Used when the user answered incorrectly on a question",
  56. "message": "Respuesta incorrecta"
  57. },
  58. "kahoot.joiningGame": {
  59. "description": "Used when a user is joining a Kahoot Game.",
  60. "message": "Uniéndose al juego..."
  61. },
  62. "kahoot.kahootDetails": {
  63. "description": "Used when the user is viewing the details of a Kahoot. The name of the Kahoot will be displayed below.",
  64. "message": "Viendo detalles de Kahoot:"
  65. },
  66. "kahoot.kahootProfile": {
  67. "description": "Used when the user is viewing the profile of a Kahoot user or group. The name of the Kahoot user/group will be displayed below.",
  68. "message": "Viendo perfil de Kahoot:"
  69. },
  70. "kahoot.liveCourse": {
  71. "description": "Used when the user is conducting a live course. A live course is a collection of activities that users interact with in real time.",
  72. "message": "Realizando un curso en vivo"
  73. },
  74. "kahoot.liveCourseActivity": {
  75. "description": "Used to display the activity being conducted. {0} is the activity number and {1} is the activity name.",
  76. "message": "Actividad #{0}: {1}"
  77. },
  78. "kahoot.loadingPage": {
  79. "description": "Used when a page is loading",
  80. "message": "Cargando página..."
  81. },
  82. "kahoot.login": {
  83. "description": "Used when a user is logging in",
  84. "message": "Iniciando sesión"
  85. },
  86. "kahoot.myCourses": {
  87. "description": "Used when the user is viewing their own courses. A course is a collection of Kahoots and other activities.",
  88. "message": "Viendo sus cursos"
  89. },
  90. "kahoot.myKahoots": {
  91. "description": "Used when the user is viewing their own kahoots",
  92. "message": "Viendo sus Kahoots"
  93. },
  94. "kahoot.ndPlace": {
  95. "description": "Used in the context of 2nd place",
  96. "message": "2ndo lugar"
  97. },
  98. "kahoot.of": {
  99. "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",
  100. "message": "{0} de {1}"
  101. },
  102. "kahoot.onPodium": {
  103. "description": "Used in the context of a player/team being withing the top 3",
  104. "message": "En el Podio"
  105. },
  106. "kahoot.playing": {
  107. "description": "Used as the first line when a user is answering a question",
  108. "message": "Jugando..."
  109. },
  110. "kahoot.points": {
  111. "description": "Used to display how many points a user has. {0} is the number of points",
  112. "message": "Puntos: {0}"
  113. },
  114. "kahoot.position": {
  115. "description": "Used to display the position (ranking) of a player. For example, \"Position: 2\"",
  116. "message": "Puesto: {0}"
  117. },
  118. "kahoot.previewingKahoot": {
  119. "description": "Used when the user is previewing a Kahoot. The name of the Kahoot will be displayed below.",
  120. "message": "Previsualizando Kahoot:"
  121. },
  122. "kahoot.questionLoading": {
  123. "description": "Used when the next question is loading",
  124. "message": "Cargando la siguiente pregunta..."
  125. },
  126. "kahoot.questionNumber": {
  127. "description": "Used to show what question is currently showing (both host and user). {0} will be replaced with the string kahoot.of",
  128. "message": "Pregunta: {0}"
  129. },
  130. "kahoot.questionShowing": {
  131. "description": "Used when the host is showing a question",
  132. "message": "Mostrando pregunta:"
  133. },
  134. "kahoot.questionsCorrect": {
  135. "description": "Used to display how many questions a user got correct",
  136. "message": "Preguntas correctas: {0}"
  137. },
  138. "kahoot.rdPlace": {
  139. "description": "Used in the context of 3rd place",
  140. "message": "3er lugar"
  141. },
  142. "kahoot.resultsQuestion": {
  143. "description": "Used when a user is looking at the results of the question they just answered",
  144. "message": "Mirando los resultados:"
  145. },
  146. "kahoot.searchKahoots": {
  147. "description": "Used when the user is searching for Kahoots. The search query will be displayed below.",
  148. "message": "Buscando Kahoots:"
  149. },
  150. "kahoot.slideShowing": {
  151. "description": "Used when the host is showing a slide from a Kahoot with content instead of a quiz",
  152. "message": "Mostrando diapositiva con contenido:"
  153. },
  154. "kahoot.slideViewing": {
  155. "description": "Used when a user is looking at a slide with content in a Kahoot",
  156. "message": "Mirando la diapositiva con contenido:"
  157. },
  158. "kahoot.stPlace": {
  159. "description": "Used in the context of 1st place",
  160. "message": "1er lugar"
  161. },
  162. "kahoot.teamTalk": {
  163. "description": "Used when a player is talking to their team during team talk time",
  164. "message": "Hablando con el equipo"
  165. },
  166. "kahoot.topX": {
  167. "description": "Used in the context of Top 5",
  168. "message": "Top {0}"
  169. },
  170. "kahoot.userReports": {
  171. "description": "Used when the user is viewing their own game reports",
  172. "message": "Viendo sus informes de juego"
  173. },
  174. "kahoot.viewingCourse": {
  175. "description": "Used when the user is viewing a course. The name of the course will be displayed below.",
  176. "message": "Viendo curso:"
  177. },
  178. "kahoot.waiting": {
  179. "description": "Used when the user is waiting for a Kahoot Game to start",
  180. "message": "Esperando para empezar..."
  181. },
  182. "kahoot.waitingAnswer": {
  183. "description": "Used when a player is waiting for the question results",
  184. "message": "Esperando resultados..."
  185. }
  186. }