查看/编辑 代码
内容
<?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' => ['man谩', 'kug煤'], 'weekdays' => ['s蓴虂nd蓴', 'm蓴虂nd蓴', 's蓴虂nd蓴 maf煤 m谩ba', 's蓴虂nd蓴 maf煤 m谩lal', 's蓴虂nd蓴 maf煤 m谩na', 'mab谩g谩 m谩 sukul', 's谩sadi'], 'weekdays_short' => ['s蓴虂n', 'm蓴虂n', 'smb', 'sml', 'smn', 'mbs', 'sas'], 'weekdays_min' => ['s蓴虂n', 'm蓴虂n', 'smb', 'sml', 'smn', 'mbs', 'sas'], 'months' => ['ngw蓻n mat谩hra', 'ngw蓻n 艅mba', 'ngw蓻n 艅lal', 'ngw蓻n 艅na', 'ngw蓻n 艅tan', 'ngw蓻n 艅tu贸', 'ngw蓻n h蓻mbu蓻r铆', 'ngw蓻n l蓴mbi', 'ngw蓻n r蓻bvu芒', 'ngw蓻n wum', 'ngw蓻n wum nav菙r', 'kr铆simin'], 'months_short' => ['ng1', 'ng2', 'ng3', 'ng4', 'ng5', 'ng6', 'ng7', 'ng8', 'ng9', 'ng10', 'ng11', 'kris'], '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', ], ]);