˛éż´/ąŕź ´úÂë
ÄÚČÝ
<?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' => ['áĄááľ', 'á¨á°ááľ'], '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 á´áŽááľ', 'ago' => 'á¨:time á ááľ', 'from_now' => 'á :time ááľáĽ', ]);