mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 05:00:49 +08:00
25 lines
600 B
PHP
25 lines
600 B
PHP
<?php
|
|
|
|
return array (
|
|
'torrent:upload' =>
|
|
array (
|
|
'text' => '種子を放出します',
|
|
'desc' => '種子を放出します',
|
|
),
|
|
'torrent:list' =>
|
|
array (
|
|
'text' => 'シードリストを取得します',
|
|
'desc' => 'シードリストを取得します',
|
|
),
|
|
'torrent:view' =>
|
|
array (
|
|
'text' => 'シードの詳細を表示します',
|
|
'desc' => 'シードの詳細を表示します',
|
|
),
|
|
'user:view' =>
|
|
array (
|
|
'text' => '基本的なユーザー情報を表示します',
|
|
'desc' => '基本的なユーザー情報を表示します',
|
|
),
|
|
);
|