Sid Gifari File Manager
π Root
/
home2
/
meumer25
/
painelkaickaviella.meumercado.app
/
vendor
/
nesbot
/
carbon
/
src
/
Carbon
/
Lang
/
Editing: byn_ER.php
<?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' => ['α°/α ', 'α°α', 'α°αα', 'αα', 'α£αα΅', 'α£αα₯', 'α°/α½'], 'first_day_of_week' => 1, 'day_of_first_week_of_year' => 1, 'meridiem' => ['αα±α΅ αα₯', 'αα±α΅ α°αα’'], ]);
Save
Cancel