12 lines
294 B
PHP
Raw Normal View History

2018-09-12 16:18:47 +03:00
<?php
return [
'rate' => '税率',
'rate_percent' => '税率 (%)',
2020-02-17 15:10:32 +03:00
'normal' => '常规税率',
'inclusive' => '包含费率',
'compound' => '复合税率',
'fixed' => '固定费率',
2018-09-12 16:18:47 +03:00
];