ms-MY
This commit is contained in:
18
resources/lang/ms-MY/currencies.php
Normal file
18
resources/lang/ms-MY/currencies.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'code' => 'Kod',
|
||||
'rate' => 'Kadar',
|
||||
'default' => 'Mata Wang Asal',
|
||||
'decimal_mark' => 'Tanda Perpuluhan',
|
||||
'thousands_separator' => 'Pemisah Nombor Ribu',
|
||||
'precision' => 'Ketepatan',
|
||||
'symbol' => [
|
||||
'symbol' => 'Simbol',
|
||||
'position' => 'Posisi Simbol',
|
||||
'before' => 'Sebelum Jumlah',
|
||||
'after' => 'Selepas Jumlah',
|
||||
]
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user