ÿØÿÛ 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:
 * - bug-glibc-locales@gnu.org
 */
return array_replace_recursive(require __DIR__.'/en.php', [
    'formats' => [
        'L' => 'YYYYå¹´MMæœˆDDè™Ÿ',
    ],
    'months' => ['ä¸€æœˆ', 'äºŒæœˆ', 'ä¸‰æœˆ', 'å››æœˆ', 'äº”æœˆ', 'å…­æœˆ', 'ä¸ƒæœˆ', 'å…«æœˆ', 'ä¹æœˆ', 'åæœˆ', 'åä¸€æœˆ', 'åäºŒæœˆ'],
    'months_short' => [' 1æœˆ', ' 2æœˆ', ' 3æœˆ', ' 4æœˆ', ' 5æœˆ', ' 6æœˆ', ' 7æœˆ', ' 8æœˆ', ' 9æœˆ', '10æœˆ', '11æœˆ', '12æœˆ'],
    'weekdays' => ['æ˜ŸæœŸæ—¥', 'æ˜ŸæœŸä¸€', 'æ˜ŸæœŸäºŒ', 'æ˜ŸæœŸä¸‰', 'æ˜ŸæœŸå››', 'æ˜ŸæœŸäº”', 'æ˜ŸæœŸå…­'],
    'weekdays_short' => ['æ—¥', 'ä¸€', 'äºŒ', 'ä¸‰', 'å››', 'äº”', 'å…­'],
    'weekdays_min' => ['æ—¥', 'ä¸€', 'äºŒ', 'ä¸‰', 'å››', 'äº”', 'å…­'],
    'meridiem' => ['ä¸Šåˆ', 'ä¸‹åˆ'],

    'year' => ':count å¹´',
    'y' => ':count å¹´',
    'a_year' => ':count å¹´',

    'month' => ':count æœˆ',
    'm' => ':count æœˆ',
    'a_month' => ':count æœˆ',

    'week' => ':count å‘¨',
    'w' => ':count å‘¨',
    'a_week' => ':count å‘¨',

    'day' => ':count ç™½å¤©',
    'd' => ':count ç™½å¤©',
    'a_day' => ':count ç™½å¤©',

    'hour' => ':count å°æ—¶',
    'h' => ':count å°æ—¶',
    'a_hour' => ':count å°æ—¶',

    'minute' => ':count åˆ†é’Ÿ',
    'min' => ':count åˆ†é’Ÿ',
    'a_minute' => ':count åˆ†é’Ÿ',

    'second' => ':count ç§’',
    's' => ':count ç§’',
    'a_second' => ':count ç§’',
]);
