feat: Add initial pages and components for user dashboard, profile, course discovery, and classroom learning with i18n support.
All checks were successful
Build and Deploy Frontend Learner / Build Frontend Learner Docker Image (push) Successful in 47s
Build and Deploy Frontend Learner / Deploy E-learning Frontend Learner to Dev Server (push) Successful in 4s
Build and Deploy Frontend Learner / Notify Deployment Status (push) Successful in 1s
All checks were successful
Build and Deploy Frontend Learner / Build Frontend Learner Docker Image (push) Successful in 47s
Build and Deploy Frontend Learner / Deploy E-learning Frontend Learner to Dev Server (push) Successful in 4s
Build and Deploy Frontend Learner / Notify Deployment Status (push) Successful in 1s
This commit is contained in:
parent
f26a94076c
commit
e3873f616e
11 changed files with 1046 additions and 685 deletions
|
|
@ -5,7 +5,26 @@
|
|||
},
|
||||
"dashboard": {
|
||||
"welcomeTitle": "Welcome back",
|
||||
"welcomeSubtitle": "Today is a great day to learn something new. Let's gain more knowledge!"
|
||||
"welcomeSubtitle": "Today is a great day to learn something new. Let's gain more knowledge!",
|
||||
"heroTitle": "Continually upskill yourself",
|
||||
"heroSubtitle": "to achieve your goals",
|
||||
"heroDesc": "How many minutes have you learned today? Let's build a great learning habit. We have many new recommended courses waiting for you.",
|
||||
"goToMyCourses": "Go to My Courses",
|
||||
"searchNewCourses": "Find New Courses",
|
||||
"continueLearningTitle": "Continue learning with your courses",
|
||||
"myCourses": "My Courses",
|
||||
"studyAgain": "Study Again",
|
||||
"continue": "Continue",
|
||||
"startNewCourse": "Start new courses to fill this section",
|
||||
"knowledgeLibrary": "Knowledge Library",
|
||||
"libraryDesc": "You can choose to learn from courses you own",
|
||||
"chooseLibrary": "Choose to learn from your knowledge library",
|
||||
"viewAll": "View All",
|
||||
"emptyLibraryTitle": "No courses in library yet",
|
||||
"emptyLibraryDesc": "Start learning new things today. Browse interesting courses to develop your skills.",
|
||||
"viewAllCourses": "View All Courses",
|
||||
"recommendedCourses": "Recommended Courses",
|
||||
"noRecommended": "No recommended courses found"
|
||||
},
|
||||
"menu": {
|
||||
"continueLearning": "Continue Learning",
|
||||
|
|
@ -40,19 +59,29 @@
|
|||
"studyAgain": "Study Again",
|
||||
"downloadCertificate": "Download Certificate",
|
||||
"completed": "Completed",
|
||||
"includes": "Course includes",
|
||||
"fullLifetimeAccess": "Full lifetime access",
|
||||
"accessOnMobile": "Access on mobile and TV",
|
||||
"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",
|
||||
"noVideoPreview": "Video preview not available",
|
||||
"videoNotSupported": "Your browser does not support the video tag"
|
||||
"videoNotSupported": "Your browser does not support the video tag",
|
||||
"aboutCourse": "About Course",
|
||||
"lessonDetails": "Lesson Details",
|
||||
"courseStats": {
|
||||
"level": "Level",
|
||||
"duration": "Duration",
|
||||
"lessons": "Lessons",
|
||||
"students": "Students"
|
||||
},
|
||||
"certificatePreview": "Certificate Preview",
|
||||
"certificateDesc": "Upon completion and passing criteria",
|
||||
"includes": "This course includes",
|
||||
"fullLifetimeAccess": "Full lifetime access",
|
||||
"accessOnMobile": "Access on mobile and tablet",
|
||||
"buyNow": "Buy Now"
|
||||
},
|
||||
"sidebar": {
|
||||
"overview": "Home",
|
||||
|
|
@ -76,7 +105,9 @@
|
|||
"showAll": "Show All",
|
||||
"loadMore": "Load More",
|
||||
"backToCatalog": "Back to Catalog",
|
||||
"selectable": "Selected"
|
||||
"selectable": "Selected",
|
||||
"foundTotal": "Found Total",
|
||||
"items": "items"
|
||||
},
|
||||
"myCourses": {
|
||||
"filterAll": "All",
|
||||
|
|
@ -109,6 +140,8 @@
|
|||
"email": "Email",
|
||||
"phone": "Phone",
|
||||
"joinedAt": "Joined",
|
||||
"generalInfo": "General Information",
|
||||
"accountDetails": "Account Details",
|
||||
"editPersonalDesc": "Edit Personal Information",
|
||||
"yourAvatar": "Your Profile Photo",
|
||||
"avatarHint": "PNG, JPG only",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue