mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 05:00:49 +08:00
29 lines
703 B
PHP
29 lines
703 B
PHP
<?php
|
|
|
|
return [
|
|
'torrent:upload' => [
|
|
'text' => 'Upload torrent',
|
|
'desc' => 'Upload torrent',
|
|
],
|
|
'torrent:list' => [
|
|
'text' => 'Hent torrent liste',
|
|
'desc' => 'Hent torrent liste',
|
|
],
|
|
'torrent:view' => [
|
|
'text' => 'Vis torrent detaljer',
|
|
'desc' => 'Vis torrent detaljer',
|
|
],
|
|
'user:view' => [
|
|
'text' => 'Se brugerens grundlæggende info',
|
|
'desc' => 'Se brugerens grundlæggende info',
|
|
],
|
|
'bookmark:store' => [
|
|
'text' => 'Tilføj bogmærke',
|
|
'desc' => 'Tilføj bogmærke',
|
|
],
|
|
'bookmark:delete' => [
|
|
'text' => 'Slet bogmærke',
|
|
'desc' => 'Slet bogmærke',
|
|
],
|
|
];
|