akaunting/resources/lang/tr-TR/currencies.php

20 lines
608 B
PHP
Raw Normal View History

2017-09-14 22:21:00 +03:00
<?php
return [
'code' => 'Kod',
'rate' => 'Kur',
'default' => 'Varsayılan Para Birimi',
2017-12-13 15:01:55 +03:00
'decimal_mark' => 'Ondalık Ayracı',
'thousands_separator' => 'Binler Ayracı',
'precision' => 'Hassasiyet',
2021-01-19 01:08:51 +00:00
'conversion' => 'Kur çevirimi: :currency_rate oranı ile :price (:currency_code)',
2017-12-13 15:01:55 +03:00
'symbol' => [
'symbol' => 'Simge',
'position' => 'Simge Konumu',
'before' => 'Tutardan Önce',
'after' => 'Tutardan Sonra',
]
2017-09-14 22:21:00 +03:00
];