mirror of https://github.com/4xmen/xshop.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
909 B
PHTML
17 lines
909 B
PHTML
1 year ago
|
<?php
|
||
|
return [
|
||
|
/*
|
||
|
|--------------------------------------------------------------------------
|
||
|
| Authentication Language Lines
|
||
|
|--------------------------------------------------------------------------
|
||
|
|
|
||
|
| The following language lines are used during authentication for various
|
||
|
| messages that we need to display to the user. You are free to modify
|
||
|
| these language lines according to your application's requirements.
|
||
|
|
|
||
|
*/
|
||
|
'failed' => 'مشخصات وارد شده با اطلاعات ما مطابقت ندارد.',
|
||
|
'throttle' => 'دفعات تلاش شما برای ورود بیش از حد مجاز است. لطفا پس از :seconds ثانیه مجددا تلاش فرمایید.',
|
||
|
'no_user' => 'کاربری با این نشانی ایمیل یافت نشد. شما میتوانید به عنوان کاربر جدید ثبت نام کنید.'
|
||
|
];
|