²ιΏ΄/±ΰΌ ΄ϊΒλ
ΔΪΘέ
<?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: * - bug-glibc-locales@gnu.org */ return array_replace_recursive(require __DIR__.'/en.php', [ 'formats' => [ 'L' => 'YYYYεΉ΄MMζDDθ', ], 'months' => ['δΈζ', 'δΊζ', 'δΈζ', 'εζ', 'δΊζ', 'ε ζ', 'δΈζ', 'ε «ζ', 'δΉζ', 'εζ', 'εδΈζ', 'εδΊζ'], 'months_short' => [' 1ζ', ' 2ζ', ' 3ζ', ' 4ζ', ' 5ζ', ' 6ζ', ' 7ζ', ' 8ζ', ' 9ζ', '10ζ', '11ζ', '12ζ'], 'weekdays' => ['ζζζ₯', 'ζζδΈ', 'ζζδΊ', 'ζζδΈ', 'ζζε', 'ζζδΊ', 'ζζε '], 'weekdays_short' => ['ζ₯', 'δΈ', 'δΊ', 'δΈ', 'ε', 'δΊ', 'ε '], 'weekdays_min' => ['ζ₯', 'δΈ', 'δΊ', 'δΈ', 'ε', 'δΊ', 'ε '], 'meridiem' => ['δΈε', 'δΈε'], 'year' => ':count εΉ΄', 'y' => ':count εΉ΄', 'a_year' => ':count εΉ΄', 'month' => ':count ζ', 'm' => ':count ζ', 'a_month' => ':count ζ', 'week' => ':count ε¨', 'w' => ':count ε¨', 'a_week' => ':count ε¨', 'day' => ':count η½ε€©', 'd' => ':count η½ε€©', 'a_day' => ':count η½ε€©', 'hour' => ':count ε°ζΆ', 'h' => ':count ε°ζΆ', 'a_hour' => ':count ε°ζΆ', 'minute' => ':count ει', 'min' => ':count ει', 'a_minute' => ':count ει', 'second' => ':count η§', 's' => ':count η§', 'a_second' => ':count η§', ]);