28 lines
751 B
PHP
28 lines
751 B
PHP
<?php
|
||
|
||
return [
|
||
'labels' => [
|
||
'ShippingRule' => '运费规则',
|
||
'shipping-rules' => '运费规则',
|
||
],
|
||
'fields' => [
|
||
'template_id' => '运费模板',
|
||
'type' => '规则类型',
|
||
'info' => '规则内容',
|
||
'info1'=> '包邮规则',
|
||
'info2'=> '计重规则',
|
||
'threshold'=>'包邮门槛',
|
||
'first_weight'=>'首重:KG',
|
||
'first_w_amount'=>'首重金额',
|
||
'continue_weight'=>'续重:KG',
|
||
'continue_w_amount'=>'续重金额',
|
||
'section'=>'重量区间:KG',
|
||
'section_start'=>'起始区间:KG',
|
||
'section_end'=>'结束区间:KG',
|
||
'remarks' => '备注',
|
||
'zones'=>'地区',
|
||
],
|
||
'options' => [
|
||
],
|
||
];
|