123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- <?php
- return [
- 'Id' => 'ID',
- 'User' => 'User',
- 'Apply type' => 'Apply Type',
- 'Agent type' => 'Agent Type',
- 'Identity' => 'Identity',
- 'Real name' => 'Real Name',
- 'Company name' => 'Company Name',
- 'Area' => 'Area',
- 'Status' => 'Status',
- 'Createtime' => 'Create Time',
- 'Detail' => 'Detail',
- 'Approve' => 'Approve',
- 'Reject' => 'Reject',
- 'Operate' => 'Operate',
-
- // Apply types
- 'Personal apply' => 'Personal Apply',
- 'Company apply' => 'Company Apply',
-
- // Agent types
- 'Normal agent' => 'Normal Agent',
- 'Province agent' => 'Province Agent',
- 'City agent' => 'City Agent',
- 'District agent' => 'District Agent',
-
- // Status
- 'Pending' => 'Pending',
- 'Approved' => 'Approved',
- 'Rejected' => 'Rejected',
-
- // Page titles
- 'Apply details' => 'Apply Details',
- 'Apply info' => 'Apply Information',
- 'Personal info' => 'Personal Information',
- 'Company info' => 'Company Information',
- 'Apply status info' => 'Apply Status Information',
-
- // Form fields
- 'Apply user' => 'Apply User',
- 'Agent identity' => 'Agent Identity',
- 'Agent region' => 'Agent Region',
- 'Apply region' => 'Apply Region',
- 'Real name' => 'Real Name',
- 'ID card' => 'ID Card',
- 'Mobile' => 'Mobile',
- 'ID card front' => 'ID Card Front',
- 'ID card back' => 'ID Card Back',
- 'Company name' => 'Company Name',
- 'Legal person' => 'Legal Person',
- 'Legal mobile' => 'Legal Mobile',
- 'Legal ID card' => 'Legal ID Card',
- 'Legal ID front' => 'Legal ID Front',
- 'Legal ID back' => 'Legal ID Back',
- 'Business license' => 'Business License',
- 'Apply time' => 'Apply Time',
- 'Audit time' => 'Audit Time',
- 'Audit admin' => 'Audit Admin',
- 'Reject reason' => 'Reject Reason',
-
- // Help text
- 'Regional agent will manage all orders in this area' => 'Regional agent will manage all orders in this area',
- 'Not uploaded' => 'Not uploaded',
- ];
|