feat: Implement initial landing pages, authentication flows, and course browsing functionality with i18n.
This commit is contained in:
parent
7de5457170
commit
b60a3853cd
12 changed files with 822 additions and 606 deletions
|
|
@ -112,7 +112,11 @@
|
|||
"updateSuccess": "Profile updated successfully",
|
||||
"updateError": "Failed to update profile",
|
||||
"passwordSuccess": "Password changed successfully",
|
||||
"passwordError": "Failed to change password"
|
||||
"passwordError": "Failed to change password",
|
||||
"verifyEmail": "Verify Email",
|
||||
"verifyEmailSuccess": "Verification email sent successfully",
|
||||
"verifyEmailError": "Failed to send verification email",
|
||||
"emailAlreadyVerified": "Your email is already verified"
|
||||
},
|
||||
"userMenu": {
|
||||
"home": "Home",
|
||||
|
|
|
|||
|
|
@ -112,7 +112,11 @@
|
|||
"updateSuccess": "บันทึกข้อมูลส่วนตัวเรียบร้อยแล้ว",
|
||||
"updateError": "เกิดข้อผิดพลาดในการบันทึกข้อมูลส่วนตัว",
|
||||
"passwordSuccess": "เปลี่ยนรหัสผ่านเรียบร้อยแล้ว",
|
||||
"passwordError": "เปลี่ยนรหัสผ่านไม่สำเร็จ"
|
||||
"passwordError": "เปลี่ยนรหัสผ่านไม่สำเร็จ",
|
||||
"verifyEmail": "ยืนยันอีเมล",
|
||||
"verifyEmailSuccess": "ส่งอีเมลยืนยันสำเร็จ",
|
||||
"verifyEmailError": "ส่งอีเมลไม่สำเร็จ",
|
||||
"emailAlreadyVerified": "อีเมลของคุณได้รับการยืนยันแล้ว"
|
||||
},
|
||||
"userMenu": {
|
||||
"home": "หน้าหลัก",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue