mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
29 lines
831 B
PHP
29 lines
831 B
PHP
<?php
|
|
|
|
return [
|
|
'torrent:upload' => [
|
|
'text' => 'Torrent をアップロード',
|
|
'desc' => 'Torrent をアップロード',
|
|
],
|
|
'torrent:list' => [
|
|
'text' => 'トレントリストを取得',
|
|
'desc' => 'トレントリストを取得',
|
|
],
|
|
'torrent:view' => [
|
|
'text' => 'トレントの詳細を表示',
|
|
'desc' => 'トレントの詳細を表示',
|
|
],
|
|
'user:view' => [
|
|
'text' => 'ユーザーの基本情報を表示',
|
|
'desc' => 'ユーザーの基本情報を表示',
|
|
],
|
|
'bookmark:store' => [
|
|
'text' => 'ブックマークを追加',
|
|
'desc' => 'ブックマークを追加',
|
|
],
|
|
'bookmark:delete' => [
|
|
'text' => 'ブックマークを削除',
|
|
'desc' => 'ブックマークを削除',
|
|
],
|
|
];
|