HEX
Server: Apache
System: Linux server2.voipitup.com.au 4.18.0-553.111.1.lve.el8.x86_64 #1 SMP Fri Mar 13 13:42:17 UTC 2026 x86_64
User: posscale (1027)
PHP: 8.2.30
Disabled: exec,passthru,shell_exec,system
Upload Files
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'    => 'ראשון',

];