composer package updates
[openemr.git] / vendor / nesbot / carbon / src / Carbon / Lang / uz.php
blob1cb6f713ec4575dde1d4c98d35ef1a2c0e58a2b1
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 yil',
14 'y' => ':count yil',
15 'month' => ':count oy',
16 'm' => ':count oy',
17 'week' => ':count hafta',
18 'w' => ':count hafta',
19 'day' => ':count kun',
20 'd' => ':count kun',
21 'hour' => ':count soat',
22 'h' => ':count soat',
23 'minute' => ':count daqiqa',
24 'min' => ':count daq',
25 'second' => ':count soniya',
26 's' => ':count s',
27 'ago' => ':time avval',
28 'from_now' => ':time dan keyin',
29 'after' => ':time keyin',
30 'before' => ':time oldin',