mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
21 lines
516 B
PHP
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',
|
|
],
|
|
];
|