Skip to content

Commit 67ef2c1

Browse files
authored
Create auth.php
1 parent da30e47 commit 67ef2c1

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

7.*/fa/auth.php

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?php
2+
3+
return [
4+
5+
/*
6+
|--------------------------------------------------------------------------
7+
| Authentication Language Lines
8+
|--------------------------------------------------------------------------
9+
|
10+
| The following language lines are used during authentication for various
11+
| messages that we need to display to the user. You are free to modify
12+
| these language lines according to your application's requirements.
13+
|
14+
*/
15+
16+
'failed' => 'اطلاعات وارد شده صحیح نمی باشد',
17+
'throttle' => 'درخواست بیش از حد مجاز! لطفا بعد از :seconds ثانیه دوباره امتحان کنید',
18+
19+
];

0 commit comments

Comments
 (0)