From b23a47c9f210770a4a11186b8dafc888538c47ce Mon Sep 17 00:00:00 2001 From: liapples Date: Wed, 18 Aug 2021 00:07:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=BF=BB=E8=AF=91=E5=AD=97?= =?UTF-8?q?=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/lang/zh_CN/agent-product.php | 5 +++-- resources/lang/zh_CN/agent.php | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/resources/lang/zh_CN/agent-product.php b/resources/lang/zh_CN/agent-product.php index 9f4e41f..2397388 100644 --- a/resources/lang/zh_CN/agent-product.php +++ b/resources/lang/zh_CN/agent-product.php @@ -10,9 +10,10 @@ return [ 'price' => '现价', 'original_price' => '原价', 'sale' => '销量', - 'channel_id' => '频道ID', - 'category_id' => '分类ID', + 'channel_id' => '频道', + 'category_id' => '分类', 'status' => '状态', + 'settlement' => '结算方式', 'product' => trans('product.fields'), ], 'options' => [ diff --git a/resources/lang/zh_CN/agent.php b/resources/lang/zh_CN/agent.php index 67638af..cacc01d 100644 --- a/resources/lang/zh_CN/agent.php +++ b/resources/lang/zh_CN/agent.php @@ -13,6 +13,7 @@ return [ 'mchid' => '微信支付mch_id', 'mchkey' => '微信支付key', 'status' => '状态', + 'type' => '代理商类型', 'company_name' => '公司名称', 'logo' => 'LOGO', 'address' => '公司地址',