Просмотр файла vendor/nesbot/carbon/src/Carbon/Lang/en.php

Размер файла: 1.07Kb
<?php

/*
 * This file is part of the Carbon package.
 *
 * (c) Brian Nesbitt <[email protected]>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

return array(
    'year' => ':count year|:count years',
    'y' => ':countyr|:countyrs',
    'month' => ':count month|:count months',
    'm' => ':countmo|:countmos',
    'week' => ':count week|:count weeks',
    'w' => ':countw|:countw',
    'day' => ':count day|:count days',
    'd' => ':countd|:countd',
    'hour' => ':count hour|:count hours',
    'h' => ':counth|:counth',
    'minute' => ':count minute|:count minutes',
    'min' => ':countm|:countm',
    'second' => ':count second|:count seconds',
    's' => ':counts|:counts',
    'ago' => ':time ago',
    'from_now' => ':time from now',
    'after' => ':time after',
    'before' => ':time before',
    'diff_now' => 'just now',
    'diff_yesterday' => 'yesterday',
    'diff_tomorrow' => 'tomorrow',
    'diff_before_yesterday' => 'before yesterday',
    'diff_after_tomorrow' => 'after tomorrow',
);