mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
40 lines
1.9 KiB
PHP
40 lines
1.9 KiB
PHP
<?php
|
||
|
||
return [
|
||
'title_for_torrent' => 'Dettaglio reclamo torrent',
|
||
'title_for_user' => 'Dettaglio reclamo utente',
|
||
'th_id' => 'ID',
|
||
'th_username' => 'Utente',
|
||
'th_torrent_name' => 'Nome del torrent',
|
||
'th_torrent_size' => 'Dimensione del torrent',
|
||
'th_torrent_ttl' => 'Torrent TTL',
|
||
'th_claim_at' => 'Indicazione a',
|
||
'th_last_settle' => 'Ultima risoluzione alle',
|
||
'th_seed_time_this_month' => 'Se. questo mese',
|
||
'th_uploaded_this_month' => 'Up. questo mese',
|
||
'th_reached_or_not' => 'Raggiunto',
|
||
'th_action' => 'Azione',
|
||
|
||
'msg_title' => 'Richiedi il risultato del settle il mese scorso(:mese):',
|
||
'msg_subject' => 'regolamento dei crediti :month',
|
||
'claim_total' => 'Richiedi torrent totale: [b]:total[/b]',
|
||
'claim_reached_counts' => 'Numero di torrent raggiunto: [b]:counts[/b]',
|
||
'claim_reached_summary' => 'Raggiunto il torrent ottenere bonus all\'ora: [b]:bonus_per_hour[/b], seme tempo medio(ora): [b]:hours[/b], ottenere bonus totale: [b]:bonus_total[/b]',
|
||
'claim_unreached_remain_counts' => 'I torrent non raggiunti rimangono conti: [b]:counts[/b]',
|
||
'claim_unreached_remove_counts' => 'Conteggi di rimozione torrent non raggiunti: [b]:counts[/b]',
|
||
'claim_unreached_summary' => 'Deduca bonus ogni torrent:[b]:deduct_per_torrent[/b], deduzione totale: [b]:deduct_total[/b]',
|
||
'slice_tip' => 'Mostra solo i primi elementi :slice_count',
|
||
|
||
'confirm_give_up' => 'Sei sicuro di voler rinunciare a richiedere questo torrent?',
|
||
'add_claim' => 'Claim',
|
||
'add_claim_confirm' => 'Confermi di reclamare?',
|
||
'remove_claim' => 'Abbandona',
|
||
'remove_claim_confirm' => 'Confermi di rinunciare al reclamo?',
|
||
'already_claimed' => 'Richiesto',
|
||
'not_claim_yet' => 'Non Richiesto',
|
||
'fields' => [
|
||
'torrent_id' => 'Id Torrent',
|
||
],
|
||
'claim_all_seeding_confirmation' => 'Sei sicuro di voler reclamare tutti i torrent che stanno per essere in seme?' ,
|
||
];
|