Files
nexusphp/resources/lang/ja/route-permission.php
T

21 lines
568 B
PHP
Raw Normal View History

2025-04-19 02:06:51 +07:00
<?php
2025-05-05 21:27:48 +07:00
return [
'torrent:upload' => [
'text' => 'Torrent をアップロード',
'desc' => 'Torrent をアップロード',
],
'torrent:list' => [
'text' => 'トレントリストを取得',
'desc' => 'トレントリストを取得',
],
'torrent:view' => [
'text' => 'トレントの詳細を表示',
'desc' => 'トレントの詳細を表示',
],
'user:view' => [
'text' => 'ユーザーの基本情報を表示',
'desc' => 'ユーザーの基本情報を表示',
],
];