Files
nexusphp/resources/lang/cs/route-permission.php
2025-09-23 11:53:30 +07:00

29 lines
757 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',
],
'bookmark:store' => [
'text' => 'Přidat záložku',
'desc' => 'Přidat záložku',
],
'bookmark:delete' => [
'text' => 'Odstranit záložku',
'desc' => 'Odstranit záložku',
],
];