Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • sibidharan/api-development-course-apr-2021
  • krithikramraja/api-development-course-apr-2021
  • monish-palanikumar/api-development-course-apr-2021
  • Pranesh/api-development-course-apr-2021
  • ganesha005/api-development-course-apr-2021
  • selva1011/api-development-course-apr-2021
  • hema/api-development-course-apr-2021
  • Kartheeekn/api-development-course-apr-2021
  • GopiKrishnan/api-development-course-apr-2021
  • Mhd_khalid/api-development-course-apr-2021
  • sibivarma/api-development-course-apr-2021
  • ramanajsr1/api-development-course-apr-2021
  • rahulprem2k2910/api-development-course-apr-2021
  • sabarinathanfb/api-development-course-apr-2021
  • hariharanrd/api-development-course-apr-2021
  • Akram24/api-development-course-apr-2021
  • At_muthu__/api-development-course-apr-2021
  • rii/api-development-course-apr-2021
  • harishvarmaj7/api-development-course-apr-2021
  • moovendhan/rest-api
  • k3XD16/api-development-course-apr-2021
  • vimal/api-development-course-apr-2021
  • shiva007/api-development-course-apr-2021
  • Amudhan/api-development-course-apr-2021
  • abinayacyber604/api-development-course-apr-2021
  • subash_19/api
  • Saransaran/api-development-course-apr-2021
