22 lines
561 B
PHP
22 lines
561 B
PHP
<?php
|
|
/**
|
|
* order.php
|
|
*
|
|
* @copyright 2022 opencart.cn - All Rights Reserved
|
|
* @link http://www.guangdawangluo.com
|
|
* @author Edward Yang <yangjin@opencart.cn>
|
|
* @created 2022-08-02 14:22:41
|
|
* @modified 2022-08-02 14:22:41
|
|
*/
|
|
|
|
return [
|
|
'rule' => '规则',
|
|
'based_on' => '基于',
|
|
'priority' => '优先级',
|
|
'tax_classes_index' => '税类列表',
|
|
'tax_classes_create' => '创建税类',
|
|
'tax_classes_show' => '税类详情',
|
|
'tax_classes_update' => '更新税类',
|
|
'tax_classes_delete' => '删除税类',
|
|
];
|