Files
bt.cn d2a66661db Add panel SSL own certificate to fill in the entry
Fixed known bugs
Panel Feature Modification

Points to note after updating the panel:
1. The default port of the panel is changed to 7800
(Port 8888 has been flooded)
2. Panel entry error will prompt 404
3. After the panel is bound to the domain name,
if the domain access is not used,it will return 401
4. After the panel is set to authorize IP access,
other IP access panels will return 401
5. The website welcome page is changed to the nginx welcome page
6. Change the stop page to Nginx 404 page
2022-01-18 18:01:37 +08:00

177 lines
10 KiB
JSON

{
"TYPE_SITE":"Site manager",
"TYPE_LOGIN":"Login",
"TYPE_LOGOUT":"Logout",
"TYPE_DATABASE":"Database manager",
"TYPE_FTP":"FTP manager",
"TYPE_FILE":"File manager",
"TYPE_SETUP":"Installer",
"TYPE_SOFT":"Software manager",
"TYPE_SOFE":"Demons",
"TYPE_CONFIG":"Panel setting",
"TYPE_PROCESS":"Task manager",
"TYPE_PANEL":"Panel configuration",
"TYPE_PHP":"PHP configuration",
"TYPE_CRON":"Cron job",
"USER_MANAGE": "User Management",
"TYPE_FIREWALL":"Firewall manager",
"DOMAIN_ADD_SUCCESS":"Site [{1}] added domain [{2}] successfully!",
"DOMAIN_DEL_SUCCESS":"Site [{1}] deleted domain [{2}] successfully!",
"SITE_ADD_SUCCESS":"Successfully added site [{1}]!",
"SITE_DEL_SUCCESS":"Successfully deleted site [{1}]!",
"SITE_SSL_SAVE_SUCCESS":"Certificate saved!",
"SITE_SSL_OPEN_SUCCESS":"Site [{1}] turned on SSL successfully!",
"SITE_SSL_CLOSE_SUCCESS":"Site [{1}] turned off SSL successfully!",
"SITE_STOP_SUCCESS":"Site [{1}] stopped!",
"SITE_START_SUCCESS":"Site [{1}] started!",
"SITE_NETLIMIT_CLOSE_SUCCESS":"Site [{1}] traffic control turned off!",
"SITE_NETLIMIT_OPEN_SUCCESS":"Site [{1}] traffic control turned on!",
"SITE_BINDING_ADD_SUCCESS":"Site [{1}] subdirectory [{2}] bound to [{3}]",
"SITE_BINDING_DEL_SUCCESS":"Deleted site [{1}] subdirectory [{2}] binding",
"SITE_INDEX_SUCCESS":"Defualt document of site [{1}] is [{2}]",
"SITE_PATH_SUCCESS":"Successfully changed directory of site [{1}]!",
"SITE_PHPVERSION_SUCCESS":"PHP version of site [{1}] changed to [{2}]!",
"SITE_BACKUP_SUCCESS":"Backup site [{1}] succeed!",
"SITE_BACKUP_DEL_SUCCESS":"Successfully deleted backup [{2}] of site [{1}]!",
"SITE_AUTH_OPEN_SUCCESS":"Set site [{1}] to password authentication required!",
"SITE_AUTH_CLOSE_SUCCESS":"Cleared password authentication for site [{1}]!",
"SITE_TOMCAT_OPEN":"Turned on Tomcat supporting for site [{1}]!",
"SITE_TOMCAT_CLOSE":"Turned off Tomcat supporting for site [{1}]!",
"SITE_SCAN_ADD":"Added trojan scan task for directory [{1}]!",
"SITE_EXPIRE_SUCCESS":"Set expired date to [{2}] for site[{1}]!",
"SOFT_PHPMYADMIN_STATUS":"phpMyAdmin already {1}!",
"SOFT_PHPMYADMIN_PHP":"Modified PHP runtime version to PHP-{1} for phpMyAdmin!",
"SOFT_PHPMYADMIN_PORT":"Modified access port to {1} for phpMyAdmin!",
"LOG_CLOSE":"Panel operation logs emptied!",
"KILL_PROCESS":"Successfully killed task [{1}] [{2}]!",
"USER_PASSWORD_SUCCESS":"Successfully modified password for user [{1}]!",
"USER_USERNAME_SUCCESS":"Username is modified from [{1}] to [{2}]",
"PANEL_SET_SUCCESS":"Set panel port [{1}], domain [{2}], default backup directory [{3}], default site directory [{4}], server IP [{5}], authorized IP [{6}]!",
"PHP_PATHINFO_SUCCESS":"Set PATH_INFO module to [{2}] for PHP-{1}!",
"PHP_UPLOAD_MAX":"Set max upload size to [{2} MB] for PHP-{1}!",
"PHP_DISABLE_FUNCTION":"Modified disabled function to [{2}] for PHP-{1}",
"PHP_TIMEOUT":"Set maximum time of script to [{2} second] for PHP-{1}!",
"PHP_CHILDREN":"Set concurrency of PHP-{1}, max_children={2}, start_servers={3}, min_spare_servers={4}, max_spare_servers={5}",
"DATE_SUCCESS":"Successfully synced server time!",
"CONTROL_CLOSE":"Monitory log is emptied!",
"CONTROL_OPEN":"Turned on monitory service, save for [{1}] day!",
"CONTROL_CLOSE":"Turned off monitory service!",
"CRONTAB_DEL":"Successfully deleted cron job [{1}]!",
"DATABASE_ADD_SUCCESS":"Successfully added database [{1}]!",
"DATABASE_ADD_ERR":"Failed to add database [{1}]!, {2}",
"DATABASE_DEL_SUCCESS":" Successfully deleted database [{1}]!",
"DATABASE_DEL_ERR":"Failed to delete database [{1}]!, {2}",
"DATABASE_ROOT_SUCCESS":"Root password changed for database!",
"DATABASE_PASS_SUCCESS":"Successfully modified password for database [{1}]!",
"DATABASE_PASS_ERROR":"Failed to modify password for database [{1}]! => {2}",
"DATABASE_BACKUP_SUCCESS":"Backup database [{1}] succeed!",
"DATABASE_BACKUP_DEL_SUCCESS":"Successfully deleted backup [{2}] for database [{1}]!",
"DATABASE_BACKUP_DEL_ERR":"Failed to delete backup [{2}] for database [{1}]! => {3}",
"DATABASE_INPUT_ERR":"Failed to import database [{1}], => {2}",
"DATABASE_INPUT_SUCCESS": "Successfully imported database [{1}]",
"DATABASE_ACCESS_ERR":"Failed to set database permission [{1}] => {2}",
"FILE_UPLOAD_SUCCESS":"Successfully uploaded file [{1}] to [{2}]!",
"FILE_CREATE_SUCCESS":"Successfully created file [{1}]!",
"DIR_CREATE_SUCCESS":"Successfully created directory [{1}]!",
"DIR_DEL_SUCCESS":"Successfully deleted directory [{1}]!",
"FILE_DEL_SUCCESS":"Successfully deleted file [{1}]!",
"FILE_MOVE_RECYCLE_BIN":"Successfully moved file [{1}] to recycle bin!",
"FILE_MOVE_RECYCLE_BIN_ERR":"Failed to move file [{1}] to recycle bin!",
"FILE_RE_RECYCLE_BIN_ERR":"Failed to recover [{1}] from recycle bin!",
"FILE_RE_RECYCLE_BIN":"Successfully recovered [{1}] from recycle bin!",
"FILE_DEL_RECYCLE_BIN":"File has parmanently deleted from recycle bin {1}!",
"FILE_CLOSE_RECYCLE_BIN":"Recycle bin emptied!",
"FILE_OFF_RECYCLE_BIN":"Recycle bin feature turned off!",
"FILE_ON_RECYCLE_BIN":"Recycle bin feature turned on!",
"FILE_COPY_SUCCESS":"Successfully copied file [{1}] to [{2}]!",
"DIR_COPY_SUCCESS":"Successfully copied directory [{1}] to [{2}]!",
"MOVE_SUCCESS":"Successfully moved file or directory [{1}] to [{2}]!",
"FILE_SAVE_SUCCESS":"Successfully saved file [{1}]!",
"ZIP_SUCCESS":"Successfully compressed file [{1}] to [{2}]!",
"UNZIP_SUCCESS":"Successfully uncompressed file from [{1}] to [{2}]!",
"FILE_ACCESS_SUCCESS":"Set [{1}]'s permission to [{2}] and authorized user to [{3}]",
"SITE_LOG_CLOSE":"Site Logs emptied!",
"FILE_ALL_ACCESS":"Batch setting permissions succeeded!",
"FILE_ALL_DEL":"Batch delete succeeded!",
"FILE_ALL_COPY":"Batch copied from [{1}] to [{2}]",
"FILE_ALL_MOTE":"Batch moved from [{1}] to [{2}]",
"FILE_DOWNLOAD":"Downloaded file [{1}] to [{2}]",
"PLUGIN_ADD":"Successfully added intallation task [{1}-{2}]",
"PLUGIN_UNINSTALL":"Successfully unintalled [{1}-{2}]",
"PLUGIN_UNINSTALL_SOFT":"Successfully uninstalled software [{1}]",
"PLUGIN_INSTALL_LIB":"Successfully installed plugin [{1}]",
"PLUGIN_UNINSTALL_LIB":"Successfully uninstalled plugin [{1}]",
"FIREWALL_DROP_IP":"Successfully blocked IP [{1}]!",
"FIREWALL_ACCEPT_IP":"Unblocked IP [{1}]!",
"FIREWALL_ACCEPT_PORT":"Successfully accepted port [{1}]!",
"FIREWALL_DROP_PORT":"Successfully deleted accepted port [{1}] on firewall!",
"FIREWALL_SSH_PORT":"Successfully changed SSH port to [{1}]!",
"FTP_ADD_SUCCESS":"Successfully added FTP user [{1}]!",
"FTP_ADD_ERR":"Failed to add FTP user[{1}]! => {2}",
"FTP_DEL_SUCCESS":"Successfully deleted FTP user[{1}]!",
"FTP_DEL_ERR":"Failde to delete FTP user[{1}]! => {2}",
"FTP_PASS_SUCCESS":"Successfully changed password for FTP user[{1}]!",
"FTP_PASS_ERR":"Failed to change password FTP user[{1}]! => {2}",
"FTP_STATUS":"Successfully {1}FTP user [{2}]!",
"FTP_STATUS_ERR":"Failed to {1} FTP user [{2}]! => {3}",
"FTP_PORT":"Successfully modified FTP port to [{1}]!",
"FTP_PORT_ERR":"Failed to modify FTP port! => {1}",
"CONF_CHECK_ERR":"Configuration file ERROR: {1}",
"MYSQL_CHECK_ERR":"In MySQL configuration file detected and auto fixed an error, which may cause mysqld service unable to start!",
"SYS_EXEC_ERR":"Execution failed: {1}",
"SYS_EXEC_SUCCESS":"{1} execution succeeded",
"LOGIN_ERR_CODE":"Verification code is incorrect, Username:{1}, Verification Code:{2}, Login IP:{3}",
"LOGIN_ERR_PASS":"Password is incorrect, Username:{1}, Password:{2}, Login IP:{3}",
"LOGIN_SUCCESS":"Login succeed, Username: {1}, Login IP: {2}",
"SET_API": "API configuration",
"P_CONF": "Panel settings",
"MODIFY_CRON_STATUS": "Modified cron job [{1}] status to [{2}]",
"MODIFY_CRON": "'Successfully modified cron job [{1}]'",
"PHPDAEMON": "PHP Daemon",
"PHP_CHECK_ERR_FIX_SUCCESS": "PHP-{1} processing exception detected and automatically fixed!",
"API":"API",
"API_INTERFACE": "{1} API",
"SET_API_STATUS": "Already {1} API service!",
"TURNON_API":"Successfully turned on API!",
"EDIT_API":"Successfully modified API configuration!",
"RENAME": "[{1}] renamed to [{2}]",
"PLUG_MAM": "Plugin manager",
"SET_PLUG": "Set plugin ['{1}'] AS!",
"INSTALL_THIRD_PARDY_PLUG": "Installed third-party plugin [{1}]",
"SITE_DIR_NOT_EXIST_RECREATE": "Site [{1}], document root [{2}] does NOT exist, recreated!",
"SITE_STOP_ANTI_STEALING_LINK": "Hotlink Protection for site [{1}] disabled!",
"SITE_START_ANTI_STEALING_LINK": "Hotlink Protection for site [{1}] enabled!",
"SET_PHP_CLI":"Set the PHP-CLI version to: {1}",
"SET_BASICAUTH_STATUS":"Set the BasicAuth status to: {1}",
"MANUALLY_LOGOUT": "Client: {1}, has manually exited the panel",
"GET_INFO": "Get Info",
"NGINX_LOAD_ERR": "Nginx load status acquisition failed:{1}",
"GET_DATA_ERR": "Data acquisition failed!",
"PHP_LOAD_ERR": "PHP load status acquisition failed: {1}",
"MODIFY_SSH_INFO": "Modify the SSH information of HOST: {1}",
"ADD_SSH_INFO": "Add the SSH information of HOST: {1}",
"DEL_SSH_INFO": "Delete the SSH information of HOST: {1}",
"ADD_COMMAND_COMMAND": "Add common commands [{1}]",
"EDIT_COMMAND_COMMAND": "Modify common commands [{1}]",
"DEL_COMMAND_COMMAND": "Delete common commands [{1}]",
"OPEN_FILE": "Open File",
"TASK_QUEUE": "Task queue",
"SSH_LOGIN": "Successfully logged in to the SSH server [{1}:{2}]",
"EDIT_MENU_SUCCESS": "Successfully modify the panel menu display list",
"TMP_LOGIN": "Generate temporary connection, expiration time: {1}",
"TMP_LOGIN1": "Temporary login URL has been generated",
"TMP_LOGIN2": "Failed to generate temporary login URL",
"TMP_LOGIN3": "Delete temporary login URL",
"LOGOUT_TMP_UESR": "Force logout of temporary users:{1}",
"CREATE_USER": "Create new user {1}",
"DEL_USER": "Delete users[{1}]",
"EDIT_USER": "Edit user{1}",
"ADD_COMPILATION_PARA": "Add custom compilation parameters: {1}:{2}",
"REMOVE_PARA": "Remove custom compilation parameters: {1}:{2}",
"SET_SOFTWARE_COMPILATION": "Setup software: Custom compilation parameters for {1} are configured as: {2}",
"SET_FILE_NOTES": "Set the file name [{1}], notes: {2}",
"CLEAR_FILE_NOTES": "Clear file notes [{1}]",
"CREATE_SOFTLINK": "Create softlink: {1} -> {2}",
"EXEC_COMPOSER": "Execute composer [{1}] in the directory: [{2}],"
}