watchmojo.json 576 B

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