mirror of
https://github.com/nullthoughts/laravel-data-sync.git
synced 2026-02-17 19:54:16 +00:00
Initial commit
This commit is contained in:
40
vendor/nesbot/carbon/src/Carbon/Lang/en.php
vendored
Normal file
40
vendor/nesbot/carbon/src/Carbon/Lang/en.php
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
<?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' => ':count year|:count years',
|
||||
'y' => ':countyr|:countyrs',
|
||||
'month' => ':count month|:count months',
|
||||
'm' => ':countmo|:countmos',
|
||||
'week' => ':count week|:count weeks',
|
||||
'w' => ':countw|:countw',
|
||||
'day' => ':count day|:count days',
|
||||
'd' => ':countd|:countd',
|
||||
'hour' => ':count hour|:count hours',
|
||||
'h' => ':counth|:counth',
|
||||
'minute' => ':count minute|:count minutes',
|
||||
'min' => ':countm|:countm',
|
||||
'second' => ':count second|:count seconds',
|
||||
's' => ':counts|:counts',
|
||||
'ago' => ':time ago',
|
||||
'from_now' => ':time from now',
|
||||
'after' => ':time after',
|
||||
'before' => ':time before',
|
||||
'diff_now' => 'just now',
|
||||
'diff_yesterday' => 'yesterday',
|
||||
'diff_tomorrow' => 'tomorrow',
|
||||
'diff_before_yesterday' => 'before yesterday',
|
||||
'diff_after_tomorrow' => 'after tomorrow',
|
||||
'period_recurrences' => 'once|:count times',
|
||||
'period_interval' => 'every :interval',
|
||||
'period_start_date' => 'from :date',
|
||||
'period_end_date' => 'to :date',
|
||||
);
|
||||
Reference in New Issue
Block a user