composer package updates
[openemr.git] / vendor / nesbot / carbon / src / Carbon / Lang / kk.php
blob8d113afedeb0ddf4a4330cb608d5d39a7c6fcf46
1 <?php
2 /*
3 * This file is part of the Carbon package.
5 * (c) Brian Nesbitt <brian@nesbot.com>
7 * For the full copyright and license information, please view the LICENSE
8 * file that was distributed with this source code.
9 */
10 return array(
11 'year' => ':count жыл',
12 'y' => ':count жыл',
13 'month' => ':count ай',
14 'm' => ':count ай',
15 'week' => ':count апта',
16 'w' => ':count апта',
17 'day' => ':count күн',
18 'd' => ':count күн',
19 'hour' => ':count сағат',
20 'h' => ':count сағат',
21 'minute' => ':count минут',
22 'min' => ':count минут',
23 'second' => ':count секунд',
24 's' => ':count секунд',
25 'ago' => ':time бұрын',
26 'from_now' => ':time кейін',
27 'after' => ':time кейін',
28 'before' => ':time бұрын',