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

23 lines
631 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' => '稅類',
'rule' => '規則',
'based_on' => '基於',
'priority' => '優先級',
'tax_classes_index' => '稅類列表',
'tax_classes_create' => '創建稅類',
'tax_classes_show' => '稅類詳情',
'tax_classes_update' => '更新稅類',
'tax_classes_delete' => '刪除稅類',
];