19 lines
501 B
PHP
19 lines
501 B
PHP
|
<?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',
|
||
|
]
|
||
|
|
||
|
];
|