feat: mobile批量购买留言页
This commit is contained in:
@@ -80,19 +80,16 @@ return [
|
||||
'请输入地址' => 'Enter Address',
|
||||
'留言' => 'Message',
|
||||
'请输入留言' => 'Enter your message',
|
||||
// 成为分销商验证器提示
|
||||
'公司名称不能为空' => 'Company Name is required',
|
||||
'公司名称不能超过64个字符' => 'Company Name cannot exceed 64 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',
|
||||
// 批量购买页面
|
||||
'批量购买' => 'Bulk Buy',
|
||||
'法定营业名称' => 'Legal business name',
|
||||
'官方网站' => 'Official website',
|
||||
'请粘贴网址' => 'Please paste the URL',
|
||||
'姓名' => 'Your Name',
|
||||
'姓' => 'Last name',
|
||||
'名' => 'First name',
|
||||
'邮箱' => 'Email',
|
||||
'电话号码' => 'Phone Number',
|
||||
'您对哪个产品品类感兴趣?' => 'Products you are interested in?',
|
||||
'当前选定语言的采购可选品类配置出错' => 'The procurement category configuration for the currently selected language is incorrect',
|
||||
];
|
||||
28
app/index/lang/en-us/validate.php
Normal file
28
app/index/lang/en-us/validate.php
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'公司名称不能为空' => 'Company Name is required',
|
||||
'公司名称不能超过64个字符' => 'Company Name cannot exceed 64 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',
|
||||
];
|
||||
Reference in New Issue
Block a user