composer package updates
[openemr.git] / vendor / nesbot / carbon / src / Carbon / Lang / he.php
blob2d4f4f880d9935a89946472af2d45b698c03032a
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' => 'שנה|{2}שנתיים|:count שנים',
14 'y' => 'שנה|{2}שנתיים|:count שנים',
15 'month' => 'חודש|{2}חודשיים|:count חודשים',
16 'm' => 'חודש|{2}חודשיים|:count חודשים',
17 'week' => 'שבוע|{2}שבועיים|:count שבועות',
18 'w' => 'שבוע|{2}שבועיים|:count שבועות',
19 'day' => 'יום|{2}יומיים|:count ימים',
20 'd' => 'יום|{2}יומיים|:count ימים',
21 'hour' => 'שעה|{2}שעתיים|:count שעות',
22 'h' => 'שעה|{2}שעתיים|:count שעות',
23 'minute' => 'דקה|{2}דקותיים|:count דקות',
24 'min' => 'דקה|{2}דקותיים|:count דקות',
25 'second' => 'שניה|:count שניות',
26 's' => 'שניה|:count שניות',
27 'ago' => 'לפני :time',
28 'from_now' => 'בעוד :time',
29 'after' => 'אחרי :time',
30 'before' => 'לפני :time',