From ac43d4628d44972a489ea5df27cb710bd7993aee Mon Sep 17 00:00:00 2001 From: FreeScout Date: Fri, 17 Jan 2025 08:44:52 -0800 Subject: [PATCH 1/3] Fix Waiting Since not showing - closes #4486 --- .../nesbot/carbon/src/Carbon/Lang/af.php | 31 ---------- .../nesbot/carbon/src/Carbon/Lang/ar.php | 31 ---------- .../carbon/src/Carbon/Lang/ar_Shakl.php | 31 ---------- .../nesbot/carbon/src/Carbon/Lang/az.php | 40 ------------ .../nesbot/carbon/src/Carbon/Lang/bg.php | 31 ---------- .../nesbot/carbon/src/Carbon/Lang/bn.php | 38 ------------ .../nesbot/carbon/src/Carbon/Lang/bs_BA.php | 31 ---------- .../nesbot/carbon/src/Carbon/Lang/ca.php | 40 ------------ .../nesbot/carbon/src/Carbon/Lang/cs.php | 31 ---------- .../nesbot/carbon/src/Carbon/Lang/cy.php | 29 --------- .../nesbot/carbon/src/Carbon/Lang/da.php | 31 ---------- .../nesbot/carbon/src/Carbon/Lang/de.php | 46 -------------- .../nesbot/carbon/src/Carbon/Lang/dv_MV.php | 31 ---------- .../nesbot/carbon/src/Carbon/Lang/el.php | 31 ---------- .../nesbot/carbon/src/Carbon/Lang/en.php | 40 ------------ .../nesbot/carbon/src/Carbon/Lang/eo.php | 31 ---------- .../nesbot/carbon/src/Carbon/Lang/es.php | 36 ----------- .../nesbot/carbon/src/Carbon/Lang/et.php | 38 ------------ .../nesbot/carbon/src/Carbon/Lang/eu.php | 31 ---------- .../nesbot/carbon/src/Carbon/Lang/fa.php | 31 ---------- .../nesbot/carbon/src/Carbon/Lang/fi.php | 31 ---------- .../nesbot/carbon/src/Carbon/Lang/fo.php | 31 ---------- .../nesbot/carbon/src/Carbon/Lang/fr.php | 40 ------------ .../nesbot/carbon/src/Carbon/Lang/gl.php | 24 ------- .../nesbot/carbon/src/Carbon/Lang/gu.php | 31 ---------- .../nesbot/carbon/src/Carbon/Lang/he.php | 31 ---------- .../nesbot/carbon/src/Carbon/Lang/hi.php | 31 ---------- .../nesbot/carbon/src/Carbon/Lang/hr.php | 31 ---------- .../nesbot/carbon/src/Carbon/Lang/hu.php | 52 ---------------- .../nesbot/carbon/src/Carbon/Lang/hy.php | 31 ---------- .../nesbot/carbon/src/Carbon/Lang/id.php | 31 ---------- .../nesbot/carbon/src/Carbon/Lang/is.php | 31 ---------- .../nesbot/carbon/src/Carbon/Lang/it.php | 36 ----------- .../nesbot/carbon/src/Carbon/Lang/ja.php | 31 ---------- .../nesbot/carbon/src/Carbon/Lang/ka.php | 31 ---------- .../nesbot/carbon/src/Carbon/Lang/kk.php | 29 --------- .../nesbot/carbon/src/Carbon/Lang/km.php | 31 ---------- .../nesbot/carbon/src/Carbon/Lang/ko.php | 31 ---------- .../nesbot/carbon/src/Carbon/Lang/lt.php | 38 ------------ .../nesbot/carbon/src/Carbon/Lang/lv.php | 47 -------------- .../nesbot/carbon/src/Carbon/Lang/mk.php | 24 ------- .../nesbot/carbon/src/Carbon/Lang/mn.php | 62 ------------------- .../nesbot/carbon/src/Carbon/Lang/ms.php | 31 ---------- .../nesbot/carbon/src/Carbon/Lang/my.php | 37 ----------- .../nesbot/carbon/src/Carbon/Lang/ne.php | 31 ---------- .../nesbot/carbon/src/Carbon/Lang/nl.php | 36 ----------- .../nesbot/carbon/src/Carbon/Lang/no.php | 36 ----------- .../nesbot/carbon/src/Carbon/Lang/oc.php | 44 ------------- .../nesbot/carbon/src/Carbon/Lang/pl.php | 36 ----------- .../nesbot/carbon/src/Carbon/Lang/ps.php | 31 ---------- .../nesbot/carbon/src/Carbon/Lang/pt.php | 31 ---------- .../nesbot/carbon/src/Carbon/Lang/pt_BR.php | 40 ------------ .../nesbot/carbon/src/Carbon/Lang/pt_PT.php | 31 ---------- .../nesbot/carbon/src/Carbon/Lang/ro.php | 31 ---------- .../nesbot/carbon/src/Carbon/Lang/ru.php | 31 ---------- .../nesbot/carbon/src/Carbon/Lang/sh.php | 35 ----------- .../nesbot/carbon/src/Carbon/Lang/sk.php | 38 ------------ .../nesbot/carbon/src/Carbon/Lang/sl.php | 43 ------------- .../nesbot/carbon/src/Carbon/Lang/sq.php | 31 ---------- .../nesbot/carbon/src/Carbon/Lang/sr.php | 37 ----------- .../nesbot/carbon/src/Carbon/Lang/sr_Cyrl.php | 43 ------------- .../carbon/src/Carbon/Lang/sr_Cyrl_ME.php | 43 ------------- .../carbon/src/Carbon/Lang/sr_Latn_ME.php | 43 ------------- .../nesbot/carbon/src/Carbon/Lang/sr_ME.php | 12 ---- .../nesbot/carbon/src/Carbon/Lang/sv.php | 31 ---------- .../nesbot/carbon/src/Carbon/Lang/sw.php | 31 ---------- .../nesbot/carbon/src/Carbon/Lang/th.php | 31 ---------- .../nesbot/carbon/src/Carbon/Lang/tr.php | 31 ---------- .../nesbot/carbon/src/Carbon/Lang/uk.php | 40 ------------ .../nesbot/carbon/src/Carbon/Lang/ur.php | 24 ------- .../nesbot/carbon/src/Carbon/Lang/uz.php | 31 ---------- .../nesbot/carbon/src/Carbon/Lang/vi.php | 31 ---------- .../nesbot/carbon/src/Carbon/Lang/zh.php | 31 ---------- .../nesbot/carbon/src/Carbon/Lang/zh_TW.php | 31 ---------- .../nesbot/carbon/src/Carbon/Translator.php | 2 +- 75 files changed, 1 insertion(+), 2518 deletions(-) delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/af.php delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/ar.php delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/ar_Shakl.php delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/az.php delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/bg.php delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/bn.php delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/bs_BA.php delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/ca.php delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/cs.php delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/cy.php delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/da.php delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/de.php delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/dv_MV.php delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/el.php delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/en.php delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/eo.php delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/es.php delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/et.php delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/eu.php delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/fa.php delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/fi.php delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/fo.php delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/fr.php delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/gl.php delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/gu.php delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/he.php delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/hi.php delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/hr.php delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/hu.php delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/hy.php delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/id.php delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/is.php delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/it.php delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/ja.php delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/ka.php delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/kk.php delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/km.php delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/ko.php delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/lt.php delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/lv.php delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/mk.php delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/mn.php delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/ms.php delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/my.php delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/ne.php delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/nl.php delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/no.php delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/oc.php delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/pl.php delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/ps.php delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/pt.php delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/pt_BR.php delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/pt_PT.php delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/ro.php delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/ru.php delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/sh.php delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/sk.php delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/sl.php delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/sq.php delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/sr.php delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/sr_Cyrl.php delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/sr_Cyrl_ME.php delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/sr_Latn_ME.php delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/sr_ME.php delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/sv.php delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/sw.php delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/th.php delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/tr.php delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/uk.php delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/ur.php delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/uz.php delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/vi.php delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/zh.php delete mode 100644 overrides/nesbot/carbon/src/Carbon/Lang/zh_TW.php diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/af.php b/overrides/nesbot/carbon/src/Carbon/Lang/af.php deleted file mode 100644 index 5cf6a8d94..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/af.php +++ /dev/null @@ -1,31 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -return array( - 'year' => ':count jaar|:count jare', - 'y' => ':count jaar|:count jare', - 'month' => ':count maand|:count maande', - 'm' => ':count maand|:count maande', - 'week' => ':count week|:count weke', - 'w' => ':count week|:count weke', - 'day' => ':count dag|:count dae', - 'd' => ':count dag|:count dae', - 'hour' => ':count uur|:count ure', - 'h' => ':count uur|:count ure', - 'minute' => ':count minuut|:count minute', - 'min' => ':count minuut|:count minute', - 'second' => ':count sekond|:count sekondes', - 's' => ':count sekond|:count sekondes', - 'ago' => ':time terug', - 'from_now' => ':time van nou af', - 'after' => ':time na', - 'before' => ':time voor', -); diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/ar.php b/overrides/nesbot/carbon/src/Carbon/Lang/ar.php deleted file mode 100644 index de8f6b85b..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/ar.php +++ /dev/null @@ -1,31 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -return array( - 'year' => '{0}سنة|{1}سنة|{2}سنتين|[3,10]:count سنوات|[11,Inf]:count سنة', - 'y' => '{0}سنة|{1}سنة|{2}سنتين|[3,10]:count سنوات|[11,Inf]:count سنة', - 'month' => '{0}شهر|{1} شهر|{2}شهرين|[3,10]:count أشهر|[11,Inf]:count شهر', - 'm' => '{0}شهر|{1} شهر|{2}شهرين|[3,10]:count أشهر|[11,Inf]:count شهر', - 'week' => '{0}أسبوع|{1}أسبوع|{2}أسبوعين|[3,10]:count أسابيع|[11,Inf]:count أسبوع', - 'w' => '{0}أسبوع|{1}أسبوع|{2}أسبوعين|[3,10]:count أسابيع|[11,Inf]:count أسبوع', - 'day' => '{0}يوم|{1}يوم|{2}يومين|[3,10]:count أيام|[11,Inf] يوم', - 'd' => '{0}يوم|{1}يوم|{2}يومين|[3,10]:count أيام|[11,Inf] يوم', - 'hour' => '{0}ساعة|{1}ساعة|{2}ساعتين|[3,10]:count ساعات|[11,Inf]:count ساعة', - 'h' => '{0}ساعة|{1}ساعة|{2}ساعتين|[3,10]:count ساعات|[11,Inf]:count ساعة', - 'minute' => '{0}دقيقة|{1}دقيقة|{2}دقيقتين|[3,10]:count دقائق|[11,Inf]:count دقيقة', - 'min' => '{0}دقيقة|{1}دقيقة|{2}دقيقتين|[3,10]:count دقائق|[11,Inf]:count دقيقة', - 'second' => '{0}ثانية|{1}ثانية|{2}ثانيتين|[3,10]:count ثوان|[11,Inf]:count ثانية', - 's' => '{0}ثانية|{1}ثانية|{2}ثانيتين|[3,10]:count ثوان|[11,Inf]:count ثانية', - 'ago' => 'منذ :time', - 'from_now' => ':time من الآن', - 'after' => 'بعد :time', - 'before' => 'قبل :time', -); diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/ar_Shakl.php b/overrides/nesbot/carbon/src/Carbon/Lang/ar_Shakl.php deleted file mode 100644 index 846ae0247..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/ar_Shakl.php +++ /dev/null @@ -1,31 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -return array( - 'year' => '[0,1] سَنَة|{2} سَنَتَيْن|[3,10]:count سَنَوَات|[11,Inf]:count سَنَة', - 'y' => '[0,1] سَنَة|{2} سَنَتَيْن|[3,10]:count سَنَوَات|[11,Inf]:count سَنَة', - 'month' => '[0,1] شَهْرَ|{2} شَهْرَيْن|[3,10]:count أَشْهُر|[11,Inf]:count شَهْرَ', - 'm' => '[0,1] شَهْرَ|{2} شَهْرَيْن|[3,10]:count أَشْهُر|[11,Inf]:count شَهْرَ', - 'week' => '[0,1] أُسْبُوع|{2} أُسْبُوعَيْن|[3,10]:count أَسَابِيع|[11,Inf]:count أُسْبُوع', - 'w' => '[0,1] أُسْبُوع|{2} أُسْبُوعَيْن|[3,10]:count أَسَابِيع|[11,Inf]:count أُسْبُوع', - 'day' => '[0,1] يَوْم|{2} يَوْمَيْن|[3,10]:count أَيَّام|[11,Inf] يَوْم', - 'd' => '[0,1] يَوْم|{2} يَوْمَيْن|[3,10]:count أَيَّام|[11,Inf] يَوْم', - 'hour' => '[0,1] سَاعَة|{2} سَاعَتَيْن|[3,10]:count سَاعَات|[11,Inf]:count سَاعَة', - 'h' => '[0,1] سَاعَة|{2} سَاعَتَيْن|[3,10]:count سَاعَات|[11,Inf]:count سَاعَة', - 'minute' => '[0,1] دَقِيقَة|{2} دَقِيقَتَيْن|[3,10]:count دَقَائِق|[11,Inf]:count دَقِيقَة', - 'min' => '[0,1] دَقِيقَة|{2} دَقِيقَتَيْن|[3,10]:count دَقَائِق|[11,Inf]:count دَقِيقَة', - 'second' => '[0,1] ثَانِيَة|{2} ثَانِيَتَيْن|[3,10]:count ثَوَان|[11,Inf]:count ثَانِيَة', - 's' => '[0,1] ثَانِيَة|{2} ثَانِيَتَيْن|[3,10]:count ثَوَان|[11,Inf]:count ثَانِيَة', - 'ago' => 'مُنْذُ :time', - 'from_now' => 'مِنَ الْآن :time', - 'after' => 'بَعْدَ :time', - 'before' => 'قَبْلَ :time', -); diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/az.php b/overrides/nesbot/carbon/src/Carbon/Lang/az.php deleted file mode 100644 index 25f5c4a4d..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/az.php +++ /dev/null @@ -1,40 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -return array( - 'year' => ':count il', - 'y' => ':count il', - 'month' => ':count ay', - 'm' => ':count ay', - 'week' => ':count həftə', - 'w' => ':count həftə', - 'day' => ':count gün', - 'd' => ':count gün', - 'hour' => ':count saat', - 'h' => ':count saat', - 'minute' => ':count dəqiqə', - 'min' => ':count dəqiqə', - 'second' => ':count saniyə', - 's' => ':count saniyə', - 'ago' => ':time əvvəl', - 'from_now' => ':time sonra', - 'after' => ':time sonra', - 'before' => ':time əvvəl', - 'diff_now' => 'indi', - 'diff_yesterday' => 'dünən', - 'diff_tomorrow' => 'sabah', - 'diff_before_yesterday' => 'srağagün', - 'diff_after_tomorrow' => 'birisi gün', - 'period_recurrences' => ':count dəfədən bir', - 'period_interval' => 'hər :interval', - 'period_start_date' => ':date tarixindən başlayaraq', - 'period_end_date' => ':date tarixinədək', -); diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/bg.php b/overrides/nesbot/carbon/src/Carbon/Lang/bg.php deleted file mode 100644 index d9e510be8..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/bg.php +++ /dev/null @@ -1,31 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -return array( - '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', -); diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/bn.php b/overrides/nesbot/carbon/src/Carbon/Lang/bn.php deleted file mode 100644 index 5817599c6..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/bn.php +++ /dev/null @@ -1,38 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -return array( - 'year' => '১ বছর|:count বছর', - 'y' => '১ বছর|:count বছর', - 'month' => '১ মাস|:count মাস', - 'm' => '১ মাস|:count মাস', - 'week' => '১ সপ্তাহ|:count সপ্তাহ', - 'w' => '১ সপ্তাহ|:count সপ্তাহ', - 'day' => '১ দিন|:count দিন', - 'd' => '১ দিন|:count দিন', - 'hour' => '১ ঘন্টা|:count ঘন্টা', - 'h' => '১ ঘন্টা|:count ঘন্টা', - 'minute' => '১ মিনিট|:count মিনিট', - 'min' => '১ মিনিট|:count মিনিট', - 'second' => '১ সেকেন্ড|:count সেকেন্ড', - 's' => '১ সেকেন্ড|:count সেকেন্ড', - 'ago' => ':time পূর্বে', - 'from_now' => 'এখন থেকে :time', - 'after' => ':time পরে', - 'before' => ':time আগে', - 'diff_now' => 'এখন', - 'diff_yesterday' => 'গতকাল', - 'diff_tomorrow' => 'আগামীকাল', - 'period_recurrences' => ':count বার|:count বার', - 'period_interval' => 'প্রতি :interval', - 'period_start_date' => ':date থেকে', - 'period_end_date' => ':date পর্যন্ত', -); diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/bs_BA.php b/overrides/nesbot/carbon/src/Carbon/Lang/bs_BA.php deleted file mode 100644 index 7a9b05aa4..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/bs_BA.php +++ /dev/null @@ -1,31 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -return array( - 'year' => ':count godina|:count godine|:count godina', - 'y' => ':count godina|:count godine|:count godina', - 'month' => ':count mjesec|:count mjeseca|:count mjeseci', - 'm' => ':count mjesec|:count mjeseca|:count mjeseci', - 'week' => ':count nedjelja|:count nedjelje|:count nedjelja', - 'w' => ':count nedjelja|:count nedjelje|:count nedjelja', - 'day' => ':count dan|:count dana|:count dana', - 'd' => ':count dan|:count dana|:count dana', - 'hour' => ':count sat|:count sata|:count sati', - 'h' => ':count sat|:count sata|:count sati', - 'minute' => ':count minut|:count minuta|:count minuta', - 'min' => ':count minut|:count minuta|:count minuta', - 'second' => ':count sekund|:count sekunda|:count sekundi', - 's' => ':count sekund|:count sekunda|:count sekundi', - 'ago' => 'prije :time', - 'from_now' => 'za :time', - 'after' => 'nakon :time', - 'before' => ':time ranije', -); diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/ca.php b/overrides/nesbot/carbon/src/Carbon/Lang/ca.php deleted file mode 100644 index c854b5a91..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/ca.php +++ /dev/null @@ -1,40 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -return array( - 'year' => ':count any|:count anys', - 'y' => ':count any|:count anys', - 'month' => ':count mes|:count mesos', - 'm' => ':count mes|:count mesos', - 'week' => ':count setmana|:count setmanes', - 'w' => ':count setmana|:count setmanes', - 'day' => ':count dia|:count dies', - 'd' => ':count dia|:count dies', - 'hour' => ':count hora|:count hores', - 'h' => ':count hora|:count hores', - 'minute' => ':count minut|:count minuts', - 'min' => ':count minut|:count minuts', - 'second' => ':count segon|:count segons', - 's' => ':count segon|:count segons', - 'ago' => 'fa :time', - 'from_now' => 'd\'aquí :time', - 'after' => ':time després', - 'before' => ':time abans', - 'diff_now' => 'ara mateix', - 'diff_yesterday' => 'ahir', - 'diff_tomorrow' => 'demà', - 'diff_before_yesterday' => "abans d'ahir", - 'diff_after_tomorrow' => 'demà passat', - 'period_recurrences' => ':count cop|:count cops', - 'period_interval' => 'cada :interval', - 'period_start_date' => 'de :date', - 'period_end_date' => 'fins a :date', -); diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/cs.php b/overrides/nesbot/carbon/src/Carbon/Lang/cs.php deleted file mode 100644 index a447ce298..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/cs.php +++ /dev/null @@ -1,31 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -return array( - 'year' => ':count rok|:count roky|:count let', - 'y' => ':count rok|:count roky|:count let', - 'month' => ':count měsíc|:count měsíce|:count měsíců', - 'm' => ':count měsíc|:count měsíce|:count měsíců', - 'week' => ':count týden|:count týdny|:count týdnů', - 'w' => ':count týden|:count týdny|:count týdnů', - 'day' => ':count den|:count dny|:count dní', - 'd' => ':count den|:count dny|:count dní', - 'hour' => ':count hodinu|:count hodiny|:count hodin', - 'h' => ':count hodinu|:count hodiny|:count hodin', - 'minute' => ':count minutu|:count minuty|:count minut', - 'min' => ':count minutu|:count minuty|:count minut', - 'second' => ':count sekundu|:count sekundy|:count sekund', - 's' => ':count sekundu|:count sekundy|:count sekund', - 'ago' => ':time nazpět', - 'from_now' => 'za :time', - 'after' => ':time později', - 'before' => ':time předtím', -); diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/cy.php b/overrides/nesbot/carbon/src/Carbon/Lang/cy.php deleted file mode 100644 index c93750e25..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/cy.php +++ /dev/null @@ -1,29 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -return array( - 'year' => '1 flwyddyn|:count blynedd', - 'y' => ':countbl', - 'month' => '1 mis|:count fis', - 'm' => ':countmi', - 'week' => ':count wythnos', - 'w' => ':countw', - 'day' => ':count diwrnod', - 'd' => ':countd', - 'hour' => ':count awr', - 'h' => ':counth', - 'minute' => ':count munud', - 'min' => ':countm', - 'second' => ':count eiliad', - 's' => ':counts', - 'ago' => ':time yn ôl', - 'from_now' => ':time o hyn ymlaen', - 'after' => ':time ar ôl', - 'before' => ':time o\'r blaen', -); diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/da.php b/overrides/nesbot/carbon/src/Carbon/Lang/da.php deleted file mode 100644 index 86507b0fe..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/da.php +++ /dev/null @@ -1,31 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -return array( - 'year' => ':count år|:count år', - 'y' => ':count år|:count år', - 'month' => ':count måned|:count måneder', - 'm' => ':count måned|:count måneder', - 'week' => ':count uge|:count uger', - 'w' => ':count uge|:count uger', - 'day' => ':count dag|:count dage', - 'd' => ':count dag|:count dage', - 'hour' => ':count time|:count timer', - 'h' => ':count time|:count timer', - 'minute' => ':count minut|:count minutter', - 'min' => ':count minut|:count minutter', - 'second' => ':count sekund|:count sekunder', - 's' => ':count sekund|:count sekunder', - 'ago' => ':time siden', - 'from_now' => 'om :time', - 'after' => ':time efter', - 'before' => ':time før', -); diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/de.php b/overrides/nesbot/carbon/src/Carbon/Lang/de.php deleted file mode 100644 index 5ea2a03ad..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/de.php +++ /dev/null @@ -1,46 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -return array( - 'year' => ':count Jahr|:count Jahre', - 'y' => ':countJ|:countJ', - 'month' => ':count Monat|:count Monate', - 'm' => ':countMon|:countMon', - 'week' => ':count Woche|:count Wochen', - 'w' => ':countWo|:countWo', - 'day' => ':count Tag|:count Tage', - 'd' => ':countTg|:countTg', - 'hour' => ':count Stunde|:count Stunden', - 'h' => ':countStd|:countStd', - 'minute' => ':count Minute|:count Minuten', - 'min' => ':countMin|:countMin', - 'second' => ':count Sekunde|:count Sekunden', - 's' => ':countSek|:countSek', - 'ago' => 'vor :time', - 'from_now' => 'in :time', - 'after' => ':time später', - 'before' => ':time zuvor', - - 'year_from_now' => ':count Jahr|:count Jahren', - 'month_from_now' => ':count Monat|:count Monaten', - 'week_from_now' => ':count Woche|:count Wochen', - 'day_from_now' => ':count Tag|:count Tagen', - 'year_ago' => ':count Jahr|:count Jahren', - 'month_ago' => ':count Monat|:count Monaten', - 'week_ago' => ':count Woche|:count Wochen', - 'day_ago' => ':count Tag|:count Tagen', - - 'diff_now' => 'Gerade eben', - 'diff_yesterday' => 'Gestern', - 'diff_tomorrow' => 'Heute', - 'diff_before_yesterday' => 'Vorgestern', - 'diff_after_tomorrow' => 'Übermorgen', -); diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/dv_MV.php b/overrides/nesbot/carbon/src/Carbon/Lang/dv_MV.php deleted file mode 100644 index e3c50b396..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/dv_MV.php +++ /dev/null @@ -1,31 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -return array( - 'year' => '{0}އަހަރެއް|[1,Inf]:count އަހަރު', - 'y' => '{0}އަހަރެއް|[1,Inf]:count އަހަރު', - 'month' => '{0}މައްސަރެއް|[1,Inf]:count މަސް', - 'm' => '{0}މައްސަރެއް|[1,Inf]:count މަސް', - 'week' => '{0}ހަފްތާއެއް|[1,Inf]:count ހަފްތާ', - 'w' => '{0}ހަފްތާއެއް|[1,Inf]:count ހަފްތާ', - 'day' => '{0}ދުވަސް|[1,Inf]:count ދުވަސް', - 'd' => '{0}ދުވަސް|[1,Inf]:count ދުވަސް', - 'hour' => '{0}ގަޑިއިރެއް|[1,Inf]:count ގަޑި', - 'h' => '{0}ގަޑިއިރެއް|[1,Inf]:count ގަޑި', - 'minute' => '{0}މިނެޓެއް|[1,Inf]:count މިނެޓް', - 'min' => '{0}މިނެޓެއް|[1,Inf]:count މިނެޓް', - 'second' => '{0}ސިކުންތެއް|[1,Inf]:count ސިކުންތު', - 's' => '{0}ސިކުންތެއް|[1,Inf]:count ސިކުންތު', - 'ago' => ':time ކުރިން', - 'from_now' => ':time ފަހުން', - 'after' => ':time ފަހުން', - 'before' => ':time ކުރި', -); diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/el.php b/overrides/nesbot/carbon/src/Carbon/Lang/el.php deleted file mode 100644 index 16b3f4427..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/el.php +++ /dev/null @@ -1,31 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -return array( - '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 πριν', -); diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/en.php b/overrides/nesbot/carbon/src/Carbon/Lang/en.php deleted file mode 100644 index a15c131fb..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/en.php +++ /dev/null @@ -1,40 +0,0 @@ - - * - * 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', -); diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/eo.php b/overrides/nesbot/carbon/src/Carbon/Lang/eo.php deleted file mode 100644 index c5b90b3e7..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/eo.php +++ /dev/null @@ -1,31 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -return array( - 'year' => ':count jaro|:count jaroj', - 'y' => ':count jaro|:count jaroj', - 'month' => ':count monato|:count monatoj', - 'm' => ':count monato|:count monatoj', - 'week' => ':count semajno|:count semajnoj', - 'w' => ':count semajno|:count semajnoj', - 'day' => ':count tago|:count tagoj', - 'd' => ':count tago|:count tagoj', - 'hour' => ':count horo|:count horoj', - 'h' => ':count horo|:count horoj', - 'minute' => ':count minuto|:count minutoj', - 'min' => ':count minuto|:count minutoj', - 'second' => ':count sekundo|:count sekundoj', - 's' => ':count sekundo|:count sekundoj', - 'ago' => 'antaŭ :time', - 'from_now' => 'je :time', - 'after' => ':time poste', - 'before' => ':time antaŭe', -); diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/es.php b/overrides/nesbot/carbon/src/Carbon/Lang/es.php deleted file mode 100644 index 567a280f3..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/es.php +++ /dev/null @@ -1,36 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -return array( - 'year' => ':count año|:count años', - 'y' => ':count año|:count años', - 'month' => ':count mes|:count meses', - 'm' => ':count mes|:count meses', - 'week' => ':count semana|:count semanas', - 'w' => ':count semana|:count semanas', - 'day' => ':count día|:count días', - 'd' => ':count día|:count días', - 'hour' => ':count hora|:count horas', - 'h' => ':count hora|:count horas', - 'minute' => ':count minuto|:count minutos', - 'min' => ':count minuto|:count minutos', - 'second' => ':count segundo|:count segundos', - 's' => ':count segundo|:count segundos', - 'ago' => 'hace :time', - 'from_now' => 'dentro de :time', - 'after' => ':time después', - 'before' => ':time antes', - 'diff_now' => 'ahora mismo', - 'diff_yesterday' => 'ayer', - 'diff_tomorrow' => 'mañana', - 'diff_before_yesterday' => 'antier', - 'diff_after_tomorrow' => 'pasado mañana', -); diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/et.php b/overrides/nesbot/carbon/src/Carbon/Lang/et.php deleted file mode 100644 index 2d9291e04..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/et.php +++ /dev/null @@ -1,38 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -return array( - 'year' => ':count aasta|:count aastat', - 'y' => ':count aasta|:count aastat', - 'month' => ':count kuu|:count kuud', - 'm' => ':count kuu|:count kuud', - 'week' => ':count nädal|:count nädalat', - 'w' => ':count nädal|:count nädalat', - 'day' => ':count päev|:count päeva', - 'd' => ':count päev|:count päeva', - 'hour' => ':count tund|:count tundi', - 'h' => ':count tund|:count tundi', - 'minute' => ':count minut|:count minutit', - 'min' => ':count minut|:count minutit', - 'second' => ':count sekund|:count sekundit', - 's' => ':count sekund|:count sekundit', - 'ago' => ':time tagasi', - 'from_now' => ':time pärast', - 'after' => ':time pärast', - 'before' => ':time enne', - 'year_from_now' => ':count aasta', - 'month_from_now' => ':count kuu', - 'week_from_now' => ':count nädala', - 'day_from_now' => ':count päeva', - 'hour_from_now' => ':count tunni', - 'minute_from_now' => ':count minuti', - 'second_from_now' => ':count sekundi', -); diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/eu.php b/overrides/nesbot/carbon/src/Carbon/Lang/eu.php deleted file mode 100644 index 1cb6b7cd6..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/eu.php +++ /dev/null @@ -1,31 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -return array( - 'year' => 'Urte 1|:count urte', - 'y' => 'Urte 1|:count urte', - 'month' => 'Hile 1|:count hile', - 'm' => 'Hile 1|:count hile', - 'week' => 'Aste 1|:count aste', - 'w' => 'Aste 1|:count aste', - 'day' => 'Egun 1|:count egun', - 'd' => 'Egun 1|:count egun', - 'hour' => 'Ordu 1|:count ordu', - 'h' => 'Ordu 1|:count ordu', - 'minute' => 'Minutu 1|:count minutu', - 'min' => 'Minutu 1|:count minutu', - 'second' => 'Segundu 1|:count segundu', - 's' => 'Segundu 1|:count segundu', - 'ago' => 'Orain dela :time', - 'from_now' => ':time barru', - 'after' => ':time geroago', - 'before' => ':time lehenago', -); diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/fa.php b/overrides/nesbot/carbon/src/Carbon/Lang/fa.php deleted file mode 100644 index 31bec8869..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/fa.php +++ /dev/null @@ -1,31 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -return array( - 'year' => ':count سال', - 'y' => ':count سال', - 'month' => ':count ماه', - 'm' => ':count ماه', - 'week' => ':count هفته', - 'w' => ':count هفته', - 'day' => ':count روز', - 'd' => ':count روز', - 'hour' => ':count ساعت', - 'h' => ':count ساعت', - 'minute' => ':count دقیقه', - 'min' => ':count دقیقه', - 'second' => ':count ثانیه', - 's' => ':count ثانیه', - 'ago' => ':time پیش', - 'from_now' => ':time بعد', - 'after' => ':time پس از', - 'before' => ':time پیش از', -); diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/fi.php b/overrides/nesbot/carbon/src/Carbon/Lang/fi.php deleted file mode 100644 index 481880444..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/fi.php +++ /dev/null @@ -1,31 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -return array( - 'year' => ':count vuosi|:count vuotta', - 'y' => ':count vuosi|:count vuotta', - 'month' => ':count kuukausi|:count kuukautta', - 'm' => ':count kuukausi|:count kuukautta', - 'week' => ':count viikko|:count viikkoa', - 'w' => ':count viikko|:count viikkoa', - 'day' => ':count päivä|:count päivää', - 'd' => ':count päivä|:count päivää', - 'hour' => ':count tunti|:count tuntia', - 'h' => ':count tunti|:count tuntia', - 'minute' => ':count minuutti|:count minuuttia', - 'min' => ':count minuutti|:count minuuttia', - 'second' => ':count sekunti|:count sekuntia', - 's' => ':count sekunti|:count sekuntia', - 'ago' => ':time sitten', - 'from_now' => ':time tästä hetkestä', - 'after' => ':time sen jälkeen', - 'before' => ':time ennen', -); diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/fo.php b/overrides/nesbot/carbon/src/Carbon/Lang/fo.php deleted file mode 100644 index d91104b78..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/fo.php +++ /dev/null @@ -1,31 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -return array( - 'year' => ':count ár|:count ár', - 'y' => ':count ár|:count ár', - 'month' => ':count mánaður|:count mánaðir', - 'm' => ':count mánaður|:count mánaðir', - 'week' => ':count vika|:count vikur', - 'w' => ':count vika|:count vikur', - 'day' => ':count dag|:count dagar', - 'd' => ':count dag|:count dagar', - 'hour' => ':count tími|:count tímar', - 'h' => ':count tími|:count tímar', - 'minute' => ':count minutt|:count minuttir', - 'min' => ':count minutt|:count minuttir', - 'second' => ':count sekund|:count sekundir', - 's' => ':count sekund|:count sekundir', - 'ago' => ':time síðan', - 'from_now' => 'um :time', - 'after' => ':time aftaná', - 'before' => ':time áðrenn', -); diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/fr.php b/overrides/nesbot/carbon/src/Carbon/Lang/fr.php deleted file mode 100644 index 0b20cdd29..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/fr.php +++ /dev/null @@ -1,40 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -return array( - 'year' => ':count an|:count ans', - 'y' => ':count an|:count ans', - 'month' => ':count mois', - 'm' => ':count mois', - 'week' => ':count semaine|:count semaines', - 'w' => ':count sem.', - 'day' => ':count jour|:count jours', - 'd' => ':count j.', - 'hour' => ':count heure|:count heures', - 'h' => ':count h.', - 'minute' => ':count minute|:count minutes', - 'min' => ':count min.', - 'second' => ':count seconde|:count secondes', - 's' => ':count sec.', - 'ago' => 'il y a :time', - 'from_now' => 'dans :time', - 'after' => ':time après', - 'before' => ':time avant', - 'diff_now' => "à l'instant", - 'diff_yesterday' => 'hier', - 'diff_tomorrow' => 'demain', - 'diff_before_yesterday' => 'avant-hier', - 'diff_after_tomorrow' => 'après-demain', - 'period_recurrences' => ':count fois', - 'period_interval' => 'tous les :interval', - 'period_start_date' => 'de :date', - 'period_end_date' => 'à :date', -); diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/gl.php b/overrides/nesbot/carbon/src/Carbon/Lang/gl.php deleted file mode 100644 index cd22a31e7..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/gl.php +++ /dev/null @@ -1,24 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -return array( - 'year' => ':count ano|:count anos', - 'month' => ':count mes|:count meses', - 'week' => ':count semana|:count semanas', - 'day' => ':count día|:count días', - 'hour' => ':count hora|:count horas', - 'minute' => ':count minuto|:count minutos', - 'second' => ':count segundo|:count segundos', - 'ago' => 'fai :time', - 'from_now' => 'dentro de :time', - 'after' => ':time despois', - 'before' => ':time antes', -); diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/gu.php b/overrides/nesbot/carbon/src/Carbon/Lang/gu.php deleted file mode 100644 index 7759dfcb5..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/gu.php +++ /dev/null @@ -1,31 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -return array( - '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 પહેલા', -); diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/he.php b/overrides/nesbot/carbon/src/Carbon/Lang/he.php deleted file mode 100644 index 2d4f4f880..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/he.php +++ /dev/null @@ -1,31 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -return array( - 'year' => 'שנה|{2}שנתיים|:count שנים', - 'y' => 'שנה|{2}שנתיים|:count שנים', - 'month' => 'חודש|{2}חודשיים|:count חודשים', - 'm' => 'חודש|{2}חודשיים|:count חודשים', - 'week' => 'שבוע|{2}שבועיים|:count שבועות', - 'w' => 'שבוע|{2}שבועיים|:count שבועות', - 'day' => 'יום|{2}יומיים|:count ימים', - 'd' => 'יום|{2}יומיים|:count ימים', - 'hour' => 'שעה|{2}שעתיים|:count שעות', - 'h' => 'שעה|{2}שעתיים|:count שעות', - 'minute' => 'דקה|{2}דקותיים|:count דקות', - 'min' => 'דקה|{2}דקותיים|:count דקות', - 'second' => 'שניה|:count שניות', - 's' => 'שניה|:count שניות', - 'ago' => 'לפני :time', - 'from_now' => 'בעוד :time', - 'after' => 'אחרי :time', - 'before' => 'לפני :time', -); diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/hi.php b/overrides/nesbot/carbon/src/Carbon/Lang/hi.php deleted file mode 100644 index 6c670ee8c..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/hi.php +++ /dev/null @@ -1,31 +0,0 @@ - - * - * 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 के पहले', -); diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/hr.php b/overrides/nesbot/carbon/src/Carbon/Lang/hr.php deleted file mode 100644 index 1a339de7b..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/hr.php +++ /dev/null @@ -1,31 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -return array( - 'year' => ':count godinu|:count godine|:count godina', - 'y' => ':count godinu|:count godine|:count godina', - 'month' => ':count mjesec|:count mjeseca|:count mjeseci', - 'm' => ':count mjesec|:count mjeseca|:count mjeseci', - 'week' => ':count tjedan|:count tjedna|:count tjedana', - 'w' => ':count tjedan|:count tjedna|:count tjedana', - 'day' => ':count dan|:count dana|:count dana', - 'd' => ':count dan|:count dana|:count dana', - 'hour' => ':count sat|:count sata|:count sati', - 'h' => ':count sat|:count sata|:count sati', - 'minute' => ':count minutu|:count minute |:count minuta', - 'min' => ':count minutu|:count minute |:count minuta', - 'second' => ':count sekundu|:count sekunde|:count sekundi', - 's' => ':count sekundu|:count sekunde|:count sekundi', - 'ago' => 'prije :time', - 'from_now' => 'za :time', - 'after' => 'za :time', - 'before' => 'prije :time', -); diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/hu.php b/overrides/nesbot/carbon/src/Carbon/Lang/hu.php deleted file mode 100644 index 45daf41a1..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/hu.php +++ /dev/null @@ -1,52 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -return array( - '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', - 'month_ago' => ':count hónapja', - 'week_ago' => ':count hete', - 'day_ago' => ':count napja', - 'hour_ago' => ':count órája', - 'minute_ago' => ':count perce', - 'second_ago' => ':count másodperce', - 'year_after' => ':count évvel', - 'month_after' => ':count hónappal', - 'week_after' => ':count héttel', - 'day_after' => ':count nappal', - 'hour_after' => ':count órával', - 'minute_after' => ':count perccel', - 'second_after' => ':count másodperccel', - 'year_before' => ':count évvel', - 'month_before' => ':count hónappal', - 'week_before' => ':count héttel', - 'day_before' => ':count nappal', - 'hour_before' => ':count órával', - 'minute_before' => ':count perccel', - 'second_before' => ':count másodperccel', -); diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/hy.php b/overrides/nesbot/carbon/src/Carbon/Lang/hy.php deleted file mode 100644 index d2665f27a..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/hy.php +++ /dev/null @@ -1,31 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -return array( - 'year' => ':count տարի', - 'y' => ':countտ', - 'month' => ':count ամիս', - 'm' => ':countամ', - 'week' => ':count շաբաթ', - 'w' => ':countշ', - 'day' => ':count օր', - 'd' => ':countօր', - 'hour' => ':count ժամ', - 'h' => ':countժ', - 'minute' => ':count րոպե', - 'min' => ':countր', - 'second' => ':count վարկյան', - 's' => ':countվրկ', - 'ago' => ':time առաջ', - 'from_now' => ':time ներկա պահից', - 'after' => ':time հետո', - 'before' => ':time առաջ', -); diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/id.php b/overrides/nesbot/carbon/src/Carbon/Lang/id.php deleted file mode 100644 index 7f7114fad..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/id.php +++ /dev/null @@ -1,31 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -return array( - 'year' => ':count tahun', - 'y' => ':count tahun', - 'month' => ':count bulan', - 'm' => ':count bulan', - 'week' => ':count minggu', - 'w' => ':count minggu', - 'day' => ':count hari', - 'd' => ':count hari', - 'hour' => ':count jam', - 'h' => ':count jam', - 'minute' => ':count menit', - 'min' => ':count menit', - 'second' => ':count detik', - 's' => ':count detik', - 'ago' => ':time yang lalu', - 'from_now' => ':time dari sekarang', - 'after' => ':time setelah', - 'before' => ':time sebelum', -); diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/is.php b/overrides/nesbot/carbon/src/Carbon/Lang/is.php deleted file mode 100644 index 94c76a7f2..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/is.php +++ /dev/null @@ -1,31 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -return array( - 'year' => '1 ár|:count ár', - 'y' => '1 ár|:count ár', - 'month' => '1 mánuður|:count mánuðir', - 'm' => '1 mánuður|:count mánuðir', - 'week' => '1 vika|:count vikur', - 'w' => '1 vika|:count vikur', - 'day' => '1 dagur|:count dagar', - 'd' => '1 dagur|:count dagar', - 'hour' => '1 klukkutími|:count klukkutímar', - 'h' => '1 klukkutími|:count klukkutímar', - 'minute' => '1 mínúta|:count mínútur', - 'min' => '1 mínúta|:count mínútur', - 'second' => '1 sekúnda|:count sekúndur', - 's' => '1 sekúnda|:count sekúndur', - 'ago' => ':time síðan', - 'from_now' => ':time síðan', - 'after' => ':time eftir', - 'before' => ':time fyrir', -); diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/it.php b/overrides/nesbot/carbon/src/Carbon/Lang/it.php deleted file mode 100644 index 70bc6d7b3..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/it.php +++ /dev/null @@ -1,36 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -return array( - 'year' => ':count anno|:count anni', - 'y' => ':count anno|:count anni', - 'month' => ':count mese|:count mesi', - 'm' => ':count mese|:count mesi', - 'week' => ':count settimana|:count settimane', - 'w' => ':count settimana|:count settimane', - 'day' => ':count giorno|:count giorni', - 'd' => ':count giorno|:count giorni', - 'hour' => ':count ora|:count ore', - 'h' => ':count ora|:count ore', - 'minute' => ':count minuto|:count minuti', - 'min' => ':count minuto|:count minuti', - 'second' => ':count secondo|:count secondi', - 's' => ':count secondo|:count secondi', - 'ago' => ':time fa', - 'from_now' => 'tra :time', - 'after' => ':time dopo', - 'before' => ':time prima', - 'diff_now' => 'proprio ora', - 'diff_yesterday' => 'ieri', - 'diff_tomorrow' => 'domani', - 'diff_before_yesterday' => "l'altro ieri", - 'diff_after_tomorrow' => 'dopodomani', -); diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/ja.php b/overrides/nesbot/carbon/src/Carbon/Lang/ja.php deleted file mode 100644 index 71195475d..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/ja.php +++ /dev/null @@ -1,31 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -return array( - 'year' => ':count年', - 'y' => ':count年', - 'month' => ':countヶ月', - 'm' => ':countヶ月', - 'week' => ':count週間', - 'w' => ':count週間', - 'day' => ':count日', - 'd' => ':count日', - 'hour' => ':count時間', - 'h' => ':count時間', - 'minute' => ':count分', - 'min' => ':count分', - 'second' => ':count秒', - 's' => ':count秒', - 'ago' => ':time前', - 'from_now' => '今から:time', - 'after' => ':time後', - 'before' => ':time前', -); diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/ka.php b/overrides/nesbot/carbon/src/Carbon/Lang/ka.php deleted file mode 100644 index a8dde7ebc..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/ka.php +++ /dev/null @@ -1,31 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -return array( - 'year' => ':count წლის', - 'y' => ':count წლის', - 'month' => ':count თვის', - 'm' => ':count თვის', - 'week' => ':count კვირის', - 'w' => ':count კვირის', - 'day' => ':count დღის', - 'd' => ':count დღის', - 'hour' => ':count საათის', - 'h' => ':count საათის', - 'minute' => ':count წუთის', - 'min' => ':count წუთის', - 'second' => ':count წამის', - 's' => ':count წამის', - 'ago' => ':time უკან', - 'from_now' => ':time შემდეგ', - 'after' => ':time შემდეგ', - 'before' => ':time უკან', -); diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/kk.php b/overrides/nesbot/carbon/src/Carbon/Lang/kk.php deleted file mode 100644 index 8d113afed..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/kk.php +++ /dev/null @@ -1,29 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -return array( - 'year' => ':count жыл', - 'y' => ':count жыл', - 'month' => ':count ай', - 'm' => ':count ай', - 'week' => ':count апта', - 'w' => ':count апта', - 'day' => ':count күн', - 'd' => ':count күн', - 'hour' => ':count сағат', - 'h' => ':count сағат', - 'minute' => ':count минут', - 'min' => ':count минут', - 'second' => ':count секунд', - 's' => ':count секунд', - 'ago' => ':time бұрын', - 'from_now' => ':time кейін', - 'after' => ':time кейін', - 'before' => ':time бұрын', -); diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/km.php b/overrides/nesbot/carbon/src/Carbon/Lang/km.php deleted file mode 100644 index a104e06eb..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/km.php +++ /dev/null @@ -1,31 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -return array( - 'year' => ':count ឆ្នាំ', - 'y' => ':count ឆ្នាំ', - 'month' => ':count ខែ', - 'm' => ':count ខែ', - 'week' => ':count សប្ដាហ៍', - 'w' => ':count សប្ដាហ៍', - 'day' => ':count ថ្ងៃ', - 'd' => ':count ថ្ងៃ', - 'hour' => ':count ម៉ោង', - 'h' => ':count ម៉ោង', - 'minute' => ':count នាទី', - 'min' => ':count នាទី', - 'second' => ':count វិនាទី', - 's' => ':count វិនាទី', - 'ago' => ':timeមុន', - 'from_now' => ':timeពី​ឥឡូវ', - 'after' => 'នៅ​ក្រោយ :time', - 'before' => 'នៅ​មុន :time', -); diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/ko.php b/overrides/nesbot/carbon/src/Carbon/Lang/ko.php deleted file mode 100644 index 020916442..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/ko.php +++ /dev/null @@ -1,31 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -return array( - 'year' => ':count 년', - 'y' => ':count 년', - 'month' => ':count 개월', - 'm' => ':count 개월', - 'week' => ':count 주일', - 'w' => ':count 주일', - 'day' => ':count 일', - 'd' => ':count 일', - 'hour' => ':count 시간', - 'h' => ':count 시간', - 'minute' => ':count 분', - 'min' => ':count 분', - 'second' => ':count 초', - 's' => ':count 초', - 'ago' => ':time 전', - 'from_now' => ':time 후', - 'after' => ':time 이후', - 'before' => ':time 이전', -); diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/lt.php b/overrides/nesbot/carbon/src/Carbon/Lang/lt.php deleted file mode 100644 index 3f2fd1ec9..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/lt.php +++ /dev/null @@ -1,38 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -return array( - 'year' => ':count metus|:count metus|:count metų', - 'y' => ':count metus|:count metus|:count metų', - 'month' => ':count mėnesį|:count mėnesius|:count mėnesių', - 'm' => ':count mėnesį|:count mėnesius|:count mėnesių', - 'week' => ':count savaitę|:count savaites|:count savaičių', - 'w' => ':count savaitę|:count savaites|:count savaičių', - 'day' => ':count dieną|:count dienas|:count dienų', - 'd' => ':count dieną|:count dienas|:count dienų', - 'hour' => ':count valandą|:count valandas|:count valandų', - 'h' => ':count valandą|:count valandas|:count valandų', - 'minute' => ':count minutę|:count minutes|:count minučių', - 'min' => ':count minutę|:count minutes|:count minučių', - 'second' => ':count sekundę|:count sekundes|:count sekundžių', - 's' => ':count sekundę|:count sekundes|:count sekundžių', - 'second_from_now' => ':count sekundės|:count sekundžių|:count sekundžių', - 'minute_from_now' => ':count minutės|:count minučių|:count minučių', - 'hour_from_now' => ':count valandos|:count valandų|:count valandų', - 'day_from_now' => ':count dienos|:count dienų|:count dienų', - 'week_from_now' => ':count savaitės|:count savaičių|:count savaičių', - 'month_from_now' => ':count mėnesio|:count mėnesių|:count mėnesių', - 'year_from_now' => ':count metų', - 'ago' => 'prieš :time', - 'from_now' => 'už :time', - 'after' => 'po :time', - 'before' => ':time nuo dabar', -); diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/lv.php b/overrides/nesbot/carbon/src/Carbon/Lang/lv.php deleted file mode 100644 index 363193db9..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/lv.php +++ /dev/null @@ -1,47 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -return array( - 'year' => '0 gadiem|:count gada|:count gadiem', - 'y' => '0 gadiem|:count gada|:count gadiem', - 'month' => '0 mēnešiem|:count mēneša|:count mēnešiem', - 'm' => '0 mēnešiem|:count mēneša|:count mēnešiem', - 'week' => '0 nedēļām|:count nedēļas|:count nedēļām', - 'w' => '0 nedēļām|:count nedēļas|:count nedēļām', - 'day' => '0 dienām|:count dienas|:count dienām', - 'd' => '0 dienām|:count dienas|:count dienām', - 'hour' => '0 stundām|:count stundas|:count stundām', - 'h' => '0 stundām|:count stundas|:count stundām', - 'minute' => '0 minūtēm|:count minūtes|:count minūtēm', - 'min' => '0 minūtēm|:count minūtes|:count minūtēm', - 'second' => '0 sekundēm|:count sekundes|:count sekundēm', - 's' => '0 sekundēm|:count sekundes|:count sekundēm', - 'ago' => 'pirms :time', - 'from_now' => 'pēc :time', - 'after' => ':time vēlāk', - 'before' => ':time pirms', - - 'year_after' => '0 gadus|:count gadu|:count gadus', - 'month_after' => '0 mēnešus|:count mēnesi|:count mēnešus', - 'week_after' => '0 nedēļas|:count nedēļu|:count nedēļas', - 'day_after' => '0 dienas|:count dienu|:count dienas', - 'hour_after' => '0 stundas|:count stundu|:count stundas', - 'minute_after' => '0 minūtes|:count minūti|:count minūtes', - 'second_after' => '0 sekundes|:count sekundi|:count sekundes', - - 'year_before' => '0 gadus|:count gadu|:count gadus', - 'month_before' => '0 mēnešus|:count mēnesi|:count mēnešus', - 'week_before' => '0 nedēļas|:count nedēļu|:count nedēļas', - 'day_before' => '0 dienas|:count dienu|:count dienas', - 'hour_before' => '0 stundas|:count stundu|:count stundas', - 'minute_before' => '0 minūtes|:count minūti|:count minūtes', - 'second_before' => '0 sekundes|:count sekundi|:count sekundes', -); diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/mk.php b/overrides/nesbot/carbon/src/Carbon/Lang/mk.php deleted file mode 100644 index c5ec12df7..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/mk.php +++ /dev/null @@ -1,24 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -return array( - 'year' => ':count година|:count години', - 'month' => ':count месец|:count месеци', - 'week' => ':count седмица|:count седмици', - 'day' => ':count ден|:count дена', - 'hour' => ':count час|:count часа', - 'minute' => ':count минута|:count минути', - 'second' => ':count секунда|:count секунди', - 'ago' => 'пред :time', - 'from_now' => ':time од сега', - 'after' => 'по :time', - 'before' => 'пред :time', -); diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/mn.php b/overrides/nesbot/carbon/src/Carbon/Lang/mn.php deleted file mode 100644 index b26dce557..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/mn.php +++ /dev/null @@ -1,62 +0,0 @@ - - * - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - * - * @translator Batmandakh Erdenebileg - */ - -return array( - 'year' => ':count жил', - 'y' => ':count жил', - 'month' => ':count сар', - 'm' => ':count сар', - 'week' => ':count долоо хоног', - 'w' => ':count долоо хоног', - 'day' => ':count өдөр', - 'd' => ':count өдөр', - 'hour' => ':count цаг', - 'h' => ':countц', - 'minute' => ':count минут', - 'min' => ':countм', - 'second' => ':count секунд', - 's' => ':countс', - - 'ago' => ':timeн өмнө', - 'year_ago' => ':count жилий', - 'month_ago' => ':count сары', - 'day_ago' => ':count хоногий', - 'hour_ago' => ':count цагий', - 'minute_ago' => ':count минуты', - 'second_ago' => ':count секунды', - - 'from_now' => 'одоогоос :time', - 'year_from_now' => ':count жилийн дараа', - 'month_from_now' => ':count сарын дараа', - 'day_from_now' => ':count хоногийн дараа', - 'hour_from_now' => ':count цагийн дараа', - 'minute_from_now' => ':count минутын дараа', - 'second_from_now' => ':count секундын дараа', - - // Does it required to make translation for before, after as follows? hmm, I think we've made it with ago and from now keywords already. Anyway, I've included it just in case of undesired action... - 'after' => ':timeн дараа', - 'year_after' => ':count жилий', - 'month_after' => ':count сары', - 'day_after' => ':count хоногий', - 'hour_after' => ':count цагий', - 'minute_after' => ':count минуты', - 'second_after' => ':count секунды', - 'before' => ':timeн өмнө', - 'year_before' => ':count жилий', - 'month_before' => ':count сары', - 'day_before' => ':count хоногий', - 'hour_before' => ':count цагий', - 'minute_before' => ':count минуты', - 'second_before' => ':count секунды', -); diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/ms.php b/overrides/nesbot/carbon/src/Carbon/Lang/ms.php deleted file mode 100644 index ef574228a..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/ms.php +++ /dev/null @@ -1,31 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -return array( - 'year' => ':count tahun', - 'y' => ':count tahun', - 'month' => ':count bulan', - 'm' => ':count bulan', - 'week' => ':count minggu', - 'w' => ':count minggu', - 'day' => ':count hari', - 'd' => ':count hari', - 'hour' => ':count jam', - 'h' => ':count jam', - 'minute' => ':count minit', - 'min' => ':count minit', - 'second' => ':count saat', - 's' => ':count saat', - 'ago' => ':time yang lalu', - 'from_now' => ':time dari sekarang', - 'after' => ':time selepas', - 'before' => ':time sebelum', -); diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/my.php b/overrides/nesbot/carbon/src/Carbon/Lang/my.php deleted file mode 100644 index e8e491ecf..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/my.php +++ /dev/null @@ -1,37 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -return array( - '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 မတိုင်ခင်', - 'diff_now' => 'အခုလေးတင်', - 'diff_yesterday' => 'မနေ့က', - 'diff_tomorrow' => 'မနက်ဖြန်', - 'diff_before_yesterday' => 'တမြန်နေ့က', - 'diff_after_tomorrow' => 'တဘက်ခါ', - 'period_recurrences' => ':count ကြိမ်', -); diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/ne.php b/overrides/nesbot/carbon/src/Carbon/Lang/ne.php deleted file mode 100644 index 0b528dfa4..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/ne.php +++ /dev/null @@ -1,31 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -return array( - 'year' => ':count वर्ष', - 'y' => ':count वर्ष', - 'month' => ':count महिना', - 'm' => ':count महिना', - 'week' => ':count हप्ता', - 'w' => ':count हप्ता', - 'day' => ':count दिन', - 'd' => ':count दिन', - 'hour' => ':count घण्टा', - 'h' => ':count घण्टा', - 'minute' => ':count मिनेट', - 'min' => ':count मिनेट', - 'second' => ':count सेकेण्ड', - 's' => ':count सेकेण्ड', - 'ago' => ':time पहिले', - 'from_now' => ':time देखि', - 'after' => ':time पछि', - 'before' => ':time अघि', -); diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/nl.php b/overrides/nesbot/carbon/src/Carbon/Lang/nl.php deleted file mode 100644 index ec5a88edf..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/nl.php +++ /dev/null @@ -1,36 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -return array( - 'year' => ':count jaar', - 'y' => ':count jaar', - 'month' => ':count maand|:count maanden', - 'm' => ':count maand|:count maanden', - 'week' => ':count week|:count weken', - 'w' => ':count week|:count weken', - 'day' => ':count dag|:count dagen', - 'd' => ':count dag|:count dagen', - 'hour' => ':count uur', - 'h' => ':count uur', - 'minute' => ':count minuut|:count minuten', - 'min' => ':count minuut|:count minuten', - 'second' => ':count seconde|:count seconden', - 's' => ':count seconde|:count seconden', - 'ago' => ':time geleden', - 'from_now' => 'over :time', - 'after' => ':time later', - 'before' => ':time eerder', - 'diff_now' => 'nu', - 'diff_yesterday' => 'gisteren', - 'diff_tomorrow' => 'morgen', - 'diff_after_tomorrow' => 'overmorgen', - 'diff_before_yesterday' => 'eergisteren', -); diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/no.php b/overrides/nesbot/carbon/src/Carbon/Lang/no.php deleted file mode 100644 index a6ece06a0..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/no.php +++ /dev/null @@ -1,36 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -return array( - 'year' => ':count år|:count år', - 'y' => ':count år|:count år', - 'month' => ':count måned|:count måneder', - 'm' => ':count måned|:count måneder', - 'week' => ':count uke|:count uker', - 'w' => ':count uke|:count uker', - 'day' => ':count dag|:count dager', - 'd' => ':count dag|:count dager', - 'hour' => ':count time|:count timer', - 'h' => ':count time|:count timer', - 'minute' => ':count minutt|:count minutter', - 'min' => ':count minutt|:count minutter', - 'second' => ':count sekund|:count sekunder', - 's' => ':count sekund|:count sekunder', - 'ago' => ':time siden', - 'from_now' => 'om :time', - 'after' => ':time etter', - 'before' => ':time før', - 'diff_now' => 'akkurat nå', - 'diff_yesterday' => 'i går', - 'diff_tomorrow' => 'i morgen', - 'diff_before_yesterday' => 'i forgårs', - 'diff_after_tomorrow' => 'i overmorgen', -); diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/oc.php b/overrides/nesbot/carbon/src/Carbon/Lang/oc.php deleted file mode 100644 index e89e94c3b..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/oc.php +++ /dev/null @@ -1,44 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -\Symfony\Component\Translation\PluralizationRules::set(function ($number) { - return $number == 1 ? 0 : 1; -}, 'oc'); - -return array( - 'year' => ':count an|:count ans', - 'y' => ':count an|:count ans', - 'month' => ':count mes|:count meses', - 'm' => ':count mes|:count meses', - 'week' => ':count setmana|:count setmanas', - 'w' => ':count setmana|:count setmanas', - 'day' => ':count jorn|:count jorns', - 'd' => ':count jorn|:count jorns', - 'hour' => ':count ora|:count oras', - 'h' => ':count ora|:count oras', - 'minute' => ':count minuta|:count minutas', - 'min' => ':count minuta|:count minutas', - 'second' => ':count segonda|:count segondas', - 's' => ':count segonda|:count segondas', - 'ago' => 'fa :time', - 'from_now' => 'dins :time', - 'after' => ':time aprèp', - 'before' => ':time abans', - 'diff_now' => 'ara meteis', - 'diff_yesterday' => 'ièr', - 'diff_tomorrow' => 'deman', - 'diff_before_yesterday' => 'ièr delà', - 'diff_after_tomorrow' => 'deman passat', - 'period_recurrences' => ':count còp|:count còps', - 'period_interval' => 'cada :interval', - 'period_start_date' => 'de :date', - 'period_end_date' => 'fins a :date', -); diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/pl.php b/overrides/nesbot/carbon/src/Carbon/Lang/pl.php deleted file mode 100644 index 2308af2d0..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/pl.php +++ /dev/null @@ -1,36 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -return array( - 'year' => ':count rok|:count lata|:count lat', - 'y' => ':countr|:countl', - 'month' => ':count miesiąc|:count miesiące|:count miesięcy', - 'm' => ':countmies', - 'week' => ':count tydzień|:count tygodnie|:count tygodni', - 'w' => ':counttyg', - 'day' => ':count dzień|:count dni|:count dni', - 'd' => ':countd', - 'hour' => ':count godzina|:count godziny|:count godzin', - 'h' => ':countg', - 'minute' => ':count minuta|:count minuty|:count minut', - 'min' => ':countm', - 'second' => ':count sekunda|:count sekundy|:count sekund', - 's' => ':counts', - 'ago' => ':time temu', - 'from_now' => ':time od teraz', - 'after' => ':time po', - 'before' => ':time przed', - 'diff_now' => 'przed chwilą', - 'diff_yesterday' => 'wczoraj', - 'diff_tomorrow' => 'jutro', - 'diff_before_yesterday' => 'przedwczoraj', - 'diff_after_tomorrow' => 'pojutrze', -); diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/ps.php b/overrides/nesbot/carbon/src/Carbon/Lang/ps.php deleted file mode 100644 index 15c3296e2..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/ps.php +++ /dev/null @@ -1,31 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -return array( - '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 دمخه', -); diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/pt.php b/overrides/nesbot/carbon/src/Carbon/Lang/pt.php deleted file mode 100644 index 392b12159..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/pt.php +++ /dev/null @@ -1,31 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -return array( - 'year' => ':count ano|:count anos', - 'y' => ':count ano|:count anos', - 'month' => ':count mês|:count meses', - 'm' => ':count mês|:count meses', - 'week' => ':count semana|:count semanas', - 'w' => ':count semana|:count semanas', - 'day' => ':count dia|:count dias', - 'd' => ':count dia|:count dias', - 'hour' => ':count hora|:count horas', - 'h' => ':count hora|:count horas', - 'minute' => ':count minuto|:count minutos', - 'min' => ':count minuto|:count minutos', - 'second' => ':count segundo|:count segundos', - 's' => ':count segundo|:count segundos', - 'ago' => ':time atrás', - 'from_now' => 'em :time', - 'after' => ':time depois', - 'before' => ':time antes', -); diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/pt_BR.php b/overrides/nesbot/carbon/src/Carbon/Lang/pt_BR.php deleted file mode 100644 index 1f84eac5f..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/pt_BR.php +++ /dev/null @@ -1,40 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -return array( - 'year' => ':count ano|:count anos', - 'y' => ':counta|:counta', - 'month' => ':count mês|:count meses', - 'm' => ':countm|:countm', - 'week' => ':count semana|:count semanas', - 'w' => ':countsem|:countsem', - 'day' => ':count dia|:count dias', - 'd' => ':countd|:countd', - 'hour' => ':count hora|:count horas', - 'h' => ':counth|:counth', - 'minute' => ':count minuto|:count minutos', - 'min' => ':countmin|:countmin', - 'second' => ':count segundo|:count segundos', - 's' => ':counts|:counts', - 'ago' => 'há :time', - 'from_now' => 'em :time', - 'after' => 'após :time', - 'before' => ':time atrás', - 'diff_now' => 'agora', - 'diff_yesterday' => 'ontem', - 'diff_tomorrow' => 'amanhã', - 'diff_before_yesterday' => 'anteontem', - 'diff_after_tomorrow' => 'depois de amanhã', - 'period_recurrences' => 'uma|:count vez', - 'period_interval' => 'toda :interval', - 'period_start_date' => 'de :date', - 'period_end_date' => 'até :date', -); diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/pt_PT.php b/overrides/nesbot/carbon/src/Carbon/Lang/pt_PT.php deleted file mode 100644 index 392b12159..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/pt_PT.php +++ /dev/null @@ -1,31 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -return array( - 'year' => ':count ano|:count anos', - 'y' => ':count ano|:count anos', - 'month' => ':count mês|:count meses', - 'm' => ':count mês|:count meses', - 'week' => ':count semana|:count semanas', - 'w' => ':count semana|:count semanas', - 'day' => ':count dia|:count dias', - 'd' => ':count dia|:count dias', - 'hour' => ':count hora|:count horas', - 'h' => ':count hora|:count horas', - 'minute' => ':count minuto|:count minutos', - 'min' => ':count minuto|:count minutos', - 'second' => ':count segundo|:count segundos', - 's' => ':count segundo|:count segundos', - 'ago' => ':time atrás', - 'from_now' => 'em :time', - 'after' => ':time depois', - 'before' => ':time antes', -); diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/ro.php b/overrides/nesbot/carbon/src/Carbon/Lang/ro.php deleted file mode 100644 index cc1672406..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/ro.php +++ /dev/null @@ -1,31 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -return array( - 'year' => 'un an|:count ani|:count ani', - 'y' => 'un an|:count ani|:count ani', - 'month' => 'o lună|:count luni|:count luni', - 'm' => 'o lună|:count luni|:count luni', - 'week' => 'o săptămână|:count săptămâni|:count săptămâni', - 'w' => 'o săptămână|:count săptămâni|:count săptămâni', - 'day' => 'o zi|:count zile|:count zile', - 'd' => 'o zi|:count zile|:count zile', - 'hour' => 'o oră|:count ore|:count ore', - 'h' => 'o oră|:count ore|:count ore', - 'minute' => 'un minut|:count minute|:count minute', - 'min' => 'un minut|:count minute|:count minute', - 'second' => 'o secundă|:count secunde|:count secunde', - 's' => 'o secundă|:count secunde|:count secunde', - 'ago' => 'acum :time', - 'from_now' => ':time de acum', - 'after' => 'peste :time', - 'before' => 'acum :time', -); diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/ru.php b/overrides/nesbot/carbon/src/Carbon/Lang/ru.php deleted file mode 100644 index 6a83fb131..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/ru.php +++ /dev/null @@ -1,31 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -return array( - 'year' => ':count год|:count года|:count лет', - 'y' => ':count г|:count г|:count л', - 'month' => ':count месяц|:count месяца|:count месяцев', - 'm' => ':count м|:count м|:count м', - 'week' => ':count неделю|:count недели|:count недель', - 'w' => ':count н|:count н|:count н', - 'day' => ':count день|:count дня|:count дней', - 'd' => ':count д|:count д|:count д', - 'hour' => ':count час|:count часа|:count часов', - 'h' => ':count ч|:count ч|:count ч', - 'minute' => ':count минуту|:count минуты|:count минут', - 'min' => ':count мин|:count мин|:count мин', - 'second' => ':count секунду|:count секунды|:count секунд', - 's' => ':count с|:count с|:count с', - 'ago' => ':time назад', - 'from_now' => 'через :time', - 'after' => ':time после', - 'before' => ':time до', -); diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/sh.php b/overrides/nesbot/carbon/src/Carbon/Lang/sh.php deleted file mode 100644 index 57f287a7c..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/sh.php +++ /dev/null @@ -1,35 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -\Symfony\Component\Translation\PluralizationRules::set(function ($number) { - return ((1 == $number % 10) && (11 != $number % 100)) ? 0 : ((($number % 10 >= 2) && ($number % 10 <= 4) && (($number % 100 < 10) || ($number % 100 >= 20))) ? 1 : 2); -}, 'sh'); - -return array( - 'year' => ':count godina|:count godine|:count godina', - 'y' => ':count godina|:count godine|:count godina', - 'month' => ':count mesec|:count meseca|:count meseci', - 'm' => ':count mesec|:count meseca|:count meseci', - 'week' => ':count nedelja|:count nedelje|:count nedelja', - 'w' => ':count nedelja|:count nedelje|:count nedelja', - 'day' => ':count dan|:count dana|:count dana', - 'd' => ':count dan|:count dana|:count dana', - 'hour' => ':count čas|:count časa|:count časova', - 'h' => ':count čas|:count časa|:count časova', - 'minute' => ':count minut|:count minuta|:count minuta', - 'min' => ':count minut|:count minuta|:count minuta', - 'second' => ':count sekund|:count sekunda|:count sekundi', - 's' => ':count sekund|:count sekunda|:count sekundi', - 'ago' => 'pre :time', - 'from_now' => 'za :time', - 'after' => 'nakon :time', - 'before' => ':time raniјe', -); diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/sk.php b/overrides/nesbot/carbon/src/Carbon/Lang/sk.php deleted file mode 100644 index 61013448d..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/sk.php +++ /dev/null @@ -1,38 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -return array( - 'year' => 'rok|:count roky|:count rokov', - 'y' => 'rok|:count roky|:count rokov', - 'month' => 'mesiac|:count mesiace|:count mesiacov', - 'm' => 'mesiac|:count mesiace|:count mesiacov', - 'week' => 'týždeň|:count týždne|:count týždňov', - 'w' => 'týždeň|:count týždne|:count týždňov', - 'day' => 'deň|:count dni|:count dní', - 'd' => 'deň|:count dni|:count dní', - 'hour' => 'hodinu|:count hodiny|:count hodín', - 'h' => 'hodinu|:count hodiny|:count hodín', - 'minute' => 'minútu|:count minúty|:count minút', - 'min' => 'minútu|:count minúty|:count minút', - 'second' => 'sekundu|:count sekundy|:count sekúnd', - 's' => 'sekundu|:count sekundy|:count sekúnd', - 'ago' => 'pred :time', - 'from_now' => 'za :time', - 'after' => 'o :time neskôr', - 'before' => ':time predtým', - 'year_ago' => 'rokom|:count rokmi|:count rokmi', - 'month_ago' => 'mesiacom|:count mesiacmi|:count mesiacmi', - 'week_ago' => 'týždňom|:count týždňami|:count týždňami', - 'day_ago' => 'dňom|:count dňami|:count dňami', - 'hour_ago' => 'hodinou|:count hodinami|:count hodinami', - 'minute_ago' => 'minútou|:count minútami|:count minútami', - 'second_ago' => 'sekundou|:count sekundami|:count sekundami', -); diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/sl.php b/overrides/nesbot/carbon/src/Carbon/Lang/sl.php deleted file mode 100644 index 06686d135..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/sl.php +++ /dev/null @@ -1,43 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -return array( - 'year' => ':count leto|:count leti|:count leta|:count let', - 'y' => ':count leto|:count leti|:count leta|:count let', - 'month' => ':count mesec|:count meseca|:count mesece|:count mesecev', - 'm' => ':count mesec|:count meseca|:count mesece|:count mesecev', - 'week' => ':count teden|:count tedna|:count tedne|:count tednov', - 'w' => ':count teden|:count tedna|:count tedne|:count tednov', - 'day' => ':count dan|:count dni|:count dni|:count dni', - 'd' => ':count dan|:count dni|:count dni|:count dni', - 'hour' => ':count uro|:count uri|:count ure|:count ur', - 'h' => ':count uro|:count uri|:count ure|:count ur', - 'minute' => ':count minuto|:count minuti|:count minute|:count minut', - 'min' => ':count minuto|:count minuti|:count minute|:count minut', - 'second' => ':count sekundo|:count sekundi|:count sekunde|:count sekund', - 's' => ':count sekundo|:count sekundi|:count sekunde|:count sekund', - 'year_ago' => ':count letom|:count leti|:count leti|:count leti', - 'month_ago' => ':count mesecem|:count meseci|:count meseci|:count meseci', - 'week_ago' => ':count tednom|:count tednoma|:count tedni|:count tedni', - 'day_ago' => ':count dnem|:count dnevoma|:count dnevi|:count dnevi', - 'hour_ago' => ':count uro|:count urama|:count urami|:count urami', - 'minute_ago' => ':count minuto|:count minutama|:count minutami|:count minutami', - 'second_ago' => ':count sekundo|:count sekundama|:count sekundami|:count sekundami', - 'ago' => 'pred :time', - 'from_now' => 'čez :time', - 'after' => 'čez :time', - 'before' => 'pred :time', - 'diff_now' => 'ravnokar', - 'diff_yesterday' => 'včeraj', - 'diff_tomorrow' => 'jutri', - 'diff_before_yesterday' => 'predvčerajšnjim', - 'diff_after_tomorrow' => 'pojutrišnjem', -); diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/sq.php b/overrides/nesbot/carbon/src/Carbon/Lang/sq.php deleted file mode 100644 index 6e138a041..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/sq.php +++ /dev/null @@ -1,31 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -return array( - 'year' => ':count vit|:count vjet', - 'y' => ':count vit|:count vjet', - 'month' => ':count muaj|:count muaj', - 'm' => ':count muaj|:count muaj', - 'week' => ':count javë|:count javë', - 'w' => ':count javë|:count javë', - 'day' => ':count ditë|:count ditë', - 'd' => ':count ditë|:count ditë', - 'hour' => ':count orë|:count orë', - 'h' => ':count orë|:count orë', - 'minute' => ':count minutë|:count minuta', - 'min' => ':count minutë|:count minuta', - 'second' => ':count sekondë|:count sekonda', - 's' => ':count sekondë|:count sekonda', - 'ago' => ':time më parë', - 'from_now' => ':time nga tani', - 'after' => ':time pas', - 'before' => ':time para', -); diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/sr.php b/overrides/nesbot/carbon/src/Carbon/Lang/sr.php deleted file mode 100644 index 5a1064212..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/sr.php +++ /dev/null @@ -1,37 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -return array( - 'year' => ':count godina|:count godine|:count godina', - 'y' => ':count godina|:count godine|:count godina', - 'month' => ':count mesec|:count meseca|:count meseci', - 'm' => ':count mesec|:count meseca|:count meseci', - 'week' => ':count nedelja|:count nedelje|:count nedelja', - 'w' => ':count nedelja|:count nedelje|:count nedelja', - 'day' => ':count dan|:count dana|:count dana', - 'd' => ':count dan|:count dana|:count dana', - 'hour' => ':count sat|:count sata|:count sati', - 'h' => ':count sat|:count sata|:count sati', - 'minute' => ':count minut|:count minuta |:count minuta', - 'min' => ':count minut|:count minuta |:count minuta', - 'second' => ':count sekund|:count sekunde|:count sekunde', - 's' => ':count sekund|:count sekunde|:count sekunde', - 'ago' => 'pre :time', - 'from_now' => ':time od sada', - 'after' => 'nakon :time', - 'before' => 'pre :time', - - 'year_from_now' => '{1,21,31,41,51} :count godinu|{2,3,4,22,23,24,32,33,34,42,43,44,52,53,54} :count godine|[5,Inf[ :count godina', - 'year_ago' => '{1,21,31,41,51} :count godinu|{2,3,4,22,23,24,32,33,34,42,43,44,52,53,54} :count godine|[5,Inf[ :count godina', - - 'week_from_now' => '{1} :count nedelju|{2,3,4} :count nedelje|[5,Inf[ :count nedelja', - 'week_ago' => '{1} :count nedelju|{2,3,4} :count nedelje|[5,Inf[ :count nedelja', -); diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/sr_Cyrl.php b/overrides/nesbot/carbon/src/Carbon/Lang/sr_Cyrl.php deleted file mode 100644 index 2db83edd9..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/sr_Cyrl.php +++ /dev/null @@ -1,43 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -return array( - 'year' => '{2,3,4,22,23,24,32,33,34,42,43,44,52,53,54}:count године|[0,Inf[ :count година', - 'y' => ':count г.', - 'month' => '{1} :count месец|{2,3,4}:count месеца|[5,Inf[ :count месеци', - 'm' => ':count м.', - 'week' => '{1} :count недеља|{2,3,4}:count недеље|[5,Inf[ :count недеља', - 'w' => ':count нед.', - 'day' => '{1,21,31} :count дан|[2,Inf[ :count дана', - 'd' => ':count д.', - 'hour' => '{1,21} :count сат|{2,3,4,22,23,24}:count сата|[5,Inf[ :count сати', - 'h' => ':count ч.', - 'minute' => '{1,21,31,41,51} :count минут|[2,Inf[ :count минута', - 'min' => ':count мин.', - 'second' => '{1,21,31,41,51} :count секунд|{2,3,4,22,23,24,32,33,34,42,43,44,52,53,54}:count секунде|[5,Inf[:count секунди', - 's' => ':count сек.', - 'ago' => 'пре :time', - 'from_now' => 'за :time', - 'after' => ':time након', - 'before' => ':time пре', - - 'year_from_now' => '{1,21,31,41,51} :count годину|{2,3,4,22,23,24,32,33,34,42,43,44,52,53,54} :count године|[5,Inf[ :count година', - 'year_ago' => '{1,21,31,41,51} :count годину|{2,3,4,22,23,24,32,33,34,42,43,44,52,53,54} :count године|[5,Inf[ :count година', - - 'week_from_now' => '{1} :count недељу|{2,3,4} :count недеље|[5,Inf[ :count недеља', - 'week_ago' => '{1} :count недељу|{2,3,4} :count недеље|[5,Inf[ :count недеља', - - 'diff_now' => 'управо сада', - 'diff_yesterday' => 'јуче', - 'diff_tomorrow' => 'сутра', - 'diff_before_yesterday' => 'прекјуче', - 'diff_after_tomorrow' => 'прекосутра', -); diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/sr_Cyrl_ME.php b/overrides/nesbot/carbon/src/Carbon/Lang/sr_Cyrl_ME.php deleted file mode 100644 index 18214c44c..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/sr_Cyrl_ME.php +++ /dev/null @@ -1,43 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -return array( - 'year' => '{2,3,4,22,23,24,32,33,34,42,43,44,52,53,54}:count године|[0,Inf[ :count година', - 'y' => ':count г.', - 'month' => '{1} :count мјесец|{2,3,4}:count мјесеца|[5,Inf[ :count мјесеци', - 'm' => ':count мј.', - 'week' => '{1} :count недјеља|{2,3,4}:count недјеље|[5,Inf[ :count недјеља', - 'w' => ':count нед.', - 'day' => '{1,21,31} :count дан|[2,Inf[ :count дана', - 'd' => ':count д.', - 'hour' => '{1,21} :count сат|{2,3,4,22,23,24}:count сата|[5,Inf[ :count сати', - 'h' => ':count ч.', - 'minute' => '{1,21,31,41,51} :count минут|[2,Inf[ :count минута', - 'min' => ':count мин.', - 'second' => '{1,21,31,41,51} :count секунд|{2,3,4,22,23,24,32,33,34,42,43,44,52,53,54}:count секунде|[5,Inf[:count секунди', - 's' => ':count сек.', - 'ago' => 'прије :time', - 'from_now' => 'за :time', - 'after' => ':time након', - 'before' => ':time прије', - - 'year_from_now' => '{1,21,31,41,51} :count годину|{2,3,4,22,23,24,32,33,34,42,43,44,52,53,54} :count године|[5,Inf[ :count година', - 'year_ago' => '{1,21,31,41,51} :count годину|{2,3,4,22,23,24,32,33,34,42,43,44,52,53,54} :count године|[5,Inf[ :count година', - - 'week_from_now' => '{1} :count недјељу|{2,3,4} :count недјеље|[5,Inf[ :count недјеља', - 'week_ago' => '{1} :count недјељу|{2,3,4} :count недјеље|[5,Inf[ :count недјеља', - - 'diff_now' => 'управо сада', - 'diff_yesterday' => 'јуче', - 'diff_tomorrow' => 'сутра', - 'diff_before_yesterday' => 'прекјуче', - 'diff_after_tomorrow' => 'прекосјутра', -); diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/sr_Latn_ME.php b/overrides/nesbot/carbon/src/Carbon/Lang/sr_Latn_ME.php deleted file mode 100644 index 2d2e28814..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/sr_Latn_ME.php +++ /dev/null @@ -1,43 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -return array( - 'year' => '{2,3,4,22,23,24,32,33,34,42,43,44,52,53,54}:count godine|[0,Inf[ :count godina', - 'y' => ':count g.', - 'month' => '{1} :count mjesec|{2,3,4}:count mjeseca|[5,Inf[ :count mjeseci', - 'm' => ':count mj.', - 'week' => '{1} :count nedjelja|{2,3,4}:count nedjelje|[5,Inf[ :count nedjelja', - 'w' => ':count ned.', - 'day' => '{1,21,31} :count dan|[2,Inf[ :count dana', - 'd' => ':count d.', - 'hour' => '{1,21} :count sat|{2,3,4,22,23,24}:count sata|[5,Inf[ :count sati', - 'h' => ':count č.', - 'minute' => '{1,21,31,41,51} :count minut|[2,Inf[ :count minuta', - 'min' => ':count min.', - 'second' => '{1,21,31,41,51} :count sekund|{2,3,4,22,23,24,32,33,34,42,43,44,52,53,54}:count sekunde|[5,Inf[:count sekundi', - 's' => ':count sek.', - 'ago' => 'prije :time', - 'from_now' => 'za :time', - 'after' => ':time nakon', - 'before' => ':time prije', - - 'year_from_now' => '{1,21,31,41,51} :count godinu|{2,3,4,22,23,24,32,33,34,42,43,44,52,53,54} :count godine|[5,Inf[ :count godina', - 'year_ago' => '{1,21,31,41,51} :count godinu|{2,3,4,22,23,24,32,33,34,42,43,44,52,53,54} :count godine|[5,Inf[ :count godina', - - 'week_from_now' => '{1} :count nedjelju|{2,3,4} :count nedjelje|[5,Inf[ :count nedjelja', - 'week_ago' => '{1} :count nedjelju|{2,3,4} :count nedjelje|[5,Inf[ :count nedjelja', - - 'diff_now' => 'upravo sada', - 'diff_yesterday' => 'juče', - 'diff_tomorrow' => 'sutra', - 'diff_before_yesterday' => 'prekjuče', - 'diff_after_tomorrow' => 'preksutra', -); diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/sr_ME.php b/overrides/nesbot/carbon/src/Carbon/Lang/sr_ME.php deleted file mode 100644 index 7ebf6f041..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/sr_ME.php +++ /dev/null @@ -1,12 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -return require __DIR__.'/sr_Latn_ME.php'; diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/sv.php b/overrides/nesbot/carbon/src/Carbon/Lang/sv.php deleted file mode 100644 index 89a03b432..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/sv.php +++ /dev/null @@ -1,31 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -return array( - 'year' => ':count år|:count år', - 'y' => ':count år|:count år', - 'month' => ':count månad|:count månader', - 'm' => ':count månad|:count månader', - 'week' => ':count vecka|:count veckor', - 'w' => ':count vecka|:count veckor', - 'day' => ':count dag|:count dagar', - 'd' => ':count dag|:count dagar', - 'hour' => ':count timme|:count timmar', - 'h' => ':count timme|:count timmar', - 'minute' => ':count minut|:count minuter', - 'min' => ':count minut|:count minuter', - 'second' => ':count sekund|:count sekunder', - 's' => ':count sekund|:count sekunder', - 'ago' => ':time sedan', - 'from_now' => 'om :time', - 'after' => ':time efter', - 'before' => ':time före', -); diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/sw.php b/overrides/nesbot/carbon/src/Carbon/Lang/sw.php deleted file mode 100644 index 52f03429e..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/sw.php +++ /dev/null @@ -1,31 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -return array( - 'year' => 'mwaka 1|miaka :count', - 'y' => 'mwaka 1|miaka :count', - 'month' => 'mwezi 1|miezi :count', - 'm' => 'mwezi 1|miezi :count', - 'week' => 'wiki 1|wiki :count', - 'w' => 'wiki 1|wiki :count', - 'day' => 'siku 1|siku :count', - 'd' => 'siku 1|siku :count', - 'hour' => 'saa 1|masaa :count', - 'h' => 'saa 1|masaa :count', - 'minute' => 'dakika 1|dakika :count', - 'min' => 'dakika 1|dakika :count', - 'second' => 'sekunde 1|sekunde :count', - 's' => 'sekunde 1|sekunde :count', - 'ago' => ':time ziliyopita', - 'from_now' => ':time kwanzia sasa', - 'after' => ':time baada', - 'before' => ':time kabla', -); diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/th.php b/overrides/nesbot/carbon/src/Carbon/Lang/th.php deleted file mode 100644 index 88bb4ac40..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/th.php +++ /dev/null @@ -1,31 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -return array( - 'year' => ':count ปี', - 'y' => ':count ปี', - 'month' => ':count เดือน', - 'm' => ':count เดือน', - 'week' => ':count สัปดาห์', - 'w' => ':count สัปดาห์', - 'day' => ':count วัน', - 'd' => ':count วัน', - 'hour' => ':count ชั่วโมง', - 'h' => ':count ชั่วโมง', - 'minute' => ':count นาที', - 'min' => ':count นาที', - 'second' => ':count วินาที', - 's' => ':count วินาที', - 'ago' => ':timeที่แล้ว', - 'from_now' => ':timeต่อจากนี้', - 'after' => ':timeหลังจากนี้', - 'before' => ':timeก่อน', -); diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/tr.php b/overrides/nesbot/carbon/src/Carbon/Lang/tr.php deleted file mode 100644 index 6a9dfed87..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/tr.php +++ /dev/null @@ -1,31 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -return array( - 'year' => ':count yıl', - 'y' => ':count yıl', - 'month' => ':count ay', - 'm' => ':count ay', - 'week' => ':count hafta', - 'w' => ':count hafta', - 'day' => ':count gün', - 'd' => ':count gün', - 'hour' => ':count saat', - 'h' => ':count saat', - 'minute' => ':count dakika', - 'min' => ':count dakika', - 'second' => ':count saniye', - 's' => ':count saniye', - 'ago' => ':time önce', - 'from_now' => ':time sonra', - 'after' => ':time sonra', - 'before' => ':time önce', -); diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/uk.php b/overrides/nesbot/carbon/src/Carbon/Lang/uk.php deleted file mode 100644 index 8d08eaa4e..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/uk.php +++ /dev/null @@ -1,40 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -return array( - 'year' => ':count рік|:count роки|:count років', - 'y' => ':count рік|:count роки|:count років', - 'month' => ':count місяць|:count місяці|:count місяців', - 'm' => ':count місяць|:count місяці|:count місяців', - 'week' => ':count тиждень|:count тижні|:count тижнів', - 'w' => ':count тиждень|:count тижні|:count тижнів', - 'day' => ':count день|:count дні|:count днів', - 'd' => ':count день|:count дні|:count днів', - 'hour' => ':count година|:count години|:count годин', - 'h' => ':count година|:count години|:count годин', - 'minute' => ':count хвилину|:count хвилини|:count хвилин', - 'min' => ':count хвилину|:count хвилини|:count хвилин', - 'second' => ':count секунду|:count секунди|:count секунд', - 's' => ':count секунду|:count секунди|:count секунд', - 'ago' => ':time тому', - 'from_now' => 'через :time', - 'after' => ':time після', - 'before' => ':time до', - 'diff_now' => 'щойно', - 'diff_yesterday' => 'вчора', - 'diff_tomorrow' => 'завтра', - 'diff_before_yesterday' => 'позавчора', - 'diff_after_tomorrow' => 'післязавтра', - 'period_recurrences' => 'один раз|:count рази|:count разів', - 'period_interval' => 'кожні :interval', - 'period_start_date' => 'з :date', - 'period_end_date' => 'до :date', -); diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/ur.php b/overrides/nesbot/carbon/src/Carbon/Lang/ur.php deleted file mode 100644 index 3c5f7ed91..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/ur.php +++ /dev/null @@ -1,24 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -return array( - 'year' => ':count سال', - 'month' => ':count ماه', - 'week' => ':count ہفتے', - 'day' => ':count روز', - 'hour' => ':count گھنٹے', - 'minute' => ':count منٹ', - 'second' => ':count سیکنڈ', - 'ago' => ':time پہلے', - 'from_now' => ':time بعد', - 'after' => ':time بعد', - 'before' => ':time پہلے', -); diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/uz.php b/overrides/nesbot/carbon/src/Carbon/Lang/uz.php deleted file mode 100644 index 1cb6f713e..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/uz.php +++ /dev/null @@ -1,31 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -return array( - 'year' => ':count yil', - 'y' => ':count yil', - 'month' => ':count oy', - 'm' => ':count oy', - 'week' => ':count hafta', - 'w' => ':count hafta', - 'day' => ':count kun', - 'd' => ':count kun', - 'hour' => ':count soat', - 'h' => ':count soat', - 'minute' => ':count daqiqa', - 'min' => ':count daq', - 'second' => ':count soniya', - 's' => ':count s', - 'ago' => ':time avval', - 'from_now' => ':time dan keyin', - 'after' => ':time keyin', - 'before' => ':time oldin', -); diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/vi.php b/overrides/nesbot/carbon/src/Carbon/Lang/vi.php deleted file mode 100644 index 3f9838d66..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/vi.php +++ /dev/null @@ -1,31 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -return array( - 'year' => ':count năm', - 'y' => ':count năm', - 'month' => ':count tháng', - 'm' => ':count tháng', - 'week' => ':count tuần', - 'w' => ':count tuần', - 'day' => ':count ngày', - 'd' => ':count ngày', - 'hour' => ':count giờ', - 'h' => ':count giờ', - 'minute' => ':count phút', - 'min' => ':count phút', - 'second' => ':count giây', - 's' => ':count giây', - 'ago' => ':time trước', - 'from_now' => ':time từ bây giờ', - 'after' => ':time sau', - 'before' => ':time trước', -); diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/zh.php b/overrides/nesbot/carbon/src/Carbon/Lang/zh.php deleted file mode 100644 index 9e1f6cad5..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/zh.php +++ /dev/null @@ -1,31 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -return array( - 'year' => ':count年', - 'y' => ':count年', - 'month' => ':count个月', - 'm' => ':count个月', - 'week' => ':count周', - 'w' => ':count周', - 'day' => ':count天', - 'd' => ':count天', - 'hour' => ':count小时', - 'h' => ':count小时', - 'minute' => ':count分钟', - 'min' => ':count分钟', - 'second' => ':count秒', - 's' => ':count秒', - 'ago' => ':time前', - 'from_now' => '距现在:time', - 'after' => ':time后', - 'before' => ':time前', -); diff --git a/overrides/nesbot/carbon/src/Carbon/Lang/zh_TW.php b/overrides/nesbot/carbon/src/Carbon/Lang/zh_TW.php deleted file mode 100644 index c848723bc..000000000 --- a/overrides/nesbot/carbon/src/Carbon/Lang/zh_TW.php +++ /dev/null @@ -1,31 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -return array( - 'year' => ':count年', - 'y' => ':count年', - 'month' => ':count月', - 'm' => ':count月', - 'week' => ':count週', - 'w' => ':count週', - 'day' => ':count天', - 'd' => ':count天', - 'hour' => ':count小時', - 'h' => ':count小時', - 'minute' => ':count分鐘', - 'min' => ':count分鐘', - 'second' => ':count秒', - 's' => ':count秒', - 'ago' => ':time前', - 'from_now' => '距現在:time', - 'after' => ':time後', - 'before' => ':time前', -); diff --git a/overrides/nesbot/carbon/src/Carbon/Translator.php b/overrides/nesbot/carbon/src/Carbon/Translator.php index 151719418..3bed7c715 100644 --- a/overrides/nesbot/carbon/src/Carbon/Translator.php +++ b/overrides/nesbot/carbon/src/Carbon/Translator.php @@ -59,7 +59,7 @@ public function resetMessages($locale = null) return true; } - if (file_exists($filename = __DIR__.'/Lang/'.$locale.'.php')) { + if (file_exists($filename = __DIR__.'/../../../../../vendor/nesbot/carbon/src/Carbon/Lang/'.$locale.'.php')) { static::$messages[$locale] = require $filename; $this->addResource('array', static::$messages[$locale], $locale); From 9e1b53d4104eed09c5bcc610deb30b2a10d7a7c2 Mon Sep 17 00:00:00 2001 From: FreeScout Date: Fri, 17 Jan 2025 09:20:08 -0800 Subject: [PATCH 2/3] Fix accessing array offset on null in Header.php - closes #4488 --- overrides/webklex/php-imap/src/Header.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overrides/webklex/php-imap/src/Header.php b/overrides/webklex/php-imap/src/Header.php index 79d6ccf1d..05b7db20f 100644 --- a/overrides/webklex/php-imap/src/Header.php +++ b/overrides/webklex/php-imap/src/Header.php @@ -249,7 +249,7 @@ protected function parse() { public function rfc822_parse_headers($raw_headers) { $headers = []; $imap_headers = []; - if (extension_loaded('imap') && $this->config["rfc822"]) { + if (extension_loaded('imap') && isset($this->config) && $this->config["rfc822"]) { $raw_imap_headers = (array)\imap_rfc822_parse_headers($raw_headers); foreach ($raw_imap_headers as $key => $values) { $key = str_replace("-", "_", $key); From e1b9d711d3945d72fe3f0524cafa5f85c005adeb Mon Sep 17 00:00:00 2001 From: FreeScout Date: Fri, 17 Jan 2025 20:45:28 -0800 Subject: [PATCH 3/3] v1.8.164 --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/app.php b/config/app.php index 4e2f60ef9..944c182c6 100644 --- a/config/app.php +++ b/config/app.php @@ -18,7 +18,7 @@ | or any other location as required by the application or its packages. */ - 'version' => '1.8.163', + 'version' => '1.8.164', /* |--------------------------------------------------------------------------