mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 05:00:49 +08:00
21 lines
568 B
PHP
21 lines
568 B
PHP
<?php
|
|
|
|
return [
|
|
'torrent:upload' => [
|
|
'text' => 'Torrent をアップロード',
|
|
'desc' => 'Torrent をアップロード',
|
|
],
|
|
'torrent:list' => [
|
|
'text' => 'トレントリストを取得',
|
|
'desc' => 'トレントリストを取得',
|
|
],
|
|
'torrent:view' => [
|
|
'text' => 'トレントの詳細を表示',
|
|
'desc' => 'トレントの詳細を表示',
|
|
],
|
|
'user:view' => [
|
|
'text' => 'ユーザーの基本情報を表示',
|
|
'desc' => 'ユーザーの基本情報を表示',
|
|
],
|
|
];
|