akaunting/resources/lang/ar-SA/taxes.php

13 lines
333 B
PHP
Raw Normal View History

2017-12-13 11:54:52 +00:00
<?php
return [
'rate' => 'المعدل',
2018-08-29 13:47:58 +00:00
'rate_percent' => 'المعدل (%)',
2020-02-17 12:10:32 +00:00
'normal' => 'عادي',
'inclusive' => 'شامل',
'compound' => 'مُركب',
'fixed' => 'ثابت',
2020-07-27 14:07:32 +00:00
'withholding' => 'حجز',
2017-12-13 11:54:52 +00:00
];