Browse Source

增加翻译字段

dev
李可松 5 years ago
parent
commit
b23a47c9f2
  1. 5
      resources/lang/zh_CN/agent-product.php
  2. 1
      resources/lang/zh_CN/agent.php

5
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' => [

1
resources/lang/zh_CN/agent.php

@ -13,6 +13,7 @@ return [
'mchid' => '微信支付mch_id',
'mchkey' => '微信支付key',
'status' => '状态',
'type' => '代理商类型',
'company_name' => '公司名称',
'logo' => 'LOGO',
'address' => '公司地址',

Loading…
Cancel
Save