composer package updates
[openemr.git] / vendor / nesbot / carbon / src / Carbon / Lang / hy.php
blobd2665f27aadd4ff6c06e11b37884ef4f75aa4800
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 տարի',
14 'y' => ':countտ',
15 'month' => ':count ամիս',
16 'm' => ':countամ',
17 'week' => ':count շաբաթ',
18 'w' => ':countշ',
19 'day' => ':count օր',
20 'd' => ':countօր',
21 'hour' => ':count ժամ',
22 'h' => ':countժ',
23 'minute' => ':count րոպե',
24 'min' => ':countր',
25 'second' => ':count վարկյան',
26 's' => ':countվրկ',
27 'ago' => ':time առաջ',
28 'from_now' => ':time ներկա պահից',
29 'after' => ':time հետո',
30 'before' => ':time առաջ',