refactor: 修改验证多语言提示
This commit is contained in:
@@ -1,39 +1,37 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'公司名称不能为空' => 'Company Name is required',
|
||||
'公司名称不能超过64个字符' => 'Company Name cannot exceed 64 characters',
|
||||
'姓不能为空' => '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',
|
||||
'感兴趣的产品种类不能超过:rule个字符' => 'Interested product categories cannot exceed :rule characters',
|
||||
'邮箱不能为空' => 'Email is required',
|
||||
'邮箱格式不正确' => 'Email format is incorrect',
|
||||
'邮箱不能超过128个字符' => 'Email cannot exceed 128 characters',
|
||||
'电话号码不能为空' => 'Phone Number is required',
|
||||
'电话号码不能超过64个字符' => 'Phone Number cannot exceed 64 characters',
|
||||
'业务类型不能为空' => 'Type of Business is required',
|
||||
'业务类型不能超过128个字符' => 'Type of Business cannot exceed 128 characters',
|
||||
'企业规模不能为空' => 'Enterprise Size is required',
|
||||
'企业规模不能超过128个字符' => 'Enterprise Size cannot exceed 128 characters',
|
||||
'公司地址不能为空' => 'Company Address is required',
|
||||
'公司地址不能超过255个字符' => 'Company Address cannot exceed 255 characters',
|
||||
'留言不能为空' => 'Message is required',
|
||||
'公司名称不能超过128个字符' => 'Company name cannot exceed 128 characters',
|
||||
'网址不能超过255个字符' => 'URL cannot exceed 255 characters',
|
||||
'名不能为空' => 'First Name is required',
|
||||
'名不能超过64个字符' => 'First name cannot exceed 64 characters',
|
||||
'姓不能为空' => 'Last name is required',
|
||||
'姓不能超过64个字符' => 'Last name cannot exceed 64 characters',
|
||||
'电话号码不能超过32个字符' => 'Phone number cannot exceed 32 characters',
|
||||
'感兴趣的产品种类不能超过255个字符' => 'Interested product categories cannot exceed 255 characters',
|
||||
'留言内容不能为空' => 'Message content is required',
|
||||
'留言内容不能超过1024个字符' => 'Message content cannot exceed 1024 characters',
|
||||
'姓名不能为空' => 'Name is required',
|
||||
'问题不能为空' => 'Question is required',
|
||||
'问题不能超过1024个字符' => 'Question cannot exceed 1024 characters',
|
||||
'邮箱不能超过:rule个字符' => 'Email cannot exceed :rule characters',
|
||||
'国家不能为空' => 'Country is required',
|
||||
'国家不能超过128个字符' => 'Country cannot exceed 128 characters',
|
||||
'国家不能超过:rule个字符' => 'Country cannot exceed :rule characters',
|
||||
'网址不能超过: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',
|
||||
'企业规模不能为空' => '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',
|
||||
'公司/组织不能超过128个字符' => 'Company/Organization cannot exceed 128 characters',
|
||||
'公司/组织不能超过:rule个字符' => 'Company/Organization cannot exceed :rule characters',
|
||||
'行业不能为空' => 'Industry is required',
|
||||
'行业不能超过64个字符' => 'Industry cannot exceed 64 characters',
|
||||
'行业不能超过:rule个字符' => 'Industry cannot exceed :rule characters',
|
||||
'询问内容不能为空' => 'Inquiry is required',
|
||||
'询问内容不能超过1024个字符' => 'Inquiry cannot exceed 1024 characters',
|
||||
'询问内容不能超过: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',
|
||||
];
|
||||
Reference in New Issue
Block a user