From 8db456c4754a5abdc718e99b124ae816fb5803fb Mon Sep 17 00:00:00 2001 From: lemon <15040771@qq.com> Date: Fri, 24 Sep 2021 16:24:06 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/lang/zh_CN/global.php | 28 ++++++++++++++++++++++++- resources/lang/zh_CN/system-setting.php | 15 +++++++++++++ 2 files changed, 42 insertions(+), 1 deletion(-) create mode 100755 resources/lang/zh_CN/system-setting.php diff --git a/resources/lang/zh_CN/global.php b/resources/lang/zh_CN/global.php index f4a694d..ce8442a 100644 --- a/resources/lang/zh_CN/global.php +++ b/resources/lang/zh_CN/global.php @@ -36,7 +36,33 @@ return [ 'demand_product'=> '产品管理', 'MyBiddingProduct' => '竞标产品库', 'deposit' => '交易金', - 'Deposit' => '交易金' + 'Deposit' => '交易金', + 'audit' => '审核', + 'Audit' => '审核', + 'Order_statistics' => '订单统计', + 'order_statistics' => '订单统计', + 'User_statistics' => '用户统计', + 'user_statistics' => '用户统计', + 'Product_statistics' => '商品统计', + 'product_statistics' => '商品统计', + 'Agent_statistics' => '代理商统计', + 'agent_statistics' => '代理商统计 ', + 'Supplier_statistics' => '供应商统计', + 'supplier_statistics' => '供应商统计 ', + 'Setting_single' => '交易设置', + 'setting_single' => '交易设置', + 'Template' => '模版', + 'template' => '模版', + 'product' => '产品', + 'Product' => '产品', + 'Workorder_item' => '工单详情', + 'workorder_item' => '工单详情', + 'Wallet' => '提现', + 'wallet' => '提现', + 'Supplier_info' => '供应商信息', + 'supplier_info' => '供应商信息', + 'Deposit_log' => '交易金流水', + 'deposit_log' => '交易金流水', ], 'options' => [ // diff --git a/resources/lang/zh_CN/system-setting.php b/resources/lang/zh_CN/system-setting.php new file mode 100755 index 0000000..243b9df --- /dev/null +++ b/resources/lang/zh_CN/system-setting.php @@ -0,0 +1,15 @@ + [ + 'System' => '提现设置', + 'system' => '提现设置', + ], + 'fields' => [ + 'withdrawal_id' => '提现主表', + 'account' => '账户', + 'name' => '真实姓名', + 'qrcode' => '收款码', + ], + 'options' => [ + ], +];