feat:register page ui done
This commit is contained in:
@@ -163,9 +163,19 @@
|
||||
"password": "Password",
|
||||
"enter_password": "Enter password",
|
||||
"forgot_password": "Forgot password",
|
||||
"Continue": "Continue",
|
||||
"continue_str": "Continue",
|
||||
"dont_have_account": "Don't have an account?",
|
||||
"sign_up": "SignUp"
|
||||
"sign_up": "SignUp",
|
||||
"field_cannot_be_empty": "This field cannot be empty",
|
||||
"password_too_short": "Password must be at least 6 characters long",
|
||||
"invalid_phone_format": "Invalid phone number format",
|
||||
"first_name": "First name",
|
||||
"enter_first_name": "Enter first name",
|
||||
"repeat_password": "Repeat password",
|
||||
"enter_repeat_password": "Enter repeat password",
|
||||
"already_has_account": "Already have an account?",
|
||||
"unexpected_error": "Unexpected error"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -158,9 +158,19 @@
|
||||
"password": "Пароль",
|
||||
"enter_password": "Введите пароль",
|
||||
"forgot_password": "Забыли пароль",
|
||||
"Continue": "Продолжить",
|
||||
"continue_str": "Продолжить",
|
||||
"dont_have_account": "У вас нет аккаунта?",
|
||||
"sign_up": "Зарегистрироваться"
|
||||
"sign_up": "Зарегистрироваться",
|
||||
"field_cannot_be_empty": "Это поле не может быть пустым",
|
||||
"password_too_short": "Пароль не может быть короче 6 символов",
|
||||
"invalid_phone_format": "Неверный формат номера телефона",
|
||||
"first_name": "Имя",
|
||||
"enter_first_name": "Введите имя",
|
||||
"repeat_password": "Повторите пароль",
|
||||
"enter_repeat_password": "Введите пароль ещё раз",
|
||||
"already_has_account": "Уже есть аккаунт?",
|
||||
"unexpected_error": "Неожиданная ошибка"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -158,9 +158,19 @@
|
||||
"password": "Parol",
|
||||
"enter_password": "Parolni kiriting",
|
||||
"forgot_password": "Parolni unutdingizmi",
|
||||
"Continue": "Davom etish",
|
||||
"continue_str": "Davom etish",
|
||||
"dont_have_account": "Hisobingiz yo‘qmi?",
|
||||
"sign_up": "Ro‘yxatdan o‘tish"
|
||||
"sign_up": "Ro‘yxatdan o‘tish",
|
||||
"field_cannot_be_empty": "Bu maydon bo'sh bo'lishi mumkin emas",
|
||||
"password_too_short": "Parol 6 ta belgidan kam bo'lishi mumkin emas",
|
||||
"invalid_phone_format": "Noto'g'ri telefon raqam formati",
|
||||
"first_name": "Ism",
|
||||
"enter_first_name": "Ismingizni kiriting",
|
||||
"repeat_password": "Parolni takrorlang",
|
||||
"enter_repeat_password": "Parolni qayta kiriting",
|
||||
"already_has_account": "Akkountingiz bormi?",
|
||||
"unexpected_error": "Kutilmagan xatolik"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user