mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
235 lines
7.3 KiB
PHP
235 lines
7.3 KiB
PHP
<?php
|
||
|
||
return [
|
||
'torrent-approval' => [
|
||
'text' => '审核种子',
|
||
'desc' => '通过种子、拒绝种子、或将种子标记为未审',
|
||
],
|
||
'torrent-set-special-tag' => [
|
||
'text' => '设定种子特殊标签',
|
||
'desc' => '设定种子的官方、零魔标签',
|
||
],
|
||
'torrent-approval-allow-automatic' => [
|
||
'text' => '种子自动通过审核',
|
||
'desc' => '种子发布即为审核通过状态',
|
||
],
|
||
'torrent-set-price' => [
|
||
'text' => '设置种子收费',
|
||
'desc' => '设置种子收费',
|
||
],
|
||
'defaultclass' => [
|
||
'text' => '默认等级',
|
||
'desc' => '注册时获得的等级',
|
||
],
|
||
'staffmem' => [
|
||
'text' => '管理组成员',
|
||
'desc' => '被认为是管理组成员的等级,如可以查看管理组信箱',
|
||
],
|
||
'newsmanage' => [
|
||
'text' => '管理最近消息',
|
||
'desc' => '添加、编辑、删除最近消息',
|
||
],
|
||
'newfunitem' => [
|
||
'text' => '发布趣味盒内容',
|
||
'desc' => '允许发布新的趣味盒内容及编辑自己发布的趣味盒内容',
|
||
],
|
||
'funmanage' => [
|
||
'text' => '管理趣味盒',
|
||
'desc' => '编辑、删除、禁止任何人发布的趣味盒内容',
|
||
],
|
||
'sbmanage' => [
|
||
'text' => '管理群聊区',
|
||
'desc' => '删除群聊区和救助区的信息',
|
||
],
|
||
'pollmanage' => [
|
||
'text' => '管理投票',
|
||
'desc' => '添加、编辑、删除投票',
|
||
],
|
||
'applylink' => [
|
||
'text' => '申请链接',
|
||
'desc' => '申请在首页的友情链接',
|
||
],
|
||
'linkmanage' => [
|
||
'text' => '管理友情链接',
|
||
'desc' => '添加、编辑、删除友情链接',
|
||
],
|
||
'postmanage' => [
|
||
'text' => '管理论坛帖子',
|
||
'desc' => '编辑、删除、移动、置顶、锁定论坛帖子',
|
||
],
|
||
'commanage' => [
|
||
'text' => '管理评论',
|
||
'desc' => '编辑、删除种子和候选的评论',
|
||
],
|
||
'forummanage' => [
|
||
'text' => '管理论坛版块',
|
||
'desc' => '添加、编辑、删除、移动论坛版块',
|
||
],
|
||
'viewuserlist' => [
|
||
'text' => '查看用户列表',
|
||
'desc' => '查看、搜索用户列表',
|
||
],
|
||
'user-delete' => [
|
||
'text' => '删除用户',
|
||
'desc' => '彻底从数据库删除用户账号信息',
|
||
],
|
||
'user-change-class' => [
|
||
'text' => '修改用户等级',
|
||
'desc' => '修改用户的等级,不能修改为高于或等于自己的等级',
|
||
],
|
||
'torrentmanage' => [
|
||
'text' => '管理种子',
|
||
'desc' => '编辑、删除种子,但不能将种子设为置顶或促销',
|
||
],
|
||
'torrent-delete' => [
|
||
'text' => '删除种子',
|
||
'desc' => '删除种子',
|
||
],
|
||
'torrentsticky' => [
|
||
'text' => '设定种子置顶',
|
||
'desc' => '将种子设为置顶',
|
||
],
|
||
'torrentonpromotion' => [
|
||
'text' => '设定种子为促销',
|
||
'desc' => '将种子设为促销',
|
||
],
|
||
'torrent_hr' => [
|
||
'text' => '设定种子 H&R',
|
||
'desc' => '将种子设置为参与 H&R 考察',
|
||
],
|
||
'askreseed' => [
|
||
'text' => '请求续种',
|
||
'desc' => '当种子断种时请求续种',
|
||
],
|
||
'viewnfo' => [
|
||
'text' => '查看NFO',
|
||
'desc' => '查看NFO文件',
|
||
],
|
||
'torrentstructure' => [
|
||
'text' => '查看种子结构',
|
||
'desc' => '查看种子文件的结构',
|
||
],
|
||
'sendinvite' => [
|
||
'text' => '发送邀请',
|
||
'desc' => '发送加入网站的邀请函给其他人',
|
||
],
|
||
'viewhistory' => [
|
||
'text' => '查看历史记录',
|
||
'desc' => '查看其他用户的评论和帖子历史记录',
|
||
],
|
||
'topten' => [
|
||
'text' => '查看排行榜',
|
||
'desc' => '查看排行榜',
|
||
],
|
||
'log' => [
|
||
'text' => '查看一般日志',
|
||
'desc' => '查看一般日志,不能查看机密日志',
|
||
],
|
||
'confilog' => [
|
||
'text' => '查看机密日志',
|
||
'desc' => '查看机密日志,如站点设定更改',
|
||
],
|
||
'userprofile' => [
|
||
'text' => '查看用户机密档案',
|
||
'desc' => '查看用户的机密档案,如IP地址,邮箱地址',
|
||
],
|
||
'torrenthistory' => [
|
||
'text' => '查看用户种子历史记录',
|
||
'desc' => '查看用户的种子历史记录,如下载种子的历史记录。只有用户的隐私等级没有设为’强‘时才生效',
|
||
],
|
||
'prfmanage' => [
|
||
'text' => '管理用户基本档案',
|
||
'desc' => '改变用户的基本档案,但不能改变其中重要的项目,如邮箱地址、用户名、上传量、下载量、魔力值数',
|
||
],
|
||
'cruprfmanage' => [
|
||
'text' => '管理用户重要档案信息',
|
||
'desc' => '改变用户所有档案信息,除了捐赠信息外(只有主管能管理捐赠信息)',
|
||
],
|
||
'uploadsub' => [
|
||
'text' => '上传字幕',
|
||
'desc' => '上传种子对应的字幕',
|
||
],
|
||
'delownsub' => [
|
||
'text' => '删除自己的字幕',
|
||
'desc' => '删除自己上传的字幕',
|
||
],
|
||
'submanage' => [
|
||
'text' => '管理字幕',
|
||
'desc' => '删除任何字幕',
|
||
],
|
||
'updateextinfo' => [
|
||
'text' => '更新外部信息',
|
||
'desc' => '更新外部信息,如IMDb信息',
|
||
],
|
||
'viewanonymous' => [
|
||
'text' => '查看匿名者',
|
||
'desc' => '查看匿名者的真实身份',
|
||
],
|
||
'beanonymous' => [
|
||
'text' => '作为匿名',
|
||
'desc' => '在发布种子、上传字幕时选择匿名',
|
||
],
|
||
'addoffer' => [
|
||
'text' => '添加候选',
|
||
'desc' => '允许发起候选',
|
||
],
|
||
'offermanage' => [
|
||
'text' => '管理候选',
|
||
'desc' => '通过、编辑、删除候选',
|
||
],
|
||
'upload' => [
|
||
'text' => '发布种子',
|
||
'desc' => '发布种子到种子区',
|
||
],
|
||
'uploadspecial' => [
|
||
'text' => '发布种子至特别区',
|
||
'desc' => '发布种子到特别区',
|
||
],
|
||
'view_special_torrent' => [
|
||
'text' => '查看特别区种子',
|
||
'desc' => '查看特别区种子',
|
||
],
|
||
'movetorrent' => [
|
||
'text' => '移动种子',
|
||
'desc' => '将种子在各区间移动',
|
||
],
|
||
'chrmanage' => [
|
||
'text' => '管理史册',
|
||
'desc' => '添加、编辑、删除史册内容',
|
||
],
|
||
'viewinvite' => [
|
||
'text' => '查看邀请',
|
||
'desc' => '查看用户的邀请历史记录',
|
||
],
|
||
'buyinvite' => [
|
||
'text' => '购买邀请',
|
||
'desc' => '允许在魔力值中心购买邀请',
|
||
],
|
||
'seebanned' => [
|
||
'text' => '查看被禁止的种子',
|
||
'desc' => '查看、下载被禁止的种子',
|
||
],
|
||
'againstoffer' => [
|
||
'text' => '对候选投反对票',
|
||
'desc' => '对候选投反对票',
|
||
],
|
||
'userbar' => [
|
||
'text' => '允许个性条',
|
||
'desc' => '允许用户使用个性条',
|
||
],
|
||
|
||
//新加
|
||
'torrent:list' => [
|
||
'text' => '获取种子列表',
|
||
'desc' => '获取种子列表',
|
||
],
|
||
'torrent:view' => [
|
||
'text' => '查看种子详情',
|
||
'desc' => '查看种子详情',
|
||
],
|
||
'user:view' => [
|
||
'text' => '查看用户基本信息',
|
||
'desc' => '查看用户基本信息',
|
||
],
|
||
];
|