Skip to content

Commit c59b8bd

Browse files
authored
Merge pull request #50 from smart-twists/master
persian language added
2 parents 8d81194 + 3b8dd13 commit c59b8bd

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

lang/fa/validation.php

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)