27 lines
788 B
PHP
27 lines
788 B
PHP
<?php
|
|
/**
|
|
* order.php
|
|
*
|
|
* @copyright 2022 beikeshop.com - All Rights Reserved
|
|
* @link https://beikeshop.com
|
|
* @author Edward Yang <yangjin@guangda.work>
|
|
* @created 2022-08-02 14:22:41
|
|
* @modified 2022-08-02 14:22:41
|
|
*/
|
|
|
|
return [
|
|
'index' => '稅率設置',
|
|
'tax_classes_index' => '稅類設置',
|
|
'tax' => '稅種',
|
|
'tax_rate' => '稅率',
|
|
'type' => '類型',
|
|
'area' => '區域',
|
|
'percentage' => '百分比',
|
|
'fixed_tax_rate' => '固定稅率',
|
|
'tax_rates_index' => '稅率列表',
|
|
'tax_rates_create' => '創建稅率',
|
|
'tax_rates_show' => '稅率詳情',
|
|
'tax_rates_update' => '更新稅率',
|
|
'tax_rates_delete' => '刪除稅率',
|
|
];
|