mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
72 lines
2.5 KiB
PHP
72 lines
2.5 KiB
PHP
<?php
|
|
|
|
return [
|
|
'timestamp' => 'Tempo di segnalazione',
|
|
'request_id' => 'Richiedi Id',
|
|
|
|
'uploaded_offset' => 'Spostamento inizio caricamento',
|
|
'uploaded_total_last' => 'Ultimo importo cumulativo di upload',
|
|
'uploaded_total' => 'Importo cumulativo del caricamento',
|
|
'uploaded_increment' => 'Incremento caricamento',
|
|
'uploaded_increment_for_user' => 'Incremento Caricamento Utente',
|
|
|
|
'downloaded_offset' => 'Scarica Volume Iniziale',
|
|
'downloaded_total_last' => 'Ultimo Volume Di Download Cumulativo',
|
|
'downloaded_total' => 'Volume Di Download Cumulativo',
|
|
'downloaded_increment' => 'Download Incremento',
|
|
'downloaded_increment_for_user' => 'Incremento download utente',
|
|
|
|
'left' => 'Importo residuo',
|
|
'seeder' => 'Seeder',
|
|
'leecher' => 'Downloader',
|
|
'announce_time' => 'Intervallo di tempo',
|
|
'agent' => 'Client',
|
|
'user_id' => 'Id Utente',
|
|
'passkey' => 'Password Utente',
|
|
'torrent_id' => 'Id Torrent',
|
|
'peer_id' => 'Id Del Peer',
|
|
'event' => 'Evento',
|
|
'ip' => 'IP',
|
|
'ipv4' => 'IPV4',
|
|
'ipv6' => 'IPV6',
|
|
'port' => 'Porta',
|
|
'started' => 'Ora di inizio',
|
|
'prev_action' => 'Segnalazione precedente',
|
|
'last_action' => 'Ultimo rapporto',
|
|
'seeder_count' => 'Numero di vedenti',
|
|
'leecher_count' => 'Numero di scaricatori',
|
|
'scheme' => 'Protocollo di segnalazione',
|
|
'host' => 'Accogliente segnalante',
|
|
'path' => 'Percorso di segnalazione',
|
|
'continent' => 'Continente',
|
|
'country' => 'Paese',
|
|
'city' => 'Città',
|
|
'show_client_error' => 'Mostra errore client',
|
|
'client_select' => 'ID Client',
|
|
'torrent_size' => 'Dimensione seme',
|
|
'events' => [
|
|
'started' => 'Iniziato',
|
|
'stopped' => 'Fermato',
|
|
'paused' => 'Pausa',
|
|
'completed' => 'Completato',
|
|
'none' => 'Nessuno',
|
|
],
|
|
'batch_no' => 'Numero del lotto',
|
|
'promotion_state' => 'Stato promozione',
|
|
'promotion_state_desc' => 'Fonte di promozione',
|
|
'up_factor' => 'Fattore di caricamento',
|
|
'up_factor_desc' => 'Carica il fattore sorgente',
|
|
'down_factor' => 'Moltiplicatore Download',
|
|
'down_factor_desc' => 'Download Moltiplicatore Sorgente',
|
|
'speed' => 'Velocità',
|
|
'tab_primary' => 'Informazioni Principali',
|
|
'tab_secondary' => 'Informazioni Secondarie',
|
|
'fieldset_basic' => 'Informazioni Di Base',
|
|
'fieldset_uploaded' => 'Caricamenti',
|
|
'fieldset_downloaded' => 'Download',
|
|
'fieldset_client' => 'Client',
|
|
'fieldset_location' => 'Posizione',
|
|
'fieldset_request' => 'Richieste',
|
|
|
|
];
|