27 results
Show changes
Showing
with 837 additions and 0 deletions
<?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:
* - abhimanyu003
* - Josh Soref
* - JD Isaacks
*/
return [
'year' => 'एक वर्ष|:count वर्ष',
'y' => '1 वर्ष|:count वर्षों',
'month' => 'एक महीने|:count महीने',
'm' => '1 माह|:count महीने',
'week' => '1 सप्ताह|:count सप्ताह',
'w' => '1 सप्ताह|:count सप्ताह',
'day' => 'एक दिन|:count दिन',
'd' => '1 दिन|:count दिनों',
'hour' => 'एक घंटा|:count घंटे',
'h' => '1 घंटा|:count घंटे',
'minute' => 'एक मिनट|:count मिनट',
'min' => '1 मिनट|:count मिनटों',
'second' => 'कुछ ही क्षण|:count सेकंड',
's' => '1 सेकंड|: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],
];
<?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 require __DIR__.'/hi.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.
*/
/*
* Unknown default region, use the first alphabetically.
*/
return require __DIR__.'/hif_FJ.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.
*/
/*
* Authors:
* - Samsung Electronics Co., Ltd. akhilesh.k@samsung.com
*/
return array_replace_recursive(require __DIR__.'/en.php', [
'formats' => [
'L' => 'dddd DD MMM YYYY',
],
'months' => ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'],
'months_short' => ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'],
'weekdays' => ['Ravivar', 'Somvar', 'Mangalvar', 'Budhvar', 'Guruvar', 'Shukravar', 'Shanivar'],
'weekdays_short' => ['Ravi', 'Som', 'Mangal', 'Budh', 'Guru', 'Shukra', 'Shani'],
'weekdays_min' => ['Ravi', 'Som', 'Mangal', 'Budh', 'Guru', 'Shukra', 'Shani'],
'meridiem' => ['Purvahan', 'Aparaahna'],
'hour' => ':count minit', // less reliable
'h' => ':count minit', // less reliable
'a_hour' => ':count minit', // less reliable
'year' => ':count saal',
'y' => ':count saal',
'a_year' => ':count saal',
'month' => ':count Mahina',
'm' => ':count Mahina',
'a_month' => ':count Mahina',
'week' => ':count Hafta',
'w' => ':count Hafta',
'a_week' => ':count Hafta',
'day' => ':count Din',
'd' => ':count Din',
'a_day' => ':count Din',
'minute' => ':count Minit',
'min' => ':count Minit',
'a_minute' => ':count Minit',
'second' => ':count Second',
's' => ':count Second',
'a_second' => ':count Second',
]);
<?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.
*/
/*
* Unknown default region, use the first alphabetically.
*/
return require __DIR__.'/hne_IN.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.
*/
/*
* Authors:
* - Red Hat, Pune bug-glibc-locales@gnu.org
*/
return array_replace_recursive(require __DIR__.'/en.php', [
'formats' => [
'L' => 'D/M/YY',
],
'months' => ['जनवरी', 'फरवरी', 'मार्च', 'अपरेल', 'मई', 'जून', 'जुलाई', 'अगस्त', 'सितमबर', 'अकटूबर', 'नवमबर', 'दिसमबर'],
'months_short' => ['जन', 'फर', 'मार्च', 'अप', 'मई', 'जून', 'जुला', 'अग', 'सित', 'अकटू', 'नव', 'दिस'],
'weekdays' => ['इतवार', 'सोमवार', 'मंगलवार', 'बुधवार', 'बिरसपत', 'सुकरवार', 'सनिवार'],
'weekdays_short' => ['इत', 'सोम', 'मंग', 'बुध', 'बिर', 'सुक', 'सनि'],
'weekdays_min' => ['इत', 'सोम', 'मंग', 'बुध', 'बिर', 'सुक', 'सनि'],
'day_of_first_week_of_year' => 1,
'meridiem' => ['बिहिनियाँ', 'मंझनियाँ'],
]);
<?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
* - François B
* - Tim Fish
* - shaishavgandhi05
* - Serhan Apaydın
* - JD Isaacks
* - tomhorvat
* - Josh Soref
* - François B
* - shaishavgandhi05
* - Serhan Apaydın
* - JD Isaacks
* - tomhorvat
* - Stjepan Majdak
* - Vanja Retkovac (vr00)
*/
return [
'year' => ':count godinu|:count godine|:count godina',
'y' => ':count god.|:count god.|:count god.',
'month' => ':count mjesec|:count mjeseca|:count mjeseci',
'm' => ':count mj.|:count mj.|:count mj.',
'week' => ':count tjedan|:count tjedna|:count tjedana',
'w' => ':count tj.|:count tj.|:count tj.',
'day' => ':count dan|:count dana|:count dana',
'd' => ':count d.|:count d.|:count d.',
'hour' => ':count sat|:count sata|:count sati',
'h' => ':count sat|:count sata|:count sati',
'minute' => ':count minutu|:count minute|:count minuta',
'min' => ':count min.|:count min.|:count min.',
'second' => ':count sekundu|:count sekunde|:count sekundi',
'a_second' => 'nekoliko sekundi|:count sekunde|:count sekundi',
's' => ':count sek.|:count sek.|:count sek.',
'ago' => 'prije :time',
'from_now' => 'za :time',
'after' => ':time poslije',
'before' => ':time prije',
'diff_now' => 'sad',
'diff_today' => 'danas',
'diff_today_regexp' => 'danas(?:\\s+u)?',
'diff_yesterday' => 'jučer',
'diff_yesterday_regexp' => 'jučer(?:\\s+u)?',
'diff_tomorrow' => 'sutra',
'diff_tomorrow_regexp' => 'sutra(?:\\s+u)?',
'diff_before_yesterday' => 'prekjučer',
'diff_after_tomorrow' => 'prekosutra',
'formats' => [
'LT' => 'H:mm',
'LTS' => 'H:mm:ss',
'L' => 'D. M. YYYY.',
'LL' => 'D. MMMM YYYY.',
'LLL' => 'D. MMMM YYYY. H:mm',
'LLLL' => 'dddd, D. MMMM YYYY. H:mm',
],
'calendar' => [
'sameDay' => '[danas u] LT',
'nextDay' => '[sutra u] LT',
'nextWeek' => function (\Carbon\CarbonInterface $date) {
switch ($date->dayOfWeek) {
case 0:
return '[u] [nedjelju] [u] LT';
case 3:
return '[u] [srijedu] [u] LT';
case 6:
return '[u] [subotu] [u] LT';
default:
return '[u] dddd [u] LT';
}
},
'lastDay' => '[jučer u] LT',
'lastWeek' => function (\Carbon\CarbonInterface $date) {
switch ($date->dayOfWeek) {
case 0:
case 3:
return '[prošlu] dddd [u] LT';
case 6:
return '[prošle] [subote] [u] LT';
default:
return '[prošli] dddd [u] LT';
}
},
'sameElse' => 'L',
],
'ordinal' => ':number.',
'months' => ['siječnja', 'veljače', 'ožujka', 'travnja', 'svibnja', 'lipnja', 'srpnja', 'kolovoza', 'rujna', 'listopada', 'studenoga', 'prosinca'],
'months_standalone' => ['siječanj', 'veljača', 'ožujak', 'travanj', 'svibanj', 'lipanj', 'srpanj', 'kolovoz', 'rujan', 'listopad', 'studeni', 'prosinac'],
'months_short' => ['sij.', 'velj.', 'ožu.', 'tra.', 'svi.', 'lip.', 'srp.', 'kol.', 'ruj.', 'lis.', 'stu.', 'pro.'],
'months_regexp' => '/(D[oD]?(\[[^\[\]]*\]|\s)+MMMM?|L{2,4}|l{2,4})/',
'weekdays' => ['nedjelju', 'ponedjeljak', 'utorak', 'srijedu', 'četvrtak', 'petak', 'subotu'],
'weekdays_standalone' => ['nedjelja', 'ponedjeljak', 'utorak', 'srijeda', 'četvrtak', 'petak', 'subota'],
'weekdays_short' => ['ned.', 'pon.', 'uto.', 'sri.', 'čet.', 'pet.', 'sub.'],
'weekdays_min' => ['ne', 'po', 'ut', 'sr', 'če', 'pe', 'su'],
'first_day_of_week' => 1,
'day_of_first_week_of_year' => 1,
'list' => [', ', ' i '],
];
<?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:
* - DarkoDevelop
*/
return array_replace_recursive(require __DIR__.'/hr.php', [
'weekdays' => ['nedjelja', 'ponedjeljak', 'utorak', 'srijeda', 'četvrtak', 'petak', 'subota'],
'weekdays_short' => ['ned', 'pon', 'uto', 'sri', 'čet', 'pet', 'sub'],
'weekdays_min' => ['ned', 'pon', 'uto', 'sri', 'čet', 'pet', 'sub'],
'months' => ['siječnja', 'veljače', 'ožujka', 'travnja', 'svibnja', 'lipnja', 'srpnja', 'kolovoza', 'rujna', 'listopada', 'studenoga', 'prosinca'],
'months_short' => ['sij', 'velj', 'ožu', 'tra', 'svi', 'lip', 'srp', 'kol', 'ruj', 'lis', 'stu', 'pro'],
'months_standalone' => ['siječanj', 'veljača', 'ožujak', 'travanj', 'svibanj', 'lipanj', 'srpanj', 'kolovoz', 'rujan', 'listopad', 'studeni', 'prosinac'],
'first_day_of_week' => 1,
'formats' => [
'LT' => 'HH:mm',
'LTS' => 'HH:mm:ss',
'L' => 'D. M. yy.',
'LL' => 'D. MMM YYYY.',
'LLL' => 'D. MMMM YYYY. HH:mm',
'LLLL' => 'dddd, D. MMMM YYYY. HH:mm',
],
]);
<?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 require __DIR__.'/hr.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.
*/
/*
* Unknown default region, use the first alphabetically.
*/
return require __DIR__.'/hsb_DE.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.
*/
/*
* Authors:
* - Information from Michael Wolf Andrzej Krzysztofowicz ankry@mif.pg.gda.pl
*/
return array_replace_recursive(require __DIR__.'/en.php', [
'formats' => [
'LT' => 'HH:mm',
'LTS' => 'HH:mm:ss',
'L' => 'DD.MM.YYYY',
'LL' => 'DD. MMMM YYYY',
'LLL' => 'DD. MMMM, HH:mm [hodź.]',
'LLLL' => 'dddd, DD. MMMM YYYY, HH:mm [hodź.]',
],
'months' => ['januara', 'februara', 'měrca', 'apryla', 'meje', 'junija', 'julija', 'awgusta', 'septembra', 'oktobra', 'nowembra', 'decembra'],
'months_short' => ['Jan', 'Feb', 'Měr', 'Apr', 'Mej', 'Jun', 'Jul', 'Awg', 'Sep', 'Okt', 'Now', 'Dec'],
'weekdays' => ['Njedźela', 'Póndźela', 'Wutora', 'Srjeda', 'Štvórtk', 'Pjatk', 'Sobota'],
'weekdays_short' => ['Nj', 'Pó', 'Wu', 'Sr', 'Št', 'Pj', 'So'],
'weekdays_min' => ['Nj', 'Pó', 'Wu', 'Sr', 'Št', 'Pj', 'So'],
'first_day_of_week' => 1,
'day_of_first_week_of_year' => 4,
'year' => ':count lěto',
'y' => ':count lěto',
'a_year' => ':count lěto',
'month' => ':count měsac',
'm' => ':count měsac',
'a_month' => ':count měsac',
'week' => ':count tydźeń',
'w' => ':count tydźeń',
'a_week' => ':count tydźeń',
'day' => ':count dźeń',
'd' => ':count dźeń',
'a_day' => ':count dźeń',
'hour' => ':count hodźina',
'h' => ':count hodźina',
'a_hour' => ':count hodźina',
'minute' => ':count chwila',
'min' => ':count chwila',
'a_minute' => ':count chwila',
'second' => ':count druhi',
's' => ':count druhi',
'a_second' => ':count druhi',
]);
<?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.
*/
/*
* Unknown default region, use the first alphabetically.
*/
return require __DIR__.'/ht_HT.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.
*/
/*
* Authors:
* - Sugar Labs // OLPC sugarlabs.org libc-alpha@sourceware.org
*/
return array_replace_recursive(require __DIR__.'/en.php', [
'formats' => [
'L' => 'DD/MM/YYYY',
],
'months' => ['janvye', 'fevriye', 'mas', 'avril', 'me', 'jen', 'jiyè', 'out', 'septanm', 'oktòb', 'novanm', 'desanm'],
'months_short' => ['jan', 'fev', 'mas', 'avr', 'me', 'jen', 'jiy', 'out', 'sep', 'okt', 'nov', 'des'],
'weekdays' => ['dimanch', 'lendi', 'madi', 'mèkredi', 'jedi', 'vandredi', 'samdi'],
'weekdays_short' => ['dim', 'len', 'mad', 'mèk', 'jed', 'van', 'sam'],
'weekdays_min' => ['dim', 'len', 'mad', 'mèk', 'jed', 'van', 'sam'],
'first_day_of_week' => 1,
'day_of_first_week_of_year' => 1,
'year' => ':count lane',
'y' => ':count lane',
'a_year' => ':count lane',
'month' => 'mwa :count',
'm' => 'mwa :count',
'a_month' => 'mwa :count',
'week' => 'semèn :count',
'w' => 'semèn :count',
'a_week' => 'semèn :count',
'day' => ':count jou',
'd' => ':count jou',
'a_day' => ':count jou',
'hour' => ':count lè',
'h' => ':count lè',
'a_hour' => ':count lè',
'minute' => ':count minit',
'min' => ':count minit',
'a_minute' => ':count minit',
'second' => ':count segonn',
's' => ':count segonn',
'a_second' => ':count segonn',
]);
<?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:
* - Adam Brunner
* - Brett Johnson
* - balping
*/
$huWeekEndings = ['vasárnap', 'hétfőn', 'kedden', 'szerdán', 'csütörtökön', 'pénteken', 'szombaton'];
return [
'year' => ':count év',
'y' => ':count év',
'month' => ':count hónap',
'm' => ':count hónap',
'week' => ':count hét',
'w' => ':count hét',
'day' => ':count nap',
'd' => ':count nap',
'hour' => ':count óra',
'h' => ':count óra',
'minute' => ':count perc',
'min' => ':count perc',
'second' => ':count másodperc',
's' => ':count másodperc',
'ago' => ':time',
'from_now' => ':time múlva',
'after' => ':time később',
'before' => ':time korábban',
'year_ago' => ':count éve',
'y_ago' => ':count éve',
'month_ago' => ':count hónapja',
'm_ago' => ':count hónapja',
'week_ago' => ':count hete',
'w_ago' => ':count hete',
'day_ago' => ':count napja',
'd_ago' => ':count napja',
'hour_ago' => ':count órája',
'h_ago' => ':count órája',
'minute_ago' => ':count perce',
'min_ago' => ':count perce',
'second_ago' => ':count másodperce',
's_ago' => ':count másodperce',
'year_after' => ':count évvel',
'y_after' => ':count évvel',
'month_after' => ':count hónappal',
'm_after' => ':count hónappal',
'week_after' => ':count héttel',
'w_after' => ':count héttel',
'day_after' => ':count nappal',
'd_after' => ':count nappal',
'hour_after' => ':count órával',
'h_after' => ':count órával',
'minute_after' => ':count perccel',
'min_after' => ':count perccel',
'second_after' => ':count másodperccel',
's_after' => ':count másodperccel',
'year_before' => ':count évvel',
'y_before' => ':count évvel',
'month_before' => ':count hónappal',
'm_before' => ':count hónappal',
'week_before' => ':count héttel',
'w_before' => ':count héttel',
'day_before' => ':count nappal',
'd_before' => ':count nappal',
'hour_before' => ':count órával',
'h_before' => ':count órával',
'minute_before' => ':count perccel',
'min_before' => ':count perccel',
'second_before' => ':count másodperccel',
's_before' => ':count másodperccel',
'months' => ['január', 'február', 'március', 'április', 'május', 'június', 'július', 'augusztus', 'szeptember', 'október', 'november', 'december'],
'months_short' => ['jan.', 'feb.', 'márc.', 'ápr.', 'máj.', 'jún.', 'júl.', 'aug.', 'szept.', 'okt.', 'nov.', 'dec.'],
'weekdays' => ['vasárnap', 'hétfő', 'kedd', 'szerda', 'csütörtök', 'péntek', 'szombat'],
'weekdays_short' => ['vas', 'hét', 'kedd', 'sze', 'csüt', 'pén', 'szo'],
'weekdays_min' => ['v', 'h', 'k', 'sze', 'cs', 'p', 'sz'],
'ordinal' => ':number.',
'diff_now' => 'most',
'diff_today' => 'ma',
'diff_yesterday' => 'tegnap',
'diff_tomorrow' => 'holnap',
'formats' => [
'LT' => 'H:mm',
'LTS' => 'H:mm:ss',
'L' => 'YYYY.MM.DD.',
'LL' => 'YYYY. MMMM D.',
'LLL' => 'YYYY. MMMM D. H:mm',
'LLLL' => 'YYYY. MMMM D., dddd H:mm',
],
'calendar' => [
'sameDay' => '[ma] LT[-kor]',
'nextDay' => '[holnap] LT[-kor]',
'nextWeek' => function (\Carbon\CarbonInterface $date) use ($huWeekEndings) {
return '['.$huWeekEndings[$date->dayOfWeek].'] LT[-kor]';
},
'lastDay' => '[tegnap] LT[-kor]',
'lastWeek' => function (\Carbon\CarbonInterface $date) use ($huWeekEndings) {
return '[múlt '.$huWeekEndings[$date->dayOfWeek].'] LT[-kor]';
},
'sameElse' => 'L',
],
'meridiem' => ['DE', 'DU'],
'first_day_of_week' => 1,
'day_of_first_week_of_year' => 4,
'list' => [', ', ' és '],
];
<?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 require __DIR__.'/hu.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.
*/
/*
* Authors:
* - mhamlet
*/
return [
'year' => ':count տարի',
'a_year' => 'տարի|:count տարի',
'y' => ':countտ',
'month' => ':count ամիս',
'a_month' => 'ամիս|:count ամիս',
'm' => ':countամ',
'week' => ':count շաբաթ',
'a_week' => 'շաբաթ|:count շաբաթ',
'w' => ':countշ',
'day' => ':count օր',
'a_day' => 'օր|:count օր',
'd' => ':countօր',
'hour' => ':count ժամ',
'a_hour' => 'ժամ|:count ժամ',
'h' => ':countժ',
'minute' => ':count րոպե',
'a_minute' => 'րոպե|:count րոպե',
'min' => ':countր',
'second' => ':count վայրկյան',
'a_second' => 'մի քանի վայրկյան|:count վայրկյան',
's' => ':countվրկ',
'ago' => ':time առաջ',
'from_now' => ':timeից',
'after' => ':time հետո',
'before' => ':time առաջ',
'diff_now' => 'հիմա',
'diff_today' => 'այսօր',
'diff_yesterday' => 'երեկ',
'diff_tomorrow' => 'վաղը',
'formats' => [
'LT' => 'HH:mm',
'LTS' => 'HH:mm:ss',
'L' => 'DD.MM.YYYY',
'LL' => 'D MMMM YYYY թ.',
'LLL' => 'D MMMM YYYY թ., HH:mm',
'LLLL' => 'dddd, D MMMM YYYY թ., HH:mm',
],
'calendar' => [
'sameDay' => '[այսօր] LT',
'nextDay' => '[վաղը] LT',
'nextWeek' => 'dddd [օրը ժամը] LT',
'lastDay' => '[երեկ] LT',
'lastWeek' => '[անցած] dddd [օրը ժամը] LT',
'sameElse' => 'L',
],
'ordinal' => function ($number, $period) {
switch ($period) {
case 'DDD':
case 'w':
case 'W':
case 'DDDo':
return $number.($number === 1 ? '-ին' : '-րդ');
default:
return $number;
}
},
'meridiem' => function ($hour) {
if ($hour < 4) {
return 'գիշերվա';
}
if ($hour < 12) {
return 'առավոտվա';
}
if ($hour < 17) {
return 'ցերեկվա';
}
return 'երեկոյան';
},
'months' => ['հունվարի', 'փետրվարի', 'մարտի', 'ապրիլի', 'մայիսի', 'հունիսի', 'հուլիսի', 'օգոստոսի', 'սեպտեմբերի', 'հոկտեմբերի', 'նոյեմբերի', 'դեկտեմբերի'],
'months_standalone' => ['հունվար', 'փետրվար', 'մարտ', 'ապրիլ', 'մայիս', 'հունիս', 'հուլիս', 'օգոստոս', 'սեպտեմբեր', 'հոկտեմբեր', 'նոյեմբեր', 'դեկտեմբեր'],
'months_short' => ['հնվ', 'փտր', 'մրտ', 'ապր', 'մյս', 'հնս', 'հլս', 'օգս', 'սպտ', 'հկտ', 'նմբ', 'դկտ'],
'months_regexp' => '/(D[oD]?(\[[^\[\]]*\]|\s)+MMMM?|L{2,4}|l{2,4})/',
'weekdays' => ['կիրակի', 'երկուշաբթի', 'երեքշաբթի', 'չորեքշաբթի', 'հինգշաբթի', 'ուրբաթ', 'շաբաթ'],
'weekdays_short' => ['կրկ', 'երկ', 'երք', 'չրք', 'հնգ', 'ուրբ', 'շբթ'],
'weekdays_min' => ['կրկ', 'երկ', 'երք', 'չրք', 'հնգ', 'ուրբ', 'շբթ'],
'list' => [', ', ' եւ '],
'first_day_of_week' => 1,
];
<?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
* - François B
* - Tim Fish
* - Serhan Apaydın
* - JD Isaacks
*/
return array_replace_recursive(require __DIR__.'/hy.php', [
'from_now' => ':time հետո',
'first_day_of_week' => 1,
'day_of_first_week_of_year' => 1,
]);
<?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_replace_recursive(require __DIR__.'/en.php', [
'formats' => [
'L' => 'YYYY-MM-DD',
],
'months' => ['01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12'],
'months_short' => ['01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12'],
'weekdays' => ['1', '2', '3', '4', '5', '6', '7'],
'weekdays_short' => ['1', '2', '3', '4', '5', '6', '7'],
'weekdays_min' => ['1', '2', '3', '4', '5', '6', '7'],
'first_day_of_week' => 0,
'day_of_first_week_of_year' => 4,
]);
<?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.
*/
/*
* Unknown default region, use the first alphabetically.
*/
return require __DIR__.'/ia_FR.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.
*/
/*
* Authors:
* - Fedora Project Nik Kalach nikka@fedoraproject.org
*/
return array_replace_recursive(require __DIR__.'/en.php', [
'formats' => [
'L' => 'DD.MM.YYYY',
],
'months' => ['januario', 'februario', 'martio', 'april', 'maio', 'junio', 'julio', 'augusto', 'septembre', 'octobre', 'novembre', 'decembre'],
'months_short' => ['jan', 'feb', 'mar', 'apr', 'mai', 'jun', 'jul', 'aug', 'sep', 'oct', 'nov', 'dec'],
'weekdays' => ['dominica', 'lunedi', 'martedi', 'mercuridi', 'jovedi', 'venerdi', 'sabbato'],
'weekdays_short' => ['dom', 'lun', 'mar', 'mer', 'jov', 'ven', 'sab'],
'weekdays_min' => ['dom', 'lun', 'mar', 'mer', 'jov', 'ven', 'sab'],
'first_day_of_week' => 1,
'day_of_first_week_of_year' => 4,
'year' => 'anno :count',
'y' => 'anno :count',
'a_year' => 'anno :count',
'month' => ':count mense',
'm' => ':count mense',
'a_month' => ':count mense',
'week' => ':count septimana',
'w' => ':count septimana',
'a_week' => ':count septimana',
'day' => ':count die',
'd' => ':count die',
'a_day' => ':count die',
'hour' => ':count hora',
'h' => ':count hora',
'a_hour' => ':count hora',
'minute' => ':count minuscule',
'min' => ':count minuscule',
'a_minute' => ':count minuscule',
'second' => ':count secunda',
's' => ':count secunda',
'a_second' => ':count secunda',
]);