composer package updates
[openemr.git] / vendor / nesbot / carbon / src / Carbon / Lang / ka.php
bloba8dde7ebc768b3c38ae28b243a87694affcdef80
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 უკან',