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' => 'Torrent påstand detaljer',
|
||
'title_for_user' => 'Bruger påstand detaljer',
|
||
'th_id' => 'ID',
|
||
'th_username' => 'Bruger',
|
||
'th_torrent_name' => 'Torrent navn',
|
||
'th_torrent_size' => 'Torrent størrelse',
|
||
'th_torrent_ttl' => 'Torrent TTL',
|
||
'th_claim_at' => 'Anprisning af',
|
||
'th_last_settle' => 'Seneste afregning på',
|
||
'th_seed_time_this_month' => 'Se. denne måned',
|
||
'th_uploaded_this_month' => 'Up. i denne måned',
|
||
'th_reached_or_not' => 'Nået',
|
||
'th_action' => 'Handling',
|
||
|
||
'msg_title' => 'Gør krav på afregningsresultat sidste måned(:måned):',
|
||
'msg_subject' => ':måned fordringsafregning',
|
||
'claim_total' => 'Anmod om torrent i alt: [b]:total[/b]',
|
||
'claim_reached_counts' => 'Nået torrent antal: [b]:counts[/b]',
|
||
'claim_reached_summary' => 'Nået torrent få bonus per time: [b]:bonus_per_hour[/b], seed time gennemsnit (time): [b]:hours[/b], få bonus i alt: [b]:bonus_total[/b]',
|
||
'claim_unreached_remain_counts' => 'Unået torrent forbliver tæller: [b]:counts[/b]',
|
||
'claim_unreached_remove_counts' => 'Fjern tællinger: [b]:counts[/b]',
|
||
'claim_unreached_summary' => 'Fradrag af bonus hver unået torrent:[b]:deduct_per_torrent[/b], samlet fradrag: [b]:deduct_total[/b]',
|
||
'slice_tip' => 'Vis kun de første :slice_count elementer',
|
||
|
||
'confirm_give_up' => 'Er du sikker på, at du vil opgive at gøre krav på denne torrent?',
|
||
'add_claim' => 'Claim',
|
||
'add_claim_confirm' => 'Bekræft at gøre krav på?',
|
||
'remove_claim' => 'Giv op',
|
||
'remove_claim_confirm' => 'Bekræft opgivelse af kravene?',
|
||
'already_claimed' => 'Påstået',
|
||
'not_claim_yet' => 'Udestående',
|
||
'fields' => [
|
||
'torrent_id' => 'Torrent ID',
|
||
],
|
||
'claim_all_seeding_confirmation' => 'Er du sikker på, at du vil gøre krav på alle de torrents der i øjeblikket er ved at blive seed?' ,
|
||
];
|