6
0
Fork 0
jiqu-library-server/resources/lang/zh_CN/shipping-rule.php

28 lines
751 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?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' => [
],
];