You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
488 B
20 lines
488 B
<?php
|
|
return [
|
|
'labels' => [
|
|
'Supplier' => '供应商',
|
|
'supplier' => '供应商',
|
|
],
|
|
'fields' => [
|
|
'account' => '账号',
|
|
'password' => '密码',
|
|
'name' => '供应商名称',
|
|
'company_name' => '公司名称',
|
|
'logo' => 'LOGO',
|
|
'address' => '公司地址',
|
|
'license_pic' => '营业执照',
|
|
'director' => '负责人',
|
|
'contact_phone' => '联系电话',
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|