composer package updates
[openemr.git] / vendor / nesbot / carbon / src / Carbon / Lang / ms.php
blobef574228aeb8a9a6c1236f7b21d3cc416911e23d
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 minit',
24 'min' => ':count minit',
25 'second' => ':count saat',
26 's' => ':count saat',
27 'ago' => ':time yang lalu',
28 'from_now' => ':time dari sekarang',
29 'after' => ':time selepas',
30 'before' => ':time sebelum',