feat: Add user profile page for managing personal information, passwords, email verification, and viewing certificates, with internationalization support.

This commit is contained in:
supalerk-ar66 2026-02-09 16:22:37 +07:00
parent a7aee70263
commit 15794fab16
3 changed files with 21 additions and 11 deletions

View file

@ -36,12 +36,13 @@
"certificate": "Certificate",
"available": "Available",
"continueLearning": "Continue Learning",
"startLearning": "Start Learning",
"studyAgain": "Study Again",
"downloadCertificate": "Download Certificate",
"completed": "Completed"
},
"sidebar": {
"overview": "Overview",
"overview": "Home",
"myCourses": "My Courses",
"browseCourses": "Browse Courses",
"announcements": "Announcements",
@ -117,7 +118,10 @@
"verifyEmailSuccess": "Verification email sent successfully",
"verifyEmailError": "Failed to send verification email",
"emailAlreadyVerified": "Your email is already verified",
"emailVerified": "Email Verified"
"emailVerified": "Email Verified",
"myCertificates": "My Certificates",
"viewCertificate": "View Certificate",
"issuedAt": "Issued at"
},
"userMenu": {
"home": "Home",
@ -139,7 +143,8 @@
"emailVerified": "Email Verified Successfully!",
"emailVerifiedDesc": "Your account has been successfully verified.",
"invalidToken": "Invalid verification token",
"tokenExpired": "Token expired or invalid"
"tokenExpired": "Token expired or invalid",
"logout": "Log Out"
},
"language": {
"label": "Language / ภาษา",
@ -150,6 +155,7 @@
"newBadge": "New",
"popularBadge": "Popular",
"save": "Save",
"close": "Close",
"cancel": "Cancel",
"required": "This field is required",
"invalidEmail": "Invalid email address",

View file

@ -118,7 +118,10 @@
"verifyEmailSuccess": "ส่งอีเมลยืนยันสำเร็จ",
"verifyEmailError": "ส่งอีเมลไม่สำเร็จ",
"emailAlreadyVerified": "อีเมลของคุณได้รับการยืนยันแล้ว",
"emailVerified": "ยืนยันอีเมลเสร็จสิ้น"
"emailVerified": "ยืนยันอีเมลเสร็จสิ้น",
"myCertificates": "ประกาศนียบัตรของฉัน",
"viewCertificate": "ดูประกาศนียบัตร",
"issuedAt": "ออกเมื่อ"
},
"userMenu": {
"home": "หน้าหลัก",