akaunting/resources/lang/fa-IR/taxes.php

13 lines
332 B
PHP
Raw Normal View History

2017-11-14 22:42:02 +00:00
<?php
return [
'rate' => 'نرخ',
'rate_percent' => 'نرخ (%)',
2018-11-20 08:41:17 +00:00
'normal' => 'عادی',
'inclusive' => 'شامل',
'compound' => 'ترکیب',
2020-05-21 10:06:45 +00:00
'fixed' => 'ثابت',
2020-10-21 00:45:21 +00:00
'withholding' => 'دریغ کردن',
2017-11-14 22:42:02 +00:00
];