| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365 |
- <?php
- declare(strict_types=1);
- return [
- 'aff' => [
- 'amount' => 'Order Total',
- 'commission' => 'Commission',
- 'created_at' => 'Order Date',
- 'invitee' => 'Invitee',
- 'updated_at' => 'Handled At',
- ],
- 'article' => [
- 'attribute' => 'Article',
- 'category' => 'Category',
- 'created_at' => 'Published Date',
- 'language' => 'Language',
- 'logo' => 'Cover',
- ],
- 'common' => [
- 'description' => 'Description',
- 'extend' => 'Extra Information',
- 'level' => 'Level',
- 'sort' => 'Sort Order',
- 'type' => 'Type',
- ],
- 'country' => [
- 'icon' => 'Flag Icon',
- 'name' => 'Country Name',
- ],
- 'coupon' => [
- 'attribute' => 'Coupon',
- 'groups' => 'Group Restriction',
- 'levels' => 'Level Restriction',
- 'logo' => 'Image',
- 'minimum' => 'Minimum Spend',
- 'name' => 'Coupon Name',
- 'newbie' => 'New Users Only',
- 'num' => 'Quantity',
- 'priority' => 'Priority Level',
- 'services_blacklist' => 'Excluded Products',
- 'services_whitelist' => 'Eligible Products',
- 'sn' => 'Coupon Code',
- 'usable_times' => 'Usage Limit',
- 'used' => 'Limit per User',
- 'users_blacklist' => 'Excluded Users',
- 'users_whitelist' => 'Eligible Users',
- 'value' => 'Value',
- ],
- 'goods' => [
- 'attribute' => 'Product',
- 'available_date' => 'Validity Period',
- 'category' => 'Category',
- 'color' => 'Color',
- 'hot' => 'Bestseller',
- 'info' => 'Custom List',
- 'invite_num' => 'Additional Invite Quota',
- 'limit_num' => 'Limit per User',
- 'logo' => 'Product Image',
- 'name' => 'Product Name',
- 'period' => 'Reset Interval',
- 'price' => 'Price',
- 'renew' => 'Renewal Price',
- 'traffic' => 'Data Allocation',
- 'user_limit' => 'User Speed Limit',
- ],
- 'ip' => [
- 'info' => 'Geolocation',
- 'network_type' => 'Network Type',
- ],
- 'node' => [
- 'attribute' => 'Node',
- 'client_limit' => 'Client Limit',
- 'country' => 'Location',
- 'data_consume' => 'Traffic Consumed',
- 'data_rate' => 'Traffic Multiplier',
- 'ddns' => 'DDNS',
- 'detection' => 'Block Detection',
- 'display' => 'Visibility & Subscription',
- 'domain' => 'Domain Name',
- 'id' => 'Node ID',
- 'ipv4' => 'IPv4 Address',
- 'ipv6' => 'IPv6 Address',
- 'label' => 'Node Label',
- 'method' => 'Encryption Method',
- 'name' => 'Node Name',
- 'next_renewal_date' => 'Next Renewal Date',
- 'obfs' => 'Obfuscation Protocol',
- 'obfs_param' => 'Obfuscation Parameters',
- 'online_user' => 'Online Users',
- 'protocol' => 'Transfer Protocol',
- 'protocol_param' => 'Protocol Parameters',
- 'push_port' => 'Push Port',
- 'relay_port' => 'Relay Port',
- 'renewal_cost' => 'Renewal Fee',
- 'service_port' => 'Service Port',
- 'single' => 'Single Port Mode',
- 'single_passwd' => 'Single Port Password',
- 'static' => 'Online Status',
- 'subscription_term' => 'Subscription Term',
- 'traffic_limit' => 'Traffic Cap',
- 'transfer' => 'Relay Settings',
- 'udp' => 'UDP Supported',
- 'v2_alter_id' => 'Alter ID',
- 'v2_cover' => 'Traffic Obfuscation',
- 'v2_host' => 'Host Header',
- 'v2_net' => 'Transport Protocol',
- 'v2_path' => 'Path or Key',
- 'v2_sni' => 'SNI',
- 'v2_tls' => 'TLS Encryption',
- 'v2_tls_provider' => 'TLS Certificate Provider',
- ],
- 'node_auth' => [
- 'attribute' => 'Node Authentication',
- 'key' => 'Communication Key',
- 'secret' => 'Reverse Key',
- ],
- 'node_cert' => [
- 'attribute' => 'Domain Certificate',
- 'domain' => 'Domain Name',
- 'expired_date' => 'Expiration Date',
- 'issuer' => 'Issuer',
- 'key' => 'Private Key',
- 'pem' => 'PEM Certificate',
- 'signed_date' => 'Issue Date',
- ],
- 'notification' => [
- 'address' => 'Recipient',
- 'created_at' => 'Sent Date',
- 'status' => 'Status',
- ],
- 'oauth' => [
- 'identifier' => 'User Identifier',
- 'type' => 'Login Method',
- ],
- 'order' => [
- 'attribute' => 'Order',
- 'id' => 'Order Number',
- 'original_price' => 'Original Price',
- 'pay_way' => 'Payment Method',
- 'price' => 'Paid',
- 'status' => 'Order Status',
- ],
- 'permission' => [
- 'attribute' => 'Permission',
- 'description' => 'Description',
- 'name' => 'Route Name',
- ],
- 'referral' => [
- 'amount' => 'Requested Amount',
- 'created_at' => 'Request Date',
- 'id' => 'Request ID',
- 'user' => 'Requester',
- ],
- 'role' => [
- 'attribute' => 'Role',
- 'name' => 'Role Name',
- 'permissions' => 'Assigned Permissions',
- ],
- 'rule' => [
- 'attribute' => 'Rule',
- 'name' => 'Rule Name',
- 'pattern' => 'Match Value',
- 'logs' => 'Trigger Logs',
- ],
- 'rule_group' => [
- 'attribute' => 'Rule Group',
- 'name' => 'Group Name',
- 'rules' => 'Included Rules',
- 'type' => 'Group Type',
- ],
- 'subscribe' => [
- 'attribute' => 'Subscription',
- 'ban_desc' => 'Suspension Reason',
- 'ban_time' => 'Suspension Time',
- 'code' => 'Subscription Code',
- 'req_header' => 'Request Header',
- 'req_ip' => 'Request IP',
- 'req_times' => 'Request Count',
- 'updated_at' => 'Last Accessed',
- ],
- 'user' => [
- 'account_status' => 'Status',
- 'attribute' => 'User',
- 'created_date' => 'Registration Date',
- 'credit' => 'Balance',
- 'expired_date' => 'Expiration Date',
- 'id' => 'User ID',
- 'invite_num' => 'Invitation Quota',
- 'inviter' => 'Inviter',
- 'nickname' => 'Nickname',
- 'password' => 'Password',
- 'port' => 'Port',
- 'proxy_method' => 'Encryption',
- 'proxy_obfs' => 'Obfuscation',
- 'proxy_passwd' => 'Proxy Password',
- 'proxy_protocol' => 'Protocol',
- 'proxy_status' => 'Proxy Status',
- 'qq' => 'QQ',
- 'remark' => 'Notes',
- 'reset_date' => 'Data Reset Date',
- 'role' => 'User Role',
- 'service' => 'Proxy Service',
- 'speed_limit' => 'Speed Cap',
- 'traffic_used' => 'Data Used',
- 'usable_traffic' => 'Remaining Data',
- 'username' => 'Username',
- 'uuid' => 'VMess UUID',
- 'wechat' => 'WeChat',
- ],
- 'user_credit' => [
- 'after' => 'After Change',
- 'amount' => 'Amount Changed',
- 'before' => 'Before Change',
- 'created_at' => 'Logged At',
- ],
- 'user_data_modify' => [
- 'after' => 'After Change',
- 'before' => 'Before Change',
- 'created_at' => 'Logged At',
- ],
- 'user_group' => [
- 'attribute' => 'User Group',
- 'name' => 'Group Name',
- 'nodes' => 'Available Nodes',
- ],
- 'user_traffic' => [
- 'download' => 'Download',
- 'log_time' => 'Log Time',
- 'total' => 'Total',
- 'upload' => 'Upload',
- ],
- 'config' => [
- 'AppStore_id' => 'Apple ID',
- 'AppStore_password' => 'Apple Password',
- 'account_expire_notification' => 'Account Expiry Notification',
- 'active_times' => 'Maximum Activations',
- 'admin_invite_days' => 'Admin Invite Expiration',
- 'affiliate_link_salt' => 'Referral Link Salt',
- 'alipay_qrcode' => 'Alipay QR Code',
- 'auto_release_port' => 'Port Recycle',
- 'ban_duration' => 'Ban Duration',
- 'bark_key' => 'Bark Device Key',
- 'captcha_key' => 'Captcha Key',
- 'captcha_secret' => 'Captcha Secret/ID',
- 'checkin_interval' => 'Check-in Cooldown',
- 'checkin_reward' => 'Check-in Bonus',
- 'codepay_id' => 'CodePay Merchant ID',
- 'codepay_key' => 'CodePay Secret Key',
- 'codepay_url' => 'CodePay Payment URL',
- 'cryptomus_api_key' => 'Cryptomus API Key',
- 'cryptomus_merchant_uuid' => 'Cryptomus Merchant UUID',
- 'data_anomaly_notification' => 'Data Anomaly Alert',
- 'data_exhaust_notification' => 'Data Limit Alert',
- 'ddns_key' => 'DDNS Key',
- 'ddns_mode' => 'DDNS Sync Mode',
- 'ddns_secret' => 'DDNS Secret Key',
- 'default_days' => 'Default Account Duration',
- 'default_traffic' => 'Initial Bandwidth',
- 'detection_check_times' => 'Block Detection Notification',
- 'dingTalk_access_token' => 'DingTalk Access Token',
- 'dingTalk_secret' => 'DingTalk Secret',
- 'epay_key' => 'Epay Secret Key',
- 'epay_mch_id' => 'Epay Merchant ID',
- 'epay_url' => 'Epay Gateway URL',
- 'expire_days' => 'Expiration Warning',
- 'f2fpay_app_id' => 'Alipay App ID',
- 'f2fpay_private_key' => 'Alipay Private Key',
- 'f2fpay_public_key' => 'Alipay Public Key',
- 'forbid_mode' => 'Access Restriction',
- 'iYuu_token' => 'IYUU Token',
- 'invite_num' => 'Initial Invitation Quota',
- 'is_AliPay' => 'Alipay',
- 'is_QQPay' => 'QQPay',
- 'is_WeChatPay' => 'WeChatPay',
- 'is_activate_account' => 'Account Activation',
- 'is_ban_status' => 'Auto-ban on Expiry',
- 'is_captcha' => 'Captcha',
- 'is_clear_log' => 'Auto-clear Logs',
- 'is_custom_subscribe' => 'Custom Subscriptions',
- 'is_email_filtering' => 'Email Domain Filter',
- 'is_forbid_robot' => 'Block Search Engine Crawlers',
- 'is_free_code' => 'Free Invite Codes',
- 'is_invite_register' => 'Invite-only Registration',
- 'is_otherPay' => 'Custom Payment Channels',
- 'is_rand_port' => 'Random Port Assignment',
- 'is_register' => 'Registration',
- 'maintenance_content' => 'Maintenance Announcement',
- 'maintenance_mode' => 'Maintenance Mode',
- 'maintenance_time' => 'Maintenance End Time',
- 'min_port' => 'Port Range',
- 'node_blocked_notification' => 'Node Blocked Alert',
- 'node_daily_notification' => 'Daily Node Summary',
- 'node_offline_notification' => 'Node Offline Alert',
- 'node_renewal_notification' => 'Node Renewal Reminder',
- 'oauth_path' => 'OAuth Login Callback Path',
- 'offline_check_times' => 'Offline Check Count',
- 'password_reset_notification' => 'Password Reset Alert',
- 'paybeaver_app_id' => 'PayBeaver App ID',
- 'paybeaver_app_secret' => 'PayBeaver Secret Key',
- 'payjs_key' => 'PayJS Secret Key',
- 'payjs_mch_id' => 'PayJS Merchant ID',
- 'payment_callback_url' => 'Payment Callback URL',
- 'payment_confirm_notification' => 'Manual Payment Notification',
- 'payment_received_notification' => 'Payment Received Alert',
- 'paypal_app_id' => 'PayPal App ID',
- 'paypal_client_id' => 'PayPal Client ID',
- 'paypal_client_secret' => 'PayPal Secret Key',
- 'pushDeer_key' => 'PushDeer Key',
- 'pushplus_token' => 'PushPlus Token',
- 'rand_subscribe' => 'Randomize Subscription Link',
- 'recently_heartbeat' => 'Recent Node Load Threshold',
- 'redirect_url' => 'Blocked Request Redirect URL',
- 'referral_money' => 'Minimum Withdrawal Amount',
- 'referral_percent' => 'Commission Rate',
- 'referral_reward_type' => 'Commission Calculation Type',
- 'referral_status' => 'Affiliate Program',
- 'referral_traffic' => 'Referral Bonus Bandwidth',
- 'register_ip_limit' => 'Max Registrations per IP',
- 'reset_password_times' => 'Password Reset Limit per Day',
- 'reset_traffic' => 'Periodic Traffic Reset',
- 'server_chan_key' => 'ServerChan SCKEY',
- 'standard_currency' => 'Default Currency',
- 'stripe_public_key' => 'Stripe Public Key',
- 'stripe_secret_key' => 'Stripe Secret Key',
- 'stripe_signing_secret' => 'Stripe Webhook Signing Secret',
- 'subject_name' => 'Product Title',
- 'subscribe_domain' => 'Subscription Domain',
- 'subscribe_max' => 'Max Subscription Node Count',
- 'subscribe_rate_limit' => 'Subscription Rate Limit',
- 'tasks_chunk' => 'Batch Processing Tasks',
- 'tasks_clean' => 'Clean-up Tasks',
- 'tasks_close' => 'Close Tasks',
- 'telegram_token' => 'Telegram Bot Token',
- 'tg_chat_token' => 'Telegram Chat Token',
- 'theadpay_key' => 'THeadPay Key',
- 'theadpay_mchid' => 'THeadPay Merchant ID',
- 'theadpay_url' => 'THeadPay Payment URL',
- 'ticket_closed_notification' => 'Ticket Closed Alert',
- 'ticket_created_notification' => 'Ticket Created Alert',
- 'ticket_replied_notification' => 'Ticket Reply Alert',
- 'traffic_abuse_limit' => 'Data Abuse Threshold',
- 'traffic_warning_percent' => 'Data Usage Warning',
- 'trojan_license' => 'Trojan Backend License ',
- 'user_invite_days' => 'User Invite Code Expiration',
- 'username_type' => 'Account Username Format',
- 'v2ray_license' => 'V2Ray Backend License ',
- 'v2ray_tls_provider' => 'V2Ray TLS Certificate Provider',
- 'web_api_url' => 'Backend API URL',
- 'webmaster_email' => 'Administrator Email',
- 'website_customer_service_code' => 'Customer Service Script',
- 'website_home_logo' => 'Homepage Logo',
- 'website_logo' => 'Inner Page Logo',
- 'website_name' => 'Site Name',
- 'website_security_code' => 'Security Code',
- 'website_statistics_code' => 'Website Analytics Script',
- 'website_url' => 'Primary Website Domain',
- 'wechat_aid' => 'WeChat AID',
- 'wechat_cid' => 'WeChat CID',
- 'wechat_encodingAESKey' => 'WeChat Encoding Key',
- 'wechat_qrcode' => 'WeChat Pay QR Code',
- 'wechat_secret' => 'WeChat App Secret',
- 'wechat_token' => 'WeChat Token',
- ],
- ];
|