38 lines
636 B
JavaScript
38 lines
636 B
JavaScript
export const lang = {
|
|
//title为每个页面的标题
|
|
title: 'Product Details',
|
|
details:'Details',
|
|
home:'Home',
|
|
cart:'Cart',
|
|
|
|
leave:'leave a message',
|
|
make:'make an appointment',
|
|
makebtn:'make',
|
|
|
|
sales:'sales',
|
|
stock:'stock',
|
|
send:'send',
|
|
express:'Express Delivery',
|
|
commission:'Commission Details',
|
|
|
|
express:'Express Delivery',
|
|
addcart:'Add Cart',
|
|
buynow:'Buy Now',
|
|
status:'Goods Off',
|
|
sellout:'Sell Out',
|
|
max:'Maximum',
|
|
|
|
|
|
select: 'Select',
|
|
params: 'Parameters',
|
|
service: 'Product Service',
|
|
allGoods: 'All Products',
|
|
image: 'Image',
|
|
video: 'Video',
|
|
|
|
kefu:'Contact',
|
|
follow:'Follow',
|
|
|
|
spec:'Spec'
|
|
}
|