²ιΏ΄/±ΰΌ ΄ϊΒλ
ΔΪΘέ
<?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' => ['α°αα α΅', 'α°αα', 'α°αα΅', 'α¨α‘α', 'ααα΅', 'ααα’', 'αα³α'], 'weekdays_short' => ['α°αα ', 'α°αα', 'α°αα΅', 'α¨α‘α', 'ααα΅', 'ααα’', 'αα³α'], 'weekdays_min' => ['α°αα ', 'α°αα', 'α°αα΅', 'α¨α‘α', 'ααα΅', 'ααα’', 'αα³α'], 'day_of_first_week_of_year' => 1, 'meridiem' => ['ααα α°αα°', 'α΅αα α°αα΅'], ]);