˛éż´/ąŕź ´úÂë
ÄÚČÝ
<?php /** * This file is part of the Carbon package. * * (c) Brian Nesbitt <brian@nesbot.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ /* * Authors: * - Daniel Cohen Gindi * - JD Isaacks * - Itai Nathaniel * - GabMic * - Yaakov Dahan (yakidahan) */ return [ 'year' => '×Š× ×|{2}×Š× ×Ş×××|:count ×Š× ××', 'y' => '×Š× ×|:count ×Š× ×ł', 'month' => '×××׊|{2}×××׊×××|:count ×××׊××', 'm' => '×××׊|:count ××׳', 'week' => '׊××ע|{2}׊××ע×××|:count ׊××ע×ת', 'w' => '׊××ע|:count ׊×׳', 'day' => '×××|{2}××××××|:count ××××', 'd' => '×××|:count ××׳', 'hour' => '׊ע×|{2}׊עת×××|:count ׊ע×ת', 'h' => '׊ע×|:count ׊ע׳', 'minute' => '××§×|{2}×Š×Ş× ××§×ת|:count ××§×ת', 'min' => '××§×|:count ×ק׳', 'second' => '×Š× ×××|:count ×Š× ××ת', 'a_second' => '××× ×Š× ××ת|:count ×Š× ××ת', 's' => '×Š× ××|:count ×Š× ×ł', 'ago' => '××¤× × :time', 'from_now' => '×ע×× :time ×ע×׊××', 'after' => '×××¨× :time', 'before' => '××¤× × :time', 'diff_now' => 'ע×׊××', 'diff_today' => '××××', 'diff_today_regexp' => '××××(?:\\s+×Öž)?', 'diff_yesterday' => '×ת×××', 'diff_yesterday_regexp' => '×ת×××(?:\\s+×Öž)?', 'diff_tomorrow' => '××ר', 'diff_tomorrow_regexp' => '××ר(?:\\s+×Öž)?', 'formats' => [ 'LT' => 'HH:mm', 'LTS' => 'HH:mm:ss', 'L' => 'DD/MM/YYYY', 'LL' => 'D [×]MMMM YYYY', 'LLL' => 'D [×]MMMM YYYY HH:mm', 'LLLL' => 'dddd, D [×]MMMM YYYY HH:mm', ], 'calendar' => [ 'sameDay' => '[×××× ×Öž]LT', 'nextDay' => '[××ר ×Öž]LT', 'nextWeek' => 'dddd [×׊ע×] LT', 'lastDay' => '[×ת××× ×Öž]LT', 'lastWeek' => '[××××] dddd [×××ר×× ×׊ע×] LT', 'sameElse' => 'L', ], 'meridiem' => function ($hour, $minute, $isLower) { if ($hour < 5) { return '××¤× ×ת ××קר'; } if ($hour < 10) { return '×××קר'; } if ($hour < 12) { return $isLower ? '××¤× ×"׌' : '××¤× × ×׌×ר×××'; } if ($hour < 18) { return $isLower ? '×××"׌' : '×××¨× ×׌×ר×××'; } return '×ער×'; }, 'months' => ['×× ××ר', 'פ×ר××ר', '×ר׼', '×פר××', '×××', '××× ×', '××××', '××××ץ×', 'ץפ×××ר', '×××§×××ר', '× ××××ר', '×׌××ר'], 'months_short' => ['×× ×׳', 'פ×ר׳', '×ר׼', '×פר׳', '×××', '××× ×', '××××', '×××׳', 'ץפ×׳', '××ק׳', '× ××׳', '×׌×׳'], 'weekdays' => ['ר×׊××', '×Š× ×', '׊××׊×', 'ר××ע×', '×××׊×', '׊×׊×', '׊×ת'], 'weekdays_short' => ['×׳', '×׳', '×׳', '×׳', '×׳', '×׳', '׊׳'], 'weekdays_min' => ['×', '×', '×', '×', '×', '×', '׊'], 'list' => [', ', ' × -'], 'weekend' => [5, 6], ];