feat: Implement i18n for English and Thai, and add core e-learning pages for course discovery, classroom learning, and quizzes.

This commit is contained in:
supalerk-ar66 2026-01-27 10:05:01 +07:00
parent f1a83f479e
commit b8547f83b3
5 changed files with 24 additions and 22 deletions

View file

@ -172,8 +172,8 @@
"backToLesson": "Back to Lesson",
"reviewAnswers": "Review Answers",
"timeLeft": "Time Left",
"placeholderAPI": "This part is currently being connected to the real quiz system.",
"placeholderDesc": "The quiz system will be available once the API integration is complete.",
"skipToResult": "Skip to Result (Simulated)"
"noQuizData": "Sorry, no quiz data found",
"noQuizDesc": "This lesson might not have a quiz yet or it is being updated.",
"underDevelopment": "System is loading questions..."
}
}

View file

@ -172,8 +172,8 @@
"backToLesson": "กลับไปหน้าบทเรียน",
"reviewAnswers": "ตรวจดูคำตอบ",
"timeLeft": "เวลาที่เหลือ",
"placeholderAPI": "ส่วนนี้อยู่ระหว่างการเชื่อมต่อกับระบบข้อสอบจริง",
"placeholderDesc": "ระบบข้อสอบจะสามารถใช้งานได้เมื่อมีการเชื่อมต่อ API สมบูรณ์",
"skipToResult": "ข้ามไปหน้าผลลัพธ์ (จำลอง)"
"noQuizData": "ขออภัย ไม่พบข้อมูลแบบทดสอบ",
"noQuizDesc": "บทเรียนนี้อาจยังไม่มีแบบทดสอบ หรือกำลังอยู่ระหว่างการปรับปรุงเนื้อหา",
"underDevelopment": "ระบบกำลังโหลดโจทย์คำถาม..."
}
}