feat: forget password steps and pages added
This commit is contained in:
@@ -33,5 +33,21 @@
|
||||
"loginPassword": "Login password",
|
||||
"loginWithOneTimeCode": "Login with one-time code",
|
||||
"iForgotMyPassword": "I forgot my password."
|
||||
},
|
||||
"forgetPassword": {
|
||||
"forgetPassword": "Forget password",
|
||||
"pleaseEnterYourMobileNumberEmailToRecoverYourPassword": "Please enter your mobile number/email to recover your password.",
|
||||
"anEmailContainingARecoveryCodeHasBeenSentToThisEmailAddress": "An email containing a recovery code has been sent to this email address.",
|
||||
"anCodeContainingARecoveryCodeHasBeenSentToThisPhoneNumber": "An recovery code has been sent to this phone number.",
|
||||
"confirm": "Confirm",
|
||||
"changePassword": "Change password",
|
||||
"createANewPassword": "Create a new password",
|
||||
"newPassword": "New password",
|
||||
"includingANumber": "Including a number",
|
||||
"atLeast8Characters": "At least 8 characters",
|
||||
"containsAnUppercaseAndLowercaseLetter": "Contains an uppercase and lowercase letter",
|
||||
"ContainsASymbol": "Contains the symbol (!@#$%&*^)",
|
||||
"confirmPassword": "Confirm password",
|
||||
"passwordChangedSuccessfully": "Password changed successfully"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -35,5 +35,21 @@
|
||||
"loginPassword": "رمز ورود",
|
||||
"loginWithOneTimeCode": "ورود با کد یکبار مصرف",
|
||||
"iForgotMyPassword": "رمز ورودم را فراموش کردم"
|
||||
},
|
||||
"forgetPassword": {
|
||||
"forgetPassword": "فراموشی رمز",
|
||||
"pleaseEnterYourMobileNumberEmailToRecoverYourPassword": "لطفا برای بازیابی رمز عبور شماره موبایل/ایمیل خود را وارد کنید.",
|
||||
"anEmailContainingARecoveryCodeHasBeenSentToThisEmailAddress": "یک ایمیل حاوی کد بازیابی به این ایمیل ارسال شد",
|
||||
"anCodeContainingARecoveryCodeHasBeenSentToThisPhoneNumber": "یک کد بازیابی به این شماره ارسال شد",
|
||||
"confirm": "تایید",
|
||||
"changePassword": "تغییر رمز عبور",
|
||||
"createANewPassword": "یک رمز عبور جدید ایجاد کنید",
|
||||
"newPassword": "رمز عبور جدید",
|
||||
"includingANumber": "شامل عدد",
|
||||
"atLeast8Characters": "حداقل ۸ حرف",
|
||||
"containsAnUppercaseAndLowercaseLetter": "شامل یک حرف بزرگ و کوچک",
|
||||
"ContainsASymbol": "شامل علامت (!@#$%&*^)",
|
||||
"confirmPassword": "تکرار رمز عبور",
|
||||
"passwordChangedSuccessfully": "رمز عبور با موفقیت تغییر یافت"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user