model.php 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233
  1. <?php
  2. declare(strict_types=1);
  3. return [
  4. 'aff' => [
  5. 'amount' => 'Order Amount',
  6. 'commission' => 'Commission',
  7. 'created_at' => 'Ordered On',
  8. 'invitee' => 'Buyer',
  9. 'updated_at' => 'Processed On',
  10. ],
  11. 'article' => [
  12. 'attribute' => 'Article',
  13. 'category' => 'Category',
  14. 'created_at' => 'Published On',
  15. 'language' => 'Language',
  16. 'logo' => 'Cover',
  17. 'updated_at' => 'Updated On',
  18. ],
  19. 'common' => [
  20. 'description' => 'Description',
  21. 'extend' => 'Extended Info',
  22. 'level' => 'Level',
  23. 'sort' => 'Sort',
  24. 'type' => 'Type',
  25. ],
  26. 'country' => [
  27. 'code' => 'Country Code',
  28. 'icon' => 'Flag',
  29. 'name' => 'Country Name',
  30. ],
  31. 'coupon' => [
  32. 'attribute' => 'Coupon',
  33. 'groups' => 'Group Limit',
  34. 'levels' => 'Level Limit',
  35. 'logo' => 'Logo',
  36. 'minimum' => 'Minimum Spend',
  37. 'name' => 'Name',
  38. 'newbie' => 'New User Only',
  39. 'num' => 'Quantity',
  40. 'priority' => 'Priority',
  41. 'services_blacklist' => 'Blacklist Goods',
  42. 'services_whitelist' => 'Whitelist Goods',
  43. 'sn' => 'Code',
  44. 'usable_times' => 'Usage Limit',
  45. 'used' => 'Personal Limit',
  46. 'users_blacklist' => 'Blacklist Users',
  47. 'users_whitelist' => 'Whitelist Users',
  48. 'value' => 'Value',
  49. ],
  50. 'goods' => [
  51. 'attribute' => 'Goods',
  52. 'available_date' => 'Validity Period',
  53. 'category' => 'Category',
  54. 'color' => 'Color',
  55. 'hot' => 'Bestseller',
  56. 'info' => 'Custom Info',
  57. 'invite_num' => 'Bonus Invitations',
  58. 'limit_num' => 'Purchase Limit',
  59. 'logo' => 'Logo',
  60. 'name' => 'Name',
  61. 'period' => 'Reset Cycle',
  62. 'price' => 'Price',
  63. 'renew' => 'Data Renewal Price',
  64. 'traffic' => 'Data Allowance',
  65. 'user_limit' => 'User Speed Limit',
  66. ],
  67. 'ip' => [
  68. 'info' => 'Location',
  69. 'network_type' => 'Network Type',
  70. ],
  71. 'node' => [
  72. 'attribute' => 'Node',
  73. 'client_limit' => 'Client Limit',
  74. 'country' => 'Country',
  75. 'data_consume' => 'Data Usage',
  76. 'data_rate' => 'Data Ratio',
  77. 'ddns' => 'DDNS',
  78. 'detection' => 'Block Detection',
  79. 'display' => 'Display & Subscribe',
  80. 'domain' => 'Domain',
  81. 'id' => 'Node ID',
  82. 'ipv4' => 'IPv4',
  83. 'ipv6' => 'IPv6',
  84. 'label' => 'Label',
  85. 'method' => 'Encryption',
  86. 'name' => 'Name',
  87. 'next_renewal_date' => 'Next Renewal Date',
  88. 'obfs' => 'Obfs',
  89. 'obfs_param' => 'Obfs Param',
  90. 'online_user' => 'Online Users',
  91. 'protocol' => 'Protocol',
  92. 'protocol_param' => 'Protocol Param',
  93. 'push_port' => 'Push Port',
  94. 'relay_port' => 'Relay Port',
  95. 'renewal_cost' => 'Renewal Cost',
  96. 'service_port' => 'Service Port',
  97. 'single' => 'Single Port',
  98. 'single_passwd' => '[Single] Password',
  99. 'static' => 'Alive Status',
  100. 'subscription_term' => 'Subscription Term',
  101. 'traffic_limit' => 'Speed Limit',
  102. 'transfer' => 'Relay',
  103. 'udp' => 'UDP',
  104. 'v2_alter_id' => 'Alter ID',
  105. 'v2_cover' => 'Cover',
  106. 'v2_host' => 'Host',
  107. 'v2_net' => 'Network',
  108. 'v2_path' => 'Path | Key',
  109. 'v2_sni' => 'SNI',
  110. 'v2_tls' => 'TLS',
  111. 'v2_tls_provider' => 'TLS Config',
  112. ],
  113. 'node_auth' => [
  114. 'attribute' => 'Node Auth',
  115. 'key' => 'Key <small>for node</small>',
  116. 'secret' => 'Reverse Secret',
  117. ],
  118. 'node_cert' => [
  119. 'attribute' => 'Domain Cert',
  120. 'domain' => 'Domain',
  121. 'expired_date' => 'Expired Date',
  122. 'issuer' => 'Issuer',
  123. 'key' => 'KEY',
  124. 'pem' => 'PEM',
  125. 'signed_date' => 'Signed Date',
  126. ],
  127. 'notification' => [
  128. 'address' => 'Recipient',
  129. 'created_at' => 'Sent On',
  130. 'status' => 'Status',
  131. ],
  132. 'oauth' => [
  133. 'identifier' => 'Identifier',
  134. 'type' => 'Channel',
  135. ],
  136. 'order' => [
  137. 'attribute' => 'Order',
  138. 'id' => 'Order ID',
  139. 'original_price' => 'Original Price',
  140. 'pay_way' => 'Payment',
  141. 'price' => 'Actual Price',
  142. 'status' => 'Status',
  143. ],
  144. 'permission' => [
  145. 'attribute' => 'Permission',
  146. 'description' => 'Description',
  147. 'name' => 'Route Name',
  148. ],
  149. 'referral' => [
  150. 'amount' => 'Amount',
  151. 'created_at' => 'Applied On',
  152. 'id' => 'Application ID',
  153. 'user' => 'Applicant',
  154. ],
  155. 'role' => [
  156. 'attribute' => 'Role',
  157. 'name' => 'Name',
  158. 'permissions' => 'Permissions',
  159. ],
  160. 'rule' => [
  161. 'attribute' => 'Rule',
  162. 'name' => 'Description',
  163. 'pattern' => 'Value',
  164. ],
  165. 'rule_group' => [
  166. 'attribute' => 'Rule Group',
  167. 'name' => 'Name',
  168. 'rules' => 'Rules',
  169. 'type' => 'Type',
  170. ],
  171. 'subscribe' => [
  172. 'ban_desc' => 'Ban Reason',
  173. 'ban_time' => 'Ban Time',
  174. 'code' => 'Sub Code',
  175. 'req_header' => 'Access Header',
  176. 'req_ip' => 'Request IP',
  177. 'req_times' => 'Request Times',
  178. 'updated_at' => 'Last Request',
  179. ],
  180. 'user' => [
  181. 'account_status' => 'Account Status',
  182. 'attribute' => 'User',
  183. 'created_date' => 'Registration Date',
  184. 'credit' => 'Balance',
  185. 'expired_date' => 'Expiration Date',
  186. 'id' => 'User ID',
  187. 'invite_num' => 'Available Invitations',
  188. 'inviter' => 'Inviter',
  189. 'nickname' => 'Nickname',
  190. 'password' => 'Password',
  191. 'port' => 'Port',
  192. 'proxy_method' => 'Encryption',
  193. 'proxy_obfs' => 'Obfuscation',
  194. 'proxy_passwd' => 'Proxy Password',
  195. 'proxy_protocol' => 'Protocol',
  196. 'proxy_status' => 'Proxy Status',
  197. 'qq' => 'QQ',
  198. 'remark' => 'Note',
  199. 'reset_date' => 'Data Reset Date',
  200. 'role' => 'Role',
  201. 'service' => 'Proxy',
  202. 'speed_limit' => 'Speed Limit',
  203. 'traffic_used' => 'Data Used',
  204. 'usable_traffic' => 'Data Allowance',
  205. 'username' => 'Username',
  206. 'uuid' => 'VMess UUID',
  207. 'wechat' => 'WeChat',
  208. ],
  209. 'user_credit' => [
  210. 'after' => 'After',
  211. 'amount' => 'Amount',
  212. 'before' => 'Before',
  213. 'created_at' => 'Changed At',
  214. ],
  215. 'user_data_modify' => [
  216. 'after' => 'After',
  217. 'before' => 'Before',
  218. 'created_at' => 'Changed At',
  219. ],
  220. 'user_group' => [
  221. 'attribute' => 'User Group',
  222. 'name' => 'Group Name',
  223. 'nodes' => 'Nodes',
  224. ],
  225. 'user_traffic' => [
  226. 'download' => 'Download',
  227. 'log_time' => 'Logged At',
  228. 'total' => 'Total',
  229. 'upload' => 'Upload',
  230. ],
  231. ];