²é¿´/±à¼ ´úÂë
ÄÚÈÝ
<?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. */ return array_replace_recursive(require __DIR__.'/en.php', [ 'months' => ['×™× ×•×ר', 'פברו×ר', 'מרץ', '×פריל', 'מ××™', '×™×•× ×™', 'יולי', '×וגוסט', 'ספטמבר', '×וקטובר', '× ×•×‘×ž×‘×¨', 'דצמבר'], 'months_short' => ['×™× ×•×³', 'פבר׳', 'מרץ', '×פר׳', 'מ××™', '×™×•× ×™', 'יולי', '×וג׳', 'ספט׳', '×וק׳', '× ×•×‘×³', 'דצמ׳'], 'weekdays' => ['×™×•× ×¨×שון', '×™×•× ×©× ×™', '×™×•× ×©×œ×™×©×™', '×™×•× ×¨×‘×™×¢×™', '×™×•× ×—×ž×™×©×™', '×™×•× ×©×™×©×™', '×™×•× ×©×‘×ª'], 'weekdays_short' => ['×™×•× ×׳', '×™×•× ×‘×³', '×™×•× ×’×³', '×™×•× ×“×³', '×™×•× ×”×³', '×™×•× ×•×³', 'שבת'], 'weekdays_min' => ['×׳', 'ב׳', 'ג׳', 'ד׳', 'ה׳', 'ו׳', 'ש׳'], 'meridiem' => ['×œ×¤× ×”×´×¦', '×חה״צ'], 'formats' => [ 'LT' => 'H:mm', 'LTS' => 'H:mm:ss', 'L' => 'D.M.YYYY', 'LL' => 'D בMMM YYYY', 'LLL' => 'D בMMMM YYYY H:mm', 'LLLL' => 'dddd, D בMMMM YYYY H:mm', ], 'year' => ':count ×©× ×”', 'y' => ':count ×©× ×”', 'a_year' => ':count ×©× ×”', 'month' => ':count חודש', 'm' => ':count חודש', 'a_month' => ':count חודש', 'week' => ':count שבוע', 'w' => ':count שבוע', 'a_week' => ':count שבוע', 'day' => ':count יו×', 'd' => ':count יו×', 'a_day' => ':count יו×', 'hour' => ':count שעה', 'h' => ':count שעה', 'a_hour' => ':count שעה', 'minute' => ':count דקה', 'min' => ':count דקה', 'a_minute' => ':count דקה', 'second' => ':count ×©× ×™×”', 's' => ':count ×©× ×™×”', 'a_second' => ':count ×©× ×™×”', 'ago' => '×œ×¤× ×™ :time', 'from_now' => 'בעוד :time', ]);