1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
<?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', ] ];