<?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' => '{0}???|{1}???|{2}?????|[3,10]:count ?????|[11,Inf]:count ???',
'y' => '{0}???|{1}???|{2}?????|[3,10]:count ?????|[11,Inf]:count ???',
'month' => '{0}???|{1} ???|{2}?????|[3,10]:count ????|[11,Inf]:count ???',
'm' => '{0}???|{1} ???|{2}?????|[3,10]:count ????|[11,Inf]:count ???',
'week' => '{0}?????|{1}?????|{2}???????|[3,10]:count ??????|[11,Inf]:count ?????',
'w' => '{0}?????|{1}?????|{2}???????|[3,10]:count ??????|[11,Inf]:count ?????',
'day' => '{0}???|{1}???|{2}?????|[3,10]:count ????|[11,Inf] ???',
'd' => '{0}???|{1}???|{2}?????|[3,10]:count ????|[11,Inf] ???',
'hour' => '{0}????|{1}????|{2}??????|[3,10]:count ?????|[11,Inf]:count ????',
'h' => '{0}????|{1}????|{2}??????|[3,10]:count ?????|[11,Inf]:count ????',
'minute' => '{0}?????|{1}?????|{2}???????|[3,10]:count ?????|[11,Inf]:count ?????',
'min' => '{0}?????|{1}?????|{2}???????|[3,10]:count ?????|[11,Inf]:count ?????',
'second' => '{0}?????|{1}?????|{2}???????|[3,10]:count ????|[11,Inf]:count ?????',
's' => '{0}?????|{1}?????|{2}???????|[3,10]:count ????|[11,Inf]:count ?????',
'ago' => '??? :time',
'from_now' => '?? ???? :time',
'after' => '??? :time',
'before' => '??? :time',
);
|