Files
UNIT3D/lang/he/moderation.php
2025-06-16 13:38:38 +00:00

10 lines
252 B
PHP

<?php
declare(strict_types=1);
return [
'no-pending-torrents' => 'אין טורנטים ממתינים',
'no-postponed-torrents' => 'אין טורנטים שנדחו',
'no-rejected-torrents' => 'אין טורנטים שנפסלו',
];