composer package updates
[openemr.git] / vendor / nesbot / carbon / src / Carbon / Lang / zh_TW.php
blobc848723bc2e0174a7af99a2af5fed9a7f44899fc
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前',