composer package updates
[openemr.git] / vendor / nesbot / carbon / src / Carbon / Lang / ko.php
blob020916442d50fb9330b0da1bbcfb7150698ea3c5
1 <?php
3 /*
4 * This file is part of the Carbon package.
6 * (c) Brian Nesbitt <brian@nesbot.com>
8 * For the full copyright and license information, please view the LICENSE
9 * file that was distributed with this source code.
12 return array(
13 'year' => ':count 년',
14 'y' => ':count 년',
15 'month' => ':count 개월',
16 'm' => ':count 개월',
17 'week' => ':count 주일',
18 'w' => ':count 주일',
19 'day' => ':count 일',
20 'd' => ':count 일',
21 'hour' => ':count 시간',
22 'h' => ':count 시간',
23 'minute' => ':count 분',
24 'min' => ':count 분',
25 'second' => ':count 초',
26 's' => ':count 초',
27 'ago' => ':time 전',
28 'from_now' => ':time 후',
29 'after' => ':time 이후',
30 'before' => ':time 이전',