%PDF- %PDF-
Direktori : /var/www/html/digiprint/vendor/nesbot/carbon/src/Carbon/Lang/ |
Current File : /var/www/html/digiprint/vendor/nesbot/carbon/src/Carbon/Lang/zh_TW.php |
<?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前', );