Files
nexusphp/resources/lang/ja/route-permission.php
2025-09-23 11:53:30 +07:00

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' => 'ブックマークを削除',
],
];