mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
72 lines
2.3 KiB
PHP
72 lines
2.3 KiB
PHP
<?php
|
|
|
|
return [
|
|
'timestamp' => 'Reporting time',
|
|
'request_id' => 'Request ID',
|
|
|
|
'uploaded_offset' => 'Upload start offset',
|
|
'uploaded_total_last' => 'Last cumulative upload amount',
|
|
'uploaded_total' => 'Cumulative upload amount',
|
|
'uploaded_increment' => 'Upload increment',
|
|
'uploaded_increment_for_user' => 'User Upload Increment',
|
|
|
|
'downloaded_offset' => 'Download Start Volume',
|
|
'downloaded_total_last' => 'Last Cumulative Download Volume',
|
|
'downloaded_total' => 'Cumulative Download Volume',
|
|
'downloaded_increment' => 'Download Increment',
|
|
'downloaded_increment_for_user' => 'User download increment',
|
|
|
|
'left' => 'Remaining amount',
|
|
'seeder' => 'Seeder',
|
|
'leecher' => 'Downloader',
|
|
'announce_time' => 'Time interval',
|
|
'agent' => 'Client',
|
|
'user_id' => 'User ID',
|
|
'passkey' => 'User Passkey',
|
|
'torrent_id' => 'Torrent ID',
|
|
'peer_id' => 'Peer ID',
|
|
'event' => 'Event',
|
|
'ip' => 'IP',
|
|
'ipv4' => 'IPV4',
|
|
'ipv6' => 'IPV6',
|
|
'port' => 'Port',
|
|
'started' => 'Start time',
|
|
'prev_action' => 'Previous report',
|
|
'last_action' => 'Last report',
|
|
'seeder_count' => 'Seeder count',
|
|
'leecher_count' => 'Number of downloaders',
|
|
'scheme' => 'Reporting protocol',
|
|
'host' => 'Reporting host',
|
|
'path' => 'Reporting path',
|
|
'continent' => 'Continent',
|
|
'country' => 'Country',
|
|
'city' => 'City',
|
|
'show_client_error' => 'Show client error',
|
|
'client_select' => 'Client ID',
|
|
'torrent_size' => 'Seed size',
|
|
'events' => [
|
|
'started' => 'Started',
|
|
'stopped' => 'Stopped',
|
|
'paused' => 'Paused',
|
|
'completed' => 'Completed',
|
|
'none' => 'None',
|
|
],
|
|
'batch_no' => 'Batch number',
|
|
'promotion_state' => 'Promotion status',
|
|
'promotion_state_desc' => 'Promotion source',
|
|
'up_factor' => 'Upload factor',
|
|
'up_factor_desc' => 'Upload factor source',
|
|
'down_factor' => 'Download Multiplier',
|
|
'down_factor_desc' => 'Download Multiplier Source',
|
|
'speed' => 'Speed',
|
|
'tab_primary' => 'Primary Information',
|
|
'tab_secondary' => 'Secondary Information',
|
|
'fieldset_basic' => 'Basic Information',
|
|
'fieldset_uploaded' => 'Uploads',
|
|
'fieldset_downloaded' => 'Downloads',
|
|
'fieldset_client' => 'Client',
|
|
'fieldset_location' => 'Location',
|
|
'fieldset_request' => 'Requests',
|
|
|
|
];
|