²é¿´/±à¼ ´úÂë
ÄÚÈÝ
<?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: * - Arnas UdoviÄius bug-glibc-locales@gnu.org */ return array_replace_recursive(require __DIR__.'/en.php', [ 'formats' => [ 'L' => 'YYYY.MM.DD', ], 'months' => ['sausÄ—', 'vasarÄ—', 'kuova', 'balondÄ—', 'gegožės', 'bÄ—rželÄ—', 'lëpas', 'rogpjÅ«tÄ—', 'siejÄ—s', 'spalÄ—', 'lapkrÄ—stÄ—', 'grůdÄ—'], 'months_short' => ['Sau', 'Vas', 'Kuo', 'Bal', 'Geg', 'BÄ—r', 'Lëp', 'Rgp', 'Sie', 'Spa', 'Lap', 'Grd'], 'weekdays' => ['nedielÄ—s dëna', 'panedielis', 'oterninks', 'sereda', 'Äetvergs', 'petnÄ«ÄÄ—', 'sobata'], 'weekdays_short' => ['Nd', 'Pn', 'Ot', 'Sr', 'ÄŒt', 'Pt', 'Sb'], 'weekdays_min' => ['Nd', 'Pn', 'Ot', 'Sr', 'ÄŒt', 'Pt', 'Sb'], 'first_day_of_week' => 1, 'day_of_first_week_of_year' => 4, 'minute' => ':count mažos', // less reliable 'min' => ':count mažos', // less reliable 'a_minute' => ':count mažos', // less reliable 'year' => ':count metÄ', 'y' => ':count metÄ', 'a_year' => ':count metÄ', 'month' => ':count mienou', 'm' => ':count mienou', 'a_month' => ':count mienou', 'week' => ':count nedielÄ—', 'w' => ':count nedielÄ—', 'a_week' => ':count nedielÄ—', 'day' => ':count dÄ«na', 'd' => ':count dÄ«na', 'a_day' => ':count dÄ«na', 'hour' => ':count adÄ«na', 'h' => ':count adÄ«na', 'a_hour' => ':count adÄ«na', 'second' => ':count SekondÄ—', 's' => ':count SekondÄ—', 'a_second' => ':count SekondÄ—', ]);