feat: Implement initial e-learning platform frontend including landing page, course discovery, dashboard, and foundational UI components with i18n.
This commit is contained in:
parent
5b9cf72046
commit
3a9da1007b
17 changed files with 1631 additions and 1524 deletions
|
|
@ -24,7 +24,8 @@
|
|||
"emptyLibraryDesc": "เริ่มเรียนรู้สิ่งใหม่ๆ วันนี้ เลือกดูคอร์สเรียนที่น่าสนใจเพื่อพัฒนาทักษะของคุณ",
|
||||
"viewAllCourses": "ดูคอร์สเรียนทั้งหมด",
|
||||
"recommendedCourses": "คอร์สแนะนำ",
|
||||
"noRecommended": "ไม่พบข้อมูลคอร์สแนะนำ"
|
||||
"noRecommended": "ไม่พบข้อมูลคอร์สแนะนำ",
|
||||
"moreCourses": "คอร์สเพิ่มเติม"
|
||||
},
|
||||
"menu": {
|
||||
"continueLearning": "เรียนต่อจากเดิม",
|
||||
|
|
@ -90,7 +91,11 @@
|
|||
"onlineCourses": "คอร์สเรียนทั้งหมด",
|
||||
"recommendedCourses": "คอร์สเรียนแนะนำ",
|
||||
"announcements": "ข่าวประกาศ",
|
||||
"profile": "บัญชีผู้ใช้"
|
||||
"profile": "บัญชีผู้ใช้",
|
||||
"accountGroup": "บัญชี",
|
||||
"promoTitle": "ค้นหาคอร์สที่ใช่",
|
||||
"promoSubtitle": "ยกระดับทักษะของคุณ",
|
||||
"learnMore": "เรียนรู้เพิ่มเติม"
|
||||
},
|
||||
"discovery": {
|
||||
"title": "รายการคอร์สทั้งหมด",
|
||||
|
|
@ -98,6 +103,9 @@
|
|||
"sortRecent": "เรียงตาม: ล่าสุด",
|
||||
"sortPopular": "ยอดนิยม",
|
||||
"categoryTitle": "หมวดหมู่",
|
||||
"design": "การออกแบบ",
|
||||
"programming": "การเขียนโปรแกรม",
|
||||
"business": "ธุรกิจ",
|
||||
"showMore": "แสดงเพิ่มเติม",
|
||||
"showLess": "แสดงน้อยลง",
|
||||
"emptyTitle": "ไม่พบผลการค้นหา",
|
||||
|
|
@ -120,7 +128,9 @@
|
|||
"filterCompleted": "เรียนจบแล้ว",
|
||||
"emptyTitle": "ยังไม่มีคอร์สในหมวดหมู่นี้",
|
||||
"emptyDesc": "คุณยังไม่มีคอร์สเรียนในส่วนนี้ ลองเลือกดูคอร์สที่น่าสนใจในระบบของเรา",
|
||||
"goToDiscovery": "ไปที่รายการคอร์ส"
|
||||
"goToDiscovery": "ไปที่รายการคอร์ส",
|
||||
"searchNoResult": "ไม่พบคอร์สที่สอดคล้อง",
|
||||
"searchNoResultDesc": "ลองเปลี่ยนหมวดหมู่หรือคำค้นหาของคุณ"
|
||||
},
|
||||
"enrollment": {
|
||||
"successTitle": "ลงทะเบียนสำเร็จ!",
|
||||
|
|
@ -149,7 +159,7 @@
|
|||
"accountDetails": "รายละเอียดบัญชี",
|
||||
"editPersonalDesc": "แก้ไขข้อมูลส่วนตัว",
|
||||
"yourAvatar": "รูปโปรไฟล์ของคุณ",
|
||||
"avatarHint": "เฉพาะไฟล์ png , jpg",
|
||||
"avatarHint": "เฉพาะไฟล์ JPG, PNG",
|
||||
"uploadNew": "อัพโหลดรูปโปรไฟล์",
|
||||
"changeAvatar": "เปลี่ยนรูปโปรไฟล์",
|
||||
"removeAvatar": "ลบรูปโปรไฟล์",
|
||||
|
|
@ -180,7 +190,15 @@
|
|||
"emailVerified": "ยืนยันอีเมลเสร็จสิ้น",
|
||||
"myCertificates": "ประกาศนียบัตรของฉัน",
|
||||
"viewCertificate": "ดูประกาศนียบัตร",
|
||||
"issuedAt": "ออกเมื่อ"
|
||||
"issuedAt": "ออกเมื่อ",
|
||||
"publicInfo": "ข้อมูลที่แสดงต่อสาธารณะบนแพลตฟอร์ม",
|
||||
"uploading": "กำลังอัปโหลด...",
|
||||
"selectPrefix": "เลือกคำนำหน้า",
|
||||
"verifyNow": "คลิกเพื่อยืนยันอีเมล",
|
||||
"verifying": "กำลังส่ง...",
|
||||
"saving": "กำลังบันทึก...",
|
||||
"securitySubtitle": "จัดการรหัสผ่านและการเข้าถึงบัญชี",
|
||||
"password": "รหัสผ่าน"
|
||||
},
|
||||
"userMenu": {
|
||||
"home": "หน้าหลัก",
|
||||
|
|
@ -203,7 +221,9 @@
|
|||
"emailVerifiedDesc": "บัญชีของคุณได้รับการยืนยันเรียบร้อยแล้ว",
|
||||
"invalidToken": "Token ยืนยันตัวตนไม่ถูกต้อง",
|
||||
"tokenExpired": "Token หมดอายุหรือล้มเหลว",
|
||||
"logout": "ออกจากระบบ"
|
||||
"logout": "ออกจากระบบ",
|
||||
"logoutConfirmTitle": "ยืนยันการออกจากระบบ",
|
||||
"logoutConfirmMessage": "คุณแน่ใจหรือไม่ว่าต้องการออกจากระบบ?"
|
||||
},
|
||||
"language": {
|
||||
"label": "ภาษา / Language",
|
||||
|
|
@ -214,6 +234,7 @@
|
|||
"newBadge": "ใหม่",
|
||||
"popularBadge": "ยอดนิยม",
|
||||
"save": "บันทึก",
|
||||
"saveChanges": "บันทึกการเปลี่ยนแปลง",
|
||||
"ok": "ตกลง",
|
||||
"close": "ปิด",
|
||||
"cancel": "ยกเลิก",
|
||||
|
|
@ -227,7 +248,9 @@
|
|||
"backToHome": "กลับสู่หน้าหลัก",
|
||||
"error": "เกิดข้อผิดพลาด",
|
||||
"loading": "กำลังโหลด",
|
||||
"items": "รายการ"
|
||||
"items": "รายการ",
|
||||
"student": "นักเรียน",
|
||||
"latest": "ล่าสุด"
|
||||
},
|
||||
"classroom": {
|
||||
"backToDashboard": "กลับไปคอร์สของฉัน",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue