kahoot.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "kahoot.buttonJoinGame": {
  3. "description": "Used as the title for the button in Discord. {0} is the Game ID",
  4. "message": "Junte-se ao jogo: {0}"
  5. },
  6. "kahoot.correctAnswer": {
  7. "description": "Used when the user anwered correct on a question",
  8. "message": "Resposta Correta"
  9. },
  10. "kahoot.firstPlace": {
  11. "description": "Used to display who was first place in a game. {0} is a player name",
  12. "message": "Primeiro Lugar: {0}"
  13. },
  14. "kahoot.gameCreate": {
  15. "description": "Used when a Kahoot Host is creating a Game",
  16. "message": "Criando um jogo..."
  17. },
  18. "kahoot.gameOver": {
  19. "description": "Used when the Game is finished",
  20. "message": "Fim de Jogo"
  21. },
  22. "kahoot.gameStarting": {
  23. "description": "Used when a Kahoot Game is starting",
  24. "message": "Jogo começando!"
  25. },
  26. "kahoot.incorrectAnswer": {
  27. "description": "Used when the user answered incorrectly on a question",
  28. "message": "Resposta Incorreta"
  29. },
  30. "kahoot.joiningGame": {
  31. "description": "Used when a user is joining a Kahoot Game.",
  32. "message": "Entrando no Jogo..."
  33. },
  34. "kahoot.loadingPage": {
  35. "description": "Used when a page is loading",
  36. "message": "Carregando página..."
  37. },
  38. "kahoot.ndPlace": {
  39. "description": "Used in the context of 2nd place",
  40. "message": "2º lugar"
  41. },
  42. "kahoot.of": {
  43. "description": "Used in the context of questions (i.e 1 of 3). {0} is the current question and {1} is the total amount of questions",
  44. "message": "{0} de {1}"
  45. },
  46. "kahoot.playing": {
  47. "description": "Used as the first line when a user is answering a question",
  48. "message": "Jogando..."
  49. },
  50. "kahoot.points": {
  51. "description": "Used to display how many points a user has. {0} is the number of points",
  52. "message": "Pontos: {0}"
  53. },
  54. "kahoot.position": {
  55. "description": "Used to display the position (ranking) of a player. For example, \"Position: 2\"",
  56. "message": "Posição: {0}"
  57. },
  58. "kahoot.questionLoading": {
  59. "description": "Used when the next question is loading",
  60. "message": "Próxima pergunta carregando..."
  61. },
  62. "kahoot.questionNumber": {
  63. "description": "Used to show what question is currently showing (both host and user). {0} will be replaced with the string kahoot.of",
  64. "message": "Questão: {0}"
  65. },
  66. "kahoot.questionShowing": {
  67. "description": "Used when the host is showing a question",
  68. "message": "Exibindo Questão:"
  69. },
  70. "kahoot.questionsCorrect": {
  71. "description": "Used to display how many questions a user got correct",
  72. "message": "Respostas corretas: {0}"
  73. },
  74. "kahoot.rdPlace": {
  75. "description": "Used in the context of 3rd place",
  76. "message": "3º lugar"
  77. },
  78. "kahoot.resultsQuestion": {
  79. "description": "Used when a user is looking at the results of the question they just answered",
  80. "message": "Olhando os resultados:"
  81. },
  82. "kahoot.slideShowing": {
  83. "description": "Used when the host is showing a slide from a Kahoot with content instead of a quiz",
  84. "message": "Mostrando Slide com o Conteúdo:"
  85. },
  86. "kahoot.slideViewing": {
  87. "description": "Used when a user is looking at a slide with content in a Kahoot",
  88. "message": "Olhando para o Slide com o Conteúdo:"
  89. },
  90. "kahoot.stPlace": {
  91. "description": "Used in the context of 1st place",
  92. "message": "1º Lugar"
  93. },
  94. "kahoot.topX": {
  95. "description": "Used in the context of Top 5",
  96. "message": "Top {0}"
  97. },
  98. "kahoot.waiting": {
  99. "description": "Used when the user is waiting for a Kahoot Game to start",
  100. "message": "Aguardando começo..."
  101. }
  102. }