feat:verify phone number page ui done

This commit is contained in:
jahongireshonqulov
2025-10-29 15:51:55 +05:00
parent a2fbd9f90d
commit 5e4d362039
17 changed files with 264 additions and 6 deletions

View File

@@ -174,7 +174,16 @@
"repeat_password": "Repeat password",
"enter_repeat_password": "Enter repeat password",
"already_has_account": "Already have an account?",
"unexpected_error": "Unexpected error"
"unexpected_error": "Unexpected error",
"consent_message": "By proceeding, you consent to get calls or SMS messages, including by automated means, from {appName} and its affiliates to the number provided.",
"@consent_message": {
"placeholders": {
"appName": {
"type": "String",
"example": "Uber"
}
}
}

View File

@@ -169,7 +169,16 @@
"repeat_password": "Повторите пароль",
"enter_repeat_password": "Введите пароль ещё раз",
"already_has_account": "Уже есть аккаунт?",
"unexpected_error": "Неожиданная ошибка"
"unexpected_error": "Неожиданная ошибка",
"consent_message": "Продолжая, вы соглашаетесь получать звонки или SMS-сообщения, включая автоматические, от {appName} и его партнёров на указанный номер.",
"@consent_message": {
"placeholders": {
"appName": {
"type": "String",
"example": "Uber"
}
}
}

View File

@@ -169,7 +169,16 @@
"repeat_password": "Parolni takrorlang",
"enter_repeat_password": "Parolni qayta kiriting",
"already_has_account": "Akkountingiz bormi?",
"unexpected_error": "Kutilmagan xatolik"
"unexpected_error": "Kutilmagan xatolik",
"consent_message": "Davom etish orqali siz {appName} va uning hamkorlaridan siz kiritgan raqamga, shu jumladan avtomatik vositalar orqali, qongiroqlar yoki SMS xabarlar olishingizga rozilik bildirasiz.",
"@consent_message": {
"placeholders": {
"appName": {
"type": "String",
"example": "Uber"
}
}
}