We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da30e47 commit 67ef2c1Copy full SHA for 67ef2c1
7.*/fa/auth.php
@@ -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