composer package updates
[openemr.git] / vendor / nesbot / carbon / src / Carbon / Lang / id.php
blob7f7114fad4fd64fcb25ff4cb20db4d8506fe13d7
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 tahun',
14 'y' => ':count tahun',
15 'month' => ':count bulan',
16 'm' => ':count bulan',
17 'week' => ':count minggu',
18 'w' => ':count minggu',
19 'day' => ':count hari',
20 'd' => ':count hari',
21 'hour' => ':count jam',
22 'h' => ':count jam',
23 'minute' => ':count menit',
24 'min' => ':count menit',
25 'second' => ':count detik',
26 's' => ':count detik',
27 'ago' => ':time yang lalu',
28 'from_now' => ':time dari sekarang',
29 'after' => ':time setelah',
30 'before' => ':time sebelum',