Akaunting/resources/lang/tr-TR/items.php

18 lines
753 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 [
'sale_price' => 'Satış Fiyatı',
'purchase_price' => 'Alış Fiyatı',
'enter_item_description' => 'Bir açıklama giriniz',
'billing' => 'Faturalandırma',
'sale_information' => 'Satış Bilgisi',
'purchase_information' => 'Alış Bilgisi',
'form_description' => [
'general' => 'Raporlarınızı daha ayrıntılı hale getirmek için bir kategori seçin. Açıklama, kalem bir fatura veya faturada seçildiğinde doldurulacaktır.',
'billing' => 'Satış bilgileri faturalarda, Satın Alma Bilgileri ise faturalarda kullanılır. Vergi hem faturalara hem de faturalara uygulanacaktır.',
],
];