Files
nexusphp/resources/lang/ja/route-permission.php
2025-05-05 21:27:48 +07:00

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' => 'ユーザーの基本情報を表示',
],
];