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

29 lines
757 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',
],
'bookmark:store' => [
'text' => 'Dodaj zakładkę',
'desc' => 'Dodaj zakładkę',
],
'bookmark:delete' => [
'text' => 'Usuń zakładkę',
'desc' => 'Usuń zakładkę',
],
];