mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
72 lines
2.4 KiB
PHP
72 lines
2.4 KiB
PHP
<?php
|
|
|
|
return [
|
|
'timestamp' => 'Rapportage tijd',
|
|
'request_id' => 'ID aanvragen',
|
|
|
|
'uploaded_offset' => 'Upload startverschuiving',
|
|
'uploaded_total_last' => 'Laatste cumulatieve upload bedrag',
|
|
'uploaded_total' => 'Cumulatief upload bedrag',
|
|
'uploaded_increment' => 'Upload ophoging',
|
|
'uploaded_increment_for_user' => 'Gebruiker uploadgrootte',
|
|
|
|
'downloaded_offset' => 'Start Volume downloaden',
|
|
'downloaded_total_last' => 'Laatst Cumulatief downloadvolume',
|
|
'downloaded_total' => 'Cumulatief downloadvolume',
|
|
'downloaded_increment' => 'Download ophoging',
|
|
'downloaded_increment_for_user' => 'Gebruiker download increment',
|
|
|
|
'left' => 'Resterend bedrag',
|
|
'seeder' => 'Seeder',
|
|
'leecher' => 'Downloader',
|
|
'announce_time' => 'Tijd interval',
|
|
'agent' => 'Klant',
|
|
'user_id' => 'Gebruiker ID',
|
|
'passkey' => 'Wachtwoord gebruiker',
|
|
'torrent_id' => 'Torrent ID',
|
|
'peer_id' => 'Peer ID',
|
|
'event' => 'Gebeurtenis',
|
|
'ip' => 'IP-adres',
|
|
'ipv4' => 'IPV4',
|
|
'ipv6' => 'IPV6',
|
|
'port' => 'Poort',
|
|
'started' => 'Start Time',
|
|
'prev_action' => 'Vorig rapport',
|
|
'last_action' => 'Laatste rapport',
|
|
'seeder_count' => 'Seeder aantal',
|
|
'leecher_count' => 'Aantal downloaders',
|
|
'scheme' => 'Rapportage protocol',
|
|
'host' => 'Rapporteer host',
|
|
'path' => 'Rapportage pad',
|
|
'continent' => 'Continent',
|
|
'country' => 'Land:',
|
|
'city' => 'Woonplaats',
|
|
'show_client_error' => 'Fout bij klant weergeven',
|
|
'client_select' => 'Klant ID',
|
|
'torrent_size' => 'Seed grootte',
|
|
'events' => [
|
|
'started' => 'Gestart',
|
|
'stopped' => 'Gestopt',
|
|
'paused' => 'Gepauzeerd',
|
|
'completed' => 'Voltooid',
|
|
'none' => 'geen',
|
|
],
|
|
'batch_no' => 'Batch Number',
|
|
'promotion_state' => 'Promotie status',
|
|
'promotion_state_desc' => 'Bron promotie',
|
|
'up_factor' => 'Upload factor',
|
|
'up_factor_desc' => 'Upload factor bron',
|
|
'down_factor' => 'Download Multiplier',
|
|
'down_factor_desc' => 'Download Multiplier Bron',
|
|
'speed' => 'Snelheid',
|
|
'tab_primary' => 'Primaire informatie',
|
|
'tab_secondary' => 'Secundaire informatie',
|
|
'fieldset_basic' => 'Basis Informatie',
|
|
'fieldset_uploaded' => 'Uploads',
|
|
'fieldset_downloaded' => 'downloads',
|
|
'fieldset_client' => 'Klant',
|
|
'fieldset_location' => 'Locatie',
|
|
'fieldset_request' => 'Verzoeken',
|
|
|
|
];
|