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

29 lines
761 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',
],
'bookmark:store' => [
'text' => 'Lägg till bokmärke',
'desc' => 'Lägg till bokmärke',
],
'bookmark:delete' => [
'text' => 'Ta bort bokmärke',
'desc' => 'Ta bort bokmärke',
],
];