wyyl/resources/lang/en/admin/tax_class.php

23 lines
591 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',
'rule' => 'Rule',
'based_on' => 'Based',
'priority' => 'Priority',
'tax_classes_index' => 'Index',
'tax_classes_create' => 'Create',
'tax_classes_show' => 'Detail',
'tax_classes_update' => 'Edit',
'tax_classes_delete' => 'Delete',
];