Blame | Letzte Änderung | Log anzeigen | RSS feed
<?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.*//** Authors:* - Josh Soref* - Kaushik Thanki* - Josh Soref*/return ['year' => 'àªàª• વરà«àª·|:count વરà«àª·','y' => ':countવરà«àª·|:countવરà«àª·à«‹','month' => 'àªàª• મહિનો|:count મહિના','m' => ':countમહિનો|:countમહિના','week' => ':count અઠવાડિયà«àª‚|:count અઠવાડિયા','w' => ':countઅઠ.|:countઅઠ.','day' => 'àªàª• દિવસ|:count દિવસ','d' => ':countદિ.|:countદિ.','hour' => 'àªàª• કલાક|:count કલાક','h' => ':countક.|:countક.','minute' => 'àªàª• મિનિટ|:count મિનિટ','min' => ':countમિ.|:countમિ.','second' => 'અમà«àª• પળો|:count સેકંડ','s' => ':countસે.|:countસે.','ago' => ':time પેહલા','from_now' => ':time મા','after' => ':time પછી','before' => ':time પહેલા','diff_now' => 'હમણાં','diff_today' => 'આજ','diff_yesterday' => 'ગઇકાલે','diff_tomorrow' => 'કાલે','formats' => ['LT' => 'A h:mm વાગà«àª¯à«‡','LTS' => 'A h:mm:ss વાગà«àª¯à«‡','L' => 'DD/MM/YYYY','LL' => 'D MMMM YYYY','LLL' => 'D MMMM YYYY, A h:mm વાગà«àª¯à«‡','LLLL' => 'dddd, D MMMM YYYY, A h:mm વાગà«àª¯à«‡',],'calendar' => ['sameDay' => '[આજ] LT','nextDay' => '[કાલે] LT','nextWeek' => 'dddd, LT','lastDay' => '[ગઇકાલે] LT','lastWeek' => '[પાછલા] dddd, LT','sameElse' => 'L',],'meridiem' => function ($hour) {if ($hour < 4) {return 'રાત';}if ($hour < 10) {return 'સવાર';}if ($hour < 17) {return 'બપોર';}if ($hour < 20) {return 'સાંજ';}return 'રાત';},'months' => ['જાનà«àª¯à«àª†àª°à«€', 'ફેબà«àª°à«àª†àª°à«€', 'મારà«àªš', 'àªàªªà«àª°àª¿àª²', 'મે', 'જૂન', 'જà«àª²àª¾àªˆ', 'ઑગસà«àªŸ', 'સપà«àªŸà«‡àª®à«àª¬àª°', 'ઑકà«àªŸà«àª¬àª°', 'નવેમà«àª¬àª°', 'ડિસેમà«àª¬àª°'],'months_short' => ['જાનà«àª¯à«.', 'ફેબà«àª°à«.', 'મારà«àªš', 'àªàªªà«àª°àª¿.', 'મે', 'જૂન', 'જà«àª²àª¾.', 'ઑગ.', 'સપà«àªŸà«‡.', 'ઑકà«àªŸà«.', 'નવે.', 'ડિસે.'],'weekdays' => ['રવિવાર', 'સોમવાર', 'મંગળવાર', 'બà«àª§à«àªµàª¾àª°', 'ગà«àª°à«àªµàª¾àª°', 'શà«àª•à«àª°àªµàª¾àª°', 'શનિવાર'],'weekdays_short' => ['રવિ', 'સોમ', 'મંગળ', 'બà«àª§à«', 'ગà«àª°à«', 'શà«àª•à«àª°', 'શનિ'],'weekdays_min' => ['ર', 'સો', 'મં', 'બà«', 'ગà«', 'શà«', 'શ'],'list' => [', ', ' અને '],'first_day_of_week' => 0,'day_of_first_week_of_year' => 1,'weekend' => [0, 0],];