20 lines
608 B
PHP
20 lines
608 B
PHP
<?php
|
||
|
||
return [
|
||
|
||
'code' => 'Kod',
|
||
'rate' => 'Kur',
|
||
'default' => 'Varsayılan Para Birimi',
|
||
'decimal_mark' => 'Ondalık Ayracı',
|
||
'thousands_separator' => 'Binler Ayracı',
|
||
'precision' => 'Hassasiyet',
|
||
'conversion' => 'Kur çevirimi: :currency_rate oranı ile :price (:currency_code)',
|
||
'symbol' => [
|
||
'symbol' => 'Simge',
|
||
'position' => 'Simge Konumu',
|
||
'before' => 'Tutardan Önce',
|
||
'after' => 'Tutardan Sonra',
|
||
]
|
||
|
||
];
|