Files
nexusphp/resources/lang/pl/route-permission.php
2025-04-22 19:35:05 +07:00

21 lines
538 B
PHP

<?php
return [
'torrent:upload' => [
'text' => 'Prześlij torrent',
'desc' => 'Prześlij torrent',
],
'torrent:list' => [
'text' => 'Pobierz listę torrentów',
'desc' => 'Pobierz listę torrentów',
],
'torrent:view' => [
'text' => 'Zobacz szczegóły torrenta',
'desc' => 'Zobacz szczegóły torrenta',
],
'user:view' => [
'text' => 'Zobacz podstawowe informacje użytkownika',
'desc' => 'Zobacz podstawowe informacje użytkownika',
],
];