currencies.php
509 Bytes
<?php
return [
'code' => 'Kod',
'rate' => 'Kur',
'default' => 'Varsayılan Para Birimi',
'decimal_mark' => 'Ondalık Ayracı',
'thousands_separator' => 'Binler Ayracı',
'precision' => 'Hassasiyet',
'symbol' => [
'symbol' => 'Simge',
'position' => 'Simge Konumu',
'before' => 'Tutardan Önce',
'after' => 'Tutardan Sonra',
]
];