admin.php 49 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804
  1. <?php
  2. return [
  3. 'dashboard' => [
  4. 'users' => 'All Users',
  5. 'available_users' => 'Active Users',
  6. 'paid_users' => 'Paying Users',
  7. 'active_days_users' => 'Active Users Within :days Days',
  8. 'inactive_days_users' => 'Inactive Users Over :days Days',
  9. 'online_users' => 'Currently Online Users',
  10. 'expiring_users' => 'Near Due Date',
  11. 'overuse_users' => 'Overusing Users (Traffic consumed ≥ 90%)',
  12. 'abnormal_users' => 'Abnormal Traffic (last 1 hour)',
  13. 'nodes' => 'Nodes',
  14. 'maintaining_nodes' => 'Nodes Under Maintenance',
  15. 'traffic_consumed' => 'Traffic Consumed',
  16. 'traffic_days_consumed' => 'Traffic Consumed Within :days Days',
  17. 'orders' => 'Orders',
  18. 'online_orders' => 'Online Orders',
  19. 'succeed_orders' => 'Successful Orders',
  20. 'credit' => 'Total Balance',
  21. 'withdrawing_commissions' => 'Pending Commissions Withdrawal',
  22. 'withdrawn_commissions' => 'Withdrawn Commissions',
  23. ],
  24. 'action' => [
  25. 'edit_item' => 'Edit :attribute',
  26. 'add_item' => 'Add :attribute',
  27. ],
  28. 'confirm' => [
  29. 'delete' => [0 => 'Do you want to delete :attribute [', 1 => '] ?'],
  30. 'continues' => 'Do you want to continue?',
  31. 'export' => 'Do you want to export all?',
  32. ],
  33. 'user_dashboard' => 'User Dashboard',
  34. 'menu' => [
  35. 'dashboard' => 'Dashboard',
  36. 'user' => [
  37. 'attribute' => 'Users',
  38. 'list' => 'User Management',
  39. 'oauth' => 'OAuth',
  40. 'group' => 'User Group',
  41. 'credit_log' => 'Balance History',
  42. 'subscribe' => 'Subscription',
  43. ],
  44. 'rbac' => [
  45. 'attribute' => 'RBAC',
  46. 'permission' => 'Permissions',
  47. 'role' => 'Roles',
  48. ],
  49. 'customer_service' => [
  50. 'attribute' => 'Helpdesk',
  51. 'ticket' => 'Support Tickets',
  52. 'article' => 'Article Management',
  53. 'push' => 'Push Notifications',
  54. 'mail' => 'Mass Mailing',
  55. ],
  56. 'node' => [
  57. 'attribute' => 'Nodes',
  58. 'list' => 'Node Management',
  59. 'auth' => 'API Authorization',
  60. 'cert' => 'Certificate',
  61. ],
  62. 'rule' => [
  63. 'attribute' => 'Audit',
  64. 'list' => 'Rule Management',
  65. 'group' => 'Rule Group',
  66. 'trigger' => 'Trigger Logs',
  67. ],
  68. 'shop' => [
  69. 'attribute' => 'Shop',
  70. 'goods' => 'Product Management',
  71. 'coupon' => 'Coupon Management',
  72. 'order' => 'Orders',
  73. ],
  74. 'promotion' => [
  75. 'attribute' => 'Promotions',
  76. 'invite' => 'Referral Management',
  77. 'withdraw' => 'Commission Withdrawal Management',
  78. 'rebate_flow' => 'Rebate History',
  79. ],
  80. 'analysis' => [
  81. 'attribute' => 'Report',
  82. 'accounting' => 'Accounting',
  83. 'user_flow' => 'User Flow',
  84. ],
  85. 'log' => [
  86. 'attribute' => 'Logs',
  87. 'traffic' => 'Data Usage',
  88. 'traffic_flow' => 'Data Flow',
  89. 'service_ban' => 'Ban Records',
  90. 'online_logs' => 'Online Logs',
  91. 'online_monitor' => 'Online Monitoring',
  92. 'notify' => 'Notification Logs',
  93. 'payment_callback' => 'Payment Callback',
  94. 'system' => 'System Report',
  95. ],
  96. 'tools' => [
  97. 'attribute' => 'Toolbox',
  98. 'decompile' => 'Decompile',
  99. 'convert' => 'Convert',
  100. 'import' => 'Import',
  101. 'analysis' => 'Log Analysis',
  102. ],
  103. 'setting' => [
  104. 'attribute' => 'Settings',
  105. 'email_suffix' => 'Email Suffix Management',
  106. 'universal' => 'General Settings',
  107. 'system' => 'System Settings',
  108. ],
  109. ],
  110. 'user' => [
  111. 'massive' => [
  112. 'text' => 'Number of User Generated',
  113. 'button' => 'Bulk Generation',
  114. 'failed' => 'Bulk generation failed',
  115. 'succeed' => 'Bulk accounts generated successfully',
  116. 'note' => 'Bulk users generated in background',
  117. ],
  118. 'proxy_info' => 'Configuration information',
  119. 'traffic_monitor' => 'Data Statistics',
  120. 'online_monitor' => 'Online Monitoring',
  121. 'reset_traffic' => 'Reset Data',
  122. 'user_view' => 'Switch to User Profile',
  123. 'connection_test' => 'Network test',
  124. 'counts' => 'out of <code>:num</code> accounts',
  125. 'reset_confirm' => [0 => 'Do you want to reset [', 1 => ']\'s data?'],
  126. 'info' => [
  127. 'account' => 'Account Information',
  128. 'proxy' => 'Proxy Information',
  129. 'switch' => 'Switch Identity',
  130. 'reset_date_hint' => 'Next data reset date',
  131. 'expired_date_hint' => 'Leave empty for one year by default',
  132. 'uuid_hint' => 'UUID for V2Ray',
  133. 'recharge_placeholder' => 'Filling in a negative value will deduct the balance',
  134. ],
  135. 'update_help' => 'Successfully updated, do you want to return?',
  136. 'proxies_config' => ':username connection configuration information',
  137. 'group' => [
  138. 'title' => 'User Group Control<small>(same node can be assigned to more than one group, One user can only belong to one group; For visible / available nodes: filter by level first, then group)</small>',
  139. 'name' => 'Group Name',
  140. 'counts' => 'out of <code>:num</code> groups',
  141. ],
  142. ],
  143. 'zero_unlimited_hint' => 'Unset / 0, as unlimited',
  144. 'node' => [
  145. 'traffic_monitor' => 'Data Statistics',
  146. 'refresh_geo' => 'Refresh Geography',
  147. 'ping' => 'Detect Delay',
  148. 'connection_test' => 'Connectivity Test',
  149. 'counts' => 'out of <code>:num </code> circuits',
  150. 'reload_all' => 'Reload All Backend',
  151. 'refresh_geo_all' => 'Refresh All Nodes\' Geographies',
  152. 'reload_confirm' => 'Do you want to reload the node?',
  153. 'info' => [
  154. 'hint' => '<strong>Note: </strong> Nodes page\'s <code>ID</code> is used in ShadowsocksR Python backend as <code>node_id</code> in usermysql.json, in V2Ray backend as <code>nodeId</code>.',
  155. 'basic' => 'Basic Information',
  156. 'ddns_hint' => 'Dynamic IP nodes require<a href="https://github.com/NewFuture/DDNS" target="_blank">to configure DDNS</a>, for this type of node, Connectivity Test will test by domain name',
  157. 'domain_placeholder' => 'Server domain address',
  158. 'domain_hint' => 'Enable DDNS in System Settings. Domain will be automatically create/bound to IP address! No longer need to go to the DNS registrant page to modify IP information.',
  159. 'extend' => 'Extended Information',
  160. 'display' => [
  161. 'invisible' => 'Completely invisible',
  162. 'node' => 'Show only on :trans page',
  163. 'sub' => 'Show by Subscription only',
  164. 'all' => 'Visible for all',
  165. 'hint' => 'Whether users can subscribe/see this node',
  166. ],
  167. 'ipv4_hint' => 'Multi-IP uses \',\' partition; ex: 1.1.1.1, 8.8.8.8',
  168. 'ipv6_hint' => 'Multi-IP uses \',\' partition; ex: 1.1.1.1, 8.8.8.8',
  169. 'ipv4_placeholder' => 'Server IPv4 Address',
  170. 'ipv6_placeholder' => 'Server IPv6 address',
  171. 'push_port_hint' => 'Required and server firewall needs to be loaded, otherwise it will cause an exception',
  172. 'data_rate_hint' => 'Ex: set to 0.1, 10M will be count as 100M and 500M count as 100M',
  173. 'level_hint' => 'Level: 0 = No ratings, all visible',
  174. 'detection' => [
  175. 'tcp' => 'TCP only',
  176. 'icmp' => 'ICMP only',
  177. 'all' => 'Detect All',
  178. 'hint' => 'Nodes will be tested every 30-60 minutes',
  179. ],
  180. 'obfs_param_hint' => 'While obfs is not [plain], fill in parameters to traffic masquerading; &#13;&#10; While obfs is [http_simple], suggest set port to 80; &#13;&#10; While obfs is [tls], suggest set port to 443;',
  181. 'additional_ports_hint' => 'If enabled, please configure server<span class="red-700"><a href="javascript:showTnc();">additional_ports</a></span>information',
  182. 'v2_method_hint' => 'Do not use none when using WebSocket',
  183. 'v2_net_hint' => 'Enable TLS when using WebSocket Transfer Protocol',
  184. 'v2_cover' => [
  185. 'none' => 'none',
  186. 'http' => 'HTTP Transport',
  187. 'srtp' => 'Video call data (SRTP)',
  188. 'utp' => 'BT download data (uTP)',
  189. 'wechat' => 'WeChat video call',
  190. 'dtls' => 'DTLS1.2 packets',
  191. 'wireguard' => 'WireGuard packets',
  192. ],
  193. 'v2_host_hint' => 'Use WebSocket transfer protocol only for single commas separated from multiple camouflage types',
  194. 'v2_tls_provider_hint' => 'Different backend configurations are different:',
  195. 'single_hint' => 'Recommended 80 or 443. The server needs to configure <br> strict mode:user\'s port cannot be connected, only via the following specified port(<a href="javascript:showPortsOnlyConfig();">how to configure</a>)',
  196. ],
  197. 'proxy_info' => '*Compatibility SS',
  198. 'proxy_info_hint' => 'If compatible, please add<span class="red-700">_compatible</span> to server configuration protocol and confuse',
  199. 'reload' => 'Reload Backend',
  200. 'auth' => [
  201. 'title' => 'Node authorization list<small>WEBAPI</small>',
  202. 'deploy' => [
  203. 'title' => 'Deployment :type_label backend',
  204. 'attribute' => 'Deployment Backend',
  205. 'command' => 'Operations command',
  206. 'update' => 'Update:',
  207. 'uninstall' => 'Uninstall:',
  208. 'start' => 'Launch:',
  209. 'stop' => 'Stop:',
  210. 'status' => 'Status:',
  211. 'recent_logs' => 'Recent Log:',
  212. 'real_time_logs' => 'Live Log:',
  213. 'restart' => 'Restart:',
  214. 'same' => 'Id.',
  215. 'trojan_hint' => 'Please input <a href=":url" target="_blank">nodes\' domain</a>, then resolve IP to this the domain',
  216. ],
  217. 'reset_auth' => 'Reset key',
  218. 'counts' => 'of <code>:num</code> Licenses',
  219. 'generating_all' => 'Are you sure you want to generate authorization for all nodes?',
  220. ],
  221. 'cert' => [
  222. 'title' => 'Domain certificate list<small>(disguised domain name of V2Ray nodes)</small>',
  223. 'counts' => 'out of <code>:num</code> domain name certificates',
  224. 'key_placeholder' => 'The KEY value of the domain certificate. Allowed to be empty, VNET-V2Ray backend support auto-signing certificate',
  225. 'pem_placeholder' => 'The PEM value of the domain certificate. Allowed to be empty, VNET-V2Ray backend support auto-signing certificate',
  226. ],
  227. ],
  228. 'hint' => 'Prompt',
  229. 'oauth' => [
  230. 'title' => 'User OAuth Authorization',
  231. 'counts' => 'out of <code>:num</code> licenses',
  232. ],
  233. 'select_all' => 'Full selection',
  234. 'clear' => 'Empty',
  235. 'unselected_hint' => 'To assign rules, search here',
  236. 'selected_hint' => 'The rules have been assigned, you can search here',
  237. 'clone' => 'Clone',
  238. 'monitor' => [
  239. 'daily_chart' => 'Daily traffic chart',
  240. 'monthly_chart' => 'Monthly traffic chart',
  241. 'node' => 'Node traffic',
  242. 'user' => 'User traffic',
  243. 'hint' => '<strong>Hint:</strong> If no statistics are available, please check if the scheduled task is correct.',
  244. ],
  245. 'tools' => [
  246. 'analysis' => [
  247. 'title' => 'SSR log analysis<small>for single nodes only</small>',
  248. 'req_url' => 'Recently requested address',
  249. 'not_enough' => 'No more than 15,000 accesses and cannot analyze data',
  250. ],
  251. 'convert' => [
  252. 'title' => 'Format transformation <small>Shadowsocks turn ShadowsocksR</small>',
  253. 'content_placeholder' => 'Please fill in the configuration information to convert',
  254. ],
  255. 'decompile' => [
  256. 'title' => 'Reparse<small>config transformation</small>',
  257. 'attribute' => 'Invert parsing',
  258. 'content_placeholder' => 'Please fill in the ShadowsocksR link to parse',
  259. ],
  260. ],
  261. 'ticket' => [
  262. 'title' => 'Ticket list',
  263. 'counts' => 'out of <code>:num</code>',
  264. 'send_to' => 'Please fill in the target user information!',
  265. 'user_info' => 'User Information',
  266. 'inviter_info' => 'Invitation Information',
  267. 'close_confirm' => 'Are you sure you want to close the ticket?',
  268. 'error' => 'Unknown error! Please see the running log',
  269. ],
  270. 'logs' => [
  271. 'subscribe' => 'Subscription List',
  272. 'counts' => 'of <code>:num</code> records',
  273. 'rule' => [
  274. 'clear_all' => 'Clear records',
  275. 'title' => 'Trigger record',
  276. 'name' => 'Trigger Rule',
  277. 'reason' => 'Trigger reason',
  278. 'created_at' => 'Trigger Time',
  279. 'tag' => '✅ access non-rule allowed',
  280. 'clear_confirm' => 'Are you sure you want to clear all records?',
  281. ],
  282. 'order' => [
  283. 'title' => 'Order List',
  284. 'is_expired' => 'Expiry',
  285. 'is_coupon' => 'Use coupons',
  286. ],
  287. 'user_traffic' => [
  288. 'title' => 'Data usage',
  289. 'choose_node' => 'Select Node',
  290. ],
  291. 'user_data_modify_title' => 'Traffic Changes',
  292. 'callback' => 'Callback log <small>(online payment)</small>',
  293. 'notification' => 'Mail delivery record',
  294. 'ip_monitor' => 'Live data for <small>2 minutes of online IP monitoring</small>',
  295. 'user_ip' => [
  296. 'title' => 'User online IP list <small>last 10 minutes</small>',
  297. 'connect' => 'Connect IP',
  298. ],
  299. 'ban' => [
  300. 'title' => 'Users Ban Records',
  301. 'time' => 'Duration',
  302. 'reason' => 'Reason',
  303. 'ban_time' => 'Banned Time',
  304. 'last_connect_at' => 'Last connection time',
  305. ],
  306. 'credit_title' => 'Changes in balances',
  307. ],
  308. 'start_time' => 'Start range',
  309. 'end_time' => 'End range',
  310. 'goods' => [
  311. 'title' => 'Product List',
  312. 'type' => [
  313. 'top_up' => 'Pay',
  314. 'package' => 'Data Pack',
  315. 'plan' => 'Pack',
  316. ],
  317. 'info' => [
  318. 'type_hint' => 'The package is related to the period of validity of the account, the traffic pack is only available and does not affect the validity period',
  319. 'period_hint' => 'Package traffic reset every N day',
  320. 'limit_num_hint' => 'This product can be purchased per user for 0 times',
  321. 'available_date_hint' => 'Automatically deduct traffic from total traffic when due',
  322. 'desc_placeholder' => 'Simple description of products',
  323. 'list_placeholder' => 'Add custom list of products',
  324. 'list_hint' => 'Please start with<code>&lt;li&gt;</code> each line of content<code>&lt;/li&gt;</code>',
  325. ],
  326. 'status' => [
  327. 'yes' => 'Active',
  328. 'no' => 'Inactive',
  329. ],
  330. 'sell_and_used' => 'Use / Sale',
  331. 'counts' => 'out of <code>:num</code> products',
  332. ],
  333. 'sort_asc' => 'Sort value higher',
  334. 'yes' => 'Yes',
  335. 'no' => 'No',
  336. 'rule' => [
  337. 'type' => [
  338. 'reg' => 'Regular expression',
  339. 'domain' => 'Domain Name',
  340. 'ip' => 'IP',
  341. 'protocol' => 'Protocol',
  342. ],
  343. 'counts' => 'out of <code>:num</code> audit rules',
  344. 'title' => 'Rule List',
  345. 'group' => [
  346. 'type' => [
  347. 'off' => 'Snack',
  348. 'on' => 'Release',
  349. ],
  350. 'title' => 'Rule Group',
  351. 'counts' => 'out of <code>:num</code> groups',
  352. ],
  353. ],
  354. 'role' => [
  355. 'name_hint' => 'Unique identifier, eg::Administrator',
  356. 'description_hint' => 'dashboard.eg::admin',
  357. 'title' => 'List of permissions',
  358. 'permissions_all' => 'All permissions',
  359. 'counts' => 'out of <code>:num</code> permissions role',
  360. ],
  361. 'report' => [
  362. 'monthly_accounting' => 'Monthly Income',
  363. 'annually_accounting' => 'Annual Income',
  364. 'historic_accounting' => 'Historical Income',
  365. 'current_month' => ' This month ',
  366. 'last_month' => ' Last Month',
  367. 'current_year' => ' Current year ',
  368. 'last_year' => ' Last year ',
  369. 'hourly_traffic' => 'Traffic per hour',
  370. 'daily_traffic' => 'Daily traffic',
  371. 'today' => ' Japan ',
  372. ],
  373. 'permission' => [
  374. 'title' => 'Permissions Actions List',
  375. 'description_hint' => 'Fill in description, example:[System Edit A]',
  376. 'name_hint' => 'Fill in the route name, example:admin.permission.create,update',
  377. 'counts' => 'out of <code>:num</code> permission behavior',
  378. ],
  379. 'marketing' => [
  380. 'email' => [
  381. 'title' => 'Mailing List',
  382. 'group_send' => 'Mass Mail',
  383. 'counts' => 'out of <code>:num</code> messages',
  384. ],
  385. 'send_status' => 'Send Status',
  386. 'send_time' => 'Sent Time',
  387. 'error_message' => 'Error message',
  388. 'push' => [
  389. 'title' => 'Push Message List',
  390. 'send' => 'Push Message',
  391. 'counts' => 'out of <code>:num</code> push messages',
  392. ],
  393. ],
  394. 'creating' => 'Adding...',
  395. 'article' => [
  396. 'type' => [
  397. 'knowledge' => 'Articles',
  398. 'announcement' => 'Announcements',
  399. ],
  400. 'category_hint' => 'The same category will be grouped under the same folder',
  401. 'logo_hint' => 'Recommended size:100x75',
  402. 'title' => 'Article List',
  403. 'counts' => 'out of <code>:num</code> articles',
  404. ],
  405. 'coupon' => [
  406. 'title' => 'Card List',
  407. 'name_hint' => 'Will be used for frontend display',
  408. 'sn_hint' => 'The coupon is provided to users using the coupon. Leave empty to be 8 bit random code',
  409. 'type' => [
  410. 'voucher' => 'Voucher',
  411. 'discount' => 'Discount voucher',
  412. 'charge' => 'Voucher',
  413. ],
  414. 'type_hint' => 'Redemption: deduct the amount of the product; Discount: discount the percentage of the product; Recharge: add the amount to the user balance',
  415. 'value' => '{1} :havy_minus_sign: :num|{2} :num disc{3} ➕ :num',
  416. 'value_hint' => 'Range 1% ~99% ',
  417. 'priority_hint' => 'With the coupon code, the eligible high weight code will be used preferentially. Up to 255',
  418. 'minimum_hint' => 'This coupon can only be used when the amount of payment exceeds <strong>:num</strong>;',
  419. 'used_hint' => 'This voucher can be used by eligible users <strong>:num</strong> times;',
  420. 'levels_hint' => 'This voucher will only be used if the user level is in the selected rank.',
  421. 'groups_hint' => 'Group of selected users to use this voucher',
  422. 'users_placeholder' => 'Enter user ID to go back to car',
  423. 'user_whitelist_hint' => 'This coupon is available to all users involved and leave this condition empty for no use',
  424. 'users_blacklist_hint' => 'This coupon is not available for all users. Empty is not used',
  425. 'services_placeholder' => 'Enter product ID, go back to car',
  426. 'services_whitelist_hint' => 'The product is available to use the voucher, leave empty for this condition',
  427. 'services_blacklist_hint' => 'The coupon is not available for the product. Leave empty for this condition',
  428. 'newbie' => [
  429. 'first_discount' => 'Initial appointment of any vouchers',
  430. 'first_order' => 'First ticket',
  431. 'created_days' => 'Creator',
  432. ],
  433. 'created_days_hint' => 'and <code>:day</code> days',
  434. 'limit_hint' => 'The conditions for this item are <strong>and</strong> related, please use your own mix',
  435. 'info_title' => 'Card Info',
  436. 'counts' => 'out of <code>:num</code> coupons',
  437. 'discount' => 'Discount',
  438. 'export_title' => 'Card Export',
  439. 'single_use' => 'One-time',
  440. ],
  441. 'times' => 'Times',
  442. 'massive_export' => 'Bulk Export',
  443. 'system_generate' => 'System generation',
  444. 'aff' => [
  445. 'rebate_title' => 'Referral Rebate History',
  446. 'counts' => 'out of <code>:num</code> applications',
  447. 'title' => 'List of cash out applications',
  448. 'apply_counts' => 'out of <code>:num</code> applications',
  449. 'referral' => 'Promotion of return',
  450. 'commission_title' => 'Cash out request details',
  451. 'commission_counts' => 'This application involves <code>:num</code>',
  452. ],
  453. 'setting' => [
  454. 'common' => [
  455. 'title' => 'General Configuration',
  456. 'set_default' => 'Set as default',
  457. 'connect_nodes' => 'Linked Nodes',
  458. ],
  459. 'email' => [
  460. 'title' => 'Email filter list <small>(used to block registration email suffixes)</small>',
  461. 'tail' => 'Email Suffix',
  462. 'rule' => 'Rules',
  463. 'black' => 'Blacklist',
  464. 'white' => 'Whitelist',
  465. 'tail_placeholder' => 'Please fill in the email suffix',
  466. ],
  467. 'system' => [
  468. 'title' => 'System Configuration',
  469. 'web' => 'Website General',
  470. 'account' => 'Account Settings',
  471. 'node' => 'Node Settings',
  472. 'extend' => 'Advanced',
  473. 'check_in' => 'Signing in',
  474. 'promotion' => 'Extension system',
  475. 'notify' => 'Notification System',
  476. 'auto_job' => 'Auto Task',
  477. 'other' => 'LOGO|Support | Statistics',
  478. 'payment' => 'Payment system',
  479. 'menu' => 'Menu',
  480. ],
  481. 'no_permission' => 'You do not have permission to modify parameters!',
  482. ],
  483. 'system' => [
  484. 'account_expire_notification' => 'Account Expired Notifications',
  485. 'active_times' => 'Number of active accounts',
  486. 'admin_invite_days' => 'Admin - Invitation Code Expiration',
  487. 'aff_salt' => 'Invite Link User Information Characterization',
  488. 'alipay_qrcode' => 'PayPal QR',
  489. 'AppStore_id' => 'Apple Account',
  490. 'AppStore_password' => 'Apple Password',
  491. 'auto_release_port' => 'Port recovery mechanisms',
  492. 'bark_key' => 'Bark Device Number',
  493. 'captcha_key' => 'Captcha Key',
  494. 'captcha_secret' => 'Captcha Secret/ID',
  495. 'codepay_id' => 'Code Payment ID',
  496. 'codepay_key' => 'Communication Key',
  497. 'codepay_url' => 'Request URL',
  498. 'data_anomaly_notification' => 'Data exception notification',
  499. 'data_exhaust_notification' => 'Data Expiration Notification',
  500. 'ddns_key' => 'DNS Server Key',
  501. 'ddns_mode' => 'DDNS mode',
  502. 'ddns_secret' => 'DNS Server Secret',
  503. 'default_days' => 'Initial expiration',
  504. 'default_traffic' => 'Initial traffic',
  505. 'detection_check_times' => 'Block detection alerts',
  506. 'dingTalk_access_token' => 'Pin Custom Robot Access Token',
  507. 'dingTalk_secret' => 'Studded custom robot key',
  508. 'epay_key' => 'Merchant Key',
  509. 'epay_mch_id' => 'Merchant ID',
  510. 'epay_url' => 'Interface Address',
  511. 'expire_days' => 'Expired warning threshold',
  512. 'f2fpay_app_id' => 'Application ID',
  513. 'f2fpay_private_key' => 'Apply private key',
  514. 'f2fpay_public_key' => 'PayPal Public Key',
  515. 'forbid_mode' => 'Ban Access',
  516. 'invite_num' => 'Number of invitations to generate',
  517. 'is_activate_account' => 'Activate Account',
  518. 'is_AliPay' => 'PayPal Payment',
  519. 'is_ban_status' => 'Expire auto-ban',
  520. 'is_captcha' => 'Verification Code Mode',
  521. 'is_checkin' => 'User gets addition traffic for signing in',
  522. 'is_clear_log' => 'Auto-clear log',
  523. 'is_custom_subscribe' => 'Premium Subscription',
  524. 'is_email_filtering' => 'Email filtering mechanism',
  525. 'is_forbid_robot' => 'Block robots',
  526. 'is_free_code' => 'Free invitation code',
  527. 'is_invite_register' => 'Invite to Register',
  528. 'is_otherPay' => 'Special Payment',
  529. 'is_QQPay' => 'QQ Wallet',
  530. 'is_rand_port' => 'Random Port',
  531. 'is_register' => 'User Registration',
  532. 'is_subscribe_ban' => 'Subscription exception auto-ban',
  533. 'is_traffic_ban' => 'Exception auto-seal number',
  534. 'is_WeChatPay' => 'WeChat Pay',
  535. 'iYuu_token' => 'IYUU Token',
  536. 'maintenance_content' => 'Maintain Description',
  537. 'maintenance_mode' => 'Maintenance mode',
  538. 'maintenance_time' => 'Maintenance End Time',
  539. 'min_port' => 'Port range',
  540. 'min_rand_traffic' => 'Data range',
  541. 'node_blocked_notification' => 'Node block alarm',
  542. 'node_daily_notification' => 'Node Usage Report',
  543. 'node_offline_notification' => 'Node Offline Reminder',
  544. 'oauth_path' => 'Third Party Login Platform',
  545. 'offline_check_times' => 'Number of reminders offline',
  546. 'password_reset_notification' => 'Reset Password',
  547. 'paybeaver_app_id' => 'App ID',
  548. 'paybeaver_app_secret' => 'App Secret',
  549. 'payjs_key' => 'Communication Key',
  550. 'payjs_mch_id' => 'Merchant Number',
  551. 'payment_confirm_notification' => 'Manual Payment Confirmation Notification',
  552. 'payment_received_notification' => 'Payment successful',
  553. 'paypal_app_id' => 'Application ID',
  554. 'paypal_certificate' => 'Certificates',
  555. 'paypal_password' => 'API Password',
  556. 'paypal_secret' => 'Signature',
  557. 'paypal_username' => 'API Username',
  558. 'pushDeer_key' => 'PushDeer Key',
  559. 'pushplus_token' => 'PushPlus Token',
  560. 'rand_subscribe' => 'Random Subscription',
  561. 'redirect_url' => 'Redirect Address',
  562. 'referral_money' => 'Cash out Limit',
  563. 'referral_percent' => 'Return Ratio',
  564. 'referral_status' => 'Promotion features',
  565. 'referral_traffic' => 'Traffic for signing up',
  566. 'referral_type' => 'Return Mode',
  567. 'register_ip_limit' => 'Registration limit with IP',
  568. 'reset_password_times' => 'Reset Password Count',
  569. 'reset_traffic' => 'Data reset automatically',
  570. 'server_chan_key' => 'ServerChan SCKEY',
  571. 'standard_currency' => 'Current currency',
  572. 'stripe_public_key' => 'Public Key',
  573. 'stripe_secret_key' => 'Secret Key',
  574. 'stripe_signing_secret' => 'WebHook Signing secret',
  575. 'subject_name' => 'Custom Product Name',
  576. 'subscribe_ban_times' => 'Subscription request threshold
  577. ',
  578. 'subscribe_domain' => 'Node Subscription URL',
  579. 'subscribe_max' => 'Number of available nodes',
  580. 'telegram_token' => 'Telegram Token',
  581. 'tg_chat_token' => 'TG Jam Token',
  582. 'theadpay_key' => 'Merchant Key',
  583. 'theadpay_mchid' => 'Merchant ID',
  584. 'theadpay_url' => 'Interface Address',
  585. 'ticket_closed_notification' => 'Ticket close notification',
  586. 'ticket_created_notification' => 'New Ticket Notification',
  587. 'ticket_replied_notification' => 'Ticket Reply Notification',
  588. 'traffic_ban_time' => 'Envelope duration',
  589. 'traffic_ban_value' => 'Data abnormal threshold',
  590. 'traffic_limit_time' => 'Time interval',
  591. 'traffic_warning_percent' => 'Traffic warning threshold',
  592. 'trojan_license' => 'Trojan Authorization',
  593. 'username_type' => 'Account Type',
  594. 'user_invite_days' => 'User-Invitation Code Expiration',
  595. 'v2ray_license' => 'V2Ray Authorize',
  596. 'v2ray_tls_provider' => 'V2Ray TLS Configuration',
  597. 'webmaster_email' => 'Admin Email',
  598. 'website_analytics' => 'Statistics Code',
  599. 'website_callback_url' => 'General Payment Callback Address',
  600. 'website_customer_service' => 'Support Code',
  601. 'website_home_logo' => 'Homepage logo',
  602. 'website_logo' => 'Logo',
  603. 'website_name' => 'Site Name',
  604. 'website_security_code' => 'Site Security Code',
  605. 'website_url' => 'Site address',
  606. 'web_api_url' => 'Authorization/Backend Access Domain',
  607. 'wechat_aid' => 'Microcredit Enterprise Application ID',
  608. 'wechat_cid' => 'Microcredit Company ID',
  609. 'wechat_encodingAESKey' => 'Microcredit Enterprise Application EncodingAESKey',
  610. 'wechat_qrcode' => 'Min QR Code',
  611. 'wechat_secret' => 'Microcredit Enterprise Application Key',
  612. 'wechat_token' => 'Microcredit Application TOKEN',
  613. 'hint' => [
  614. 'account_expire_notification' => 'Notify users about to expire',
  615. 'active_times' => 'Number of accounts that can be activated by email within 24 hours',
  616. 'admin_invite_days' => 'Expiration of administrator-generated invitation code',
  617. 'aff_salt' => 'When left blank, the invite link will show the user ID; enter any English/number to encrypt the user link ID',
  618. 'AppStore_id' => 'Apple account used in iOS settings tutorials',
  619. 'AppStore_password' => 'Apple password used in iOS settings tutorials',
  620. 'auto_release_port' => 'Banned/Expired <code>'.config('tasks.release_port').'Auto-release of account port after </code> days',
  621. 'bark_key' => 'Push messages to iOS device. Requires an app called Bark to be installed on iOS device, a long string of URLs from the site. Enable Bark. Make sure to fill in this value',
  622. 'captcha_key' => 'Browse <a href="https://proxypanel.gitbook.io/wiki/captcha" target="_blank">Setup Guide</a> to set up',
  623. 'data_anomaly_notification' => 'User hourly traffic exceeding abnormal threshold notification to admin',
  624. 'data_exhaust_notification' => 'Notify users that traffic will be exhausted',
  625. 'ddns_key' => "Browse <a href='https://proxypanel.gitbook.io/wiki/ddns' target='_blank'>Setup Guide</a> to set up",
  626. 'ddns_mode' => 'Automatically update content to DNS Provider when adding/editing/deleting node\'s domain name, ipv4, ipv6',
  627. 'default_days' => 'Default account validity period when user is registered, 0 is due that day',
  628. 'default_traffic' => 'Default traffic available when registering users',
  629. 'detection_check_times' => 'Automatically disconnect nodes after N and no limit for 0/empty and no more than 12',
  630. 'dingTalk_access_token' => 'Read the<a href=https://open.dingtalk.com/document/group/custom-robot-access#title-jfe-yo9-jl2 target=_blank>DingTalk manual</a>to see the set up steps',
  631. 'dingTalk_secret' => 'Optional! Enabling robot[加签]is required!',
  632. 'expire_days' => '[Account Expiry Notice] Start Thresholder, Daily Notifications',
  633. 'f2fpay_app_id' => 'Alipay\'s APPID',
  634. 'f2fpay_private_key' => 'Application key generated when generated',
  635. 'f2fpay_public_key' => 'Note that the public key is not applied!',
  636. 'forbid_mode' => 'Block the corresponding area by IP, non-block access',
  637. 'invite_num' => 'Number of invitations that users can generate',
  638. 'is_activate_account' => 'When enabled, users need email to activate their account',
  639. 'is_ban_status' => '(Caution!) Blocking the entire account will reset all data on the account and prevent users from logging in. Deactivate this to disable the user agent only.',
  640. 'is_captcha' => 'If enabled, a verification code will be required for login/registration',
  641. 'is_checkin' => 'When logging in, traffic will be randomly obtained according to traffic range',
  642. 'is_clear_log' => 'Auto-clear unused logs when enabled (recommended)',
  643. 'is_custom_subscribe' => 'When enabled, the top of the subscription list will show the account expiration date, the amount of traffic left (only some clients are supported)',
  644. 'is_email_filtering' => 'Blacklist: Users can register with emails other than any blacklist; whitelist: Users can only choose to register using whitelisted email suffixes',
  645. 'is_forbid_robot' => '404 errors if you are robot, creep, and proxy access to the website',
  646. 'is_free_code' => 'Free invitation code will not be visible if disabled',
  647. 'is_rand_port' => 'Generates a random port when registering a user',
  648. 'is_register' => 'Cannot register if disabled',
  649. 'is_subscribe_ban' => 'Automatically block user subscription requests beyond the set threshold when enabled',
  650. 'is_traffic_ban' => 'Auto-envelope number after 1 hour traffic above the abnormal threshold (disable proxy only)',
  651. 'iYuu_token' => 'Before enabling IYUU, Please M=make sure to fill in token that (<a href=http://iyuu.cn target=_blank>apply from IYUU</a>)',
  652. 'maintenance_content' => 'Custom maintenance information',
  653. 'maintenance_mode' => "When enabled, user access will redirect to maintenance page| For Admin access using <a href='javascript:(0)'>:url</a>",
  654. 'maintenance_time' => 'Used to maintain interface countdown',
  655. 'min_port' => 'Port range:1000 - 65535',
  656. 'node_blocked_notification' => 'Hourly check if the node is blocked and alerts the administrator',
  657. 'node_daily_notification' => 'Report traffic consumption data per node',
  658. 'node_offline_notification' => 'Detect node offline every 10 minutes and remind administrator',
  659. 'oauth_path' => 'Please add settings in .ENV to open the platform here',
  660. 'offline_check_times' => 'Don\'t remind again within 24 hours',
  661. 'password_reset_notification' => 'When enabled users can reset their password',
  662. 'paybeaver_app_id' => '<a href="https://merchant.paybeaver.com/" target="_blank">Merchant Center</a> -> Developer -> App ID',
  663. 'paybeaver_app_secret' => '<a href="https://merchant.paybeaver.com/" target="_blank">Merchant Center</a> -> Developer -> App Secret',
  664. 'payjs_mch_id' => 'Get information on<a href="https://payjs.cn/dashboard/member" target="_blank">interface</a>',
  665. 'payment_confirm_notification' => 'User notifies the administrator of the order after manual payment',
  666. 'payment_received_notification' => 'Notify user order status after payment of order',
  667. 'pushDeer_key' => 'Enable PushDeer, make sure to enter this value (<a href=http://www.pushdeer.com/official.html
  668. target=_blank>to apply for Push Key</a>)',
  669. 'pushplus_token' => 'Enable PushPlus, make sure to enter this value (<a href=https://www.pushplus.plus/push1.html target=_blank>to apply Token</a>)',
  670. 'rand_subscribe' => 'When enabled, the system returns the node list randomly, otherwise, it will be available based on Node list order',
  671. 'redirect_url' => 'Access request was blocked and redirected to the address when triggering the audit rule',
  672. 'referral_money' => 'How many dollars to apply for cashout',
  673. 'referral_percent' => 'Percentage of shares per consumer promoter per account registered by promotion link',
  674. 'referral_status' => 'User is not visible after shutdown but does not affect normal invitation return',
  675. 'referral_traffic' => 'Send traffic by extension link, invitation code registration',
  676. 'referral_type' => 'Old data will remain unchanged after switching mode and new returns will be calculated in new mode',
  677. 'register_ip_limit' => 'Number of registrations allowed with IP within 24 hours, no limit for 0/empty',
  678. 'reset_password_times' => 'Number of times you can reset your password by email within 24 hours',
  679. 'reset_traffic' => 'Users will automatically reset available traffic according to their purchase date',
  680. 'server_chan_key' => 'Enable ServerChan, please enter this value (<a href=https://sc.ftqq.com target=_blank>to apply SCKEY</a>)',
  681. 'standard_currency' => 'Default currency for the money section of the site',
  682. 'subject_name' => 'Display product title for payment channel',
  683. 'subscribe_ban_times' => 'Subscription link request limit within 24 hours',
  684. 'subscribe_domain' => '(recommended) To prevent DNS poisoning of DNS domains from being subscribed properly by http:// or https://"',
  685. 'subscribe_max' => 'Get several nodes on client subscription, return all nodes on 0/empty',
  686. 'telegram_token' => 'Find <a href=https://t.me/BotFather target=_blank>@Bother</a> to apply for robots to get TOKEN',
  687. 'tg_chat_token' => 'Enable TG jamma. Make sure to enter this value (<a href=https://t.me/realtgchat_bot target=_blank>to apply token</a>)',
  688. 'ticket_closed_notification' => 'Notify user about ticket shutdown',
  689. 'ticket_created_notification' => 'New ticket notification manager/user depending on who created the new ticket',
  690. 'ticket_replied_notification' => 'Ticket reply notification each other',
  691. 'traffic_ban_time' => 'Trigger traffic abnormalities cause users to be banned for long periods of time and automatically unblock when they expire',
  692. 'traffic_ban_value' => 'This value exceeds in 1 hour, triggering auto-seal',
  693. 'traffic_limit_time' => 'Interval of signing in again',
  694. 'traffic_warning_percent' => '[Notification Duration of traffic threshold] to notify users daily',
  695. 'username_type' => 'Specify the type of site user account, default to email',
  696. 'user_invite_days' => 'Expiration of user self-generated invitations',
  697. 'v2ray_tls_provider' => 'Use backend autoissue/load TLS certificate (node\'s settings value is higher than here)',
  698. 'webmaster_email' => 'An administrator email will be provided for contact information when an error is prompted',
  699. 'website_analytics' => 'Stats JS',
  700. 'website_callback_url' => 'Prevent payment from being backsliding due to a DNS poisoning of a website domain, with http://',
  701. 'website_customer_service' => 'Support JS',
  702. 'website_name' => 'Show On Mail',
  703. 'website_security_code' => 'You must add a security code to the<a href=":url" target="_blank">security entry</a>when not empty',
  704. 'website_url' => 'Generate password reset and pay online',
  705. 'web_api_url' => 'Example:https://demo.proxypanel.cf',
  706. 'wechat_aid' => 'Create an app in<a href=https://work.weixin.qq.com/wework_admin/frame#apps arget=_blank>app management</a>- AgentId',
  707. 'wechat_cid' => 'Get the enterprise ID in<a href=https://work.weixin.qq.com/wework_admin/frame#profile target=_blank>my enterprise</a>',
  708. 'wechat_encodingAESKey' => 'App Management -> Application -> Set API Receive -> EncodingAESKey',
  709. 'wechat_secret' => 'App Secretariats (may need to download company micromessages to view)',
  710. 'wechat_token' => 'App Management -> Application -> Set API Receive -> TOKEN, URL Settings::url',
  711. ],
  712. 'placeholder' => [
  713. 'default_url' => 'Defaulting :url',
  714. 'server_chan_key' => 'Enter ServerChan\'s SCKEY->Click again to update',
  715. 'pushDeer_key' => 'Fill Push Key -> Click on Update',
  716. 'iYuu_token' => 'Fill IYUU Token -> Fly in Love',
  717. 'bark_key' => 'Enter the device number in Bark -> Click to Update',
  718. 'telegram_token' => 'Enter Telegram Token -> Click Update',
  719. 'pushplus_token' => 'Please go to ServerChan application',
  720. 'dingTalk_access_token' => 'Customize access_token in robot WebHook',
  721. 'dingTalk_secret' => 'Customize the key that will appear after robot is signed',
  722. 'wechat_aid' => 'Applied AgentId',
  723. 'wechat_cid' => 'Enter the MicroMessage Business ID -> Click to Update',
  724. 'wechat_secret' => 'App Secret',
  725. 'tg_chat_token' => 'Please go to Telegram application',
  726. 'codepay_url' => 'https://codepay.fatq.com/create_order/?',
  727. ],
  728. 'payment' => [
  729. 'attribute' => 'Payment Settings',
  730. 'channel' => [
  731. 'alipay' => 'PayPal F2F',
  732. 'codepay' => 'Code Payment',
  733. 'epay' => 'Pay easily',
  734. 'payjs' => 'PayJs',
  735. 'paypal' => 'PayPal',
  736. 'stripe' => 'Stripe',
  737. 'paybeaver' => 'Beaver Payment',
  738. 'theadpay' => 'Horizontal payments',
  739. 'manual' => 'Manual payment',
  740. ],
  741. 'hint' => [
  742. 'alipay' => 'This feature requires<a href="https://open.alipay.com/platform/appManage.htm?#/create/" target="_blank">ant gold for open platform</a>to apply for permissions and apps',
  743. 'codepay' => '<a href="https://codepay.fateqq.com/i/377289" target="_blank">Apply Codepay Account</a>',
  744. 'payjs' => 'Please apply to<a href="https://payjs.cn/ref/zgxjnb" target="_blank">PayJs</a>',
  745. 'paypal' => 'Sign in with merchant account<a href="https://www.paypal.com/businessprofile/mytools/apiaccess/firstparty" target="_blank">API credentials application page</a>agree and get settings information',
  746. 'paybeaver' => '<a href="https://merchant.paybeaver.com/?aff_code=iK4GNuX8" target="_blank">Apply PayBeaver Account</a>',
  747. 'theadpay' => 'Please pay THeadPay</a>for your account at<a href="https://theadpay.com/" target="_blank">',
  748. 'manual' => 'Display will be automatically enabled after setting',
  749. ],
  750. ],
  751. 'notification' => [
  752. 'channel' => [
  753. 'telegram' => 'TG telex',
  754. 'wechat' => 'Microcredit Enterprise',
  755. 'dingtalk' => 'Pin',
  756. 'email' => 'Email',
  757. 'bark' => 'Bark',
  758. 'serverchan' => 'ServerChan',
  759. 'pushdeer' => 'PushDeer',
  760. 'pushplus' => 'PushPlus',
  761. 'iyuu' => 'Love Fly',
  762. 'tg_chat' => 'TG sauce',
  763. 'site' => 'Inside Notifications',
  764. ],
  765. ],
  766. 'forbid' => [
  767. 'mainland' => 'Block Continent',
  768. 'china' => 'Block China',
  769. 'oversea' => 'Blocking Outcomers',
  770. ],
  771. 'username' => [
  772. 'email' => 'Email',
  773. 'mobile' => 'Phone number',
  774. 'any' => 'Any Username',
  775. ],
  776. 'active_account' => [
  777. 'before' => 'Activate before registration',
  778. 'after' => 'Activate after registration',
  779. ],
  780. 'ddns' => [
  781. 'namesilo' => 'Namesilo',
  782. 'aliyun' => 'Aliyun (International&domestic)',
  783. 'dnspod' => 'DNSPod',
  784. 'cloudflare' => 'CloudFlare',
  785. ],
  786. 'captcha' => [
  787. 'standard' => 'Normal Code',
  788. 'geetest' => 'Positive aspects',
  789. 'recaptcha' => 'Google ReCaptcha',
  790. 'hcaptcha' => 'hCaptcha',
  791. ],
  792. 'referral' => [
  793. 'once' => 'First acquisition return',
  794. 'loop' => 'Loop Return',
  795. ],
  796. ],
  797. 'set_to' => 'The :attribute',
  798. 'minute' => ' minutes',
  799. 'query' => 'Question',
  800. 'optional' => 'Optional',
  801. 'require' => 'Required',
  802. ];