akaunting/resources/lang/tr-TR/currencies.php
2021-01-19 01:08:51 +00:00

20 lines
608 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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',
]
];