feat: Implement core e-learning features including course discovery, classroom components, user profile management, and internationalization for English and Thai.
This commit is contained in:
parent
e7a2ac8b5a
commit
7ead98375e
11 changed files with 107 additions and 43 deletions
|
|
@ -39,7 +39,15 @@
|
|||
"startLearning": "Start Learning",
|
||||
"studyAgain": "Study Again",
|
||||
"downloadCertificate": "Download Certificate",
|
||||
"completed": "Completed"
|
||||
"completed": "Completed",
|
||||
"lifetimeAccess": "Lifetime access",
|
||||
"unlimitedQuizzes": "Unlimited quizzes",
|
||||
"satisfactionGuarantee": "Satisfaction guarantee, 7-day refund",
|
||||
"noContent": "No content available yet",
|
||||
"buyNow": "Buy this course",
|
||||
"enrollFree": "Enroll for free",
|
||||
"loginToEnroll": "Log in to enroll",
|
||||
"minutes": "Minutes"
|
||||
},
|
||||
"sidebar": {
|
||||
"overview": "Home",
|
||||
|
|
@ -99,6 +107,9 @@
|
|||
"removeAvatar": "Remove Profile Photo",
|
||||
"uploadLimit": "PNG, JPG, WEBP only, max 5 MB",
|
||||
"prefix": "Prefix",
|
||||
"mr": "Mr.",
|
||||
"mrs": "Mrs.",
|
||||
"miss": "Ms.",
|
||||
"firstName": "First Name",
|
||||
"lastName": "Last Name",
|
||||
"security": "Security",
|
||||
|
|
@ -166,7 +177,8 @@
|
|||
"back": "Back",
|
||||
"backToHome": "Back to Home",
|
||||
"error": "Error",
|
||||
"loading": "Loading"
|
||||
"loading": "Loading",
|
||||
"items": "Items"
|
||||
},
|
||||
"classroom": {
|
||||
"backToDashboard": "Back to My Courses",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue