27 lines
798 B
PHP
27 lines
798 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' => '세율 삭제',
|
|
];
|