akaunting/resources/lang/th-TH/taxes.php

13 lines
463 B
PHP
Raw Normal View History

2018-05-14 07:01:48 +00:00
<?php
return [
'rate' => 'อัตรา',
'rate_percent' => 'อัตรา (%)',
2019-01-10 09:53:37 +00:00
'normal' => 'ปกติ',
'inclusive' => 'รวมภาษีแล้ว',
2021-02-07 16:50:23 +00:00
'compound' => 'ภาษีอัตราผสม',
'fixed' => 'ภาษีแบบคงที่',
'withholding' => 'ภาษีหัก ณ ที่จ่าย',
2018-05-14 07:01:48 +00:00
];