查看/编辑 代码
内容
<?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_replace_recursive(require __DIR__.'/en.php', [ 'meridiem' => ['I bik蓻虃gl脿', 'I 蓳ugaj蓴p'], 'weekdays' => ['艐gw脿 n蓴虃y', '艐gw脿 nja艐gumba', '艐gw脿 没m', '艐gw脿 艐g锚', '艐gw脿 mb蓴k', '艐gw脿 k蓴蓴', '艐gw脿 j么n'], 'weekdays_short' => ['n蓴y', 'nja', 'uum', '艐ge', 'mb蓴', 'k蓴蓴', 'jon'], 'weekdays_min' => ['n蓴y', 'nja', 'uum', '艐ge', 'mb蓴', 'k蓴蓴', 'jon'], 'months' => ['K蓴nd蓴艐', 'M脿c蓻虃l', 'M脿t霉mb', 'M脿top', 'M虁puy蓻', 'H矛l貌nd蓻虁', 'Nj猫b脿', 'H矛ka艐', 'D矛p蓴虁s', 'B矛貌么m', 'M脿y蓻s猫p', 'L矛buy li 艅y猫e'], 'months_short' => ['k蓴n', 'mac', 'mat', 'mto', 'mpu', 'hil', 'nje', 'hik', 'dip', 'bio', 'may', 'li蓳'], 'first_day_of_week' => 1, 'formats' => [ 'LT' => 'HH:mm', 'LTS' => 'HH:mm:ss', 'L' => 'D/M/YYYY', 'LL' => 'D MMM, YYYY', 'LLL' => 'D MMMM YYYY HH:mm', 'LLLL' => 'dddd D MMMM YYYY HH:mm', ], 'second' => ':count m贸nd卯', // less reliable 's' => ':count m贸nd卯', // less reliable 'a_second' => ':count m贸nd卯', // less reliable ]);