File: /home/posscale/subdomains/xibo/vendor/jenssegers/date/src/Lang/fa.php
<?php
return [
/*
|--------------------------------------------------------------------------
| Date Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used by the date library. Each line can
| have a singular and plural translation separated by a '|'.
|
*/
'ago' => ':time پیش',
'from_now' => ':time از الآن',
'after' => ':time بعد',
'before' => ':time قبل',
'year' => ':count سال',
'month' => ':count ماه',
'week' => ':count هفته',
'day' => ':count روز',
'hour' => ':count ساعت',
'minute' => ':count دقیقه',
'second' => ':count ثانیه',
'january' => 'ژانویه',
'february' => 'فوریه',
'march' => 'مارس',
'april' => 'آوریل',
'may' => 'مه',
'june' => 'ژوئن',
'july' => 'جولای',
'august' => 'اوت',
'september' => 'سپتامبر',
'october' => 'اکتبر',
'november' => 'نوامبر',
'december' => 'دسامبر',
'monday' => 'دوشنبه',
'tuesday' => 'سهشنبه',
'wednesday' => 'چهارشنبه',
'thursday' => 'پنجشنبه',
'friday' => 'جمعه',
'saturday' => 'شنبه',
'sunday' => 'یکشنبه',
];