mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-05 07:20:58 +08:00
29 lines
749 B
PHP
29 lines
749 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',
|
|
],
|
|
'bookmark:store' => [
|
|
'text' => 'Lisää kirjanmerkki',
|
|
'desc' => 'Lisää kirjanmerkki',
|
|
],
|
|
'bookmark:delete' => [
|
|
'text' => 'Poista kirjanmerkki',
|
|
'desc' => 'Poista kirjanmerkki',
|
|
],
|
|
];
|