˛éż´/ąŕź ´úÂë
ÄÚČÝ
<?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: * - http://www.uyip.org/ Pablo Saratxaga pablo@mandrakesoft.com */ return array_replace_recursive(require __DIR__.'/en.php', [ 'formats' => [ 'L' => 'DD/MM/YY', ], 'months' => ['××Öˇ× ××֡ר', 'פֿע×ר××֡ר', '×ער׼', '×֡פ֟ר××', '×××', '××× ×', '××××', '×××××ץ×', 'ץעפ֟×ע××ער', '××§×××ער', '× ×××ע××ער', '×ע׌ע××ער'], 'months_short' => ['××Öˇ× ', 'פֿע×', '××֡ר', '×֡פ֟ר', '×ײ֡ ', '××× ', '×××', '×׹×', 'ץעפ֟', '×ָק×', '× ×ָװ', '×ע׌'], 'weekdays' => ['××× ×××§', '××Ö¸× ×××§', '××× ×Ą×××§', '××××°×Ö¸×', '××Ö¸× ×˘×¨×Š×××§', 'פֿרײ֡×××§', '׊×ת'], 'weekdays_short' => ['××× \'', '××Ö¸× \'', '××× \'', '×××\'', '××Ö¸× \'', 'פֿרײ֡\'', '׊×ת'], 'weekdays_min' => ['××× \'', '××Ö¸× \'', '××× \'', '×××\'', '××Ö¸× \'', 'פֿרײ֡\'', '׊×ת'], 'day_of_first_week_of_year' => 1, '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 ץעק×× ×ע', ]);