Files
orico-official-website/app/index/lang/en-us.php
2025-04-15 17:43:10 +08:00

41 lines
1.6 KiB
PHP

<?php
return [
'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',
],
'article' => [
'detail_share' => 'SHARE',
'detail_leave_reply' => 'Leave a Reply',
'detail_leave_reply_name' => 'Name',
'detail_leave_reply_email' => 'Email',
'detail_leave_reply_email_tip' => 'Your email address will not be pulished.',
'detail_leave_reply_comment' => 'Comment',
'detail_leave_reply_submit' => 'POST COMMENT',
'detail_recommend' => 'Recommended for you',
],
'attachment' => [
'software_drives' => 'Software and Drivers',
'video' => 'Videos',
'support_model' => 'Supported Models',
'support_platform' => 'Supported Systems',
]
];