feat: implement user authentication, profile management, and email verification with i18n support
This commit is contained in:
parent
06db182c46
commit
b2365a4c6a
6 changed files with 271 additions and 17 deletions
|
|
@ -113,10 +113,11 @@
|
|||
"updateError": "Failed to update profile",
|
||||
"passwordSuccess": "Password changed successfully",
|
||||
"passwordError": "Failed to change password",
|
||||
"verifyEmail": "Verify Email",
|
||||
"verifyEmail": "Please verify email",
|
||||
"verifyEmailSuccess": "Verification email sent successfully",
|
||||
"verifyEmailError": "Failed to send verification email",
|
||||
"emailAlreadyVerified": "Your email is already verified"
|
||||
"emailAlreadyVerified": "Your email is already verified",
|
||||
"emailVerified": "Email Verified"
|
||||
},
|
||||
"userMenu": {
|
||||
"home": "Home",
|
||||
|
|
@ -133,7 +134,12 @@
|
|||
},
|
||||
"auth": {
|
||||
"login": "Log In",
|
||||
"getStarted": "Get Started"
|
||||
"getStarted": "Get Started",
|
||||
"verifyingEmail": "Verifying Email...",
|
||||
"emailVerified": "Email Verified Successfully!",
|
||||
"emailVerifiedDesc": "Your account has been successfully verified.",
|
||||
"invalidToken": "Invalid verification token",
|
||||
"tokenExpired": "Token expired or invalid"
|
||||
},
|
||||
"language": {
|
||||
"label": "Language / ภาษา",
|
||||
|
|
@ -151,7 +157,9 @@
|
|||
"passwordTooShort": "At least 6 characters",
|
||||
"passwordsDoNotMatch": "Passwords do not match",
|
||||
"next": "Next",
|
||||
"back": "Back"
|
||||
"back": "Back",
|
||||
"backToHome": "Back to Home",
|
||||
"error": "Error"
|
||||
},
|
||||
"classroom": {
|
||||
"backToDashboard": "Back to My Courses",
|
||||
|
|
|
|||
|
|
@ -113,10 +113,11 @@
|
|||
"updateError": "เกิดข้อผิดพลาดในการบันทึกข้อมูลส่วนตัว",
|
||||
"passwordSuccess": "เปลี่ยนรหัสผ่านเรียบร้อยแล้ว",
|
||||
"passwordError": "เปลี่ยนรหัสผ่านไม่สำเร็จ",
|
||||
"verifyEmail": "ยืนยันอีเมล",
|
||||
"verifyEmail": "กรุณายืนยันอีเมล",
|
||||
"verifyEmailSuccess": "ส่งอีเมลยืนยันสำเร็จ",
|
||||
"verifyEmailError": "ส่งอีเมลไม่สำเร็จ",
|
||||
"emailAlreadyVerified": "อีเมลของคุณได้รับการยืนยันแล้ว"
|
||||
"emailAlreadyVerified": "อีเมลของคุณได้รับการยืนยันแล้ว",
|
||||
"emailVerified": "ยืนยันอีเมลเสร็จสิ้น"
|
||||
},
|
||||
"userMenu": {
|
||||
"home": "หน้าหลัก",
|
||||
|
|
@ -133,7 +134,12 @@
|
|||
},
|
||||
"auth": {
|
||||
"login": "เข้าสู่ระบบ",
|
||||
"getStarted": "เริ่มต้นใช้งาน"
|
||||
"getStarted": "เริ่มต้นใช้งาน",
|
||||
"verifyingEmail": "กำลังยืนยันอีเมล...",
|
||||
"emailVerified": "ยืนยันอีเมลสำเร็จ!",
|
||||
"emailVerifiedDesc": "บัญชีของคุณได้รับการยืนยันเรียบร้อยแล้ว",
|
||||
"invalidToken": "Token ยืนยันตัวตนไม่ถูกต้อง",
|
||||
"tokenExpired": "Token หมดอายุหรือล้มเหลว"
|
||||
},
|
||||
"language": {
|
||||
"label": "ภาษา / Language",
|
||||
|
|
@ -152,7 +158,9 @@
|
|||
"passwordTooShort": "รหัสผ่านต้องมีอย่างน้อย 6 ตัวอักษร",
|
||||
"passwordsDoNotMatch": "รหัสผ่านใหม่ไม่ตรงกัน",
|
||||
"next": "ถัดไป",
|
||||
"back": "ย้อนกลับ"
|
||||
"back": "ย้อนกลับ",
|
||||
"backToHome": "กลับสู่หน้าหลัก",
|
||||
"error": "เกิดข้อผิดพลาด"
|
||||
},
|
||||
"classroom": {
|
||||
"backToDashboard": "กลับไปคอร์สของฉัน",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue