PR #458 - fix and improvement required by @mp1509
This commit is contained in:
@ -210,6 +210,7 @@ return [
|
||||
'Last login IP' => '',
|
||||
'Last login time' => '',
|
||||
'Last password change' => '',
|
||||
'Mobile phone not found, please check your profile' => '',
|
||||
'Mobile phone number' => '',
|
||||
'Mobile phone number successfully enabled.' => '',
|
||||
'Never' => '',
|
||||
@ -242,6 +243,10 @@ return [
|
||||
'Switch identities is disabled.' => '',
|
||||
'Text message' => '',
|
||||
'The "recaptcha" component must be configured.' => '',
|
||||
'The email address set is: "{0}".' => '',
|
||||
'The email sending failed, please check your configuration.' => '',
|
||||
'The phone number set is: "{0}".' => '',
|
||||
'The sms sending failed, please check your configuration.' => '',
|
||||
'The verification code is incorrect.' => '',
|
||||
'There is neither role nor permission with name "{0}"' => '',
|
||||
'There was an error in saving user' => '',
|
||||
@ -289,11 +294,13 @@ return [
|
||||
'Your consent is required to work with this site' => '',
|
||||
'Your password has expired, you must change it now' => '',
|
||||
'Your personal information has been removed' => '',
|
||||
'Your two factor authentication method is based on "{0}".' => '',
|
||||
'privacy policy' => '',
|
||||
'{0, date, MMM dd, YYYY HH:mm}' => '',
|
||||
'{0} cannot be blank.' => '',
|
||||
'An email has been sent with instructions for resetting your password' => '@@ایمیلی حاوی راهنمایی برای تنظیم مجدد رمز عبور به شما ارسال شد@@',
|
||||
'Insert the mobile phone number on which to receive text message.' => '@@@@',
|
||||
'Insert the mobile phone number where you want to receive text message in international format.' => '@@@@',
|
||||
'Insert the mobile phone number where you want to receive text message.' => '@@@@',
|
||||
'Mobile phone number not registered.' => '@@@@',
|
||||
'Registration ip' => '@@ای پی ثبت نام@@',
|
||||
|
||||
Reference in New Issue
Block a user