查看/编辑 代码
内容
<?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. */ /* * Authors: * - Ge'ez Frontier Foundation locales@geez.org */ return array_replace_recursive(require __DIR__.'/en.php', [ 'formats' => [ 'L' => 'DD/MM/YYYY', ], 'months' => ['釄嶀嫲釅滇埅', '釆墺釆结墺釅', '釆墺釄', '釐嬦寘釆横埅', '釆墷釅呩埅', '釄濁姫釆め垗 釅滇寭虆釆掅埅', '釆搬埈釆', '釄涐埈釈垵 釅滇埅', '釈姼釆 釄樶埑釅呩垐釄', '釄樶壈釄', '釄濁姫釆め垗 釄樶埥釈堘埅', '釅搬垥釄翅埖釄'], 'months_short' => ['釄嶀嫲釅', '釆墺釆', '釆墺釄', '釐嬦寘釆', '釆墷釅', '釄/釅', '釆搬埈', '釄涐埈釈', '釈姼釆', '釄樶壈釄', '釄/釄', '釅搬垥釄'], 'weekdays' => ['釄搬姇釅犪埈 釅呩嫵釈', '釄搬姂', '釄搬垔釋', '釄堘寭 釈堘埅 釄堘墺釈', '釆a垵釈', '釆a埈釅', '釄搬姇釅犪埈 釄结寭釈'], 'weekdays_short' => ['釄/釅', '釄搬姂', '釄搬垔釋', '釄堘寭', '釆a垵釈', '釆a埈釅', '釄/釄'], 'weekdays_min' => ['釄/釅', '釄搬姂', '釄搬垔釋', '釄堘寭', '釆a垵釈', '釆a埈釅', '釄/釄'], 'first_day_of_week' => 1, 'day_of_first_week_of_year' => 1, 'meridiem' => ['釐嬦嫳釄 釋冡墺', '釐嬦嫳釄 釈搬垵釅'], ]);