Files
nexusphp/resources/lang/cs/claim.php

40 lines
1.9 KiB
PHP
Raw Normal View History

2025-04-20 18:13:46 +07:00
<?php
return [
'title_for_torrent' => 'Detail žádosti o Torrent',
'title_for_user' => 'Detail žádosti uživatele',
'th_id' => 'ID',
'th_username' => 'Uživatel',
'th_torrent_name' => 'Název Torrentu',
'th_torrent_size' => 'Velikost Torrentu',
'th_torrent_ttl' => 'Torrent TTL',
'th_claim_at' => 'Požadovat v',
'th_last_settle' => 'Poslední nastavení na',
'th_seed_time_this_month' => 'Se. tento měsíc',
'th_uploaded_this_month' => 'Využijte tento měsíc',
'th_reached_or_not' => 'Dosaženo',
'th_action' => 'Akce',
'msg_title' => 'Poslední měsíc(:month):',
'msg_subject' => ':měsíc uhrazení pohledávky',
2025-05-05 21:27:48 +07:00
'claim_total' => 'Celková částka torrentu nároku: [b]:total[/b]',
'claim_reached_counts' => 'Dosažen počet torrentů: [b]:count[/b]',
'claim_reached_summary' => 'Dosažen bonus za hodinu: [b]:bonus_per_hour[/b], průměr času (hodina): [b]:hours[/b], získejte bonus celkem: [b]:bonus_total[/b]',
'claim_unreached_remain_counts' => 'Nedosažený torrent zbývá počítat: [b]:count[/b]',
'claim_unreached_remove_counts' => 'Počet odstranění torrentu nedosaženo: [b]:count[/b]',
'claim_unreached_summary' => 'Snížit bonus každého nedosaženého torrentu[b]:deduct_per_torrent[/b], celkový odpočet: [b]:deduct_total[/b]',
2025-05-17 21:18:20 +07:00
'slice_tip' => 'Zobrazit pouze první :slice_count položky',
2025-04-20 18:13:46 +07:00
'confirm_give_up' => 'Jste si jisti, že se chcete vzdát nároku na tento torrent?',
'add_claim' => 'Claim',
'add_claim_confirm' => 'Potvrdit nárok?',
'remove_claim' => 'Dát',
'remove_claim_confirm' => 'Potvrdit vzdání se nároku?',
'already_claimed' => 'nárokováno',
'not_claim_yet' => 'Zrušeno',
'fields' => [
'torrent_id' => 'ID Torrentu',
],
'claim_all_seeding_confirmation' => 'Jste si jisti, že chcete nárokovat všechny torrenty, které se právě distribuují?' ,
];