mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
81 lines
3.9 KiB
PHP
81 lines
3.9 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' => '管理自定義的字段',
|
|
'Search user' => '搜索用戶',
|
|
'Confirm user' => '確認用戶',
|
|
'Add Attendance card' => '增加補簽卡',
|
|
'Add Attendance card to certain classes' => '為特定等級用戶增加補簽卡',
|
|
'Add Bonus/Attend card/Invite/upload' => '增加魔力/補簽卡/邀請/上傳量',
|
|
'Add Bonus/Attend card/Invite/upload to certain classes' => '為特定等級用戶增加魔力/補簽卡/邀請/上傳量',
|
|
];
|