Files
c-cms-legacy/vendor/nesbot/carbon/src/Carbon/Lang/gu.php
Mathieu Lagace 5fa3c85b97 Include Vendor
2018-06-27 20:31:54 -04:00

32 lines
1.1 KiB
PHP

<?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' => '1 વર્ષ|:count વર્ષો',
'y' => '1વર્ષ|:countવર્ષો',
'month' => '1 મહિનો|:count મહિના',
'm' => '1મહિનો|:countમહિના',
'week' => '1 અઠવાડિયું|:count અઠવાડિયા',
'w' => '1અઠ.|:countઅઠ.',
'day' => '1 દિવસ|:count દિવસો',
'd' => '1દિ.|:countદિ.',
'hour' => '1 કલાક|:count કલાકો',
'h' => '1ક.|:countક.',
'minute' => '1 મિનિટ|:count મિનિટ',
'min' => '1મિ.|:countમિ.',
'second' => '1 સેકેન્ડ|:count સેકેન્ડ',
's' => '1સે.|:countસે.',
'ago' => ':time પહેલા',
'from_now' => ':time અત્યારથી',
'after' => ':time પછી',
'before' => ':time પહેલા',
);