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