Files
nexusphp/resources/lang/cs/claim.php
2025-04-20 18:13:46 +07:00

39 lines
1.8 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?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',
'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>',
'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í?' ,
];