id-ID
This commit is contained in:
18
resources/lang/id-ID/currencies.php
Normal file
18
resources/lang/id-ID/currencies.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?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',
|
||||
]
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user