composer package updates
[openemr.git] / vendor / nesbot / carbon / src / Carbon / Lang / az.php
blobd567c63c38f8ee88df9b81dbd220304a2642f29e
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 il',
14 'y' => ':count il',
15 'month' => ':count ay',
16 'm' => ':count ay',
17 'week' => ':count həftə',
18 'w' => ':count həftə',
19 'day' => ':count gün',
20 'd' => ':count gün',
21 'hour' => ':count saat',
22 'h' => ':count saat',
23 'minute' => ':count dəqiqə',
24 'min' => ':count dəqiqə',
25 'second' => ':count saniyə',
26 's' => ':count saniyə',
27 'ago' => ':time əvvəl',
28 'from_now' => ':time sonra',
29 'after' => ':time sonra',
30 'before' => ':time əvvəl',