|
@@ -8,20 +8,21 @@ export default {
|
|
|
payTime:'Payment Time',
|
|
|
invoiceTime:'Invoicing application time',
|
|
|
money:'Invoiced Amount',
|
|
|
- id:'EquityID',
|
|
|
- timeList:'Time',
|
|
|
+ id:'ID',
|
|
|
+ dowmCount:'Download Time',
|
|
|
+ timeList:'Authorization Time',
|
|
|
expiryTime: 'Expiry Date',
|
|
|
- newTime:'Latest authorization time',
|
|
|
+ newTime:'Latest Authorization Time',
|
|
|
time:'Start Date',
|
|
|
- Type:'type',
|
|
|
- giveType:'Authorization',
|
|
|
+ Type:'Type',
|
|
|
+ giveType:'Authorization Methods',
|
|
|
nickName:'Nickname',
|
|
|
- userName1:'Account Number',
|
|
|
- email:'Mailbox',
|
|
|
- userCount:'Authorized quantity',
|
|
|
+ userName1:'Account',
|
|
|
+ email:'Email',
|
|
|
+ userCount:'Authorized Quantity',
|
|
|
incrementType:{
|
|
|
- 0:'Membership Interests',
|
|
|
- 1:'Scene download',
|
|
|
+ 0:'Membership Subscription',
|
|
|
+ 1:'Scene Download',
|
|
|
},
|
|
|
equityType:{
|
|
|
0:'Professional member',
|
|
@@ -30,11 +31,11 @@ export default {
|
|
|
},
|
|
|
zhTips:'Chinese characters are not supported',
|
|
|
listTitle:'Sales Statistics List',
|
|
|
- exportExcel:'Export Excel',
|
|
|
+ exportExcel:'Export to Excel',
|
|
|
excelTitle:'Are you sure you want to export excel?',
|
|
|
- CardMajorNum: 'Professional Members Last Month (Year)',
|
|
|
- CardHighNum: 'Senior Members Last Month (Month)',
|
|
|
- CardDownNum: 'Sales Scene Download Last Month',
|
|
|
+ CardMajorNum: "Last Month's Premium Membership Sales (Yearly)",
|
|
|
+ CardHighNum: "Last Month's Senior Membership Sales (Monthly)",
|
|
|
+ CardDownNum: "Last Month's Download Sales",
|
|
|
syks:'surplus',
|
|
|
rules:{
|
|
|
userName:'Please enter the user account',
|
|
@@ -42,10 +43,10 @@ export default {
|
|
|
userName2:'The account does not exist',
|
|
|
},
|
|
|
unit:{
|
|
|
- 1:'individual',
|
|
|
- 2:'second',
|
|
|
- '-1':'year',
|
|
|
- '-2':'month',
|
|
|
+ 1:'',
|
|
|
+ 2:'',
|
|
|
+ '-1':'Year',
|
|
|
+ '-2':'Month',
|
|
|
}
|
|
|
}
|
|
|
|