composer package updates
[openemr.git] / vendor / nesbot / carbon / src / Carbon / Lang / gu.php
blob7759dfcb5c518a0ce01a939b2b41b1e85e2cdac5
1 <?php
3 /*
4 * This file is part of the Carbon package.
6 * (c) Brian Nesbitt <brian@nesbot.com>
8 * For the full copyright and license information, please view the LICENSE
9 * file that was distributed with this source code.
12 return array(
13 'year' => ':count વર્ષ|:count વર્ષો',
14 'y' => ':countવર્ષ|:countવર્ષો',
15 'month' => ':count મહિનો|:count મહિના',
16 'm' => ':countમહિનો|:countમહિના',
17 'week' => ':count અઠવાડિયું|:count અઠવાડિયા',
18 'w' => ':countઅઠ.|:countઅઠ.',
19 'day' => ':count દિવસ|:count દિવસો',
20 'd' => ':countદિ.|:countદિ.',
21 'hour' => ':count કલાક|:count કલાકો',
22 'h' => ':countક.|:countક.',
23 'minute' => ':count મિનિટ|:count મિનિટ',
24 'min' => ':countમિ.|:countમિ.',
25 'second' => ':count સેકેન્ડ|:count સેકેન્ડ',
26 's' => ':countસે.|:countસે.',
27 'ago' => ':time પહેલા',
28 'from_now' => ':time અત્યારથી',
29 'after' => ':time પછી',
30 'before' => ':time પહેલા',