|
@@ -6,7 +6,7 @@ export const lang_en = {
|
|
|
'您好,欢迎来到': 'Hello, welcome to',
|
|
|
'退出': 'Sign out',
|
|
|
'注册': 'Join for Free',
|
|
|
- '商城首页': 'Home',
|
|
|
+ '首页': 'Home',
|
|
|
'待支付订单': 'Orders to be paid',
|
|
|
'待收货订单': 'Inbound Orders',
|
|
|
'待评价订单': 'Orders to be evaluated',
|
|
@@ -16,11 +16,11 @@ export const lang_en = {
|
|
|
'我的账户': 'My Account',
|
|
|
'服务中心': 'Service Center',
|
|
|
'我的询盘': 'My Enquiry',
|
|
|
- '发布需求': 'Product Inquiry',
|
|
|
+ '询价': 'Product Inquiry',
|
|
|
'供应商': 'For Supplier',
|
|
|
'下载中心':'Download Center',
|
|
|
'暂无下载记录':'No download record',
|
|
|
- '立即发布您的需求': 'Post Your Request Now',
|
|
|
+ '立即询价': 'Post Your Request Now',
|
|
|
'全部分类': 'All Category',
|
|
|
'暂无文章数据':'No Article Data',
|
|
|
'猜你想要': 'Guess you want...',
|
|
@@ -781,21 +781,21 @@ export const lang_en = {
|
|
|
'暂无分类':'No Category',
|
|
|
|
|
|
// pages/store/contact.vue
|
|
|
- '取得联系':'Contact Us',
|
|
|
+ '联系我们':'Contact Us',
|
|
|
'公司地址':'Company Address',
|
|
|
'联系人电话':'Contact Number',
|
|
|
'客服邮箱':'Email Address',
|
|
|
- '将您的消息发送到此供应商':'Send your message to post product requirements',
|
|
|
+ '发布采购需求':'Send your message to post product requirements',
|
|
|
'发送':'SEND',
|
|
|
'重置':'RESET',
|
|
|
'请输入姓名':'Please enter your user name',
|
|
|
- '电话代码':'Your Country or Region',
|
|
|
+ '国家/地区':'Your Country or Region',
|
|
|
'选择国家/地区':'Select Your Country or Region',
|
|
|
'请选择国家/地区':'Please select Your Country or Region',
|
|
|
'请输入电话':'Please enter phone number',
|
|
|
'请输入公司名称':'Please enter company name',
|
|
|
- '留言':'Message',
|
|
|
- '请输入留言':'Please enter Message',
|
|
|
+ '需求描述':'Message',
|
|
|
+ '请输入采购需求':'Please enter Message',
|
|
|
'请输入数量':'Please enter quantity',
|
|
|
'了解更多':'Learn more',
|
|
|
|
|
@@ -808,7 +808,7 @@ export const lang_en = {
|
|
|
'条':'Items',
|
|
|
|
|
|
// components/NavCatHeader.vue
|
|
|
- '产品分类':'Categories',
|
|
|
+ '商品分类':'Categories',
|
|
|
'个商品':'Member products',
|
|
|
|
|
|
// components/FooterBottom.vue
|
|
@@ -825,7 +825,7 @@ export const lang_en = {
|
|
|
|
|
|
// pages/member/footprint.vue
|
|
|
'确定要清空吗?':'Are you sure you want to empty?',
|
|
|
- '想得到报价吗?':'Want to get quotations?',
|
|
|
+ '获取报价':'Want to get quotations',
|
|
|
|
|
|
// 注册页面
|
|
|
register: {
|