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
+14
View File
@@ -0,0 +1,14 @@
<?php
$lang_myhr = [
'th_hr_id' => 'H&R ID',
'th_torrent_name' => 'Torrent',
'th_uploaded' => 'Nahráno',
'th_downloaded' => 'Staženo',
'th_share_ratio' => 'Poměr sdílení',
'th_seed_time_required' => 'Je vyžadován čas seedu',
'th_completed_at' => 'Dokončeno v',
'th_ttl' => 'Zbývá čas prohlížení',
'th_comment' => 'Komentář',
'action_remove' => 'Odebrat',
];