akaunting/resources/lang/tr-TR/currencies.php
2023-03-02 00:22:42 +00:00

28 lines
1.0 KiB
PHP
Raw Permalink 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',
],
'form_description' => [
'general' => 'Kontrol Paneli ve Raporlar varsayılan döviz kurunu kullanır. Diğer para birimleri için zayıf ise 1\'den küçün olmalı, güçlü ise 1\'den büyük olmalı.',
],
'no_currency' => 'Para birimi yok',
'create_currency' => 'Yeni bir para birimi oluşturun ve istediğiniz zaman ayarlardan düzenleyin.',
'new_currency' => 'Yeni Para Birimi',
];