kahoot.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "kahoot.buttonJoinGame": {
  3. "description": "Used as the title for the button in Discord. {0} is the Game ID",
  4. "message": "Sumali sa Game: {0}"
  5. },
  6. "kahoot.correctAnswer": {
  7. "description": "Used when the user anwered correct on a question",
  8. "message": "Tama'ng Sagot"
  9. },
  10. "kahoot.gameStarting": {
  11. "description": "Used when a Kahoot Game is starting",
  12. "message": "Ang Game ay magsa-Start!"
  13. },
  14. "kahoot.incorrectAnswer": {
  15. "description": "Used when the user answered incorrectly on a question",
  16. "message": "Mali'ng Sagot"
  17. },
  18. "kahoot.joiningGame": {
  19. "description": "Used when a user is joining a Kahoot Game.",
  20. "message": "Sumasali sa Game..."
  21. },
  22. "kahoot.playing": {
  23. "description": "Used as the first line when a user is answering a question",
  24. "message": "Nagpe-play..."
  25. },
  26. "kahoot.questionLoading": {
  27. "description": "Used when the next question is loading",
  28. "message": "Ang next na Question ay naglo-Load..."
  29. },
  30. "kahoot.resultsQuestion": {
  31. "description": "Used when a user is looking at the results of the question they just answered",
  32. "message": "Naglo-look sa mga Result:"
  33. },
  34. "kahoot.waiting": {
  35. "description": "Used when the user is waiting for a Kahoot Game to start",
  36. "message": "Nagwe-wait para mag-Start..."
  37. }
  38. }