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.
2 parents 8d81194 + 3b8dd13 commit c59b8bdCopy full SHA for c59b8bd
lang/fa/validation.php
@@ -0,0 +1,15 @@
1
+<?php
2
+
3
+return array(
4
+ 'image_size' => ':attribute باید دارای صول :width و عرص :height باشد.',
5
6
+ 'between' => 'بین :size1 و :size2 پیکسل باید باشد',
7
+ 'lessthan' => 'کمتر از :size پیکسل',
8
+ 'lessthanorequal' => 'گوچکتر یا برابر :size پیکسل',
9
+ 'greaterthan' => 'بزرکتر از :size پیکسل',
10
+ 'greaterthanorequal' => 'بزرکتر یا برابر :size پیکسل',
11
+ 'equal' => ':size پیکسل',
12
+ 'anysize' => 'هر اندازه ای',
13
14
+ 'image_aspect' => ':attribute تناسب طول و عرض برابر :aspect باید باشد.',
15
+);
0 commit comments