watchmojo.json 597 B

12345678910111213141516171819
  1. {
  2. "watchmojo.buttonPlayTrivia": {
  3. "description": "Used as the title for the button in Discord.",
  4. "message": "Jugar Trivia"
  5. },
  6. "watchmojo.playingTrivia": {
  7. "description": "For privacy mode, \"a\" as in unspecified.",
  8. "message": "Jugando una partida de Trivia"
  9. },
  10. "watchmojo.trivia": {
  11. "description": "{0} will be replaced with the name of the Trivia game",
  12. "message": "Jugando Trivia: {0}"
  13. },
  14. "watchmojo.triviaGame": {
  15. "description": "The round and score of the Trivia game the user is playing.",
  16. "message": "Ronda {0} de {1} (Puntaje: {2}/{3})"
  17. }
  18. }