PHP Classes

File: vendor/nesbot/carbon/src/Carbon/Lang/nds_DE.php

Recommend this page to a friend!
  Packages of OmDiaries   Laravel AI Email Assistant   vendor/nesbot/carbon/src/Carbon/Lang/nds_DE.php   Download  
File: vendor/nesbot/carbon/src/Carbon/Lang/nds_DE.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Laravel AI Email Assistant
Generate an email message with the OpenAI GPT API
Author: By
Last change:
Date: 4 months ago
Size: 2,028 bytes
 

Contents

Class file image Download
<?php

/**
 * This file is part of the Carbon package.
 *
 * (c) Brian Nesbitt <brian@nesbot.com>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

/*
 * Authors:
 * - information from Kenneth Christiansen Kenneth Christiansen, Pablo Saratxaga kenneth@gnu.org, pablo@mandrakesoft.com
 */
return array_replace_recursive(require __DIR__.'/en.php', [
   
'formats' => [
       
'L' => 'DD.MM.YYYY',
    ],
   
'months' => ['Jannuaar', 'Feberwaar', 'März', 'April', 'Mai', 'Juni', 'Juli', 'August', 'September', 'Oktober', 'November', 'Dezember'],
   
'months_short' => ['Jan', 'Feb', 'Mär', 'Apr', 'Mai', 'Jun', 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Dez'],
   
'weekdays' => ['Sünndag', 'Maandag', 'Dingsdag', 'Middeweek', 'Dunnersdag', 'Freedag', 'Sünnavend'],
   
'weekdays_short' => ['Sdag', 'Maan', 'Ding', 'Midd', 'Dunn', 'Free', 'Svd.'],
   
'weekdays_min' => ['Sd', 'Ma', 'Di', 'Mi', 'Du', 'Fr', 'Sa'],
   
'first_day_of_week' => 1,
   
'day_of_first_week_of_year' => 4,

   
'year' => ':count Johr',
   
'y' => ':countJ',
   
'a_year' => '{1}een Johr|:count Johr',

   
'month' => ':count Maand',
   
'm' => ':countM',
   
'a_month' => '{1}een Maand|:count Maand',

   
'week' => ':count Week|:count Weken',
   
'w' => ':countW',
   
'a_week' => '{1}een Week|:count Week|:count Weken',

   
'day' => ':count Dag|:count Daag',
   
'd' => ':countD',
   
'a_day' => '{1}een Dag|:count Dag|:count Daag',

   
'hour' => ':count Stünn|:count Stünnen',
   
'h' => ':countSt',
   
'a_hour' => '{1}een Stünn|:count Stünn|:count Stünnen',

   
'minute' => ':count Minuut|:count Minuten',
   
'min' => ':countm',
   
'a_minute' => '{1}een Minuut|:count Minuut|:count Minuten',

   
'second' => ':count Sekunn|:count Sekunnen',
   
's' => ':counts',
   
'a_second' => 'en poor Sekunnen|:count Sekunn|:count Sekunnen',

   
'ago' => 'vör :time',
   
'from_now' => 'in :time',
   
'before' => ':time vörher',
   
'after' => ':time later',
]);