<?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' => '{2,3,4,22,23,24,32,33,34,42,43,44,52,53,54}:count ??????|[0,Inf[ :count ??????',
'y' => ':count ?.',
'month' => '{1} :count ??????|{2,3,4}:count ???????|[5,Inf[ :count ???????',
'm' => ':count ??.',
'week' => '{1} :count ???????|{2,3,4}:count ???????|[5,Inf[ :count ???????',
'w' => ':count ???.',
'day' => '{1,21,31} :count ???|[2,Inf[ :count ????',
'd' => ':count ?.',
'hour' => '{1,21} :count ???|{2,3,4,22,23,24}:count ????|[5,Inf[ :count ????',
'h' => ':count ?.',
'minute' => '{1,21,31,41,51} :count ?????|[2,Inf[ :count ??????',
'min' => ':count ???.',
'second' => '{1,21,31,41,51} :count ??????|{2,3,4,22,23,24,32,33,34,42,43,44,52,53,54}:count ???????|[5,Inf[:count ???????',
's' => ':count ???.',
'ago' => '????? :time',
'from_now' => '?? :time',
'after' => ':time ?????',
'before' => ':time ?????',
'year_from_now' => '{1,21,31,41,51} :count ??????|{2,3,4,22,23,24,32,33,34,42,43,44,52,53,54} :count ??????|[5,Inf[ :count ??????',
'year_ago' => '{1,21,31,41,51} :count ??????|{2,3,4,22,23,24,32,33,34,42,43,44,52,53,54} :count ??????|[5,Inf[ :count ??????',
'week_from_now' => '{1} :count ???????|{2,3,4} :count ???????|[5,Inf[ :count ???????',
'week_ago' => '{1} :count ???????|{2,3,4} :count ???????|[5,Inf[ :count ???????',
);
|