kahoot.json 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. {
  2. "kahoot.buttonJoinGame": {
  3. "description": "Used as the title for the button in Discord. {0} is the Game ID",
  4. "message": "Bli med i spill: {0}"
  5. },
  6. "kahoot.correctAnswer": {
  7. "description": "Used when the user anwered correct on a question",
  8. "message": "Riktig svar"
  9. },
  10. "kahoot.createHome": {
  11. "description": "Used when the user is viewing the create.kahoot.it home page",
  12. "message": "Ser på hjemmesiden"
  13. },
  14. "kahoot.discover": {
  15. "description": "Used when the user is viewing the discover page",
  16. "message": "Ser på \"Utforsk\"-siden"
  17. },
  18. "kahoot.editingKahoot": {
  19. "description": "Used when the user is editing a Kahoot. The name of the Kahoot will be displayed below.",
  20. "message": "Redigerer Kahoot:"
  21. },
  22. "kahoot.feedback": {
  23. "description": "Used when a player is providing feedback about the quiz to the host",
  24. "message": "Gir tilbakemelding"
  25. },
  26. "kahoot.firstPlace": {
  27. "description": "Used to display who was first place in a game. {0} is a player name",
  28. "message": "Førsteplass: {0}"
  29. },
  30. "kahoot.gameCreate": {
  31. "description": "Used when a Kahoot Host is creating a Game",
  32. "message": "Lager et nytt spill..."
  33. },
  34. "kahoot.gameOver": {
  35. "description": "Used when the Game is finished",
  36. "message": "Spillet er over"
  37. },
  38. "kahoot.gameStarting": {
  39. "description": "Used when a Kahoot Game is starting",
  40. "message": "Spillet starter!"
  41. },
  42. "kahoot.incorrectAnswer": {
  43. "description": "Used when the user answered incorrectly on a question",
  44. "message": "Feil svar"
  45. },
  46. "kahoot.joiningGame": {
  47. "description": "Used when a user is joining a Kahoot Game.",
  48. "message": "Blir med i spillet..."
  49. },
  50. "kahoot.kahootProfile": {
  51. "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.",
  52. "message": "Ser på Kahoot-profil:"
  53. },
  54. "kahoot.liveCourseActivity": {
  55. "description": "Used to display the activity being conducted. {0} is the activity number and {1} is the activity name.",
  56. "message": "Aktivitet #{0}: {1}"
  57. },
  58. "kahoot.loadingPage": {
  59. "description": "Used when a page is loading",
  60. "message": "Laster inn side..."
  61. },
  62. "kahoot.login": {
  63. "description": "Used when a user is logging in",
  64. "message": "Logger inn"
  65. },
  66. "kahoot.ndPlace": {
  67. "description": "Used in the context of 2nd place",
  68. "message": "2. plass"
  69. },
  70. "kahoot.of": {
  71. "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",
  72. "message": "{0} av {1}"
  73. },
  74. "kahoot.onPodium": {
  75. "description": "Used in the context of a player/team being withing the top 3",
  76. "message": "På pallen"
  77. },
  78. "kahoot.playing": {
  79. "description": "Used as the first line when a user is answering a question",
  80. "message": "Spiller..."
  81. },
  82. "kahoot.points": {
  83. "description": "Used to display how many points a user has. {0} is the number of points",
  84. "message": "Poeng: {0}"
  85. },
  86. "kahoot.position": {
  87. "description": "Used to display the position (ranking) of a player. For example, \"Position: 2\"",
  88. "message": "Plassering: {0}"
  89. },
  90. "kahoot.questionLoading": {
  91. "description": "Used when the next question is loading",
  92. "message": "Neste spørsmål laster inn..."
  93. },
  94. "kahoot.questionNumber": {
  95. "description": "Used to show what question is currently showing (both host and user). {0} will be replaced with the string kahoot.of",
  96. "message": "Spørsmål: {0}"
  97. },
  98. "kahoot.questionShowing": {
  99. "description": "Used when the host is showing a question",
  100. "message": "Viser spørsmål:"
  101. },
  102. "kahoot.questionsCorrect": {
  103. "description": "Used to display how many questions a user got correct",
  104. "message": "Riktige svar: {0}"
  105. },
  106. "kahoot.rdPlace": {
  107. "description": "Used in the context of 3rd place",
  108. "message": "3. plass"
  109. },
  110. "kahoot.resultsQuestion": {
  111. "description": "Used when a user is looking at the results of the question they just answered",
  112. "message": "Ser på resultater:"
  113. },
  114. "kahoot.searchKahoots": {
  115. "description": "Used when the user is searching for Kahoots. The search query will be displayed below.",
  116. "message": "Søker på Kahoots:"
  117. },
  118. "kahoot.slideShowing": {
  119. "description": "Used when the host is showing a slide from a Kahoot with content instead of a quiz",
  120. "message": "Vis slide med innhold:"
  121. },
  122. "kahoot.stPlace": {
  123. "description": "Used in the context of 1st place",
  124. "message": "1. plass"
  125. },
  126. "kahoot.topX": {
  127. "description": "Used in the context of Top 5",
  128. "message": "Topp {0}"
  129. },
  130. "kahoot.waiting": {
  131. "description": "Used when the user is waiting for a Kahoot Game to start",
  132. "message": "Venter på å starte..."
  133. },
  134. "kahoot.waitingAnswer": {
  135. "description": "Used when a player is waiting for the question results",
  136. "message": "Venter på resultater..."
  137. }
  138. }