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 594 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.
*/
/*
* Unknown default region, use the first alphabetically.
*/
return [
'formats' => [
'LT' => 'HH.mm',
'LTS' => 'HH.mm:ss',
'L' => 'DD-MM-YY',
'LL' => 'MMMM [di] DD, YYYY',
'LLL' => 'DD MMM HH.mm',
'LLLL' => 'MMMM DD, YYYY HH.mm',
],
'months' => ['yanüari', 'febrüari', 'mart', 'aprel', 'mei', 'yüni', 'yüli', 'ougùstùs', 'sèptèmber', 'oktober', 'novèmber', 'desèmber'],
'months_short' => ['yan', 'feb', 'mar', 'apr', 'mei', 'yün', 'yül', 'oug', 'sèp', 'okt', 'nov', 'des'],
'weekdays' => ['djadomingo', 'djaluna', 'djamars', 'djawebs', 'djarason', 'djabierne', 'djasabra'],
'weekdays_short' => ['do', 'lu', 'ma', 'we', 'ra', 'bi', 'sa'],
'weekdays_min' => ['do', 'lu', 'ma', 'we', 'ra', 'bi', 'sa'],
'first_day_of_week' => 1,
'day_of_first_week_of_year' => 1,
'year' => ':count aña',
'month' => ':count luna',
'week' => ':count siman',
'day' => ':count dia',
'hour' => ':count ora',
'minute' => ':count minüt',
'second' => ':count sekònde',
'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:
* - information from native speaker Pablo Saratxaga pablo@mandrakesoft.com
*/
return require __DIR__.'/pap.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 native speaker Pablo Saratxaga pablo@mandrakesoft.com
*/
return require __DIR__.'/pap.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:
* - Wacław Jacek
* - François B
* - Tim Fish
* - Serhan Apaydın
* - Massimiliano Caniparoli
* - JD Isaacks
* - Jakub Szwacz
* - Jan
* - Paul
* - damlys
* - Marek (marast78)
* - Peter (UnrulyNatives)
* - Qrzysio
* - Jan (aso824)
*/
return [
'year' => ':count rok|:count lata|:count lat',
'a_year' => 'rok|:count lata|:count lat',
'y' => ':count r|:count l',
'month' => ':count miesiąc|:count miesiące|:count miesięcy',
'a_month' => 'miesiąc|:count miesiące|:count miesięcy',
'm' => ':count mies.',
'week' => ':count tydzień|:count tygodnie|:count tygodni',
'a_week' => 'tydzień|:count tygodnie|:count tygodni',
'w' => ':count tyg.',
'day' => ':count dzień|:count dni|:count dni',
'a_day' => 'dzień|:count dni|:count dni',
'd' => ':count d',
'hour' => ':count godzina|:count godziny|:count godzin',
'a_hour' => 'godzina|:count godziny|:count godzin',
'h' => ':count godz.',
'minute' => ':count minuta|:count minuty|:count minut',
'a_minute' => 'minuta|:count minuty|:count minut',
'min' => ':count min.',
'second' => ':count sekunda|:count sekundy|:count sekund',
'a_second' => '{1}kilka sekund|:count sekunda|:count sekundy|:count sekund',
's' => ':count sek.',
'ago' => ':time temu',
'from_now' => 'za :time',
'after' => ':time po',
'before' => ':time przed',
'diff_now' => 'przed chwilą',
'diff_today' => 'Dziś',
'diff_today_regexp' => 'Dziś(?:\\s+o)?',
'diff_yesterday' => 'wczoraj',
'diff_yesterday_regexp' => 'Wczoraj(?:\\s+o)?',
'diff_tomorrow' => 'jutro',
'diff_tomorrow_regexp' => 'Jutro(?:\\s+o)?',
'diff_before_yesterday' => 'przedwczoraj',
'diff_after_tomorrow' => 'pojutrze',
'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' => '[Dziś o] LT',
'nextDay' => '[Jutro o] LT',
'nextWeek' => function (\Carbon\CarbonInterface $date) {
switch ($date->dayOfWeek) {
case 0:
return '[W niedzielę o] LT';
case 2:
return '[We wtorek o] LT';
case 3:
return '[W środę o] LT';
case 6:
return '[W sobotę o] LT';
default:
return '[W] dddd [o] LT';
}
},
'lastDay' => '[Wczoraj o] LT',
'lastWeek' => function (\Carbon\CarbonInterface $date) {
switch ($date->dayOfWeek) {
case 0:
return '[W zeszłą niedzielę o] LT';
case 3:
return '[W zeszłą środę o] LT';
case 6:
return '[W zeszłą sobotę o] LT';
default:
return '[W zeszły] dddd [o] LT';
}
},
'sameElse' => 'L',
],
'ordinal' => ':number.',
'months' => ['stycznia', 'lutego', 'marca', 'kwietnia', 'maja', 'czerwca', 'lipca', 'sierpnia', 'września', 'października', 'listopada', 'grudnia'],
'months_standalone' => ['styczeń', 'luty', 'marzec', 'kwiecień', 'maj', 'czerwiec', 'lipiec', 'sierpień', 'wrzesień', 'październik', 'listopad', 'grudzień'],
'months_short' => ['sty', 'lut', 'mar', 'kwi', 'maj', 'cze', 'lip', 'sie', 'wrz', 'paź', 'lis', 'gru'],
'months_regexp' => '/(DD?o?\.?(\[[^\[\]]*\]|\s)+MMMM?|L{2,4}|l{2,4})/',
'weekdays' => ['niedziela', 'poniedziałek', 'wtorek', 'środa', 'czwartek', 'piątek', 'sobota'],
'weekdays_short' => ['ndz', 'pon', 'wt', 'śr', 'czw', 'pt', 'sob'],
'weekdays_min' => ['Nd', 'Pn', 'Wt', 'Śr', 'Cz', 'Pt', 'So'],
'first_day_of_week' => 1,
'day_of_first_week_of_year' => 4,
'list' => [', ', ' i '],
'meridiem' => ['przed południem', 'po południu'],
];
<?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__.'/pl.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_replace_recursive(require __DIR__.'/en.php', [
'months' => ['M01', 'M02', 'M03', 'M04', 'M05', 'M06', 'M07', 'M08', 'M09', 'M10', 'M11', 'M12'],
'months_short' => ['M01', 'M02', 'M03', 'M04', 'M05', 'M06', 'M07', 'M08', 'M09', 'M10', 'M11', 'M12'],
'first_day_of_week' => 1,
'formats' => [
'LT' => 'HH:mm',
'LTS' => 'HH:mm:ss',
'L' => 'YYYY-MM-dd',
'LL' => 'YYYY MMM D',
'LLL' => 'YYYY MMMM D HH:mm',
'LLLL' => 'YYYY MMMM D, dddd HH:mm',
],
'year' => ':count meta',
'y' => ':count meta',
'a_year' => ':count meta',
'month' => ':count mēniks', // less reliable
'm' => ':count mēniks', // less reliable
'a_month' => ':count mēniks', // less reliable
'week' => ':count sawaītin', // less reliable
'w' => ':count sawaītin', // less reliable
'a_week' => ':count sawaītin', // less reliable
'day' => ':count di',
'd' => ':count di',
'a_day' => ':count di',
'hour' => ':count bruktēt', // less reliable
'h' => ':count bruktēt', // less reliable
'a_hour' => ':count bruktēt', // less reliable
'minute' => ':count līkuts', // less reliable
'min' => ':count līkuts', // less reliable
'a_minute' => ':count līkuts', // less reliable
'second' => ':count kitan', // less reliable
's' => ':count kitan', // less reliable
'a_second' => ':count kitan', // less reliable
]);
<?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:
* - Muhammad Nasir Rahimi
* - Nassim Nasibullah (spinzar)
*/
return [
'year' => ':count کال|:count کاله',
'y' => ':countکال|:countکاله',
'month' => ':count مياشت|:count مياشتي',
'm' => ':countمياشت|:countمياشتي',
'week' => ':count اونۍ|:count اونۍ',
'w' => ':countاونۍ|:countاونۍ',
'day' => ':count ورځ|:count ورځي',
'd' => ':countورځ|:countورځي',
'hour' => ':count ساعت|:count ساعته',
'h' => ':countساعت|:countساعته',
'minute' => ':count دقيقه|:count دقيقې',
'min' => ':countدقيقه|:countدقيقې',
'second' => ':count ثانيه|:count ثانيې',
's' => ':countثانيه|:countثانيې',
'ago' => ':time دمخه',
'from_now' => ':time له اوس څخه',
'after' => ':time وروسته',
'before' => ':time دمخه',
'list' => ['، ', ' او '],
'meridiem' => ['غ.م.', 'غ.و.'],
'weekdays' => ['اتوار', 'ګل', 'نهه', 'شورو', 'زيارت', 'جمعه', 'خالي'],
'weekdays_short' => ['ا', 'ګ', 'ن', 'ش', 'ز', 'ج', 'خ'],
'weekdays_min' => ['ا', 'ګ', 'ن', 'ش', 'ز', 'ج', 'خ'],
'months' => ['جنوري', 'فبروري', 'مارچ', 'اپریل', 'مۍ', 'جون', 'جولای', 'اگست', 'سېپتمبر', 'اکتوبر', 'نومبر', 'دسمبر'],
'months_short' => ['جنوري', 'فبروري', 'مارچ', 'اپریل', 'مۍ', 'جون', 'جولای', 'اگست', 'سېپتمبر', 'اکتوبر', 'نومبر', 'دسمبر'],
'months_standalone' => ['جنوري', 'فېبروري', 'مارچ', 'اپریل', 'مۍ', 'جون', 'جولای', 'اگست', 'سپتمبر', 'اکتوبر', 'نومبر', 'دسمبر'],
'months_short_standalone' => ['جنوري', 'فبروري', 'مارچ', 'اپریل', 'مۍ', 'جون', 'جولای', 'اگست', 'سپتمبر', 'اکتوبر', 'نومبر', 'دسمبر'],
'first_day_of_week' => 6,
'weekend' => [4, 5],
'formats' => [
'LT' => 'H:mm',
'LTS' => 'H:mm:ss',
'L' => 'YYYY/M/d',
'LL' => 'YYYY MMM D',
'LLL' => 'د YYYY د MMMM D H:mm',
'LLLL' => 'dddd د YYYY د MMMM D H: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__.'/ps.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:
* - Cassiano Montanari
* - Matt Pope
* - François B
* - Prodis
* - JD Isaacks
* - Raphael Amorim
* - João Magalhães
* - victortobias
* - Paulo Freitas
* - Sebastian Thierer
* - Claudson Martins (claudsonm)
*/
return [
'year' => ':count ano|:count anos',
'a_year' => 'um ano|:count anos',
'y' => ':counta',
'month' => ':count mês|:count meses',
'a_month' => 'um mês|:count meses',
'm' => ':countm',
'week' => ':count semana|:count semanas',
'a_week' => 'uma semana|:count semanas',
'w' => ':countsem',
'day' => ':count dia|:count dias',
'a_day' => 'um dia|:count dias',
'd' => ':countd',
'hour' => ':count hora|:count horas',
'a_hour' => 'uma hora|:count horas',
'h' => ':counth',
'minute' => ':count minuto|:count minutos',
'a_minute' => 'um minuto|:count minutos',
'min' => ':countmin',
'second' => ':count segundo|:count segundos',
'a_second' => 'alguns segundos|:count segundos',
's' => ':counts',
'millisecond' => ':count milissegundo|:count milissegundos',
'a_millisecond' => 'um milissegundo|:count milissegundos',
'ms' => ':countms',
'microsecond' => ':count microssegundo|:count microssegundos',
'a_microsecond' => 'um microssegundo|:count microssegundos',
'µs' => ':countµs',
'ago' => 'há :time',
'from_now' => 'em :time',
'after' => ':time depois',
'before' => ':time antes',
'diff_now' => 'agora',
'diff_today' => 'Hoje',
'diff_today_regexp' => 'Hoje(?:\\s+às)?',
'diff_yesterday' => 'ontem',
'diff_yesterday_regexp' => 'Ontem(?:\\s+às)?',
'diff_tomorrow' => 'amanhã',
'diff_tomorrow_regexp' => 'Amanhã(?:\\s+às)?',
'diff_before_yesterday' => 'anteontem',
'diff_after_tomorrow' => 'depois de amanhã',
'period_recurrences' => 'uma vez|:count vezes',
'period_interval' => 'cada :interval',
'period_start_date' => 'de :date',
'period_end_date' => 'até :date',
'formats' => [
'LT' => 'HH:mm',
'LTS' => 'HH:mm:ss',
'L' => 'DD/MM/YYYY',
'LL' => 'D [de] MMMM [de] YYYY',
'LLL' => 'D [de] MMMM [de] YYYY HH:mm',
'LLLL' => 'dddd, D [de] MMMM [de] YYYY HH:mm',
],
'calendar' => [
'sameDay' => '[Hoje às] LT',
'nextDay' => '[Amanhã às] LT',
'nextWeek' => 'dddd [às] LT',
'lastDay' => '[Ontem às] LT',
'lastWeek' => function (\Carbon\CarbonInterface $date) {
switch ($date->dayOfWeek) {
case 0:
case 6:
return '[Último] dddd [às] LT';
default:
return '[Última] dddd [às] LT';
}
},
'sameElse' => 'L',
],
'ordinal' => ':numberº',
'months' => ['janeiro', 'fevereiro', 'março', 'abril', 'maio', 'junho', 'julho', 'agosto', 'setembro', 'outubro', 'novembro', 'dezembro'],
'months_short' => ['jan', 'fev', 'mar', 'abr', 'mai', 'jun', 'jul', 'ago', 'set', 'out', 'nov', 'dez'],
'weekdays' => ['domingo', 'segunda-feira', 'terça-feira', 'quarta-feira', 'quinta-feira', 'sexta-feira', 'sábado'],
'weekdays_short' => ['dom', 'seg', 'ter', 'qua', 'qui', 'sex', 'sáb'],
'weekdays_min' => ['Do', '2ª', '3ª', '4ª', '5ª', '6ª', 'Sá'],
'first_day_of_week' => 1,
'day_of_first_week_of_year' => 4,
'list' => [', ', ' e '],
];
<?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__.'/pt.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:
* - Cassiano Montanari
* - Eduardo Dalla Vecchia
* - David Rodrigues
* - Matt Pope
* - François B
* - Prodis
* - Marlon Maxwel
* - JD Isaacks
* - Raphael Amorim
* - Rafael Raupp
* - felipeleite1
* - swalker
* - Lucas Macedo
* - Paulo Freitas
* - Sebastian Thierer
*/
return array_replace_recursive(require __DIR__.'/pt.php', [
'period_recurrences' => 'uma|:count vez',
'period_interval' => 'toda :interval',
'formats' => [
'LLL' => 'D [de] MMMM [de] YYYY [às] HH:mm',
'LLLL' => 'dddd, D [de] MMMM [de] YYYY [às] HH:mm',
],
'first_day_of_week' => 0,
'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 require __DIR__.'/pt.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 require __DIR__.'/pt.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 require __DIR__.'/pt.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 require __DIR__.'/pt.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 require __DIR__.'/pt.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_replace_recursive(require __DIR__.'/pt.php', [
'formats' => [
'LT' => 'h:mm a',
'LTS' => 'h:mm:ss a',
'LLL' => 'D [de] MMMM [de] YYYY, h:mm a',
'LLLL' => 'dddd, D [de] MMMM [de] YYYY, h:mm a',
],
'first_day_of_week' => 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 array_replace_recursive(require __DIR__.'/pt.php', [
'first_day_of_week' => 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.
*/
/*
* Authors:
* - RAP bug-glibc-locales@gnu.org
*/
return array_replace_recursive(require __DIR__.'/pt.php', [
'formats' => [
'L' => 'DD/MM/YYYY',
],
'months' => ['janeiro', 'fevereiro', 'março', 'abril', 'maio', 'junho', 'julho', 'agosto', 'setembro', 'outubro', 'novembro', 'dezembro'],
'months_short' => ['jan', 'fev', 'mar', 'abr', 'mai', 'jun', 'jul', 'ago', 'set', 'out', 'nov', 'dez'],
'weekdays' => ['domingo', 'segunda', 'terça', 'quarta', 'quinta', 'sexta', 'sábado'],
'weekdays_short' => ['dom', 'seg', 'ter', 'qua', 'qui', 'sex', 'sáb'],
'weekdays_min' => ['dom', 'seg', 'ter', 'qua', 'qui', 'sex', 'sáb'],
'first_day_of_week' => 1,
'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.
*/
return require __DIR__.'/pt.php';