watchmojo.json 444 B

123456789101112131415
  1. {
  2. "watchmojo.buttonPlayTrivia": {
  3. "description": "Used as the title for the button in Discord.",
  4. "message": "Main Trivia"
  5. },
  6. "watchmojo.trivia": {
  7. "description": "{0} will be replaced with the name of the Trivia game",
  8. "message": "Main Trivia: {0}"
  9. },
  10. "watchmojo.triviaGame": {
  11. "description": "The round and score of the Trivia game the user is playing.",
  12. "message": "Babak {0} saka {1} (Skor: {2}/{3})"
  13. }
  14. }