123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- export default {
- add:'New Authorization',
- addDowm:'New Download',
- renew:'Renew',
- userName:'User Account',
- count:'User Account',
- orderSn:'Order Number',
- payTime:'Payment Time',
- invoiceTime:'Invoicing application time',
- money:'Invoiced Amount',
- id:'ID',
- dowmCount:'Download Time',
- timeList:'Authorization Time',
- expiryTime: 'Expiry Date',
- newTime:'Latest Authorization Time',
- time:'Start Date',
- countNumber:'Quantity',
- Type:'Type',
- giveType:'Methods',
- nickName:'Nickname',
- userName1:'Account',
- email:'Email',
- userCount:'Authorized Quantity',
- incrementType:{
- 0:'Membership Subscription',
- 1:'Scene Download',
- },
- equityType:{
- 0:'Professional member',
- 1:'Professional member',
- 2:'Senior member',
- },
- zhTips:'Chinese characters are not supported',
- listTitle:'Sales Statistics List',
- exportExcel:'Export to Excel',
- excelTitle:'Are you sure you want to export excel?',
- CardMajorNum: "Last Month's Premium Membership Sales (Yearly)",
- CardHighNum: "Last Month's Senior Membership Sales (Monthly)",
- CardDownNum: "Last Month's Download Sales",
- syks:'surplus',
- addcount:'Quantity',
- rules:{
- userName:'Please enter the user account',
- userName1:'Please enter the correct user account',
- userName2:'The account does not exist',
- id:'Please enter the correct benefit ID',
- },
- unit:{
- 1:'',
- 2:'',
- '-1':'Year',
- '-2':'Month',
- },
- titleHelpMessage:{
- 1:'Statistical Guidelines',
- 2:'Membership subscription: current records of new authorizations by dealers and related ID renewal records, including dealer authorizations and renewals, platform authorizations (renewals), and official website purchases (renewals).',
- 3:'Scene Download: Statistical information on the number of downloads of current new authorizations by sales (excluding associated users);',
- }
- }
|