-
-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
99044f3
commit 75a9713
Showing
5 changed files
with
209 additions
and
22 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
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
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,77 @@ | ||
<?php | ||
|
||
return [ | ||
'numbers' => [ | ||
'0' => '۰', | ||
'1' => '۱', | ||
'2' => '۲', | ||
'3' => '۳', | ||
'4' => '۴', | ||
'5' => '۵', | ||
'6' => '۶', | ||
'7' => '۷', | ||
'8' => '۸', | ||
'9' => '۹', | ||
], | ||
'year_months' => [ | ||
'1' => 'آغلارگولر', | ||
'2' => 'گولن', | ||
'3' => 'قیزاران', | ||
'4' => 'قورا پیشیرن', | ||
'5' => 'قویروق دوغان', | ||
'6' => 'زومار', | ||
'7' => 'خزل', | ||
'8' => 'قیروو', | ||
'9' => 'آذر', | ||
'10' => 'چیلله', | ||
'11' => 'دوندوران', | ||
'12' => 'بایرام', | ||
], | ||
'weekdays' => [ | ||
'1' => 'شنبه', | ||
'2' => 'یکشنبه', | ||
'3' => 'دوشنبه', | ||
'4' => 'سه شنبه', | ||
'5' => 'چهارشنبه', | ||
'6' => 'پنج شنبه', | ||
'7' => 'جمعه', | ||
], | ||
'date_units' => [ | ||
'second' => 'ثانیه', | ||
'mintue' => 'دقیقه', | ||
'hour' => 'ساعت', | ||
'day' => 'روز', | ||
'week' => 'هفته', | ||
'month' => 'ماه', | ||
'yaer' => 'سال', | ||
'decade' => 'دهه', | ||
'century' => 'قرن' | ||
], | ||
'phrase' => [ | ||
'am' => 'ق ظ', | ||
'pm' => 'ب ظ', | ||
'ante_meridiem' => 'قبل از ظهر', | ||
'post_meridiem' => 'بعد از ظهر', | ||
'th' => 'ام', | ||
'ago' => 'قبل', | ||
'now' => 'الان', | ||
'later' => 'بعد', | ||
], | ||
'validation' => [ | ||
'jdate' => ':attribute' . ' تاریخ شمسی معتبر نمی باشد.', | ||
'jdate_equal' => ':attribute' . ' تاریخ شمسی برابر ' . ':date' . ' نمی باشد.', | ||
'jdate_not_equal' => ':attribute' . ' تاریخ شمسی نامساوی ' . ':date' . ' نمی باشد.', | ||
'jdatetime' => ':attribute' . ' تاریخ و زمان شمسی معتبر نمی باشد.', | ||
'jdatetime_equal' => ':attribute' . ' تاریخ و زمان شمسی مساوی ' . ':date' . ' نمی باشد.', | ||
'jdatetime_not_equal' => ':attribute' . ' تاریخ و زمان شمسی نامساوی ' . ':date' . ' نمی باشد.', | ||
'jdate_after' => ':attribute' . ' تاریخ شمسی باید بعد از ' . ':date' . ' باشد.', | ||
'jdate_after_equal' => ':attribute' . ' تاریخ شمسی باید بعد یا برابر از ' . ':date' . ' باشد.', | ||
'jdatetime_after' => ':attribute' . ' تاریخ و زمان شمسی باید بعد از ' . ':date' . ' باشد.', | ||
'jdatetime_after_equal' => ':attribute' . ' تاریخ و زمان شمسی باید بعد یا برابر از ' . ':date' . ' باشد.', | ||
'jdate_before' => ':attribute' . ' تاریخ شمسی باید قبل از ' . ':date' . ' باشد.', | ||
'jdate_before_equal' => ':attribute' . ' تاریخ شمسی باید قبل یا برابر از ' . ':date' . ' باشد.', | ||
'jdatetime_before' => ':attribute' . ' تاریخ و زمان شمسی باید قبل از ' . ':date' . ' باشد.', | ||
'jdatetime_before_equal' => ':attribute' . ' تاریخ و زمان شمسی باید قبل یا برابر از ' . ':date' . ' باشد.', | ||
] | ||
]; | ||
|
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,77 @@ | ||
<?php | ||
|
||
return [ | ||
'numbers' => [ | ||
'0' => '۰', | ||
'1' => '۱', | ||
'2' => '۲', | ||
'3' => '۳', | ||
'4' => '۴', | ||
'5' => '۵', | ||
'6' => '۶', | ||
'7' => '۷', | ||
'8' => '۸', | ||
'9' => '۹', | ||
], | ||
'year_months' => [ | ||
'1' => 'اورال', | ||
'2' => 'اید', | ||
'3' => 'بررید', | ||
'4' => 'سرتایستو', | ||
'5' => 'چیله تایستو', | ||
'6' => 'آخیر تایستو', | ||
'7' => 'تخم ریز', | ||
'8' => 'برگ ریز', | ||
'9' => 'چیله زمستو', | ||
'10' => 'بامو', | ||
'11' => 'سیاه بار', | ||
'12' => 'نجیر', | ||
], | ||
'weekdays' => [ | ||
'1' => 'شنبه', | ||
'2' => 'یکشنبه', | ||
'3' => 'دوشنبه', | ||
'4' => 'سه شنبه', | ||
'5' => 'چهارشنبه', | ||
'6' => 'پنج شنبه', | ||
'7' => 'جمعه', | ||
], | ||
'date_units' => [ | ||
'second' => 'ثانیه', | ||
'mintue' => 'دقیقه', | ||
'hour' => 'ساعت', | ||
'day' => 'روز', | ||
'week' => 'هفته', | ||
'month' => 'ماه', | ||
'yaer' => 'سال', | ||
'decade' => 'دهه', | ||
'century' => 'قرن' | ||
], | ||
'phrase' => [ | ||
'am' => 'ق ظ', | ||
'pm' => 'ب ظ', | ||
'ante_meridiem' => 'قبل از ظهر', | ||
'post_meridiem' => 'بعد از ظهر', | ||
'th' => 'ام', | ||
'ago' => 'قبل', | ||
'now' => 'الان', | ||
'later' => 'بعد', | ||
], | ||
'validation' => [ | ||
'jdate' => ':attribute' . ' تاریخ شمسی معتبر نمی باشد.', | ||
'jdate_equal' => ':attribute' . ' تاریخ شمسی برابر ' . ':date' . ' نمی باشد.', | ||
'jdate_not_equal' => ':attribute' . ' تاریخ شمسی نامساوی ' . ':date' . ' نمی باشد.', | ||
'jdatetime' => ':attribute' . ' تاریخ و زمان شمسی معتبر نمی باشد.', | ||
'jdatetime_equal' => ':attribute' . ' تاریخ و زمان شمسی مساوی ' . ':date' . ' نمی باشد.', | ||
'jdatetime_not_equal' => ':attribute' . ' تاریخ و زمان شمسی نامساوی ' . ':date' . ' نمی باشد.', | ||
'jdate_after' => ':attribute' . ' تاریخ شمسی باید بعد از ' . ':date' . ' باشد.', | ||
'jdate_after_equal' => ':attribute' . ' تاریخ شمسی باید بعد یا برابر از ' . ':date' . ' باشد.', | ||
'jdatetime_after' => ':attribute' . ' تاریخ و زمان شمسی باید بعد از ' . ':date' . ' باشد.', | ||
'jdatetime_after_equal' => ':attribute' . ' تاریخ و زمان شمسی باید بعد یا برابر از ' . ':date' . ' باشد.', | ||
'jdate_before' => ':attribute' . ' تاریخ شمسی باید قبل از ' . ':date' . ' باشد.', | ||
'jdate_before_equal' => ':attribute' . ' تاریخ شمسی باید قبل یا برابر از ' . ':date' . ' باشد.', | ||
'jdatetime_before' => ':attribute' . ' تاریخ و زمان شمسی باید قبل از ' . ':date' . ' باشد.', | ||
'jdatetime_before_equal' => ':attribute' . ' تاریخ و زمان شمسی باید قبل یا برابر از ' . ':date' . ' باشد.', | ||
] | ||
]; | ||
|
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