查看/编辑 代码
内容
<?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' => ['ki蓻m蓻虂蓻m', 'kis蓻虂nd蓻'], 'weekdays' => ['s蓴虂ndi蓻', 'm贸ndie', 'mu谩ny谩艐m贸ndie', 'met煤kp铆谩p蓻', 'k煤p茅limet煤kpiap蓻', 'fel茅te', 's茅sel茅'], 'weekdays_short' => ['sd', 'md', 'mw', 'et', 'kl', 'fl', 'ss'], 'weekdays_min' => ['sd', 'md', 'mw', 'et', 'kl', 'fl', 'ss'], 'months' => ['pik铆t铆k铆tie, o贸l铆 煤 kut煤an', 'si蓻y蓻虂, o贸li 煤 k谩nd铆蓻', '蓴ns煤mb蓴l, o贸li 煤 k谩t谩t煤蓻', 'mesi艐, o贸li 煤 k茅nie', 'ensil, o贸li 煤 k谩t谩nu蓻', '蓴s蓴n', 'efute', 'pisuy煤', 'im蓻艐 i pu蓴s', 'im蓻艐 i put煤k,o贸li 煤 k谩t铆蓻', 'makandik蓻', 'pil蓴nd蓴虂'], 'months_short' => ['o.1', 'o.2', 'o.3', 'o.4', 'o.5', 'o.6', 'o.7', 'o.8', 'o.9', 'o.10', 'o.11', 'o.12'], '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', ], ]);