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' => '일요일',
];