add lang: cs

This commit is contained in:
xiaomlove
2025-04-20 18:13:46 +07:00
parent ff11c10eab
commit 4166a933e1
150 changed files with 7578 additions and 16 deletions
+38
View File
@@ -0,0 +1,38 @@
<?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í?' ,
];