‰PNG

   IHDR         ôxÔú   sBIT|dˆ   	pHYs  Ä  Ä•+   tEXtSoftware www.inkscape.org›î<  ,àtEXtComment 
<?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:
 * - Takuya Sawada
 * - Atsushi Tanaka
 * - FranÃ§ois B
 * - Jason Katz-Brown
 * - Serhan ApaydÄ±n
 * - XueWei
 * - JD Isaacks
 * - toyama satoshi
 * - atakigawa
 */

use Carbon\CarbonInterface;

return [
    'year' => ':countå¹´',
    'y' => ':countå¹´',
    'month' => ':countãƒ¶æœˆ',
    'm' => ':countãƒ¶æœˆ',
    'week' => ':counté€±é–“',
    'w' => ':counté€±é–“',
    'day' => ':countæ—¥',
    'd' => ':countæ—¥',
    'hour' => ':countæ™‚é–“',
    'h' => ':countæ™‚é–“',
    'minute' => ':countåˆ†',
    'min' => ':countåˆ†',
    'second' => ':countç§’',
    'a_second' => '{1}æ•°ç§’|]1,Inf[:countç§’',
    's' => ':countç§’',
    'ago' => ':timeå‰',
    'from_now' => ':timeå¾Œ',
    'after' => ':timeå¾Œ',
    'before' => ':timeå‰',
    'diff_now' => 'ä»Š',
    'diff_today' => 'ä»Šæ—¥',
    'diff_yesterday' => 'æ˜¨æ—¥',
    'diff_tomorrow' => 'æ˜Žæ—¥',
    'formats' => [
        'LT' => 'HH:mm',
        'LTS' => 'HH:mm:ss',
        'L' => 'YYYY/MM/DD',
        'LL' => 'YYYYå¹´MæœˆDæ—¥',
        'LLL' => 'YYYYå¹´MæœˆDæ—¥ HH:mm',
        'LLLL' => 'YYYYå¹´MæœˆDæ—¥ dddd HH:mm',
    ],
    'calendar' => [
        'sameDay' => '[ä»Šæ—¥] LT',
        'nextDay' => '[æ˜Žæ—¥] LT',
        'nextWeek' => function (CarbonInterface $current, CarbonInterface $other) {
            if ($other->week !== $current->week) {
                return '[æ¥é€±]dddd LT';
            }

            return 'dddd LT';
        },
        'lastDay' => '[æ˜¨æ—¥] LT',
        'lastWeek' => function (CarbonInterface $current, CarbonInterface $other) {
            if ($other->week !== $current->week) {
                return '[å…ˆé€±]dddd LT';
            }

            return 'dddd LT';
        },
        'sameElse' => 'L',
    ],
    'ordinal' => function ($number, $period) {
        switch ($period) {
            case 'd':
            case 'D':
            case 'DDD':
                return $number.'æ—¥';
            default:
                return $number;
        }
    },
    'meridiem' => ['åˆå‰', 'åˆå¾Œ'],
    'months' => ['1æœˆ', '2æœˆ', '3æœˆ', '4æœˆ', '5æœˆ', '6æœˆ', '7æœˆ', '8æœˆ', '9æœˆ', '10æœˆ', '11æœˆ', '12æœˆ'],
    'months_short' => ['1æœˆ', '2æœˆ', '3æœˆ', '4æœˆ', '5æœˆ', '6æœˆ', '7æœˆ', '8æœˆ', '9æœˆ', '10æœˆ', '11æœˆ', '12æœˆ'],
    'weekdays' => ['æ—¥æ›œæ—¥', 'æœˆæ›œæ—¥', 'ç«æ›œæ—¥', 'æ°´æ›œæ—¥', 'æœ¨æ›œæ—¥', 'é‡‘æ›œæ—¥', 'åœŸæ›œæ—¥'],
    'weekdays_short' => ['æ—¥', 'æœˆ', 'ç«', 'æ°´', 'æœ¨', 'é‡‘', 'åœŸ'],
    'weekdays_min' => ['æ—¥', 'æœˆ', 'ç«', 'æ°´', 'æœ¨', 'é‡‘', 'åœŸ'],
    'list' => 'ã€',
    'alt_numbers' => ['ã€‡', 'ä¸€', 'äºŒ', 'ä¸‰', 'å››', 'äº”', 'å…­', 'ä¸ƒ', 'å…«', 'ä¹', 'å', 'åä¸€', 'åäºŒ', 'åä¸‰', 'åå››', 'åäº”', 'åå…­', 'åä¸ƒ', 'åå…«', 'åä¹', 'äºŒå', 'äºŒåä¸€', 'äºŒåäºŒ', 'äºŒåä¸‰', 'äºŒåå››', 'äºŒåäº”', 'äºŒåå…­', 'äºŒåä¸ƒ', 'äºŒåå…«', 'äºŒåä¹', 'ä¸‰å', 'ä¸‰åä¸€', 'ä¸‰åäºŒ', 'ä¸‰åä¸‰', 'ä¸‰åå››', 'ä¸‰åäº”', 'ä¸‰åå…­', 'ä¸‰åä¸ƒ', 'ä¸‰åå…«', 'ä¸‰åä¹', 'å››å', 'å››åä¸€', 'å››åäºŒ', 'å››åä¸‰', 'å››åå››', 'å››åäº”', 'å››åå…­', 'å››åä¸ƒ', 'å››åå…«', 'å››åä¹', 'äº”å', 'äº”åä¸€', 'äº”åäºŒ', 'äº”åä¸‰', 'äº”åå››', 'äº”åäº”', 'äº”åå…­', 'äº”åä¸ƒ', 'äº”åå…«', 'äº”åä¹', 'å…­å', 'å…­åä¸€', 'å…­åäºŒ', 'å…­åä¸‰', 'å…­åå››', 'å…­åäº”', 'å…­åå…­', 'å…­åä¸ƒ', 'å…­åå…«', 'å…­åä¹', 'ä¸ƒå', 'ä¸ƒåä¸€', 'ä¸ƒåäºŒ', 'ä¸ƒåä¸‰', 'ä¸ƒåå››', 'ä¸ƒåäº”', 'ä¸ƒåå…­', 'ä¸ƒåä¸ƒ', 'ä¸ƒåå…«', 'ä¸ƒåä¹', 'å…«å', 'å…«åä¸€', 'å…«åäºŒ', 'å…«åä¸‰', 'å…«åå››', 'å…«åäº”', 'å…«åå…­', 'å…«åä¸ƒ', 'å…«åå…«', 'å…«åä¹', 'ä¹å', 'ä¹åä¸€', 'ä¹åäºŒ', 'ä¹åä¸‰', 'ä¹åå››', 'ä¹åäº”', 'ä¹åå…­', 'ä¹åä¸ƒ', 'ä¹åå…«', 'ä¹åä¹'],
    'alt_numbers_pow' => [
        10000 => 'ä¸‡',
        1000 => 'åƒ',
        100 => 'ç™¾',
    ],
];
