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/ko.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'      => ':count 년',
    'month'     => ':count 개월',
    'week'      => ':count 주일',
    'day'       => ':count 일',
    'hour'      => ':count 시간',
    'minute'    => ':count 분',
    'second'    => ':count 초',

    'january'   => '1월',
    'february'  => '2월',
    'march'     => '3월',
    'april'     => '4월',
    'may'       => '5월',
    'june'      => '6월',
    'july'      => '7월',
    'august'    => '8월',
    'september' => '9월',
    'october'   => '10월',
    'november'  => '11월',
    'december'  => '12월',

    'monday'    => '월요일',
    'tuesday'   => '화요일',
    'wednesday' => '수요일',
    'thursday'  => '목요일',
    'friday'    => '금요일',
    'saturday'  => '토요일',
    'sunday'    => '일요일',

];