2017-10-02 10:26:10 +03:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
'rate' => '稅率',
|
|
|
|
'rate_percent' => '稅率 (%)',
|
2020-06-29 17:11:50 +03:00
|
|
|
'normal' => '一般',
|
|
|
|
'inclusive' => '包含',
|
|
|
|
'compound' => '複合',
|
|
|
|
'fixed' => '固定的',
|
2021-04-02 10:47:48 +00:00
|
|
|
'withholding' => '代扣代繳',
|
2017-10-02 10:26:10 +03:00
|
|
|
];
|