Files
lucky_shop/lang/en-us/common.js

40 lines
1.2 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
export const lang = {
// 底部选项卡(英文)
tabBar: {
home: 'Home',
category: 'Category',
cart: 'Cart',
member: 'Member Center'
},
// 公共文字
common: {
name: 'English',
mescrollTextInOffset: 'Pull down to refresh',
mescrollTextOutOffset: 'Release to update',
mescrollEmpty: "No data available",
goodsRecommendTitle: 'You May Also Like',
currencySymbol: '¥',
submit: 'Submit',
langSwitchBtn: '中文',
// ========== 新增kefu 对应的英文文案 ==========
kefu: 'Contact',
// =============================================
// App.vue弹窗翻译
updateTip: 'Update Tip',
updateContent: 'The new version is ready, do you want to restart the app?',
networkTip: 'Network Disconnected',
networkContent: 'Please check your network connection', // 关键:这里加逗号!
// 首页多语言字段
siteName: 'Site Name',
welcomeMsg: 'Welcome to follow',
followOfficialAccount: 'Follow Official Account',
followMoreInfo: 'Follow for more information',
iKnow: 'I know',
confirmStore: 'Please confirm the store',
reposition: 'Reposition',
currentStore: 'Current Store',
confirmEnter: 'Confirm to enter',
chooseOtherStore: 'Choose other stores'
}
}