芝麻web文件管理V1.00
编辑当前文件:/home/mgatv524/public_html/sommatv/vendor/nesbot/carbon/src/Carbon/Lang/zh_TW.php
* * 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前', );