feat: 联系我们
This commit is contained in:
@@ -46,4 +46,28 @@ return [
|
||||
'events' => 'Brand Events',
|
||||
'development' => 'Tech Development',
|
||||
],
|
||||
'contact_message' => [
|
||||
'title' => 'contact us',
|
||||
'our_information' => 'Our Information',
|
||||
'send_question' => 'Send Us Your Question',
|
||||
'form_name' => 'Yuor Name',
|
||||
'form_name_placeholder' => 'This is your placeholder text',
|
||||
'form_email' => 'Your Email',
|
||||
'form_email_placeholder' => 'This is your placeholder text',
|
||||
'form_question' => 'Your Message',
|
||||
'form_question_placeholder' => 'This is your placeholder text',
|
||||
'form_submit' => 'SEND',
|
||||
'become_a_distributor' => 'Become a Distributor',
|
||||
// 验证器中文本
|
||||
'validate_name_required' => 'Name is required',
|
||||
'validate_name_max' => 'Name cannot exceed 64 characters',
|
||||
'validate_email_required' => 'Email is required',
|
||||
'validate_email_email' => 'Email format is incorrect',
|
||||
'validate_email_max' => 'Email cannot exceed 128 characters',
|
||||
'validate_content_required' => 'Message is required',
|
||||
'validate_content_max' => 'Message cannot exceed 1024 characters',
|
||||
// 返回文本
|
||||
'send_success' => 'success',
|
||||
'send_fail' => 'fail',
|
||||
],
|
||||
];
|
||||
@@ -46,4 +46,28 @@ return [
|
||||
'events' => '品牌里程',
|
||||
'development' => '品牌活动',
|
||||
],
|
||||
'contact_message' => [
|
||||
'title' => '联系我们',
|
||||
'our_information' => '我们的信息',
|
||||
'send_question' => '提交您的问题',
|
||||
'form_name' => '姓名',
|
||||
'form_name_placeholder' => '请输入你的姓名',
|
||||
'form_email' => '电子邮箱',
|
||||
'form_email_placeholder' => '请输入你的邮箱',
|
||||
'form_question' => '您的问题',
|
||||
'form_question_placeholder' => '请输入你的问题',
|
||||
'form_submit' => '发送',
|
||||
'become_a_distributor' => '成为经销商',
|
||||
// 验证器中文本
|
||||
'validate_name_required' => '姓名不能为空',
|
||||
'validate_name_max' => '姓名不能超过64个字符',
|
||||
'validate_email_required' => '邮箱不能为空',
|
||||
'validate_email_email' => '邮箱格式不正确',
|
||||
'validate_email_max' => '邮箱不能超过128个字符',
|
||||
'validate_content_required' => '问题不能为空',
|
||||
'validate_content_max' => '问题不能超过1024个字符',
|
||||
// 返回文本
|
||||
'send_success' => '提交成功',
|
||||
'send_fail' => '提交失败',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user