kahoot.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "kahoot.buttonJoinGame": {
  3. "description": "Used as the title for the button in Discord. {0} is the Game ID",
  4. "message": "Pripojiť sa k hre: {0}"
  5. },
  6. "kahoot.correctAnswer": {
  7. "description": "Used when the user anwered correct on a question",
  8. "message": "Správna odpoveď"
  9. },
  10. "kahoot.gameCreate": {
  11. "description": "Used when a Kahoot Host is creating a Game",
  12. "message": "Vytvára hru..."
  13. },
  14. "kahoot.gameOver": {
  15. "description": "Used when the Game is finished",
  16. "message": "Koniec hry"
  17. },
  18. "kahoot.gameStarting": {
  19. "description": "Used when a Kahoot Game is starting",
  20. "message": "Hra sa začína!"
  21. },
  22. "kahoot.incorrectAnswer": {
  23. "description": "Used when the user answered incorrectly on a question",
  24. "message": "Nesprávna odpoveď"
  25. },
  26. "kahoot.joiningGame": {
  27. "description": "Used when a user is joining a Kahoot Game.",
  28. "message": "Pripája sa k hre..."
  29. },
  30. "kahoot.playing": {
  31. "description": "Used as the first line when a user is answering a question",
  32. "message": "Prehráva sa..."
  33. },
  34. "kahoot.questionLoading": {
  35. "description": "Used when the next question is loading",
  36. "message": "Načítava sa ďalšia otázka..."
  37. },
  38. "kahoot.resultsQuestion": {
  39. "description": "Used when a user is looking at the results of the question they just answered",
  40. "message": "Pri pohľade na výsledky:"
  41. },
  42. "kahoot.slideViewing": {
  43. "description": "Used when a user is looking at a slide with content in a Kahoot",
  44. "message": "Pri pohľade na snímku s obsahom:"
  45. },
  46. "kahoot.waiting": {
  47. "description": "Used when the user is waiting for a Kahoot Game to start",
  48. "message": "Čaká sa na spustenie..."
  49. }
  50. }