feat: Add i18n support with English and Thai locales and implement the new classroom learning page with course curriculum and video playback.

This commit is contained in:
supalerk-ar66 2026-01-29 15:07:45 +07:00
parent 6146d65949
commit 38e7f1bf06
3 changed files with 45 additions and 6 deletions

View file

@ -145,7 +145,9 @@
"invalidEmail": "อีเมลไม่ถูกต้อง",
"invalidPhone": "เบอร์โทรศัพท์ไม่ถูกต้อง",
"passwordTooShort": "รหัสผ่านต้องมีอย่างน้อย 6 ตัวอักษร",
"passwordsDoNotMatch": "รหัสผ่านใหม่ไม่ตรงกัน"
"passwordsDoNotMatch": "รหัสผ่านใหม่ไม่ตรงกัน",
"next": "ถัดไป",
"back": "ย้อนกลับ"
},
"classroom": {
"backToDashboard": "กลับไปคอร์สของฉัน",
@ -185,6 +187,10 @@
"noQuizData": "ไม่มีข้อมูลแบบทดสอบ",
"noQuizDesc": "ไม่พบข้อมูลแบบทดสอบในขณะนี้",
"pleaseSelectAnswer": "กรุณาเลือกคำตอบก่อนดำเนินการต่อ",
"underDevelopment": "ส่วนนี้กำลังพัฒนา"
"underDevelopment": "ส่วนนี้กำลังพัฒนา",
"nextBtn": "ข้อถัดไป",
"prevBtn": "ข้อย้อนกลับ",
"submitBtn": "ส่งคำตอบ",
"reviewAnswers": "ทบทวนคำตอบ"
}
}