feat: add new pages for course discovery, course details, classroom activities, user dashboard, password reset, and internationalization support.
This commit is contained in:
parent
7ac1a5af0a
commit
4c9b6b0f3f
10 changed files with 570 additions and 175 deletions
|
|
@ -162,7 +162,10 @@
|
|||
"loadingTitle": "Loading...",
|
||||
"chapter": "Chapter",
|
||||
"lessons": "Lessons",
|
||||
"attachments": "Attachments"
|
||||
"attachments": "Attachments",
|
||||
"announcements": "Course Announcements",
|
||||
"posts": "Posts",
|
||||
"noAnnouncements": "No announcements yet"
|
||||
},
|
||||
"quiz": {
|
||||
"exitTitle": "Exit Quiz",
|
||||
|
|
|
|||
|
|
@ -144,6 +144,7 @@
|
|||
"newBadge": "ใหม่",
|
||||
"popularBadge": "ยอดนิยม",
|
||||
"save": "บันทึก",
|
||||
"close": "ปิด",
|
||||
"cancel": "ยกเลิก",
|
||||
"required": "กรุณากรอกข้อมูล",
|
||||
"invalidEmail": "อีเมลไม่ถูกต้อง",
|
||||
|
|
@ -162,7 +163,10 @@
|
|||
"loadingTitle": "กำลังโหลด...",
|
||||
"chapter": "บทที่",
|
||||
"lessons": "บทเรียน",
|
||||
"attachments": "เอกสารประกอบ"
|
||||
"attachments": "เอกสารประกอบ",
|
||||
"announcements": "ประกาศในคอร์ส",
|
||||
"posts": "โพสต์",
|
||||
"noAnnouncements": "ยังไม่มีประกาศในขณะนี้"
|
||||
},
|
||||
"quiz": {
|
||||
"startTitle": "แบบทดสอบ",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue