27 lines
833 B
PHP
27 lines
833 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' => '税率を削除',
|
|
];
|