˙Ř˙Ű C 

˙Ř˙Ű C 

<?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:
 * - FranĂ§ois B
 * - Karamell
 */
return [
    'year' => '{1}:count jahki|:count jagit',
    'a_year' => '{1}okta jahki|:count jagit',
    'y' => ':count j.',
    'month' => '{1}:count mĂˇnnu|:count mĂˇnut',
    'a_month' => '{1}okta mĂˇnnu|:count mĂˇnut',
    'm' => ':count mĂˇn.',
    'week' => '{1}:count vahkku|:count vahkku',
    'a_week' => '{1}okta vahkku|:count vahkku',
    'w' => ':count v.',
    'day' => '{1}:count beaivi|:count beaivvit',
    'a_day' => '{1}okta beaivi|:count beaivvit',
    'd' => ':count b.',
    'hour' => '{1}:count diimmu|:count diimmut',
    'a_hour' => '{1}okta diimmu|:count diimmut',
    'h' => ':count d.',
    'minute' => '{1}:count minuhta|:count minuhtat',
    'a_minute' => '{1}okta minuhta|:count minuhtat',
    'min' => ':count min.',
    'second' => '{1}:count sekunddat|:count sekunddat',
    'a_second' => '{1}moadde sekunddat|:count sekunddat',
    's' => ':count s.',
    'ago' => 'maĹ‹it :time',
    'from_now' => ':time geaĹľes',
    'diff_yesterday' => 'ikte',
    'diff_yesterday_regexp' => 'ikte(?:\\s+ti)?',
    'diff_today' => 'otne',
    'diff_today_regexp' => 'otne(?:\\s+ti)?',
    'diff_tomorrow' => 'ihttin',
    'diff_tomorrow_regexp' => 'ihttin(?:\\s+ti)?',
    'formats' => [
        'LT' => 'HH:mm',
        'LTS' => 'HH:mm:ss',
        'L' => 'DD.MM.YYYY',
        'LL' => 'MMMM D. [b.] YYYY',
        'LLL' => 'MMMM D. [b.] YYYY [ti.] HH:mm',
        'LLLL' => 'dddd, MMMM D. [b.] YYYY [ti.] HH:mm',
    ],
    'calendar' => [
        'sameDay' => '[otne ti] LT',
        'nextDay' => '[ihttin ti] LT',
        'nextWeek' => 'dddd [ti] LT',
        'lastDay' => '[ikte ti] LT',
        'lastWeek' => '[ovddit] dddd [ti] LT',
        'sameElse' => 'L',
    ],
    'ordinal' => ':number.',
    'months' => ['oÄ‘Ä‘ajagemĂˇnnu', 'guovvamĂˇnnu', 'njukÄŤamĂˇnnu', 'cuoĹ‹omĂˇnnu', 'miessemĂˇnnu', 'geassemĂˇnnu', 'suoidnemĂˇnnu', 'borgemĂˇnnu', 'ÄŤakÄŤamĂˇnnu', 'golggotmĂˇnnu', 'skĂˇbmamĂˇnnu', 'juovlamĂˇnnu'],
    'months_short' => ['oÄ‘Ä‘j', 'guov', 'njuk', 'cuo', 'mies', 'geas', 'suoi', 'borg', 'ÄŤakÄŤ', 'golg', 'skĂˇb', 'juov'],
    'weekdays' => ['sotnabeaivi', 'vuossĂˇrga', 'maĹ‹Ĺ‹ebĂˇrga', 'gaskavahkku', 'duorastat', 'bearjadat', 'lĂˇvvardat'],
    'weekdays_short' => ['sotn', 'vuos', 'maĹ‹', 'gask', 'duor', 'bear', 'lĂˇv'],
    'weekdays_min' => ['s', 'v', 'm', 'g', 'd', 'b', 'L'],
    'first_day_of_week' => 1,
    'day_of_first_week_of_year' => 4,
    'list' => [', ', ' ja '],
    'meridiem' => ['i.b.', 'e.b.'],
];
