31 lines
737 B
JSON
31 lines
737 B
JSON
|
|
{
|
||
|
|
"app": {
|
||
|
|
"title": "e-Learning System"
|
||
|
|
},
|
||
|
|
"dashboard": {
|
||
|
|
"welcomeTitle": "Welcome back",
|
||
|
|
"welcomeSubtitle": "Today is a great day to learn something new. Let's gain more knowledge!"
|
||
|
|
},
|
||
|
|
"menu": {
|
||
|
|
"continueLearning": "Continue Learning",
|
||
|
|
"recommendedCourses": "Recommended Courses",
|
||
|
|
"goToLesson": "Go to Full Lesson",
|
||
|
|
"viewDetails": "View Details",
|
||
|
|
"searchCourses": "Search courses..."
|
||
|
|
},
|
||
|
|
"course": {
|
||
|
|
"currentlyLearning": "Currently Learning",
|
||
|
|
"progress": "Progress",
|
||
|
|
"duration": "Duration"
|
||
|
|
},
|
||
|
|
"language": {
|
||
|
|
"label": "Language / ภาษา",
|
||
|
|
"thai": "ไทย",
|
||
|
|
"english": "English"
|
||
|
|
},
|
||
|
|
"common": {
|
||
|
|
"newBadge": "New",
|
||
|
|
"popularBadge": "Popular"
|
||
|
|
}
|
||
|
|
}
|