mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
74 lines
3.5 KiB
PHP
74 lines
3.5 KiB
PHP
<?php
|
|
|
|
$lang_staffpanel = [
|
|
'Administration' => '管理组面板',
|
|
'For SysOp Only' => '对系统管理员开放',
|
|
'Option Name' => '选项名称',
|
|
'Info' => '说明',
|
|
'Delete disabled users' => '删除被禁用户',
|
|
'Delete all disabled users' => '删除所有被禁用的用户',
|
|
'Manage tracker forum' => '管理论坛',
|
|
'Edit/Delete forum' => '编辑/删除论坛版块',
|
|
'MySQL Stats' => 'Mysql 状态',
|
|
'See MySql stats' => '查看 Mysql 状态',
|
|
'Mass mailer' => '批量邮件',
|
|
'Send e-mail to all users on the tracker' => '发送邮件给全部用户',
|
|
'Do cleanup' => '做清理',
|
|
'Do cleanup functions' => '运行清理函数',
|
|
'Ban System' => '禁止系统',
|
|
'Ban / Unban IP' => '禁止/取消禁止 IP',
|
|
'Failed Logins' => '失败登录',
|
|
'Show Failed Login Attempts' => '查看失败的登录尝试',
|
|
'Bitbucket' => 'Bitbucket',
|
|
'Bitbucket Log' => 'Bitbucket Log',
|
|
'Ban EMAIL address' => '禁止邮件地址',
|
|
'Ban EMAILs stop registration.' => '禁止邮件地址注册',
|
|
'Allow EMAIL address' => '允许邮件地址',
|
|
'Allow EMAIL registration.' => '允许邮件地址注册',
|
|
'Location' => '位置',
|
|
'Manage location and location speed' => '管理地址及地址速度',
|
|
'Add Upload' => '增加上传',
|
|
'Add upload to certain classes' => '为特定等级用户增加上传量',
|
|
|
|
'For Administrator Only' => '对管理员开放',
|
|
'Add user' => '添加用户',
|
|
'Create new user account' => '添加新的用户账号',
|
|
'Reset Users Password' => '重置用户密码',
|
|
'Rest lost Passwords' => '重置丢失的密码',
|
|
'Mass PM' => '批量私信',
|
|
'Send PM to all users' => '发送站内私信给全部用户',
|
|
'Poll overview' => '投票',
|
|
'View poll votes' => '查看全部投票',
|
|
'Warned users' => '警告用户',
|
|
'See all warned users on tracker' => '查看全部被警告的用户',
|
|
'FreeLeech' => '免费下载',
|
|
'Set ALL Torrents At Special State.' => '设定全部种子为某种状态',
|
|
'FAQ Management' => '常见问题管理',
|
|
'Edit/Add/Delete FAQ Page' => '编辑/增加/删除 常见问题',
|
|
'Rules Management' => '规则管理',
|
|
'Edit/Add/Delete RULES Page' => '编辑/增加/删除 规则',
|
|
'Category Manage' => '分类管理',
|
|
'Manage torrents categories at your site' => '管理种子分类模式',
|
|
|
|
'For Moderator Only' => '针对版主开放',
|
|
'Abnormal Upload Speed Detector' => '异常上传速度探测',
|
|
'See cheaters' => '查看作弊者',
|
|
'Duplicate IP Check' => '重复 IP 检测',
|
|
'Check for Duplicate IP Users' => '查看相同 IP 用户',
|
|
'All Clients (currently)' => '全部客户端(当前)',
|
|
'Show All Clients (currently downloading/uploading/seeding)' => '查看全部客户端(当前下载中/上传中/做种中)',
|
|
'Ad management' => '广告管理',
|
|
'Manage ads at your site' => '管理网站上的广告',
|
|
'Uploaders' => '上传者',
|
|
'See uploaders stats' => '查看上传者状态',
|
|
'Stats' => '统计',
|
|
'Tracker Stats' => '服务器相关数据统计',
|
|
'IP Test' => 'IP 测试',
|
|
'Test if IP is banned' => '测试 IP 是否被禁止',
|
|
'Add Bonus Points' => '增加魔力',
|
|
'Add Bonus Points to one or All Users.' => '为某个或全部用户增加魔力',
|
|
'Clear cache' => '清除缓存',
|
|
'Clear cache of memcached' => '清除缓存的数据',
|
|
'Custom Field Manage' => '自定义字段管理',
|
|
'Manage custom fields' => '管理自定义的字段',
|
|
]; |