Registration module in development state
This commit is contained in:
0
Resources/lang/.gitkeep
Normal file
0
Resources/lang/.gitkeep
Normal file
13
Resources/lang/en/register.php
Normal file
13
Resources/lang/en/register.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'title' => 'Registration',
|
||||
|
||||
'email_field' => 'E-mail',
|
||||
'phone_field' => 'Mobile phone number',
|
||||
'password_field' => 'Password',
|
||||
'password_confirm_field' => 'Password confirmation',
|
||||
'agree' => 'Agree with terms of service',
|
||||
|
||||
'open_login_form' => 'Log into the personal cabinet',
|
||||
];
|
13
Resources/lang/ru/register.php
Normal file
13
Resources/lang/ru/register.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'title' => 'Регистрация',
|
||||
|
||||
'email_field' => 'Адрес электронной почты',
|
||||
'phone_field' => 'Номер мобильного телефона',
|
||||
'password_field' => 'Пароль',
|
||||
'password_confirm_field' => 'Повтор пароля',
|
||||
'agree' => 'Принимаю пользовтельское соглашение',
|
||||
|
||||
'open_login_form' => 'Вход в личный кабинет',
|
||||
];
|
Reference in New Issue
Block a user