Skip to content

Commit

Permalink
Merge pull request #23 from mohammadhprp/main
Browse files Browse the repository at this point in the history
Add Persian translation to package
  • Loading branch information
dmandrade authored Apr 25, 2023
2 parents 6871b6b + 0a3cc80 commit 8aa0849
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions resources/lang/fa/clauses.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<?php

return [
'true' => 'درست است',
'false' => 'نادرست است',
'set' => 'تنظیم شده است',
'not_set' => 'تنظیم نشده است',
'equal' => 'برابر است با',
'not_equal' => 'برابر نیست با',
'on_after' => 'در یا بعد از',
'on_before' => 'در یا قبل از',
'greater_equal' => 'بزرگتر یا مساوی است با',
'less_equal' => 'کوچکتر یا مساوی است با',
'greater_than' => 'بزرگتر است از',
'less_than' => 'کوچکتر است از',
'between' => 'در محدوده',
'start_with' => 'شروع شده با',
'not_start_with' => 'شروع نشده با',
'end_with' => 'پایان یافته با',
'not_end_with' => 'پایان نیافته با',
'contain' => 'شامل می‌شود',
'not_contain' => 'شامل نمی‌شود',

'from' => 'از',
'until' => 'تا',
'days' => 'روز',
'weeks' => 'هفته',
'months' => 'ماه',
'years' => 'سال',
'from_now' => 'از الان به بعد',
'ago' => 'قبل',
];

0 comments on commit 8aa0849

Please sign in to comment.