40 lines
2.6 KiB
PHP
40 lines
2.6 KiB
PHP
<?php
|
|
|
|
return [
|
|
'姓不能为空' => 'Last name is required',
|
|
'姓不能超过:rule个字符' => 'Last name cannot exceed :rule characters',
|
|
'名不能为空' => 'First Name is required',
|
|
'名不能超过:rule个字符' => 'First name cannot exceed :rule characters',
|
|
'姓名不能为空' => 'Name is required',
|
|
'姓名不能超过:rule个字符' => 'Name cannot exceed :rule characters',
|
|
'电话号码不能为空' => 'Phone Number is required',
|
|
'电话号码不能超过:rule个字符' => 'Phone number cannot exceed :rule characters',
|
|
'感兴趣的产品种类不能为空' => 'Interested product categories is required',
|
|
'感兴趣的产品种类不能超过:rule个字符' => 'Interested product categories cannot exceed :rule characters',
|
|
'邮箱不能为空' => 'Email is required',
|
|
'邮箱格式不正确' => 'Email format is incorrect',
|
|
'邮箱不能超过:rule个字符' => 'Email cannot exceed :rule characters',
|
|
'国家不能为空' => 'Country is required',
|
|
'国家不能超过:rule个字符' => 'Country cannot exceed :rule characters',
|
|
'网址格式不正确' => 'URL format is incorrect',
|
|
'网址不能超过:rule个字符' => 'URL cannot exceed :rule characters',
|
|
'公司名称不能为空' => 'Company Name is required',
|
|
'公司名称不能超过:rule个字符' => 'Company name cannot exceed :rule characters',
|
|
'公司地址不能为空' => 'Company Address is required',
|
|
'公司地址不能超过:rule个字符' => 'Company Address cannot exceed :rule characters',
|
|
'留言不能为空' => 'Message is required',
|
|
'企业规模不能为空' => 'Enterprise Size is required',
|
|
'企业规模不能超过:rule个字符' => 'Enterprise Size cannot exceed :rule characters',
|
|
'业务类型不能为空' => 'Type of Business is required',
|
|
'业务类型不能超过:rule个字符' => 'Type of Business cannot exceed :rule characters',
|
|
'公司/组织不能为空' => 'Company/Organization is required',
|
|
'公司/组织不能超过:rule个字符' => 'Company/Organization cannot exceed :rule characters',
|
|
'行业不能为空' => 'Industry is required',
|
|
'行业不能超过:rule个字符' => 'Industry cannot exceed :rule characters',
|
|
'询问内容不能为空' => 'Inquiry is required',
|
|
'询问内容不能超过:rule个字符' => 'Inquiry cannot exceed :rule characters',
|
|
'留言内容不能为空' => 'Message content is required',
|
|
'留言内容不能超过:rule个字符' => 'Message content cannot exceed :rule characters',
|
|
'问题不能为空' => 'Question is required',
|
|
'问题不能超过:rule个字符' => 'Question cannot exceed :rule characters',
|
|
]; |