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.

25 lines
1.1 KiB

1 year ago
<?php
return [
'Company_name' => '企业名称',
'Sh_xy_dm' => '社会行用代码',
'Legal_name' => '法人姓名',
'Company_address' => '公司地址',
'Detail_address' => '详细地址',
'Contact_name' => '联系人姓名',
'Contact_phone' => '联系人号码',
'Contact_email' => '联系邮箱',
'License' => '营业执照',
'Account' => '登陆账号',
'Audit_status' => '状态',
'Audit_status 0' => '待审核',
'Audit_status 1' => '已通过',
'Audit_status 2' => '已拒绝',
'Pwd' => '登陆密码',
'Create_time' => '创建时间',
'Please input correct username' => '账号只能由3-30位数字、字母、下划线组合',
'Username must be 3 to 30 characters' => '用户名只能由3-30位数字、字母、下划线组合',
'Please input correct password' => '密码长度必须在6-30位之间,不能包含空格',
'Password must be 6 to 30 characters' => '密码长度必须在6-30位之间,不能包含空格',
];