23 lines
687 B
PHP
23 lines
687 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' => 'based on',
|
|
'priority' => '優先度',
|
|
'tax_classes_index' => '税クラスリスト',
|
|
'tax_classes_create' => '税クラスの作成',
|
|
'tax_classes_show' => '税クラスの詳細',
|
|
'tax_classes_update' => '税クラスの更新',
|
|
'tax_classes_delete' => '税金クラスを削除',
|
|
];
|