12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "google classroom.assignment": {
- "description": "Displayed when the user is viewing an assignment. Following this line, it will display the name of their class",
- "message": "กำลังดูงานที่ได้รับมอบหมายใน:"
- },
- "google classroom.assignmentPrivate": {
- "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)",
- "message": "กำลังดูงานที่ได้รับมอบหมาย"
- },
- "google classroom.calendar": {
- "description": "Displayed when the user viewing their calendar",
- "message": "กำลังดูปฏิทินของเขา"
- },
- "google classroom.class": {
- "description": "Displayed when a user is viewing a class",
- "message": "กำลังดูชั้นเรียน"
- },
- "google classroom.classmembers": {
- "description": "Displayed when a user is viewing class members. Following this line, it will display the name of their class",
- "message": "กำลังดูสมาชิกในชั้นเรียนของ:"
- },
- "google classroom.classmembersPrivate": {
- "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)",
- "message": "กำลังดูสมาชิกในชั้นเรียน"
- },
- "google classroom.classwork": {
- "description": "Displayed when a user is viewing classwork. Following this line, it will display the name of their class",
- "message": "กำลังดูงานของชั้นเรียนของ:"
- },
- "google classroom.classworkPrivate": {
- "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)",
- "message": "กำลังดูงานของชั้นเรียน"
- },
- "google classroom.settings": {
- "description": "Displayed when a user is viewing their Google Classroom settings",
- "message": "กำลังแก้ไขการตั้งค่า"
- },
- "google classroom.todo": {
- "description": "Displayed when the user is viewing their to-do list",
- "message": "กำลังดูรายสิ่งที่ต้องทำของเขา"
- }
- }
|