File: /home/posscale/subdomains/xibo/vendor/jenssegers/date/src/Lang/he.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' => '[0,1]שנה|{2}שנתיים|[3,Inf]:count שנים',
'month' => '[0,1]חודש|{2}חודשיים|[3,Inf]:count חודשים',
'week' => '[0,1]שבוע|{2}שבועיים|[3,Inf]:count שבועות',
'day' => '[0,1]יום|{2}יומיים|[3,Inf]:count ימים',
'hour' => '[0,1]שעה|{2}שעתיים|[3,Inf]:count שעות',
'minute' => 'דקה|:count דקות',
'second' => 'שנייה|:count שניות',
'january' => 'ינואר',
'february' => 'פברואר',
'march' => 'מרץ',
'april' => 'אפריל',
'may' => 'מאי',
'june' => 'יוני',
'july' => 'יולי',
'august' => 'אוגוסט',
'september' => 'ספטמבר',
'october' => 'אוקטובר',
'november' => 'נובמבר',
'december' => 'דצמבר',
'monday' => 'שני',
'tuesday' => 'שלישי',
'wednesday' => 'רביעי',
'thursday' => 'חמישי',
'friday' => 'שישי',
'saturday' => 'שבת',
'sunday' => 'ראשון',
];