This repository has been archived on 2026-07-02. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
HomeIsWhereTheMoneyIs/vendor/nesbot/carbon/src/Carbon/Lang/zh_TW.php
T
2017-05-24 18:35:30 -05:00

32 lines
755 B
PHP
Executable File

<?php
/*
* This file is part of the Carbon package.
*
* (c) Brian Nesbitt <brian@nesbot.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return array(
'year' => ':count 年',
'y' => ':count 年',
'month' => ':count 月',
'm' => ':count 月',
'week' => ':count 周',
'w' => ':count 周',
'day' => ':count 天',
'd' => ':count 天',
'hour' => ':count 小時',
'h' => ':count 小時',
'minute' => ':count 分鐘',
'min' => ':count 分鐘',
'second' => ':count 秒',
's' => ':count 秒',
'ago' => ':time前',
'from_now' => '距現在 :time',
'after' => ':time後',
'before' => ':time前',
);