Sid Gifari File Manager
đ Root
/
home2
/
meumer25
/
painelbistroemcasa.meurestaurante.app
/
vendor
/
nesbot
/
carbon
/
src
/
Carbon
/
Lang
/
Editing: vai.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. */ return array_replace_recursive(require __DIR__.'/en.php', [ 'weekdays' => ['ęęęľ', 'ęłęĄę', 'ęęę', 'ęęę', 'ęę¤ęę˘', 'ęę¤ęęŽ', 'ęťęŹęł'], 'weekdays_short' => ['ęęęľ', 'ęłęĄę', 'ęęę', 'ęęę', 'ęę¤ęę˘', 'ęę¤ęęŽ', 'ęťęŹęł'], 'weekdays_min' => ['ęęęľ', 'ęłęĄę', 'ęęę', 'ęęę', 'ęę¤ęę˘', 'ęę¤ęęŽ', 'ęťęŹęł'], 'months' => ['ę¨ę ęŞę´ ęęęŽę', 'ęęĄęę', 'ęžęş', 'ę˘ę', 'ęęą', 'ęąę', 'ęąęę¤', 'ęę', 'ę˘ę', 'ęę', 'ęęęęż ę¸ęę', 'ę¨ę ęŞę´ ęęşęŽę'], 'months_short' => ['ę¨ęę', 'ęęĄ', 'ęžęş', 'ę˘ę', 'ęęą', 'ęąę', 'ęąę', 'ęę', 'ę˘ę', 'ęę', 'ęę', 'ę¨ęę'], 'first_day_of_week' => 1, 'formats' => [ 'LT' => 'h:mm a', 'LTS' => 'h:mm:ss a', 'L' => 'DD/MM/YYYY', 'LL' => 'D MMM YYYY', 'LLL' => 'D MMMM YYYY h:mm a', 'LLLL' => 'dddd, D MMMM YYYY h:mm a', ], 'year' => ':count ę', // less reliable 'y' => ':count ę', // less reliable 'a_year' => ':count ę', // less reliable 'second' => ':count ęąęęŻę', // less reliable 's' => ':count ęąęęŻę', // less reliable 'a_second' => ':count ęąęęŻę', // less reliable ]);
Save
Cancel