google classroom.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "google classroom.assignment": {
  3. "description": "Displayed when the user is viewing an assignment. Following this line, it will display the name of their class",
  4. "message": "দেখছে একটি অ্যাসাইনমেন্ট যে ক্লাসের:"
  5. },
  6. "google classroom.assignmentPrivate": {
  7. "description": "Displayed when the user is viewing an assignment and their privacy mode is on (privacy mode is a setting within the presence to hide the class name which could be sensitive)",
  8. "message": "দেখছে একটি অ্যাসাইনমেন্ট"
  9. },
  10. "google classroom.calendar": {
  11. "description": "Displayed when the user viewing their calendar",
  12. "message": "দেখছে তার ক্যালেন্ডারটি"
  13. },
  14. "google classroom.class": {
  15. "description": "Displayed when a user is viewing a class",
  16. "message": "দেখছে একটি ক্লাস"
  17. },
  18. "google classroom.classmembers": {
  19. "description": "Displayed when a user is viewing class members. Following this line, it will display the name of their class",
  20. "message": "দেখছে তার ক্লাস মেম্বারদের যে ক্লাসের:"
  21. },
  22. "google classroom.classmembersPrivate": {
  23. "description": "Displayed when the user is viewing their class' members and their privacy mode is on (privacy mode is a setting within the presence to hide the class name which could be sensitive)",
  24. "message": "দেখছে তার ক্লাস মেম্বারদের"
  25. },
  26. "google classroom.classwork": {
  27. "description": "Displayed when a user is viewing classwork. Following this line, it will display the name of their class",
  28. "message": "দেখছে ক্লাসওয়ার্ক যে ক্লাসের:"
  29. },
  30. "google classroom.classworkPrivate": {
  31. "description": "Displayed when the user is viewing their classwork and their privacy mode is on (privacy mode is a setting within the presence to hide the class name which could be sensitive)",
  32. "message": "দেখছে একটি ক্লাসওয়ার্ক"
  33. },
  34. "google classroom.settings": {
  35. "description": "Displayed when a user is viewing their Google Classroom settings",
  36. "message": "সেটিংস চেঞ্জ করছে"
  37. },
  38. "google classroom.todo": {
  39. "description": "Displayed when the user is viewing their to-do list",
  40. "message": "দেখছে তার To-Do লিস্ট"
  41. }
  42. }