Files
nexusphp/resources/lang/zh_TW/route-permission.php
2025-05-22 02:34:45 +07:00

21 lines
462 B
PHP

<?php
return [
'torrent:upload' => [
'text' => '發布種子',
'desc' => '發布種子',
],
'torrent:list' => [
'text' => '獲取種子列表',
'desc' => '獲取種子列表',
],
'torrent:view' => [
'text' => '查看種子詳情',
'desc' => '查看種子詳情',
],
'user:view' => [
'text' => '查看用戶基本信息',
'desc' => '查看用戶基本信息',
],
];