multiple messages for phone login and signup added

This commit is contained in:
مهرزاد قدرتی
2025-07-26 16:53:01 +03:30
parent 62747f6ca8
commit ea5a679312
6 changed files with 123 additions and 12 deletions

View File

@@ -7,6 +7,11 @@
"loginWithGoogle": "Login with google",
"emailIsInvalid": "Email is invalid",
"phoneNumberIsInvalid": "Phone number is invalid",
"thisFieldIsRequired": "This field is requried"
"thisFieldIsRequired": "This field is requried",
"verify": {
"verify": "Verify",
"a4DigitVerificationCodeHasBeenSentToYourBobileNumberPleaseEnterIt": "A 4-digit verification code has been sent to your mobile number. Please enter it.",
"thereIsNoAccountWithThisNumberA4DigitVerificationCodeHasBeenSentToThisNumberToCreateANewAccount": "There is no account with this number. A 4-digit verification code has been sent to this number to create a new account."
}
}
}