chore(代码合并): 代码从Custom/common分支合并
This commit is contained in:
@@ -1,4 +1,18 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: 'Electronic Card'
|
||||
title: 'Electronic Card',
|
||||
onlineMessage: 'Online Message',
|
||||
call: 'One-click Call',
|
||||
copy: 'Copy',
|
||||
copyFailed: 'Copy Failed',
|
||||
copySuccess: 'Copy Success',
|
||||
oneClickNavigation: 'One-click Navigation',
|
||||
name: 'Name',
|
||||
contactInfo: 'Contact Info',
|
||||
messageContent: 'Message Content',
|
||||
pleaseEnterName: 'Please enter your name',
|
||||
pleaseEnterMobile: 'Please enter your phone number',
|
||||
pleaseEnterMessage: 'Please enter your message',
|
||||
submit: 'Submit',
|
||||
exclusiveCustomerService: 'Exclusive Customer Service'
|
||||
}
|
||||
|
||||
@@ -39,10 +39,22 @@ export const lang = {
|
||||
myRebate: 'Group Rebate',
|
||||
myHongbao: 'My Red Envelopes',
|
||||
myBlindBox: 'My Blind Boxes',
|
||||
|
||||
waitpay:'Waitpay',
|
||||
waitsend:'Waitsend',
|
||||
waitconfirm:'Waitconfirm',
|
||||
activist:'Activist',
|
||||
completed:'Completed',
|
||||
|
||||
waitpay: 'Waitpay',
|
||||
waitsend: 'Waitsend',
|
||||
waitconfirm: 'Waitconfirm',
|
||||
activist: 'Activist',
|
||||
completed: 'Completed',
|
||||
|
||||
// 账户操作
|
||||
logout: 'Logout',
|
||||
cancellation: 'Account Cancellation',
|
||||
logoutTitle: 'Tips',
|
||||
logoutContent: 'Are you sure you want to log out',
|
||||
cancellationTitle: 'Risk Warning',
|
||||
cancellationContent: 'Are you sure you want to cancel your current account?',
|
||||
|
||||
// 协议
|
||||
privacyPolicy: 'Privacy Policy',
|
||||
registrationAgreement: 'Registration Agreement',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user