feat: auth done

This commit is contained in:
jahongireshonqulov
2025-10-30 14:41:55 +05:00
parent f47e78a9a2
commit ab1ac6e6fa
26 changed files with 1702 additions and 195 deletions

View File

@@ -183,7 +183,21 @@
"example": "Uber"
}
}
}
},
"otp_code_incomplete": "Code is incomplete. Please enter the full code.",
"passwords_do_not_match": "Passwords do not match.",
"reset_password": "Reset password",
"new_password": "New password",
"enter_otp_code": "Enter the 5-digit code sent to you at {phoneNumber}",
"@enter_otp_code":{
"placeholders": {
"phoneNumber": {
"type": "String"
}
}
},
"resend_otp_after": "You can resend OTP after"

View File

@@ -178,7 +178,20 @@
"example": "Uber"
}
}
}
},
"otp_code_incomplete": "Код неполный. Пожалуйста, введите полный код.",
"passwords_do_not_match": "Пароли не совпадают.",
"reset_password": "Восстановить пароль",
"new_password": "Новый пароль",
"enter_otp_code": "Введите 5-значный код, отправленный на номер {phoneNumber}",
"@enter_otp_code":{
"placeholders": {
"phoneNumber": {
"type": "String"
}
}
},
"resend_otp_after": "Вы можете повторно отправить код через"

View File

@@ -178,7 +178,20 @@
"example": "Uber"
}
}
}
},
"otp_code_incomplete": "Kod yetarli emas. Iltimos, toliq kodni kiriting.",
"passwords_do_not_match": "Parollar mos kelmadi.",
"reset_password": "Parolni qayta tiklash",
"new_password": "Yangi parol",
"enter_otp_code": "{phoneNumber} raqamiga yuborilgan 5 xonali kodni kiriting",
"@enter_otp_code":{
"placeholders": {
"phoneNumber": {
"type": "String"
}
}
},
"resend_otp_after": "OTP kodni qayta yuborish mumkin boladi"