nginxsonarrradarrplexorganizrdashboardbookmarkapplication-dashboardmuximuxlandingpagestartpagelandinghtpcserverhomepagesabnzbdheimdallembycouchpotatonzbget
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
755 B
31 lines
755 B
<?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前',
|
|
);
|
|
|