2023-03-02 00:22:42 +00:00

21 lines
745 B
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 [
'rate' => 'Oran',
'rate_percent' => 'Oran (%)',
'normal' => 'Normal',
'inclusive' => 'Dahil',
'compound' => 'Bileşik',
'fixed' => 'Sabit',
'withholding' => 'Stopaj',
'no_taxes' => 'Vergi Yok',
'create_task' => 'Yeni bir vergi oluşturun ve istediğiniz zaman ayarlardan düzenleyin.',
'new_tax' => 'Yeni Vergi',
'form_description' => [
'general' => 'Dahil edilen vergi, öğenin fiyatına hesaplanır. Bileşik vergi, diğer vergilerin üzerinde hesaplanır. Sabit vergi, yüzde olarak değil, miktar olarak uygulanır.',
],
];