查看/编辑 代码
内容
<?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: * - Information from Michael Wolf Andrzej Krzysztofowicz ankry@mif.pg.gda.pl */ return array_replace_recursive(require __DIR__.'/en.php', [ 'formats' => [ 'LT' => 'HH:mm', 'LTS' => 'HH:mm:ss', 'L' => 'DD.MM.YYYY', 'LL' => 'DD. MMMM YYYY', 'LLL' => 'DD. MMMM, HH:mm [hod藕.]', 'LLLL' => 'dddd, DD. MMMM YYYY, HH:mm [hod藕.]', ], 'months' => ['januara', 'februara', 'm臎rca', 'apryla', 'meje', 'junija', 'julija', 'awgusta', 'septembra', 'oktobra', 'nowembra', 'decembra'], 'months_short' => ['Jan', 'Feb', 'M臎r', 'Apr', 'Mej', 'Jun', 'Jul', 'Awg', 'Sep', 'Okt', 'Now', 'Dec'], 'weekdays' => ['Njed藕ela', 'P贸nd藕ela', 'Wutora', 'Srjeda', '艩tv贸rtk', 'Pjatk', 'Sobota'], 'weekdays_short' => ['Nj', 'P贸', 'Wu', 'Sr', '艩t', 'Pj', 'So'], 'weekdays_min' => ['Nj', 'P贸', 'Wu', 'Sr', '艩t', 'Pj', 'So'], 'first_day_of_week' => 1, 'day_of_first_week_of_year' => 4, 'year' => ':count l臎to', 'y' => ':count l臎to', 'a_year' => ':count l臎to', 'month' => ':count m臎sac', 'm' => ':count m臎sac', 'a_month' => ':count m臎sac', 'week' => ':count tyd藕e艅', 'w' => ':count tyd藕e艅', 'a_week' => ':count tyd藕e艅', 'day' => ':count d藕e艅', 'd' => ':count d藕e艅', 'a_day' => ':count d藕e艅', 'hour' => ':count hod藕ina', 'h' => ':count hod藕ina', 'a_hour' => ':count hod藕ina', 'minute' => ':count chwila', 'min' => ':count chwila', 'a_minute' => ':count chwila', 'second' => ':count druhi', 's' => ':count druhi', 'a_second' => ':count druhi', ]);