²ιΏ΄/±ΰΌ ΄ϊΒλ
ΔΪΘέ
<?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' => ['αααΆ', 'αα'], ]);