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

21 lines
530 B
PHP

<?php
return [
'torrent:upload' => [
'text' => 'Nahrát torrent',
'desc' => 'Nahrát torrent',
],
'torrent:list' => [
'text' => 'Načíst seznam torrentů',
'desc' => 'Načíst seznam torrentů',
],
'torrent:view' => [
'text' => 'Zobrazit detail torrentu',
'desc' => 'Zobrazit detail torrentu',
],
'user:view' => [
'text' => 'Zobrazit základní informace o uživateli',
'desc' => 'Zobrazit základní informace o uživateli',
],
];