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

21 lines
532 B
PHP

<?php
return [
'torrent:upload' => [
'text' => 'Ladda upp torrent',
'desc' => 'Ladda upp torrent',
],
'torrent:list' => [
'text' => 'Hämta torrentlista',
'desc' => 'Hämta torrentlista',
],
'torrent:view' => [
'text' => 'Visa detaljer om torrent',
'desc' => 'Visa detaljer om torrent',
],
'user:view' => [
'text' => 'Visa grundläggande information för användare',
'desc' => 'Visa grundläggande information för användare',
],
];