ÿØÿà JFIF x x ÿÛ C ÿÛ C ÿÀ " ÿÄ ÿÄ µ } !1AQa "q2‘¡#B±ÁRÑð$3br‚ %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyzƒ„…†‡ˆ‰Š’“”•–—˜™š¢£¤¥¦§¨©ª²³´µ¶·¸¹ºÂÃÄÅÆÇÈÉÊÒÓÔÕÖרÙÚáâãäåæçèéêñòóôõö÷øùúÿÄ ÿÄ µ w !1AQ aq"2B‘¡±Á #3RðbrÑ{
File "he.php"
Full Path: /var/www/laravel_filter/vendor/nesbot/carbon/src/Carbon/Lang/he.php
File size: 3.09 KB
MIME-type: text/x-php
Charset: utf-8
<?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],
];