feat: Implement initial core features including course browsing, authentication, user dashboard, and internationalization.
This commit is contained in:
parent
031ca5c984
commit
797e3db644
19 changed files with 401 additions and 399 deletions
|
|
@ -87,7 +87,7 @@
|
|||
"overview": "Home",
|
||||
"myCourses": "My Courses",
|
||||
"browseCourses": "Browse Courses",
|
||||
"onlineCourses": "Online Courses",
|
||||
"onlineCourses": "All Courses",
|
||||
"recommendedCourses": "Recommended Courses",
|
||||
"announcements": "Announcements",
|
||||
"profile": "My Profile"
|
||||
|
|
@ -107,9 +107,14 @@
|
|||
"backToCatalog": "Back to Catalog",
|
||||
"selectable": "Selected",
|
||||
"foundTotal": "Found Total",
|
||||
"items": "items"
|
||||
"items": "items",
|
||||
"subtitle": "Choose to learn new skills from our curated quality courses",
|
||||
"searchBtn": "Search"
|
||||
},
|
||||
"myCourses": {
|
||||
"title": "My Courses",
|
||||
"subtitle": "Track your progress and continue learning from where you left off",
|
||||
"searchPlaceholder": "Search my courses...",
|
||||
"filterAll": "All",
|
||||
"filterProgress": "In Progress",
|
||||
"filterCompleted": "Completed",
|
||||
|
|
|
|||
|
|
@ -87,7 +87,7 @@
|
|||
"overview": "หน้าหลัก",
|
||||
"myCourses": "คอร์สของฉัน",
|
||||
"browseCourses": "ค้นหาคอร์ส",
|
||||
"onlineCourses": "คอร์สออนไลน์",
|
||||
"onlineCourses": "คอร์สเรียนทั้งหมด",
|
||||
"recommendedCourses": "คอร์สเรียนแนะนำ",
|
||||
"announcements": "ข่าวประกาศ",
|
||||
"profile": "บัญชีผู้ใช้"
|
||||
|
|
@ -108,9 +108,13 @@
|
|||
"selectable": "รายการที่เลือก",
|
||||
"foundTotal": "พบทั้งหมด",
|
||||
"items": "รายการ",
|
||||
"subtitle": "เลือกเรียนรู้ทักษะใหม่ๆ จากหลักสูตรคุณภาพที่คัดสรรมาเพื่อคุณ"
|
||||
"subtitle": "เลือกเรียนรู้ทักษะใหม่ๆ จากหลักสูตรคุณภาพที่คัดสรรมาเพื่อคุณ",
|
||||
"searchBtn": "ค้นหา"
|
||||
},
|
||||
"myCourses": {
|
||||
"title": "คอร์สของฉัน",
|
||||
"subtitle": "ติดตามความคืบหน้าและเรียนรู้ต่อจากจุดที่ค้างไว้",
|
||||
"searchPlaceholder": "ค้นหาชื่อคอร์สของฉัน...",
|
||||
"filterAll": "ทั้งหมด",
|
||||
"filterProgress": "กำลังเรียน",
|
||||
"filterCompleted": "เรียนจบแล้ว",
|
||||
|
|
@ -187,7 +191,7 @@
|
|||
"logout": "ออกจากระบบ"
|
||||
},
|
||||
"landing": {
|
||||
"allCourses": "คอร์สทั้งหมด",
|
||||
"allCourses": "คอร์สเรียนทั้งหมด",
|
||||
"discovery": "ค้นพบ",
|
||||
"goToDashboard": "เข้าสู่หน้าจัดการเรียน"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue