View file vendor/nesbot/carbon/src/Carbon/Lang/de.php

File size: 1.28Kb
<?php

/*
 * This file is part of the Carbon package.
 *
 * (c) Brian Nesbitt <[email protected]>
 *
 * 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',
);