currencies.php
501 Bytes
<?php
return [
'code' => 'Kode',
'rate' => 'Kurs',
'default' => 'Mata Uang Utama',
'decimal_mark' => 'Pemisah desimal',
'thousands_separator' => 'Pemisah ribuan',
'precision' => 'Presisi',
'symbol' => [
'symbol' => 'Simbol',
'position' => 'Posisi simbol',
'before' => 'Sebelum Jumlah',
'after' => 'Sesudah Jumlah',
]
];