feat: index - 首页及顶部导航处理
This commit is contained in:
@@ -1,5 +1,25 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'home' => 'Home',
|
||||
'header_navigation' => [
|
||||
'product_categorys' => 'Products'
|
||||
],
|
||||
'header_search' => [
|
||||
'history' => 'Search History',
|
||||
'hot_product' => 'Popular Products',
|
||||
],
|
||||
'footer_navigation' => [
|
||||
'product_categorys' => 'Product'
|
||||
],
|
||||
'footer_contact' => 'Contact',
|
||||
'index' => [
|
||||
'featured_products' => 'Featured Products',
|
||||
'view_all' => 'View All',
|
||||
'learn_more' => 'Learn More',
|
||||
'orico_technology' => 'ORICO Technology',
|
||||
'orico_technology_desc' => 'Designed to be just as easy to learn as iPhone.Chatting with friends.',
|
||||
'faq' => 'FAQ',
|
||||
'faq_short_desc' => 'What are you most concerned about',
|
||||
'faq_desc' => 'Our customer support is available Manday to Friday 9am600pmAverage arswer time 24h',
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user