kahoot.json 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "kahoot.buttonJoinGame": {
  3. "description": "Used as the title for the button in Discord. {0} is the Game ID",
  4. "message": "জয়েন করো গেম: {0}"
  5. },
  6. "kahoot.correctAnswer": {
  7. "description": "Used when the user anwered correct on a question",
  8. "message": "সঠিক উত্তর"
  9. },
  10. "kahoot.firstPlace": {
  11. "description": "Used to display who was first place in a game. {0} is a player name",
  12. "message": "১ম স্থান: {0}"
  13. },
  14. "kahoot.gameCreate": {
  15. "description": "Used when a Kahoot Host is creating a Game",
  16. "message": "তৈরি করছে একটি গেম..."
  17. },
  18. "kahoot.gameOver": {
  19. "description": "Used when the Game is finished",
  20. "message": "খেলা শেষ"
  21. },
  22. "kahoot.gameStarting": {
  23. "description": "Used when a Kahoot Game is starting",
  24. "message": "গেম শুরু করা হচ্ছে!"
  25. },
  26. "kahoot.incorrectAnswer": {
  27. "description": "Used when the user answered incorrectly on a question",
  28. "message": "ভুল উত্তর"
  29. },
  30. "kahoot.joiningGame": {
  31. "description": "Used when a user is joining a Kahoot Game.",
  32. "message": "জয়েন করছে গেম..."
  33. },
  34. "kahoot.loadingPage": {
  35. "description": "Used when a page is loading",
  36. "message": "পেজ লোড হচ্ছে..."
  37. },
  38. "kahoot.ndPlace": {
  39. "description": "Used in the context of 2nd place",
  40. "message": "২য় স্থান"
  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}/{1}"
  45. },
  46. "kahoot.playing": {
  47. "description": "Used as the first line when a user is answering a question",
  48. "message": "খেলছে..."
  49. },
  50. "kahoot.points": {
  51. "description": "Used to display how many points a user has. {0} is the number of points",
  52. "message": "পয়েন্ট: {0}"
  53. },
  54. "kahoot.questionLoading": {
  55. "description": "Used when the next question is loading",
  56. "message": "পরের প্রশ্ন লোড হচ্ছে..."
  57. },
  58. "kahoot.questionNumber": {
  59. "description": "Used to show what question is currently showing (both host and user). {0} will be replaced with the string kahoot.of",
  60. "message": "প্রশ্ন: {0}"
  61. },
  62. "kahoot.questionShowing": {
  63. "description": "Used when the host is showing a question",
  64. "message": "দেখাচ্ছে প্রশ্ন:"
  65. },
  66. "kahoot.questionsCorrect": {
  67. "description": "Used to display how many questions a user got correct",
  68. "message": "যতগুলো প্রশ্ন সঠিক: {0}"
  69. },
  70. "kahoot.rdPlace": {
  71. "description": "Used in the context of 3rd place",
  72. "message": "৩য় স্থান"
  73. },
  74. "kahoot.resultsQuestion": {
  75. "description": "Used when a user is looking at the results of the question they just answered",
  76. "message": "দেখছে ফলাফলগুলোর প্রতি:"
  77. },
  78. "kahoot.slideShowing": {
  79. "description": "Used when the host is showing a slide from a Kahoot with content instead of a quiz",
  80. "message": "দেখাচ্ছে কন্টেন্টের সাথে স্লাইড:"
  81. },
  82. "kahoot.slideViewing": {
  83. "description": "Used when a user is looking at a slide with content in a Kahoot",
  84. "message": "দেখছে কন্টেন্টের সাথে স্লাইডের প্রতি:"
  85. },
  86. "kahoot.stPlace": {
  87. "description": "Used in the context of 1st place",
  88. "message": "১ম স্থান"
  89. },
  90. "kahoot.topX": {
  91. "description": "Used in the context of Top 5",
  92. "message": "শীর্ষ {0}"
  93. },
  94. "kahoot.waiting": {
  95. "description": "Used when the user is waiting for a Kahoot Game to start",
  96. "message": "অপেক্ষা করা হচ্ছে শুরু করার জন্য..."
  97. }
  98. }