Browse Source

翻译

master
lemon 4 years ago
parent
commit
8db456c475
  1. 28
      resources/lang/zh_CN/global.php
  2. 15
      resources/lang/zh_CN/system-setting.php

28
resources/lang/zh_CN/global.php

@ -36,7 +36,33 @@ return [
'demand_product'=> '产品管理', 'demand_product'=> '产品管理',
'MyBiddingProduct' => '竞标产品库', 'MyBiddingProduct' => '竞标产品库',
'deposit' => '交易金', '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' => [ 'options' => [
// //

15
resources/lang/zh_CN/system-setting.php

@ -0,0 +1,15 @@
<?php
return [
'labels' => [
'System' => '提现设置',
'system' => '提现设置',
],
'fields' => [
'withdrawal_id' => '提现主表',
'account' => '账户',
'name' => '真实姓名',
'qrcode' => '收款码',
],
'options' => [
],
];
Loading…
Cancel
Save