From bdc198d8d019c6855b3a2c0b44d0777dd9616bfd Mon Sep 17 00:00:00 2001 From: liapples Date: Tue, 17 Aug 2021 10:24:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=AF=AD=E8=A8=80=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/lang/zh_CN/agent-product.php | 3 ++- resources/lang/zh_CN/agent.php | 4 ++-- resources/lang/zh_CN/guide.php | 2 +- resources/lang/zh_CN/order.php | 2 +- resources/lang/zh_CN/product.php | 1 + resources/lang/zh_CN/supplier.php | 2 +- resources/lang/zh_CN/user.php | 2 +- 7 files changed, 9 insertions(+), 7 deletions(-) diff --git a/resources/lang/zh_CN/agent-product.php b/resources/lang/zh_CN/agent-product.php index 1869751..9f4e41f 100644 --- a/resources/lang/zh_CN/agent-product.php +++ b/resources/lang/zh_CN/agent-product.php @@ -1,4 +1,4 @@ - [ 'AgentProduct' => '产品', @@ -13,6 +13,7 @@ return [ 'channel_id' => '频道ID', 'category_id' => '分类ID', 'status' => '状态', + 'product' => trans('product.fields'), ], 'options' => [ ], diff --git a/resources/lang/zh_CN/agent.php b/resources/lang/zh_CN/agent.php index 51410fd..67638af 100644 --- a/resources/lang/zh_CN/agent.php +++ b/resources/lang/zh_CN/agent.php @@ -1,4 +1,4 @@ - [ 'Agent' => '代理商', @@ -7,7 +7,7 @@ return [ 'fields' => [ 'account' => '账号', 'password' => '密码', - 'agent_name' => '代理商名称', + 'name' => '代理商名称', 'appid' => '微信AppID', 'appsecret' => '微信AppSecret', 'mchid' => '微信支付mch_id', diff --git a/resources/lang/zh_CN/guide.php b/resources/lang/zh_CN/guide.php index a2763fc..66581d2 100644 --- a/resources/lang/zh_CN/guide.php +++ b/resources/lang/zh_CN/guide.php @@ -7,7 +7,7 @@ return [ 'fields' => [ 'account' => '账号', 'password' => '密码', - 'guide_name' => '地接名称', + 'name' => '地接名称', 'photo' => '形象照', 'license_pic' => '地接资格证件', 'contact_phone' => '联系电话', diff --git a/resources/lang/zh_CN/order.php b/resources/lang/zh_CN/order.php index 2abf130..d7d6271 100644 --- a/resources/lang/zh_CN/order.php +++ b/resources/lang/zh_CN/order.php @@ -6,7 +6,7 @@ return [ ], 'fields' => [ 'agent_id' => '代理商ID', - 'agent' => ['agent_name' => '代理商名称'], + 'agent' => ['name' => '代理商名称'], 'agent_product_id' => '代理商产品', 'coupon_id' => '优惠券', 'mobile' => '手机号', diff --git a/resources/lang/zh_CN/product.php b/resources/lang/zh_CN/product.php index a1ae23b..f997e24 100644 --- a/resources/lang/zh_CN/product.php +++ b/resources/lang/zh_CN/product.php @@ -16,6 +16,7 @@ return [ 'stock' => '库存', 'supplier_id' => '供应商ID', 'title' => '标题', + 'supplier' => trans('supplier.fields'), ], 'options' => [ ], diff --git a/resources/lang/zh_CN/supplier.php b/resources/lang/zh_CN/supplier.php index ae8b1d2..93e0620 100644 --- a/resources/lang/zh_CN/supplier.php +++ b/resources/lang/zh_CN/supplier.php @@ -7,7 +7,7 @@ return [ 'fields' => [ 'account' => '账号', 'password' => '密码', - 'supplier_name' => '供应商名称', + 'name' => '供应商名称', 'company_name' => '公司名称', 'logo' => 'LOGO', 'address' => '公司地址', diff --git a/resources/lang/zh_CN/user.php b/resources/lang/zh_CN/user.php index 9a5dbb1..66079ca 100644 --- a/resources/lang/zh_CN/user.php +++ b/resources/lang/zh_CN/user.php @@ -6,7 +6,7 @@ return [ ], 'fields' => [ 'agent_id' => '代理商ID', - 'agent' => ['agent_name' => '代理商名称'], + 'agent' => ['name' => '代理商名称'], 'avatar' => '头像', 'mobile' => '手机号', 'nickname' => '昵称',