apply.php 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <?php
  2. return [
  3. 'Id' => 'ID',
  4. 'User' => 'User',
  5. 'Apply type' => 'Apply Type',
  6. 'Agent type' => 'Agent Type',
  7. 'Identity' => 'Identity',
  8. 'Real name' => 'Real Name',
  9. 'Company name' => 'Company Name',
  10. 'Area' => 'Area',
  11. 'Status' => 'Status',
  12. 'Createtime' => 'Create Time',
  13. 'Detail' => 'Detail',
  14. 'Approve' => 'Approve',
  15. 'Reject' => 'Reject',
  16. 'Operate' => 'Operate',
  17. // Apply types
  18. 'Personal apply' => 'Personal Apply',
  19. 'Company apply' => 'Company Apply',
  20. // Agent types
  21. 'Normal agent' => 'Normal Agent',
  22. 'Province agent' => 'Province Agent',
  23. 'City agent' => 'City Agent',
  24. 'District agent' => 'District Agent',
  25. // Status
  26. 'Pending' => 'Pending',
  27. 'Approved' => 'Approved',
  28. 'Rejected' => 'Rejected',
  29. // Page titles
  30. 'Apply details' => 'Apply Details',
  31. 'Apply info' => 'Apply Information',
  32. 'Personal info' => 'Personal Information',
  33. 'Company info' => 'Company Information',
  34. 'Apply status info' => 'Apply Status Information',
  35. // Form fields
  36. 'Apply user' => 'Apply User',
  37. 'Agent identity' => 'Agent Identity',
  38. 'Agent region' => 'Agent Region',
  39. 'Apply region' => 'Apply Region',
  40. 'Real name' => 'Real Name',
  41. 'ID card' => 'ID Card',
  42. 'Mobile' => 'Mobile',
  43. 'ID card front' => 'ID Card Front',
  44. 'ID card back' => 'ID Card Back',
  45. 'Company name' => 'Company Name',
  46. 'Legal person' => 'Legal Person',
  47. 'Legal mobile' => 'Legal Mobile',
  48. 'Legal ID card' => 'Legal ID Card',
  49. 'Legal ID front' => 'Legal ID Front',
  50. 'Legal ID back' => 'Legal ID Back',
  51. 'Business license' => 'Business License',
  52. 'Apply time' => 'Apply Time',
  53. 'Audit time' => 'Audit Time',
  54. 'Audit admin' => 'Audit Admin',
  55. 'Reject reason' => 'Reject Reason',
  56. // Help text
  57. 'Regional agent will manage all orders in this area' => 'Regional agent will manage all orders in this area',
  58. 'Not uploaded' => 'Not uploaded',
  59. ];