equity.ts 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. export default {
  2. add:'New Authorization',
  3. addDowm:'New Download',
  4. renew:'Renew',
  5. userName:'User Account',
  6. count:'User Account',
  7. orderSn:'Order Number',
  8. payTime:'Payment Time',
  9. invoiceTime:'Invoicing application time',
  10. money:'Invoiced Amount',
  11. id:'ID',
  12. dowmCount:'Download Time',
  13. timeList:'Authorization Time',
  14. expiryTime: 'Expiry Date',
  15. newTime:'Latest Authorization Time',
  16. time:'Start Date',
  17. countNumber:'Quantity',
  18. Type:'Type',
  19. giveType:'Methods',
  20. nickName:'Nickname',
  21. userName1:'Account',
  22. email:'Email',
  23. userCount:'Quantity',
  24. incrementType:{
  25. 0:'Membership Subscription',
  26. 1:'Scene Download',
  27. },
  28. equityType:{
  29. 0:'Professional member',
  30. 1:'Professional member',
  31. 2:'Senior member',
  32. },
  33. zhTips:'Chinese characters are not supported',
  34. listTitle:'Sales Statistics List',
  35. exportExcel:'Export to Excel',
  36. excelTitle:'Are you sure you want to export excel?',
  37. CardMajorNum: "Last Month's Premium Membership Sales (Yearly)",
  38. CardHighNum: "Last Month's Senior Membership Sales (Monthly)",
  39. CardDownNum: "Last Month's Download Sales",
  40. syks:'surplus',
  41. addcount:'Quantity',
  42. rules:{
  43. userName:'Please enter the user account',
  44. userName1:'Please enter the correct user account',
  45. userName2:'The account does not exist',
  46. id:'Please enter the correct benefit ID',
  47. },
  48. unit:{
  49. 1:'',
  50. 2:'',
  51. '-1':'Year',
  52. '-2':'Month',
  53. },
  54. titleHelpMessage:{
  55. 1:'Statistical Guidelines',
  56. 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).',
  57. 3:'Scene Download: Statistical information on the number of downloads of current new authorizations by sales (excluding associated users);',
  58. }
  59. }