mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-24 11:59:09 -04:00
Include Vendor
This commit is contained in:
31
vendor/nesbot/carbon/src/Carbon/Lang/gu.php
vendored
Normal file
31
vendor/nesbot/carbon/src/Carbon/Lang/gu.php
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
<?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 પહેલા',
|
||||
);
|
||||
Reference in New Issue
Block a user