mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
39 lines
1.8 KiB
PHP
39 lines
1.8 KiB
PHP
|
|
<?php
|
|||
|
|
|
|||
|
|
return [
|
|||
|
|
'title_for_torrent' => 'Torrent anspråk detaljer',
|
|||
|
|
'title_for_user' => 'Användare begär detaljer',
|
|||
|
|
'th_id' => 'ID',
|
|||
|
|
'th_username' => 'Användare',
|
|||
|
|
'th_torrent_name' => 'Torrent namn',
|
|||
|
|
'th_torrent_size' => 'Torrent storlek',
|
|||
|
|
'th_torrent_ttl' => 'Torrent TTL',
|
|||
|
|
'th_claim_at' => 'Begär vid',
|
|||
|
|
'th_last_settle' => 'Senast kvittad den',
|
|||
|
|
'th_seed_time_this_month' => 'Se. denna månad',
|
|||
|
|
'th_uploaded_this_month' => 'Upp. denna månad',
|
|||
|
|
'th_reached_or_not' => 'Nått',
|
|||
|
|
'th_action' => 'Åtgärd',
|
|||
|
|
|
|||
|
|
'msg_title' => 'Anspråk reglera resultat förra månaden (:month):',
|
|||
|
|
'msg_subject' => ':month anspråk uppgörelse',
|
|||
|
|
'claim_total' => 'Anspråk torrent totalt: <b>:total</b>',
|
|||
|
|
'claim_reached_counts' => 'Nådda torrentantal: <b>:counts</b>',
|
|||
|
|
'claim_reached_summary' => 'Nådd torrent få bonus per timme: <b>:bonus_per_hour</b>, frö tid genomsnitt(timme): <b>:hours</b>, få bonus totalt: <b>:bonus_total</b>',
|
|||
|
|
'claim_unreached_remain_counts' => 'Onått torrent förblir räkningar: <b>:counts</b>',
|
|||
|
|
'claim_unreached_remove_counts' => 'Onått torrent ta bort siffror: <b>:counts</b>',
|
|||
|
|
'claim_unreached_summary' => 'Dra bonus varje ouppnådd torrent:<b>:deduct_per_torrent</b>, total avdrag: <b>:deduct_total</b>',
|
|||
|
|
|
|||
|
|
'confirm_give_up' => 'Är du säker på att du vill ge upp att hävda denna torrent?',
|
|||
|
|
'add_claim' => 'Claim',
|
|||
|
|
'add_claim_confirm' => 'Bekräfta att hävda?',
|
|||
|
|
'remove_claim' => 'Ge upp',
|
|||
|
|
'remove_claim_confirm' => 'Bekräfta att ge upp anspråket?',
|
|||
|
|
'already_claimed' => 'Bekräftad',
|
|||
|
|
'not_claim_yet' => 'Oombedd',
|
|||
|
|
'fields' => [
|
|||
|
|
'torrent_id' => 'Torrent ID',
|
|||
|
|
],
|
|||
|
|
'claim_all_seeding_confirmation' => 'Är du säker på att du vill göra anspråk på alla torrenter som just nu håller på att programmeras?' ,
|
|||
|
|
];
|