feat: index - 首页及顶部导航处理
This commit is contained in:
@@ -1,5 +1,25 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'home' => '首页',
|
||||
'header_navigation' => [
|
||||
'product_categorys' => '产品列表'
|
||||
],
|
||||
'header_search' => [
|
||||
'hot_product' => '热销产品',
|
||||
'history' => '搜索记录',
|
||||
],
|
||||
'footer_navigation' => [
|
||||
'product_categorys' => '产品'
|
||||
],
|
||||
'footer_contact' => '联系我们',
|
||||
'index' => [
|
||||
'featured_products' => '明星产品/热点产品',
|
||||
'view_all' => '查看所有',
|
||||
'learn_more' => '了解更多',
|
||||
'orico_technology' => 'ORICO 技术',
|
||||
'orico_technology_desc' => '强大功能、简单使用',
|
||||
'faq' => '常见问题',
|
||||
'faq_short_desc' => '回答您最关心的问题',
|
||||
'faq_desc' => '客服团队的工作时间:周一到周五,早9点到晚6点 平均应答时间:24小时内',
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user