<?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.
*/
return array(
'year' => ':count ???|:count ????|:count ???',
'y' => ':count ???|:count ????|:count ???',
'month' => ':count ?????|:count ??????|:count ???????',
'm' => ':count ?????|:count ??????|:count ???????',
'week' => ':count ??????|:count ??????|:count ??????',
'w' => ':count ??????|:count ??????|:count ??????',
'day' => ':count ????|:count ???|:count ????',
'd' => ':count ????|:count ???|:count ????',
'hour' => ':count ???|:count ????|:count ?????',
'h' => ':count ???|:count ????|:count ?????',
'minute' => ':count ??????|:count ??????|:count ?????',
'min' => ':count ??????|:count ??????|:count ?????',
'second' => ':count ???????|:count ???????|:count ??????',
's' => ':count ???????|:count ???????|:count ??????',
'ago' => ':time ?????',
'from_now' => '????? :time',
'after' => ':time ?????',
'before' => ':time ??',
);
|