composer package updates
[openemr.git] / vendor / nesbot / carbon / src / Carbon / Lang / et.php
blob2d9291e041bb4de417198a5382b59320ca8eb080
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 aasta|:count aastat',
14 'y' => ':count aasta|:count aastat',
15 'month' => ':count kuu|:count kuud',
16 'm' => ':count kuu|:count kuud',
17 'week' => ':count nädal|:count nädalat',
18 'w' => ':count nädal|:count nädalat',
19 'day' => ':count päev|:count päeva',
20 'd' => ':count päev|:count päeva',
21 'hour' => ':count tund|:count tundi',
22 'h' => ':count tund|:count tundi',
23 'minute' => ':count minut|:count minutit',
24 'min' => ':count minut|:count minutit',
25 'second' => ':count sekund|:count sekundit',
26 's' => ':count sekund|:count sekundit',
27 'ago' => ':time tagasi',
28 'from_now' => ':time pärast',
29 'after' => ':time pärast',
30 'before' => ':time enne',
31 'year_from_now' => ':count aasta',
32 'month_from_now' => ':count kuu',
33 'week_from_now' => ':count nädala',
34 'day_from_now' => ':count päeva',
35 'hour_from_now' => ':count tunni',
36 'minute_from_now' => ':count minuti',
37 'second_from_now' => ':count sekundi',