˛éż´/ąŕź ´úÂë
ÄÚČÝ
<?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. */ return array_replace_recursive(require __DIR__.'/en.php', [ 'weekdays' => ['đ˘đ§đđ¨đđ˘đ´', 'đĽđ§đđ´đđ˘đ´', 'đđ§đđđ§đŁđ´đđ˘đ´', 'đđŞđđ´đđ˘đ´', 'đđłđ˘đ¨đĽđŞđđ´đđ˘đ´', 'đĽđŞđđ´đđŽđ˘đ´đđ˘đ´', 'đĽđ§đđ¨đđ˘đ´'], 'weekdays_short' => ['đ˘đ§đđ¨', 'đĽđ§đđ´', 'đđ§đđđ§đŁđ´', 'đđŞđđ´', 'đđłđ˘đ¨đĽđŞđđ´', 'đĽđŞđđ´đđŽđ˘đ´', 'đĽđ§đđ¨'], 'weekdays_min' => ['đ˘đ§đđ¨', 'đĽđ§đđ´', 'đđ§đđđ§đŁđ´', 'đđŞđđ´', 'đđłđ˘đ¨đĽđŞđđ´', 'đĽđŞđđ´đđŽđ˘đ´', 'đĽđ§đđ¨'], 'months' => ['đđđŞđ đ˘đ¨', 'đđŹđđ´đđłđ˘đŞđ đ˘đ¨', 'đđ˘đ´đđ§', 'đđŹđđłđ˘đ¨đŁđ´', 'đđŹ', 'đđŞđđ´', 'đđŞđŁđ', 'đđđ§đđ´đđ´', 'đĽđŹđđ´đđŹđđ´đđ§đ˘đ´', 'đđ§đđ´đđŹđđ§đ˘đ´', 'đđ§đđŹđđ´đđ§đ˘đ´', 'đđ¨đĽđŹđđ´đđ§đ˘đ´'], 'months_short' => ['đđđŞ', 'đđŹđđ´', 'đđ˘đ´đđ§', 'đđŹđđłđ˘đ¨đŁđ´', 'đđŹ', 'đđŞđđ´', 'đđŞđŁđ', 'đđđ§đđ´đđ´', 'đĽđŹđđ´đđŹđđ´đđ§đ˘đ´', 'đđ§đđ´đđŽđđ§đ˘đ´', 'đđ§đđŹđđ´đđ§đ˘đ´', 'đđ¨đĽđŹđđ´đđ˘đ´'], 'months_short_standalone' => ['đđđŞđ đ˘đ¨', 'đđŹđđ´đđłđ˘đŞđ đ˘đ¨', 'đđ˘đ´đđ§', 'đđŹđđłđ˘đ¨đŁđ´', 'đđŹ', 'đđŞđđ´', 'đđŞđŁđ', 'đđđ§đđ´đđ´', 'đĽđŹđđ´đđŹđđ´đđ§đ˘đ´', 'đđ§đđ´đđŽđđ§đ˘đ´', 'đđ§đđŹđđ´đđ§đ˘đ´', 'đđ¨đĽđŹđđ´đđ§đ˘đ´'], 'formats' => [ 'LT' => 'h:mm a', 'LTS' => 'h:mm:ss a', 'L' => 'D/M/YYYY', 'LL' => 'D MMM, YYYY', 'LLL' => 'D MMMM, YYYY h:mm a', 'LLLL' => 'dddd, D MMMM, YYYY h:mm a', ], ]);