-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #23 from mohammadhprp/main
Add Persian translation to package
- Loading branch information
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' => 'قبل', | ||
]; |