composer package updates
[openemr.git] / vendor / nesbot / carbon / src / Carbon / Lang / de.php
blob5ea2a03ad11b6d8da07a93aaca46b50194e64f5d
1 <?php
3 /*
4 * This file is part of the Carbon package.
6 * (c) Brian Nesbitt <brian@nesbot.com>
8 * For the full copyright and license information, please view the LICENSE
9 * file that was distributed with this source code.
12 return array(
13 'year' => ':count Jahr|:count Jahre',
14 'y' => ':countJ|:countJ',
15 'month' => ':count Monat|:count Monate',
16 'm' => ':countMon|:countMon',
17 'week' => ':count Woche|:count Wochen',
18 'w' => ':countWo|:countWo',
19 'day' => ':count Tag|:count Tage',
20 'd' => ':countTg|:countTg',
21 'hour' => ':count Stunde|:count Stunden',
22 'h' => ':countStd|:countStd',
23 'minute' => ':count Minute|:count Minuten',
24 'min' => ':countMin|:countMin',
25 'second' => ':count Sekunde|:count Sekunden',
26 's' => ':countSek|:countSek',
27 'ago' => 'vor :time',
28 'from_now' => 'in :time',
29 'after' => ':time später',
30 'before' => ':time zuvor',
32 'year_from_now' => ':count Jahr|:count Jahren',
33 'month_from_now' => ':count Monat|:count Monaten',
34 'week_from_now' => ':count Woche|:count Wochen',
35 'day_from_now' => ':count Tag|:count Tagen',
36 'year_ago' => ':count Jahr|:count Jahren',
37 'month_ago' => ':count Monat|:count Monaten',
38 'week_ago' => ':count Woche|:count Wochen',
39 'day_ago' => ':count Tag|:count Tagen',
41 'diff_now' => 'Gerade eben',
42 'diff_yesterday' => 'Gestern',
43 'diff_tomorrow' => 'Heute',
44 'diff_before_yesterday' => 'Vorgestern',
45 'diff_after_tomorrow' => 'Übermorgen',