mirror of
https://github.com/ProxyPanel/ProxyPanel.git
synced 2026-04-13 07:59:20 +00:00
233 lines
6.7 KiB
PHP
233 lines
6.7 KiB
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
'user' => [
|
|
'id' => 'User ID',
|
|
'attribute' => 'User',
|
|
'nickname' => 'Nickname',
|
|
'username' => 'Username',
|
|
'password' => 'Password',
|
|
'credit' => 'Balance',
|
|
'invite_num' => 'Available Invitations',
|
|
'reset_date' => 'Data Reset Date',
|
|
'port' => 'Port',
|
|
'traffic_used' => 'Data Used',
|
|
'service' => 'Proxy',
|
|
'group' => 'Group',
|
|
'account_status' => 'Account Status',
|
|
'proxy_status' => 'Proxy Status',
|
|
'expired_date' => 'Expiration Date',
|
|
'role' => 'Role',
|
|
'wechat' => 'WeChat',
|
|
'qq' => 'QQ',
|
|
'remark' => 'Note',
|
|
'uuid' => 'VMess UUID',
|
|
'proxy_passwd' => 'Proxy Password',
|
|
'proxy_method' => 'Encryption',
|
|
'usable_traffic' => 'Data Allowance',
|
|
'proxy_protocol' => 'Protocol',
|
|
'proxy_obfs' => 'Obfuscation',
|
|
'speed_limit' => 'Speed Limit',
|
|
'inviter' => 'Inviter',
|
|
'created_date' => 'Registration Date',
|
|
],
|
|
'common' => [
|
|
'extend' => 'Extended Info',
|
|
'sort' => 'Sort',
|
|
'description' => 'Description',
|
|
'type' => 'Type',
|
|
'level' => 'Level',
|
|
],
|
|
'country' => [
|
|
'code' => 'Country Code',
|
|
'icon' => 'Flag',
|
|
'name' => 'Country Name',
|
|
],
|
|
'subscribe' => [
|
|
'code' => 'Sub Code',
|
|
'req_times' => 'Request Times',
|
|
'updated_at' => 'Last Request',
|
|
'ban_time' => 'Ban Time',
|
|
'ban_desc' => 'Ban Reason',
|
|
'req_ip' => 'Request IP',
|
|
'req_header' => 'Access Header',
|
|
],
|
|
'oauth' => [
|
|
'type' => 'Channel',
|
|
'identifier' => 'Identifier',
|
|
],
|
|
'user_group' => [
|
|
'attribute' => 'User Group',
|
|
'name' => 'Group Name',
|
|
'nodes' => 'Nodes',
|
|
],
|
|
'node' => [
|
|
'attribute' => 'Node',
|
|
'id' => 'Node ID',
|
|
'name' => 'Name',
|
|
'domain' => 'Domain',
|
|
'static' => 'Alive Status',
|
|
'online_user' => 'Online Users',
|
|
'data_consume' => 'Data Usage',
|
|
'data_rate' => 'Data Ratio',
|
|
'ddns' => 'DDNS',
|
|
'ipv4' => 'IPv4',
|
|
'ipv6' => 'IPv6',
|
|
'push_port' => 'Push Port',
|
|
'rule_group' => 'Rule Group',
|
|
'traffic_limit' => 'Speed Limit',
|
|
'client_limit' => 'Client Limit',
|
|
'label' => 'Label',
|
|
'country' => 'Country',
|
|
'udp' => 'UDP',
|
|
'display' => 'Display & Subscribe',
|
|
'detection' => 'Block Detection',
|
|
'method' => 'Encryption',
|
|
'protocol' => 'Protocol',
|
|
'protocol_param' => 'Protocol Param',
|
|
'obfs' => 'Obfs',
|
|
'obfs_param' => 'Obfs Param',
|
|
'single' => 'Single Port',
|
|
'transfer' => 'Relay',
|
|
'service_port' => 'Service Port',
|
|
'single_passwd' => '[Single] Password',
|
|
'v2_alter_id' => 'Alter ID',
|
|
'v2_net' => 'Network',
|
|
'v2_cover' => 'Cover',
|
|
'v2_host' => 'Host',
|
|
'v2_path' => 'Path | Key',
|
|
'v2_sni' => 'SNI',
|
|
'v2_tls' => 'TLS',
|
|
'v2_tls_provider' => 'TLS Config',
|
|
'relay_port' => 'Relay Port',
|
|
],
|
|
'node_auth' => [
|
|
'attribute' => 'Node Auth',
|
|
'key' => 'Key <small>for node</small>',
|
|
'secret' => 'Reverse Secret',
|
|
],
|
|
'node_cert' => [
|
|
'attribute' => 'Domain Cert',
|
|
'domain' => 'Domain',
|
|
'key' => 'KEY',
|
|
'pem' => 'PEM',
|
|
'issuer' => 'Issuer',
|
|
'signed_date' => 'Signed Date',
|
|
'expired_date' => 'Expired Date',
|
|
],
|
|
'order' => [
|
|
'attribute' => 'Order',
|
|
'id' => 'Order ID',
|
|
'original_price' => 'Original Price',
|
|
'price' => 'Actual Price',
|
|
'pay_way' => 'Payment',
|
|
'status' => 'Status',
|
|
],
|
|
'goods' => [
|
|
'attribute' => 'Goods',
|
|
'name' => 'Name',
|
|
'price' => 'Price',
|
|
'category' => 'Category',
|
|
'renew' => 'Data Renewal Price',
|
|
'user_limit' => 'User Speed Limit',
|
|
'period' => 'Reset Cycle',
|
|
'traffic' => 'Data Allowance',
|
|
'invite_num' => 'Bonus Invitations',
|
|
'limit_num' => 'Purchase Limit',
|
|
'available_date' => 'Validity Period',
|
|
'hot' => 'Bestseller',
|
|
'color' => 'Color',
|
|
'logo' => 'Logo',
|
|
'info' => 'Custom Info',
|
|
],
|
|
'rule' => [
|
|
'attribute' => 'Rule',
|
|
'name' => 'Description',
|
|
'pattern' => 'Value',
|
|
],
|
|
'rule_group' => [
|
|
'attribute' => 'Rule Group',
|
|
'name' => 'Name',
|
|
'type' => 'Type',
|
|
'rules' => 'Rules',
|
|
],
|
|
'role' => [
|
|
'attribute' => 'Role',
|
|
'name' => 'Name',
|
|
'permissions' => 'Permissions',
|
|
],
|
|
'permission' => [
|
|
'attribute' => 'Permission',
|
|
'description' => 'Description',
|
|
'name' => 'Route Name',
|
|
],
|
|
'article' => [
|
|
'attribute' => 'Article',
|
|
'category' => 'Category',
|
|
'language' => 'Language',
|
|
'logo' => 'Cover',
|
|
'created_at' => 'Published On',
|
|
'updated_at' => 'Updated On',
|
|
],
|
|
'coupon' => [
|
|
'attribute' => 'Coupon',
|
|
'name' => 'Name',
|
|
'sn' => 'Code',
|
|
'logo' => 'Logo',
|
|
'value' => 'Value',
|
|
'priority' => 'Priority',
|
|
'usable_times' => 'Usage Limit',
|
|
'minimum' => 'Minimum Spend',
|
|
'used' => 'Personal Limit',
|
|
'levels' => 'Level Limit',
|
|
'groups' => 'Group Limit',
|
|
'users_whitelist' => 'Whitelist Users',
|
|
'users_blacklist' => 'Blacklist Users',
|
|
'services_whitelist' => 'Whitelist Goods',
|
|
'services_blacklist' => 'Blacklist Goods',
|
|
'newbie' => 'New User Only',
|
|
'num' => 'Quantity',
|
|
],
|
|
'aff' => [
|
|
'invitee' => 'Buyer',
|
|
'amount' => 'Order Amount',
|
|
'commission' => 'Commission',
|
|
'updated_at' => 'Processed On',
|
|
'created_at' => 'Ordered On',
|
|
],
|
|
'referral' => [
|
|
'created_at' => 'Applied On',
|
|
'user' => 'Applicant',
|
|
'amount' => 'Amount',
|
|
'id' => 'Application ID',
|
|
],
|
|
'notification' => [
|
|
'address' => 'Recipient',
|
|
'created_at' => 'Sent On',
|
|
'status' => 'Status',
|
|
],
|
|
'ip' => [
|
|
'network_type' => 'Network Type',
|
|
'info' => 'Location',
|
|
],
|
|
'user_traffic' => [
|
|
'upload' => 'Upload',
|
|
'download' => 'Download',
|
|
'total' => 'Total',
|
|
'log_time' => 'Logged At',
|
|
],
|
|
'user_data_modify' => [
|
|
'before' => 'Before',
|
|
'after' => 'After',
|
|
'created_at' => 'Changed At',
|
|
],
|
|
'user_credit' => [
|
|
'before' => 'Before',
|
|
'after' => 'After',
|
|
'amount' => 'Amount',
|
|
'created_at' => 'Changed At',
|
|
],
|
|
];
|