feat: mobile文章详情页
This commit is contained in:
@@ -15,6 +15,8 @@ return [
|
||||
'提交失败' => 'fail',
|
||||
'信息已成功提交!' => 'Add Success!',
|
||||
'信息提交失败!' => 'Add Fail!',
|
||||
'留言提交失败' => 'Message submit failed',
|
||||
'留言提交成功' => 'Message submit success',
|
||||
'当前选定语言的采购可选品类配置出错' => 'Current language configuration of purchase optional categories is incorrect',
|
||||
|
||||
// 首页
|
||||
@@ -29,6 +31,19 @@ return [
|
||||
'客服团队的工作时间:周一到周五,早9点到晚6点 平均应答时间:24小时内' => 'Our customer support is available Monday to Friday: 9am-6:00pm. Average answer time: 24h',
|
||||
],
|
||||
|
||||
// 文章详情页
|
||||
'article/detail' => [
|
||||
'分享' => 'SHARE',
|
||||
'留言' => 'Leave a Reply',
|
||||
'名称' => 'Name',
|
||||
'电子邮箱' => 'Email',
|
||||
'您的电子邮件地址不会被公开' => 'Your email address will not be pulished.',
|
||||
'留言内容' => 'Comment',
|
||||
'提交留言' => 'POST COMMENT',
|
||||
'你可能还喜欢' => 'Recommended for you',
|
||||
'链接复制成功' => 'Link copied successfully',
|
||||
],
|
||||
|
||||
// 产品分类
|
||||
'product/category' => [
|
||||
'查看全部' => 'View All',
|
||||
|
||||
Reference in New Issue
Block a user