Files
nexusphp/resources/lang/fi/route-permission.php
2025-04-22 02:55:12 +07:00

21 lines
516 B
PHP

<?php
return [
'torrent:upload' => [
'text' => 'Lataa torrentti',
'desc' => 'Lataa torrentti',
],
'torrent:list' => [
'text' => 'Hae torrent-tiedoston lista',
'desc' => 'Hae torrent-tiedoston lista',
],
'torrent:view' => [
'text' => 'Näytä torrenttin tiedot',
'desc' => 'Näytä torrenttin tiedot',
],
'user:view' => [
'text' => 'Näytä käyttäjän perustiedot',
'desc' => 'Näytä käyttäjän perustiedot',
],
];