[
  {
    "path": ".gitignore",
    "content": "# Byte-compiled / optimized / DLL files\n__pycache__/\n*.py[cod]\n*$py.class\n\n# C extensions\n*.so\n\n# Distribution / packaging\n.Python\nbuild/\ndevelop-eggs/\ndist/\ndownloads/\neggs/\n.eggs/\nlib/\nlib64/\nparts/\nsdist/\nvar/\nwheels/\npip-wheel-metadata/\nshare/python-wheels/\n*.egg-info/\n.installed.cfg\n*.egg\nMANIFEST\n\n# PyInstaller\n#  Usually these files are written by a python script from a template\n#  before PyInstaller builds the exe, so as to inject date/other infos into it.\n*.manifest\n*.spec\n\n# Installer logs\npip-log.txt\npip-delete-this-directory.txt\n\n# Unit test / coverage reports\nhtmlcov/\n.tox/\n.nox/\n.coverage\n.coverage.*\n.cache\nnosetests.xml\ncoverage.xml\n*.cover\n*.py,cover\n.hypothesis/\n.pytest_cache/\n\n# Translations\n*.mo\n*.pot\n\n# Django stuff:\n*.log\nlocal_settings.py\ndb.sqlite3\ndb.sqlite3-journal\n\n# Flask stuff:\ninstance/\n.webassets-cache\n\n# Scrapy stuff:\n.scrapy\n\n# Sphinx documentation\ndocs/_build/\n\n# PyBuilder\ntarget/\n\n# Jupyter Notebook\n.ipynb_checkpoints\n\n# IPython\nprofile_default/\nipython_config.py\n\n# pyenv\n.python-version\n\n# pipenv\n#   According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.\n#   However, in case of collaboration, if having platform-specific dependencies or dependencies\n#   having no cross-platform support, pipenv may install dependencies that don't work, or not\n#   install all needed dependencies.\n#Pipfile.lock\n\n# PEP 582; used by e.g. github.com/David-OConnor/pyflow\n__pypackages__/\n\n# Celery stuff\ncelerybeat-schedule\ncelerybeat.pid\n\n# SageMath parsed files\n*.sage.py\n\n# Environments\n.env\n.venv\nenv/\nvenv/\nENV/\nenv.bak/\nvenv.bak/\n\n# Spyder project settings\n.spyderproject\n.spyproject\n\n# Rope project settings\n.ropeproject\n\n# mkdocs documentation\n/site\n\n# mypy\n.mypy_cache/\n.dmypy.json\ndmypy.json\n\n# Pyre type checker\n.pyre/\n"
  },
  {
    "path": "LICENSE",
    "content": "MIT License\r\n\r\nCopyright (c) 2022 爱生活爱自己i\r\n\r\nPermission is hereby granted, free of charge, to any person obtaining a copy\r\nof this software and associated documentation files (the \"Software\"), to deal\r\nin the Software without restriction, including without limitation the rights\r\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\r\ncopies of the Software, and to permit persons to whom the Software is\r\nfurnished to do so, subject to the following conditions:\r\n\r\nThe above copyright notice and this permission notice shall be included in all\r\ncopies or substantial portions of the Software.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\r\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\r\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\r\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\r\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\r\nSOFTWARE.\r\n"
  },
  {
    "path": "README.md",
    "content": "# aapanel_chinese\r\n\r\n#### 介绍\r\n本项目为aapanel(宝塔海外版)的中文语言包。    \r\n为了版本兼容性以及后续更新，本包只汉化了语言配置文件。    \r\n宝塔有部分文本分散写在模板以及面板代码内，因此汉化并不完整。     \r\n本次使用腾讯云机器翻译API汉化，汉化准确性提升，感觉腾讯的比谷歌百度都要好。  \r\nPS：正常使用6.8.21汉化版的不建议更新    \r\n\r\n#### 演示图片    \r\n ![simplified_chinese.jpg](https://raw.githubusercontent.com/gacjie/aapanel_chinese/main/simplified_chinese.jpg)   \r\n  ![traditional_chinese.jpg](https://raw.githubusercontent.com/gacjie/aapanel_chinese/main/traditional_chinese.jpg)   \r\n\r\n#### 目录说明\r\n/english   英文原版文件    \r\n/simplified_chinese   中文简体汉化文件     \r\n/traditional_chinese   中文繁体汉化文件      \r\n     \r\n#### 相关文章\r\n[宝塔海外版aapanel升级(降级)指定版本](https://www.baota.me/post-264.html)     \r\n[新蓝白配色清新宝塔面板模板美化主题](https://www.baota.me/post-233.html) \r\n\r\n#### 命令行安装\r\n以6.8.27中文简体版本为例，其他版本请复制[发行版](https://github.com/gacjie/aapanel_chinese/releases) 内支持版本的下载链接替换教程链接。  \r\n下载资源包   \r\n```shell-session\r\nwget -O aapanel_chinese.zip https://github.com/gacjie/aapanel_chinese/releases/download/6.8.27/aapanel_simplified_chinese_6827.zip\r\n```\r\n解压到覆盖资源文件\r\n```shell-session\r\nunzip -o aapanel_chinese.zip -d /www/server/\r\n```\r\n重启面板\r\n```shell-session\r\n/etc/init.d/bt restart\r\n```\r\n最后还需要手动清理浏览器缓存     \r\n\r\n#### 赞助推广\r\n[Best Asian CDN, Edge, and Secure Solutions - Tencent EdgeOne](https://edgeone.ai/?from=github)  \r\n![edgeone.jpg](https://edgeone.ai/media/34fe3a45-492d-4ea4-ae5d-ea1087ca7b4b.png)  \r\n\r\n\r\n \r\n"
  },
  {
    "path": "english/lan.js",
    "content": "var lan = {\r\n\t\"get\":function(key,args){\r\n\t\tvar msgs = {\r\n\t\t\t\"diskinfo_span_1\":\"Available space on disk partition [{1}] is less than 1GB, it may make MySQL service automatically stop, or Panel not accessible, please clean it！\",\r\n\t\t\t\"process_kill_confirm\":\"Ending task progress name [{1}],PID [{2}] may affect server service, continue?\",\r\n\t\t\t\"del\":\"Delete [{1}]\",\r\n\t\t\t\"del_all_task\":\"Totally selected [{1}] task, it is unable to restore after deleted, continue?\",\r\n\t\t\t\"del_all_task_ok\":\"Successfully deleted [{1}] task(s)!\",\r\n\t\t\t\"del_all_task_the\":\"Deleting [{1}], please wait...\",\r\n\t\t\t\"add_all_task_ok\":\"Successfully added [{1}] task(s)!\",\r\n\t\t\t\"add\":\"Adding [{1}], please wait...\",\r\n\t\t\t\"confirm_del\":\"Are your sure to delete [{1}]?\",\r\n\t\t\t\"update_num\":\"Only {1} file(s) can be selected at a time, and the rest are not processed!\",\r\n\t\t\t\"service_confirm\":\"Are you sure to {1} {2} service?\",\r\n\t\t\t\"service_the\":\"{1} {2} service now, please wait...\",\r\n\t\t\t\"service_ok\":\"{1} service already {2}\",\r\n\t\t\t\"service_err\":\"{1} service {2} failed!\",\r\n\t\t\t\"recycle_bin_confirm\":\"Are you sure to put this file [{1}] to recycle bin?\",\r\n\t\t\t\"recycle_bin_confirm_dir\":\"Are you sure to put this directory [{1}] to recycle bin?\",\r\n\t\t\t\"del_all_ftp\":\"Totally selected [{1}] FTP, and it is unable to restore after deleted, continue?\",\r\n\t\t\t\"del_all_ftp_ok\":\"Successfully deleted {1} FTP account(s)\",\r\n\t\t\t\"del_all_database\":\"Totally selected [{1}] database(s), and it is unable to restore after deleted, continue?\",\r\n\t\t\t\"del_all_database_ok\":\"Successfully deleted [{1}] database!\",\r\n\t\t\t\"config_edit_ps\":\"This is {1} primary configuration file, Do not edit it at will if you do not know config rules.\",\r\n\t\t\t\"install_confirm\":\"Are you sure to install {1}-{2}?\",\r\n\t\t\t\"del_all_site\":\"Totally selected [{1}] site,it is unable to recover after delete, continue?\",\r\n\t\t\t\"del_all_site_ok\":\"Successfully deleted [{1}] site(s)!\",\r\n\t\t\t\"ssl_enable\":\"You have enabled [{1}] certificate. To disable it, please click\\\"Disable SSL\\\"button\",\r\n\t\t\t\"lack_param\":\"Missing required parameters [{1}]\",\r\n\t\t\t\"del_ftp\":'Are you sure to delete FTP account [{1}]?',\r\n\t\t}\r\n\r\n\t\tif(!msgs[key]) return '';\r\n\t\tmsg = msgs[key];\r\n\t\tfor(var i=0;i<args.length;i++){\r\n\t\t\t// console.log('test',args[i])\r\n\t\t\tmsg = msg.replace('{'+(i+1)+'}',args[i]+'');\r\n\t\t}\r\n\r\n\t\treturn msg;\r\n\t},\r\n\t\"index\":{\r\n\t\t\"memre\":\"Release memory\",\r\n\t\t\"memre_ok\":\"Finished Releasing\",\r\n\t\t\"memre_ok_0\":\"Releasing\",\r\n\t\t\"memre_ok_1\":\"Released\",\r\n\t\t\"memre_ok_2\":\"Already the best\",\r\n\t\t\"mem_warning\":\"Currently available physical RAM is less than 64M, which may cause MySQL to automatically stop, site 502 and other errors, please try to free the memory!\",\r\n\t\t\"user_warning\":\"Current panel user is admin, which may bring risks to the panel!！\",\r\n\t\t\"cpu_core\":\"Core(s)\",\r\n\t\t\"interfacespeed\":\"Interface speed\",\r\n\t\t\"package_num\":\"Package number\",\r\n\t\t\"interface_net\":\"Interface traffic in real time\",\r\n\t\t\"net_up\":\"Upstream\",\r\n\t\t\"net_down\":\"Downstream\",\r\n\t\t\"unit\":\"Unit\",\r\n\t\t\"net_font\":\"宋体\",\r\n\t\t\"update_go\":\"Update now\",\r\n\t\t\"update_get\":\"Getting version information...\",\r\n\t\t\"update_check\":\"Check for updates\",\r\n\t\t\"update_to\":\"Update to\",\r\n\t\t\"update_the\":\"Updating panel...\",\r\n\t\t\"update_ok\":\"Updated!\",\r\n\t\t\"update_log\":\"Version update\",\r\n\t\t\"reboot_title\":\"Safely reboot server\",\r\n\t\t\"reboot_warning\":\"Warning，If this server is a container, please cancel\",\r\n\t\t\"reboot_ps\":\"Safe reboot helps protect files, and will do the following：\",\r\n\t\t\"reboot_ps_1\":\"1. Stop web service\",\r\n\t\t\"reboot_ps_2\":\"2. Stop MySQL service\",\r\n\t\t\"reboot_ps_3\":\"3. Start to reboot server\",\r\n\t\t\"reboot_ps_4\":\"4. Waiting server to start\",\r\n\t\t\"reboot_msg_1\":\"Stopping web service\",\r\n\t\t\"reboot_msg_2\":\"Stopping MySQL service\",\r\n\t\t\"reboot_msg_3\":\"Start to reboot server\",\r\n\t\t\"reboot_msg_4\":\"Waiting Server to start\",\r\n\t\t\"reboot_msg_5\":\"Server rebooted successfully!\",\r\n\t\t\"panel_reboot_title\":\"Restart panel service\",\r\n\t\t\"panel_reboot_msg\":\"Panel service will restart, continue?\",\r\n\t\t\"panel_reboot_to\":\"Restarting panel service, please wait...\",\r\n\t\t\"panel_reboot_ok\":\"Panel service restarted successfully!\",\r\n\t\t\"net_dorp_ip\":\"Block this IP\",\r\n\t\t\"net_doup_ip_msg\":\"This IP cannot visit server after block, you can unblock this IP in [Security], continue?\",\r\n\t\t\"net_doup_ip_ps\":\"Manual block\",\r\n\t\t\"net_doup_ip_to\":\"Manual block\",\r\n\t\t\"net_status_title\":\"Network status\",\r\n\t\t\"net_protocol\":\"Protocol\",\r\n\t\t\"net_address_dst\":\"Local address\",\r\n\t\t\"net_address_src\":\"Remote address\",\r\n\t\t\"net_address_status\":\"Status\",\r\n\t\t\"net_process\":\"Processes\",\r\n\t\t\"net_process_pid\":\"PID\",\r\n\t\t\"process_check\":\"Analying...\",\r\n\t\t\"process_kill\":\"Kill\",\r\n\t\t\"process_kill_title\":\"Kill this process\",\r\n\t\t\"process_title\":\"Task manager\",\r\n\t\t\"process_pid\":\"PID\",\r\n\t\t\"process_name\":\"Name\",\r\n\t\t\"process_cpu\":\"CPU\",\r\n\t\t\"process_mem\":\"Memory\",\r\n\t\t\"process_disk\":\"Read/Write\",\r\n\t\t\"process_status\":\"Status\",\r\n\t\t\"process_thread\":\"Thread\",\r\n\t\t\"process_user\":\"User\",\r\n\t\t\"process_act\":\"Action\",\r\n\t\t\"kill_msg\":\"Killing this process...\",\r\n\t\t\"rep_panel_msg\":\"Verify and repair the panel, continue?\",\r\n\t\t\"rep_panel_title\":\"Repair panel\",\r\n\t\t\"rep_panel_the\":\"Verifying module...\",\r\n\t\t\"rep_panel_ok\":\"Repair completed, please press Ctrl+F5 to refresh the cache!\",\r\n\t\t\"bind_bt_account_first\":\"Please bind your aaPanel account first!\",\r\n\t\t\"avg_load_atlast_onemin\":\"Average load in the last 1 minute: \",\r\n\t\t\"avg_load_atlast_fivemin\":\"Average load in the last 5 minutes: \",\r\n\t\t\"avg_load_atlast_fifteenmin\":\"Average load in the last 15 minutes: \",\r\n\t\t\"mem_release_sure\":\"Are you sure to to free the memory?\",\r\n\t\t\"mem_release_warn\":\"If your site is in a state of heavy access, freeing up RAM can have unpredictable consequences. Are you sure you want to free RAM now?\",\r\n\t\t\"update\":\"Update\",\r\n\t\t\"find_bug_reward\":\"Find bugs, get aaPanel coins\",\r\n\t\t\"run_block\":\"Running blocked\",\r\n\t\t\"run_slow\":\"Running slowly\",\r\n\t\t\"run_normal\":\"Running normally\",\r\n\t\t\"run_fluent\":\"Running smoothly\",\r\n\t\t\"safe_problem_cant_ignore\":\"This security issue cannot be ignored, please handle it ASAP.\",\r\n\t\t\"cant_ignore\":\"Cannot ignore\",\r\n\t\t\"edit_now\":\"Modify now\",\r\n\t\t\"inode_info\":\"Inode info\",\r\n\t\t\"total\":\"Total\",\r\n\t\t\"already_use\":\"Used\",\r\n\t\t\"available\":\"Available\",\r\n\t\t\"inode_percent\":\"Inode usage\",\r\n\t\t\"test_version\":\"Beta\",\r\n\t\t\"final_version\":\"Stable \",\r\n\t\t\"update_version\":\"Version update\",\r\n\t\t\"last_version_now\":\"Congratulations, it is currently the latest version\",\r\n\t\t\"this_version\":\"Current version: \",\r\n\t\t\"check_this_version_log\":\"View current version log\",\r\n\t\t\"bt_linux\":\"aaPanel Linux\",\r\n\t\t\"release_time\":\"Release time: \",\r\n\t\t\"last_version_is\":\"The latest version is \",\r\n\t\t\"update_time\":\"Release: \",\r\n\t\t\"update_verison_click\":\"If you need update to beta version, please click \",\r\n\t\t\"check_detail\":\"details\",\r\n\t\t\"change_final_click\":\"\",\r\n\t\t\"change_final\":\"Switch to the stable version\",\r\n\t\t\"have_new_version\":\"New panel version available\",\r\n\t\t\"last_version\":\"Latest version: \",\r\n\t\t\"check_version_log\":\"Check version update log\",\r\n\t\t\"update_date\":\"Update date: \",\r\n\t\t\"change_test_to_final\":\"Are you sure to switch from the beta to the stable version? \",\r\n\t\t\"apply_linux_test_version\":\"Apply for Linux Beta version\",\r\n\t\t\"apply_most_know\":\"Instructions for Beta Testers\",\r\n\t\t\"linux_test_version_update_log\":\"Linux Beta update log\",\r\n\t\t\"already_read\":\"I have already checked\",\r\n\t\t\"apply_most_know1\":\"“<b>'Instructions for Beta Testers'</b>”\",\r\n\t\t\"second_left_of_click\":\"{1} second(s) wait to click\",\r\n\t\t\"update_test_version\":\"Update to Linux Beta version\",\r\n\t\t\"check_test_version_detail\":\"Please read Instructions for Beta Testers carefully. Are you sure to update to Linux Beta version?\",\r\n\t\t\"restart_serverorpanel\":\"Restart server or panel\",\r\n\t\t\"restart_server\":\"Restart server\",\r\n\t\t\"restart_panel\":\"Restart panel\",\r\n\t\t\"get_soft_list_success\":\"Successfully obtained software list from the cloud\",\r\n\t\t\"change_free\":\"Switching back to the free version can be achieved by unbinding the account\",\r\n\t\t\"ubind\":\"Unbind account\",\r\n\t\t\"confirm_cancel\":\"Are you sure to cancel the authorization\",\r\n\t\t\"panel_port_tips\":\"The current panel uses the default port [8888], which has security risks. Please modify the panel port in the panel settings!\",\r\n\t\t\"panel_port_tip1\":\"This security issue cannot be ignored, please handle it as soon as possible.\",\r\n\t\t\"panel_port_tip2\":\"Not negligible\",\r\n\t\t\"panel_port_tip3\":\"Change now\",\r\n\t\t\"base_info\": \"basic information\",\r\n\t\t\"capacity_info\":\"Capacity information\",\r\n\t\t\"capacity\":\"Capacity\",\r\n\t\t\"usage_rate\":\"Usage rate\"\r\n\t},\r\n\t\"config\":{\r\n\t\t\"modify_time\":\"Modified time\",\r\n\t\t\"select_fileordir\":\"Select File/Dir\",\r\n\t\t\"close_panel_msg\":\"Close Panel will make the panel not accessible! Are you sure?\",\r\n\t\t\"close_panel_title\":\"Disable Panel\",\r\n\t\t\"config_save\":\"Saving configuration...\",\r\n\t\t\"config_sync\":\"Syncing time...\",\r\n\t\t\"config_user_binding\":\"Binding your aaPanel account\",\r\n\t\t\"config_user_edit\":\"Change aaPanel account\",\r\n\t\t\"binding\":\"Bind\",\r\n\t\t\"token_get\":\"Getting token...\",\r\n\t\t\"user_bt\":\"Username\",\r\n\t\t\"pass_bt\":\"Password\",\r\n\t\t\"binding_un_msg\":\"Are you sure to unbind aaPanel account？\",\r\n\t\t\"binding_un_title\":\"Unbind\",\r\n\t\t\"binding_un\":\"unbind\",\r\n\t\t\"ssl_close_msg\":\"You will have to use http protocol to access the panel after turning off SSL, continue?\",\r\n\t\t\"ssl_open_ps\":\"Warning! This feature requires Advanced Knowledge!\",\r\n\t\t\"ssl_open_ps_1\":\"First determine if you need to enable this feature!\",\r\n\t\t\"ssl_open_ps_2\":\"If you choose to self-certificate browser will show no trust\",\r\n\t\t\"ssl_open_ps_3\":\"If panel is not accessible, you can click the link below to find solutions\",\r\n\t\t\"ssl_open_ps_4\":\"I already know the details, and I'm willing to take the risk.\",\r\n\t\t\"ssl_open_ps_5\":\"Check details\",\r\n\t\t\"ssl_title\":\"Set Panel SSL\",\r\n\t\t\"ssl_ps\":\"Please identify the risk first!\",\r\n\t\t\"ssl_msg\":\"Installing and setting up the SSL component, which will take a few minutes...\",\r\n\t\t\"qrcode_no_list\":\"The current binding list is empty. Please bind and try again\",\r\n\t\t\"confirm\":\"OK\",\r\n\t\t\"change_safe_entry\":\"Modify security entrance\",\r\n\t\t\"entry_addr\":\"Entrance address\",\r\n\t\t\"turn_off\":\"Turn off\",\r\n\t\t\"submit\":\"Submit\",\r\n\t\t\"get_cert\":\"Getting certificate information...\",\r\n\t\t\"key\":\"Key\",\r\n\t\t\"pem_cert\":\"Certificate (in pem format)\",\r\n\t\t\"save\":\"Save\",\r\n\t\t\"ps\":\"Paste your *.key and *.pem content and save\",\r\n\t\t\"help\":\"Help\",\r\n\t\t\"ps1\":\"If the browser prompts that the certificate chain is incomplete, check whether the pem certificate is correctly spliced.\",\r\n\t\t\"ps2\":\"Certificate in pem format = domain certificate.crt + root certificate (root_bundle).crt\",\r\n\t\t\"custom_panel_cert\":\"Custom panel certificate\",\r\n\t\t\"get_qr_core\":\"Getting QR code, please wait...\",\r\n\t\t\"get_qr_core_fail\":\"Failed to get QR code, please try again later\",\r\n\t\t\"user_img\":\"User avatar\",\r\n\t\t\"nikename\":\"Nickname\",\r\n\t\t\"unbind_wechat\":\"Unbind the current WeChat Mini Program\",\r\n\t\t\"unbind\":\"Unbind\",\r\n\t\t\"add_bind_account\":\"Add another account to bind\",\r\n\t\t\"confirm_unbind\":\"Are you sure to cancel the current binding?\",\r\n\t\t\"cancel\":\"Cancel\",\r\n\t\t\"bind_success\":\"Successfully bound\",\r\n\t\t\"open_small_app\":\"Open the aaPanel panel Mini Program\",\r\n\t\t\"qrcore_of_small_app\":\"QR code of Mini Program\",\r\n\t\t\"scan_qrcore_with_small_app\":\"Use aaPanel Mobile to scan the current QR code to bind the panel\",\r\n\t\t\"return_bind_list\":\"Return to the panel binding list\",\r\n\t\t\"read_bind_list\":\"View binding list\",\r\n\t\t\"bind_wechat\":\"Bind WeChat\",\r\n\t\t\"no_bind_bt_account\":\"aaPanel account NOT bound\",\r\n\t\t\"get_api\":\"Getting API info...\",\r\n\t\t\"set_api\":\"Configuration panel API\",\r\n\t\t\"api\":\"API\",\r\n\t\t\"int_sk\":\"API secret key\",\r\n\t\t\"reset\":\"Reset\",\r\n\t\t\"ip_white_list\":\"IP whitelist\",\r\n\t\t\"one_per_line\":\"1 per line\",\r\n\t\t\"help1\":\"When API is enabled, only IP in the IP whitelist can access the panel API.\",\r\n\t\t\"help2\":\"API key is displayed only once when reset and is no longer displayed after that. &nbsp;&nbsp; &nbsp; Please take good care of your key.\",\r\n\t\t\"help3\":\"The API document\",\r\n\t\t\"is_submitting\":\"Submitting...\",\r\n\t\t\"create_int_key_success\":\"API key generated. Please keep your new key. This key is only displayed once!\",\r\n\t\t\"open_successfully\":\"Successfully turned on\",\r\n\t\t\"setting_up\":\"Setting up, please wait...\",\r\n\t\t\"setting_basicauth\":\"Configuring the BasicAuth service, please wait...\",\r\n\t\t\"set_basicauth\":\"Configuring BasicAuth authentication\",\r\n\t\t\"not_modified\":\"Please leave blank if not modified\",\r\n\t\t\"set_username\":\"Please set the username\",\r\n\t\t\"set_passwd\":\"Please set the password\",\r\n\t\t\"basic_auth_tips1\":\"Note: Please do not use your usual password here!\",\r\n\t\t\"basic_auth_tips2\":\"Access the panel in any way, you need to enter the BasicAuth info!\",\r\n\t\t\"basic_auth_tips3\":\"It can effectively prevent the panel from being scanned and found,but cannot replace the panel login info\",\r\n\t\t\"know_risk\":\"You must use and understand this feature to decide if you want to open it!\",\r\n\t\t\"basic_auth_desc1\": \"After open, access the panel in any way, you need enter the BasicAuth username and password.\",\r\n\t\t\"basic_auth_desc2\": \"It can effectively prevent the panel from being scanned and found.\",\r\n\t\t\"basic_auth_desc3\": \"You must record the account password you set.\",\r\n\t\t\"basic_auth_desc4\": \"If you forget your password, you can disable BasicAuth using the [bt] command in SSH.\",\r\n\t\t\"panel_entrance_err\": \"Set the response status when unauthenticated\",\r\n\t\t\"response\": \"Response\",\r\n\t\t\"response_msg1\":\"security entry error\",\r\n\t\t\"response_desc\":\"Response when not logged in and not properly entered for security entry, used to hide panel features\",\r\n\t\t\"open_strong_password\": \"Open strong password\",\r\n\t\t\"close_strong_password\": \"Close strong password\",\r\n\t\t\"strong_password_desc1\":\"After the strong password is enabled, the complexity of the password will be judged. rule: \",\r\n\t\t\"strong_password_desc2\":\"Length 8, upper and lower case letters, numbers and characters exist\",\r\n\t\t\"strong_password_desc3\":\"When Strong Password is turned off, password login will no longer verify password complexity\",\r\n\t\t\"not_set\":\"Not set\",\r\n\t\t\"set_password_expiration_time\":\"Set password expiration time\",\r\n\t\t\"expire_password_desc1\":\"Need to reset password after expiration\",\r\n\t\t\"expire_password_desc2\":\"When set to 0, it means to disable this function\",\r\n\t\t\"expire_time\":\"Expire time\"\r\n\t},\r\n\t\"control\":{\r\n\t\t\"save_day_err\":\"Number of saving day is illegal!\",\r\n\t\t\"close_log\":\"Clean Logs\",\r\n\t\t\"close_log_msg\":\"Are you sure to clean all of logs of Monitory?\",\r\n\t\t\"disk_read_num\":\"Number of reads\",\r\n\t\t\"disk_write_num\":\"Number of writes\",\r\n\t\t\"disk_read_bytes\":\"Byte of reads\",\r\n\t\t\"disk_write_bytes\":\"Byte of writes\",\r\n\t\t\"time\":\"Time\",\r\n\t\t\"sys_resource_usage\":\"System resource usage\",\r\n\t\t\"m1\":\"1 min\",\r\n\t\t\"m5\":\"5 min\",\r\n\t\t\"m15\":\"15 min\",\r\n\t\t\"resource_usage\":\"Resource usage %\",\r\n\t\t\"load_detail\":\"Load details\",\r\n\t\t\"disk_rw_count\": \"r/w times\",\r\n\t\t\"disk_rw_time\": \"r/w wait\"\r\n\t},\r\n\t\"crontab\":{\r\n\t\t\"task_log_title\": \"Cron Job Running Log\",\r\n\t\t\"task_empty\":\"There are currently no cron jobs\",\r\n\t\t\"del_task\":\"Are you sure to delete this cron job?\",\r\n\t\t\"del_task_all_title\":\"Batch delete cron jobs\",\r\n\t\t\"del_task_err\":\"Failed to delete the following cron jobs:\",\r\n\t\t\"add_task_empty\":\"Name of cron job cannot be empty!\",\r\n\t\t\"input_hour_err\":\"Value of hour is illegal!\",\r\n\t\t\"input_minute_err\":\"Value of minute is illegal!\",\r\n\t\t\"input_number_err\":\"Negative number is not allowed!\",\r\n\t\t\"input_file_err\":\"Please select a script file!\",\r\n\t\t\"input_script_err\":\"Shell script cannot be empty!\",\r\n\t\t\"input_url_err\":\"URL address is incorrect!\",\r\n\t\t\"input_empty_err\":\"Object list is empty, unable to continue!\",\r\n\t\t\"backup_site\":\"Backup site\",\r\n\t\t\"backup_database\":\"Backup database\",\r\n\t\t\"backup_log\":\"Backup logs\",\r\n\t\t\"backup_all_err\":\"Failed to add cron jobs for the following objects:\",\r\n\t\t\"day\":\"Day\",\r\n\t\t\"hour\":\"Hour\",\r\n\t\t\"minute\":\"Minute\",\r\n\t\t\"sun\":\"Day\",\r\n\t\t\"sbody\":\"Script content\",\r\n\t\t\"log_site\":\"Cut site\",\r\n\t\t\"url_address\":\"URL address\",\r\n\t\t\"backup_to\":\"Backup to\",\r\n\t\t\"disk\":\"Disk of server\",\r\n\t\t\"save_new\":\"Keep last\",\r\n\t\t\"save_num\":\"\",\r\n\t\t\"TZZ1\":\"Monday\",\r\n\t\t\"TZZ2\":\"Tuesday\",\r\n\t\t\"TZZ3\":\"Wednesday\",\r\n\t\t\"TZZ4\":\"Thursday\",\r\n\t\t\"TZZ5\":\"Friday\",\r\n\t\t\"TZZ6\":\"Saturday\",\r\n\t\t\"TZZ7\":\"Sunday\",\r\n\t\t\"mem_ps\":\"Free RAM of PHP/MySQL/Pure-FTPd/Apache/Nginx, recommended to be executed every midnight!\",\r\n\t\t\"mem\":\"Free RAM\",\r\n\t\t\"log_empty\":\"Current log is empty\",\r\n\t\t\"microsoft_yahei\":\"Microsoft Yahei\",\r\n\t\t\"crontab_stop\":\"Disable the cron job\",\r\n\t\t\"normal\":\"Normal\",\r\n\t\t\"crontab_start\":\"Enable the cron job\",\r\n\t\t\"disable\":\"Disable\",\r\n\t\t\"local_disk\":\"Local disk\",\r\n\t\t\"shell\":\"Shell script\",\r\n\t\t\"site_bak\":\"Backup site\",\r\n\t\t\"db_bak\":\"Backup database\",\r\n\t\t\"log_split\":\"Log cutting\",\r\n\t\t\"dir_bak\":\"Directory backup\",\r\n\t\t\"mem_release\":\"Free RAM\",\r\n\t\t\"get_url\":\"Get URL\",\r\n\t\t\"hourly\":\"Hourly\",\r\n\t\t\"daily\":\"Daily\",\r\n\t\t\"weekly\":\"Weekly\",\r\n\t\t\"monthly\":\"Monthly\",\r\n\t\t\"n_day\":\"N days\",\r\n\t\t\"n_hour\":\"N hours\",\r\n\t\t\"n_min\":\"N minutes\",\r\n\t\t\"all\":\"All\",\r\n\t\t\"server_disk\":\"Server disk\",\r\n\t\t\"crontab_edit\":\"Edit cron jobs\",\r\n\t\t\"task_type\":\"Type of cron job\",\r\n\t\t\"task_name\":\"Name of cron job\",\r\n\t\t\"exec_cycle\":\"Execution cycle\",\r\n\t\t\"hour1\":\"Hour\",\r\n\t\t\"minute1\":\"Min\",\r\n\t\t\"bakup_to\":\"Backup to\",\r\n\t\t\"keep_update\":\"Keep last\",\r\n\t\t\"copies\":\"copies\",\r\n\t\t\"shell_content\":\"Script content\",\r\n\t\t\"tips\":\"Tips\",\r\n\t\t\"tips_content\":\"Free RAM of PHP/MySQL/Pure-FTPd/Apache/Nginx, recommended to be executed every midnight!\",\r\n\t\t\"edit_save\":\"Save changes\",\r\n\t\t\"saving\":\"Saving changes, please wait...\",\r\n\t\t\"crontab_stop_will\":\"The cron job will not continue to run after suspended. Are you sure to suspend this cron job?\",\r\n\t\t\"disable_change_crontab_start\":\"The cron job deactivated, are you sure to enable this cron job?\",\r\n\t\t\"setting_status\":\"Setting status, please wait...\",\r\n\t\t\"exclusion_rule\":\"Exclusion rule\",\r\n\t\t\"exclusion_rule_tips\":\"For each rule in a row, the directory cannot end with /, e.g.\"\r\n\t},\r\n\t\"firewall\":{\r\n\t\t\"empty\":\"Cleaned!\",\r\n\t\t\"port\":\"Port\",\r\n\t\t\"accept\":\"Accept\",\r\n\t\t\"port_ps\":\"Note: Support to accept port range, e.g. 3000:3500\",\r\n\t\t\"ip\":\"IP address to block\",\r\n\t\t\"drop\":\"Block\",\r\n\t\t\"ip_ps\":\"Note: Support to block IP segment，e.g.: 192.168.0.0/24\",\r\n\t\t\"ssh_port_msg\":\"Changing the SSH remote port will log out all logged in users, are you sure to change the port?\",\r\n\t\t\"ssh_port_title\":\"SSH Remote Port\",\r\n\t\t\"ssh_off_msg\":\"Turning off SSH service will also log out all logged in users, continue?\",\r\n\t\t\"ssh_on_msg\":\"Are you sure to turn on SSH service？\",\r\n\t\t\"ping_msg\":\"Blocking ICMP will NOT affect site access, but ICMP function cannot be used for this server, are you sure to block ICMP？\",\r\n\t\t\"ping_un_msg\":\"The server may be found by hacker after unblocking ICMP, are you sure to unblock ICMP?\",\r\n\t\t\"ping_title\":\"Whether to Block ICMP\",\r\n\t\t\"ping\":\"ICMP Blocked\",\r\n\t\t\"ping_un\":\"ICMP Unblocked\",\r\n\t\t\"ping_err\":\"Cannot connect to server\",\r\n\t\t\"status_not\":\"Not Listening\",\r\n\t\t\"status_net\":\"no access to public network\",\r\n\t\t\"status_ok\":\"Listening\",\r\n\t\t\"drop_ip\":\"Block IP\",\r\n\t\t\"accept_port\":\"Accept port\",\r\n\t\t\"port_err\":\"Port range is illegal!\",\r\n\t\t\"ps_err\":\"Notes/Description is NOT allowed to be empty!\",\r\n\t\t\"del_title\":\"Delete Rules of Firewall\",\r\n\t\t\"close_log\":\"Clear logs\",\r\n\t\t\"close_log_msg\":\"About to clear logs，continue？\",\r\n\t\t\"close_the\":\"Clearing, please wait...\",\r\n\t\t\"mysql_default_port\":\"Default port of MySQL service\",\r\n\t\t\"phpmmyadmin_default_port\":\"Default port of phpMyAdmin\",\r\n\t\t\"ssh_default_port\":\"SSH remote service\",\r\n\t\t\"ftp1_default_port\":\"Data port of FTP active mode\",\r\n\t\t\"ftp_default_port\":\"Default port of FTP protocol\",\r\n\t\t\"ftp2_default_port\":\"Port range of FTP passive mode\",\r\n\t\t\"mem_default_port\":\"Memcached service port\",\r\n\t\t\"rsync_default_port\":\"Rsync data sync service\",\r\n\t\t\"bt_default_port\":\"Default port of aaPanel\",\r\n\t\t\"site_default_port\":\"Default port of WebSite\",\r\n\t\t\"del\":\"Del\",\r\n\t\t\"number\":\"ID\",\r\n\t\t\"behavior\":\"Rule\",\r\n\t\t\"status\":\"Status\",\r\n\t\t\"add_time\":\"Added date\",\r\n\t\t\"instructions\":\"Instructions\",\r\n\t\t\"operate\":\"Operation\",\r\n\t\t\"operate_type\":\"Operation type\",\r\n\t\t\"detail\":\"Details\",\r\n\t\t\"operate_time\":\"Operation time\"\r\n\t},\r\n\t\"upload\":{\r\n\t\t\"upload\":\"Upload\",\r\n\t\t\"file_type_err\":\"File type is NOT allowed to upload!\",\r\n\t\t\"file_err\":\"File ERROR\",\r\n\t\t\"file_err_empty\":\"Empty file is NOT allowed!\",\r\n\t\t\"select_file\":\"Select files!\",\r\n\t\t\"select_empty\":\"No files available to upload, select files again\",\r\n\t\t\"up_sleep\":\"Pending upload\",\r\n\t\t\"up_the\":\"Uploaded\",\r\n\t\t\"up_save\":\"Saving..\",\r\n\t\t\"up_ok\":\"Successfully uploaded\",\r\n\t\t\"up_ok_1\":\"Upload complete\",\r\n\t\t\"up_ok_2\":\"Uploaded\",\r\n\t\t\"up_speed\":\"Uploading:\",\r\n\t\t\"up_err\":\" Upload ERROR\",\r\n\t\t\"ie_err\":\"Sorry, IE 6/7/8 is NOT supported, please upload files with another browser\"\r\n\t},\r\n\t\"bt\":{\r\n\t\t\"empty\":\"empty\",\r\n\t\t\"dir\":\"Select directory\",\r\n\t\t\"path\":\"Current path\",\r\n\t\t\"comp\":\"Computer\",\r\n\t\t\"filename\":\"File name\",\r\n\t\t\"etime\":\"Modification time\",\r\n\t\t\"access\":\"Permission\",\r\n\t\t\"own\":\"Owner\",\r\n\t\t\"adddir\":\"Add directory\",\r\n\t\t\"editdir\": \"Edit directory\",\r\n\t\t\"deldir\":\"Delete directory\",\r\n\t\t\"sitedir\": \"Site directory\",\r\n\t\t\"path_ok\":\"Select\",\r\n\t\t\"save_file\":\"Saving, please wait...\",\r\n\t\t\"read_file\":\"Reading, please wait...\",\r\n\t\t\"edit_title\":\"Online Edit\",\r\n\t\t\"edit_ps\":\"Tips：Ctrl+F Search keyword，Ctrl+G Find next，Ctrl+S Save，Ctrl+Shift+R Find & Replace!\",\r\n\t\t\"stop\":\"Stop\",\r\n\t\t\"start\":\"Start\",\r\n\t\t\"restart\":\"Restart\",\r\n\t\t\"reload\":\"Reload\",\r\n\t\t\"php_status_err\":\"Sorry, PHP 5.2 is NOT supported\",\r\n\t\t\"php_status_title\":\"PHP Load Average\",\r\n\t\t\"php_pool\":\"Application pool\",\r\n\t\t\"php_manager\":\"Process management mode\",\r\n\t\t\"dynamic\":\"Dynamic\",\r\n\t\t\"static\":\"Static\",\r\n\t\t\"php_start\":\"Start time\",\r\n\t\t\"php_accepted\":\"Accepted connections\",\r\n\t\t\"php_queue\":\"Listened queue\",\r\n\t\t\"php_max_queue\":\"Max listened queue\",\r\n\t\t\"php_len_queue\":\"Listened queue length\",\r\n\t\t\"php_idle\":\"Idle processes\",\r\n\t\t\"php_active\":\"Active processes\",\r\n\t\t\"php_total\":\"Total processes\",\r\n\t\t\"php_max_active\":\"Max active processes\",\r\n\t\t\"php_max_children\":\"Max child processes reached\",\r\n\t\t\"php_slow\":\"Slow requests\",\r\n\t\t\"nginx_title\":\"Nginx Load Average\",\r\n\t\t\"nginx_active\":\"Active connections\",\r\n\t\t\"nginx_accepts\":\"Total accepts\",\r\n\t\t\"nginx_handled\":\"Total handled\",\r\n\t\t\"nginx_requests\":\"Total requests\",\r\n\t\t\"nginx_reading\":\"Reading\",\r\n\t\t\"nginx_writing\":\"Writing\",\r\n\t\t\"nginx_waiting\":\"Waiting\",\r\n\t\t\"nginx_worker\":\"Worker process\",\r\n\t\t\"nginx_workercpu\":\"Nginx worker CPU\",\r\n\t\t\"nginx_workermen\":\"Nginx worker memory\",\r\n\t\t\"apache_uptime\":\"Uptime\",\r\n\t\t\"apache_restarttime\":\"Restart time\",\r\n\t\t\"apache_totalaccesses\":\"Total Accesses\",\r\n\t\t\"apache_totalkbytes\":\"Total Bytes\",\r\n\t\t\"apache_reqpersec\":\"Requests per second\",\r\n\t\t\"apache_idleworkers\":\"Idle Workers\",\r\n\t\t\"apache_busyworkers\":\"Busy Workers\",\r\n\t\t\"apache_workercpu\":\"Apache worker CPU\",\r\n\t\t\"apache_workermem\":\"Apache worker memory\",\r\n\t\t\"drop_ip_title\":\"Block this IP\",\r\n\t\t\"net_status_title\":\"Network Status\",\r\n\t\t\"net_pool\":\"Protocol\",\r\n\t\t\"copy_ok\":\"Copied\",\r\n\t\t\"copy_empty\":\"Password is empty\",\r\n\t\t\"cal_msg\":\"Result：\",\r\n\t\t\"cal_empty\":\"Enter result, otherwise unable to delete\",\r\n\t\t\"cal_err\":\"result is incorrect, please try again\",\r\n\t\t\"loginout\":\"Are you sure to log out?\",\r\n\t\t\"pass_err_len\":\"Panel password cannot be less than 8 characters!\",\r\n\t\t\"pass_err\":\"Cannot be weak password\",\r\n\t\t\"pass_err_re\":\"The passwords entered twice are inconsistent\",\r\n\t\t\"pass_title\":\"Change Password\",\r\n\t\t\"pass_new_title\":\"New Password\",\r\n\t\t\"pass_rep\":\"Random password\",\r\n\t\t\"pass_rep_btn\":\"Random\",\r\n\t\t\"pass_re\":\"Repeat\",\r\n\t\t\"pass_re_title\":\"Enter again\",\r\n\t\t\"pass_rep_ps\":\"Please record your new password before making changes!\",\r\n\t\t\"user_len\":\"Username cannot be less than 3 characters\",\r\n\t\t\"user_err_re\":\"The usernames entered twice are inconsistent\",\r\n\t\t\"user_title\":\"Change username\",\r\n\t\t\"user\":\"Username\",\r\n\t\t\"user_new\":\"New username\",\r\n\t\t\"task_list\":\"Task list\",\r\n\t\t\"task_msg\":\"Message list\",\r\n\t\t\"task_not_list\":\"Currently no tasks!\",\r\n\t\t\"task_scan\":\"Scanning\",\r\n\t\t\"task_install\":\"Installing\",\r\n\t\t\"task_sleep\":\"Waiting\",\r\n\t\t\"task_downloading\":\"Downloading\",\r\n\t\t\"task_the\":\"Processing\",\r\n\t\t\"task_ok\":\"Finished\",\r\n\t\t\"task_close\":\"Task canceled!\",\r\n\t\t\"time\":\"Time-consuming\",\r\n\t\t\"s\":\"sec\",\r\n\t\t\"install_title\":\"Recommended software packages\",\r\n\t\t\"install_ps\":\"Recommended to use the following one-click packages, please choose on demand or in\",\r\n\t\t\"install_s\":\"Software Store\",\r\n\t\t\"install_s1\":\"choose by yourself, recommended to install LEMP.\",\r\n\t\t\"install_lnmp\":\"LNMP(Recommended)\",\r\n\t\t\"install_type\":\"Method\",\r\n\t\t\"install_rpm\":\"Fast\",\r\n\t\t\"install_rpm_title\":\"i.e. rpm, installed in a very short time (5~10 minutes), with performance and stability a bit lower than compiled\",\r\n\t\t\"install_src\":\"Compiled\",\r\n\t\t\"install_src_title\":\"installed in a long time (30 minutes to 3 hours), suitable for production environment\",\r\n\t\t\"install_key\":\"One-click Install\",\r\n\t\t\"install_apache22\":\"Selected Apache 2.2, PHP will run in php5_module mode!\",\r\n\t\t\"install_apache24\":\"Selected Apache 2.4, PHP will run in php-fpm mode!\",\r\n\t\t\"insatll_s22\":\"Apache 2.2 NOT support\",\r\n\t\t\"insatll_s24\":\"Apache 2.4 NOT support\",\r\n\t\t\"insatll_mem\":\"Your RAM is less than {1}, NOT recommended to install MySQL-{2}\",\r\n\t\t\"install_to\":\"Adding to installer...\",\r\n\t\t\"install_ok\":\"Request of installation added to installer\",\r\n\t\t\"task_add\":\"Added to queue\",\r\n\t\t\"panel_open\":\"Opening Panel...\",\r\n\t\t\"panel_add\":\"Add aaPanel association\",\r\n\t\t\"panel_edit\":\"Modify association\",\r\n\t\t\"panel_err_format\":\"Format of panel address is incorrect, e.g. \",\r\n\t\t\"panel_err_empty\":\"Info of panel cannot be empty\",\r\n\t\t\"panel_address\":\"Panel address\",\r\n\t\t\"panel_user\":\"Username\",\r\n\t\t\"panel_pass\":\"Password\",\r\n\t\t\"panel_ps\":\"Notes\",\r\n\t\t\"panel_ps_1\":\"Keep info of other server panels to enable one-click login feature\",\r\n\t\t\"panel_ps_2\":\"Notes of Panel cannot be repeated\",\r\n\t\t\"panel_ps_3\":\"<font style='color:red'>Note that turning on ad blocking will break quick login.</font>\",\r\n\t\t\"task_time\":\"Time\",\r\n\t\t\"task_name\":\"Name\",\r\n\t\t\"task_msg_title\":\"Message Notification\",\r\n\t\t\"task_title\":\"Message Box\",\r\n\t\t\"task_tip_read\":\"Mark as read\",\r\n\t\t\"task_tip_all\":\"Mark all as read\",\r\n\t\t\"no_data\" : \"Currently no data\"\r\n\t},\r\n\t\"files\":{\r\n\t\t\"expected_to_be\":\"Expected to be\",\r\n\t\t\"continue\":\"do you want to continue\",\r\n\t\t\"unfavorite1\":\"Unfavorite\",\r\n\t\t\"recycle_bin_warning\":\"The recycle bin is currently not opened, and it cannot be restored after deletion. Do you want to continue\",\r\n\t\t\"del_in_bulk\":\"Delete in bulk\",\r\n\t\t\"del_to_recycle_bin\":\"After deleting, it will be moved to the recycle bin. Do you want to continue?\",\r\n\t\t\"mounted_disk\":\"Mounted disk\",\r\n\t\t\"file_has_been_shared\":\"File has been shared, click to view information\",\r\n\t\t\"file_has_been_favorite\":\"The file has been added to favorites, click again to cancel\",\r\n\t\t\"recycle_bin_dir\":\"PS: Recycle Bin directory, Do not operate\",\r\n\t\t\"swap_file\":\"PS: SWAP swap partition file set by default by aaPanel\",\r\n\t\t\"apache_profile\":\"PS: Apache user profile (URL rewrite)\",\r\n\t\t\"php_profile\":\"PS: PHP user profile (anti-cross-site)!\",\r\n\t\t\"deleting_permission\":\"Deleting permission backup, please wait...\",\r\n\t\t\"fix_permission\":\"File permissions are being repaired, please wait...\",\r\n\t\t\"setting_permission_list\":\"Setting permission list, please wait...\",\r\n\t\t\"getting_permission_list\":\"Getting permission list, please wait...\",\r\n\t\t\"getting_recycle_list\":\"Getting Recycle bin list, please wait...\",\r\n\t\t\"performing_bulk_opt\":\"Performing bulk operation, please wait...\",\r\n\t\t\"adding_favorite\":\"Adding favorites, please wait...\",\r\n\t\t\"cancel_share\":\"Canceling share, please wait...\",\r\n\t\t\"create_share\":\"Creating share, please wait...\",\r\n\t\t\"getting_s_share_info\":\"Getting specified sharing information, please wait...\",\r\n\t\t\"getting_share_list\":\"Getting sharing list, please wait...\",\r\n\t\t\"unfavorite\":\"Unfavoring, please wait...\",\r\n\t\t\"getting_favorite\":\"Getting list of favorites, please wait...\",\r\n\t\t\"create_favorite\":\"Creating favorite category, please wait...\",\r\n\t\t\"getting_dir_size\":\"Getting the directory size, please wait...\",\r\n\t\t\"deleting_user\":\"Deleting user, please wait...\",\r\n\t\t\"check_same_name_file\":\"Checking if the file with the same name exists, please wait...\",\r\n\t\t\"recycle_bin_re\":\"Recover\",\r\n\t\t\"recycle_bin_del\":\"Delete Permanently\",\r\n\t\t\"recycle_bin_on\":\"File recycle bin\",\r\n        \"recycle_bin_on_db\":\"Database recycle bin\",\r\n\t\t\"recycle_bin_ps\":\"Warning: Removed files cannot be restored if recycle bin feature is turned off!\",\r\n\t\t\"recycle_bin_close\":\"Empty recycle bin\",\r\n\t\t\"recycle_bin_type1\":\"All\",\r\n\t\t\"recycle_bin_type2\":\"Folder\",\r\n\t\t\"recycle_bin_type3\":\"File\",\r\n\t\t\"recycle_bin_type4\":\"Image\",\r\n\t\t\"recycle_bin_type5\":\"Document\",\r\n\t\t\"recycle_bin_type6\":\"Database\",\r\n\t\t\"recycle_bin_th1\":\"File name\",\r\n\t\t\"recycle_bin_th2\":\"Original directory\",\r\n\t\t\"recycle_bin_th3\":\"Size\",\r\n\t\t\"recycle_bin_th4\":\"Removal time\",\r\n\t\t\"recycle_bin_th5\":\"Action\",\r\n\t\t\"recycle_bin_title\":\"Recycle bin\",\r\n\t\t\"recycle_bin_re_title\":\"Restore file\",\r\n\t\t\"recycle_bin_re_msg\":\"File or directory with the same name will be overwritten, continue?\",\r\n\t\t\"recycle_bin_re_the\":\"Restoring, please wait...\",\r\n\t\t\"recycle_bin_del_title\":\"Delete file\",\r\n\t\t\"recycle_bin_del_msg\":\"Delete operation can NOT be cancelled, continue?\",\r\n\t\t\"recycle_bin_del_the\":\"Deleting, please wait...\",\r\n\t\t\"recycle_bin_close_msg\":\"Empty recycle bin will permanently delete the files, continue?\",\r\n\t\t\"recycle_bin_close_the\":\"Deleting, please wait...\",\r\n\t\t\"file_menu_copy\":\"Copy\",\r\n\t\t\"file_menu_mv\":\"Cut\",\r\n\t\t\"file_menu_rename\":\"Rename\",\r\n\t\t\"file_menu_auth\":\"Permission\",\r\n\t\t\"file_menu_zip\":\"Compress\",\r\n\t\t\"file_menu_unzip\":\"Uncompress\",\r\n\t\t\"file_menu_edit\":\"Edit\",\r\n\t\t\"file_menu_img\":\"Preview\",\r\n\t\t\"file_menu_down\":\"Download\",\r\n\t\t\"file_menu_del\":\"Del\",\r\n\t\t\"file_name\":\"File name\",\r\n\t\t\"file_size\":\"Size\",\r\n\t\t\"file_etime\":\"Modification time\",\r\n\t\t\"file_auth\":\"Permission\",\r\n\t\t\"file_own\":\"Owner\",\r\n\t\t\"file_read\":\"Read\",\r\n\t\t\"file_write\":\"Write\",\r\n\t\t\"file_exec\":\"Execute\",\r\n\t\t\"file_public\":\"Public\",\r\n\t\t\"file_group\":\"Group\",\r\n\t\t\"file_act\":\"Action\",\r\n\t\t\"get_size\":\"Total of {1} dirs and {2} files, size:\",\r\n\t\t\"get\":\"Get\",\r\n\t\t\"new\":\"New\",\r\n\t\t\"new_empty_file\":\"New blank file\",\r\n\t\t\"new_dir\":\"New directory\",\r\n\t\t\"dir_name\":\"Directory name\",\r\n\t\t\"return\":\"Return to previous\",\r\n\t\t\"shell\":\"Terminal\",\r\n\t\t\"paste\":\"Paste\",\r\n\t\t\"paste_all\":\"Paste all\",\r\n\t\t\"path_root\":\"Document Root\",\r\n\t\t\"all\":\"Batch\",\r\n\t\t\"set_auth\":\"Set permission\",\r\n\t\t\"up_title\":\"Upload Files\",\r\n\t\t\"up_add\":\"Add\",\r\n\t\t\"up_start\":\"Start\",\r\n\t\t\"up_coding\":\"File encoding\",\r\n\t\t\"up_bin\":\"Binary\",\r\n\t\t\"unzip_title\":\"Uncompress Files\",\r\n\t\t\"unzip_name\":\"File name\",\r\n\t\t\"unzip_name_title\":\"Uncompressed File Name\",\r\n\t\t\"unzip_to\":\"Uncompress to\",\r\n\t\t\"unzip_coding\":\"encoding\",\r\n\t\t\"unzip_the\":\"Uncompressing, please wait...\",\r\n\t\t\"zip_title\":\"Compress Files\",\r\n\t\t\"zip_to\":\"Compress to\",\r\n\t\t\"zip_the\":\"Compressing, please wait...\",\r\n\t\t\"zip_ok\":\"Compressing file in server background, please refresh file list to check process later!\",\r\n\t\t\"zip_pass_title\":\"Password\",\r\n\t\t\"zip_pass_msg\":\"Leave blank if not needed\",\r\n\t\t\"mv_the\":\"Moving, please wait...\",\r\n\t\t\"copy_the\":\"Copying, please wait...\",\r\n\t\t\"copy_ok\":\"Copied\",\r\n\t\t\"mv_ok\":\"Cut\",\r\n\t\t\"shell_title\":\"Execute Command (only non-interactive commands are supported)\",\r\n\t\t\"shell_go\":\"Send\",\r\n\t\t\"shell_ps\":\"Command Line\",\r\n\t\t\"down_title\":\"Download Files\",\r\n\t\t\"down_url\":\"URL address\",\r\n\t\t\"down_to\":\"Download to\",\r\n\t\t\"down_save\":\"File name to save\",\r\n\t\t\"down_task\":\"Adding to queue, please wait..\",\r\n\t\t\"del_file\":\"Delete file\",\r\n\t\t\"del_dir\":\"Delete directory\",\r\n\t\t\"del_all_file\":\"Batch delete files\",\r\n\t\t\"del_all_msg\":\"Are you sure put all of them to recycle bin?\",\r\n\t\t\"file_conver_msg\":\"About to overwrite the following files, continue?\",\r\n\t\t\"calc_size\":\"Calculating the directory size, please wait...\",\r\n\t\t\"search_now\":\"Searching, please wait...\",\r\n\t\t\"per_page\":\"per page\",\r\n\t\t\"piece\":\"item(s)\",\r\n\t\t\"calc_click\":\"Click to calculate\",\r\n\t\t\"ps_php\":\"PS: PHP configuration file (Anti-crossing-directory)!\",\r\n\t\t\"ps_ap\":\"PS: Apache user configuration file (Rewrite rules)\",\r\n\t\t\"ps_swap\":\"PS: aaPanel default swap virtual RAM file\",\r\n\t\t\"last_edit_time\":\"Last modified\",\r\n\t\t\"will_cover_this_file\":\"about to overwrite the following file(s)\",\r\n\t\t\"file_name_cant_empty\":\"File name cannot be empty!\",\r\n\t\t\"recommend\":\"Recommend\",\r\n\t\t\"comp_type\":\"Compression type\",\r\n\t\t\"general_format\":\"General format\",\r\n\t\t\"compatibility_better_chinese\":\"WinRAR is more compatible with Chinese\",\r\n\t\t\"calc_now\":\"Calculating, please wait\",\r\n\t\t\"apply_to_subd\":\"Apply to subdir\",\r\n\t\t\"upload_files_tips1\":\"PS: aaPanel file upload temporary file, re-upload resume from breakpoint, can be deleted\",\r\n\t\t\"dir_menu_webshell\":\"Trojan Scan\",\r\n\t\t\"file_menu_webshell\":\"Trojan Scan\"\r\n\t},\r\n\t\"ftp\":{\r\n\t\t\"empty\":\"Currently no FTP data\",\r\n\t\t\"stop_title\":\"Deactivate this user\",\r\n\t\t\"start_title\":\"Activate this user\",\r\n\t\t\"stop\":\"Stopped\",\r\n\t\t\"start\":\"Activated\",\r\n\t\t\"copy\":\"Copy password\",\r\n\t\t\"open_path\":\"Open directory\",\r\n\t\t\"edit_pass\":\"CHG PW\",\r\n\t\t\"ps\":\"Notes\",\r\n\t\t\"add_title\":\"Add FTP User\",\r\n\t\t\"add_user\":\"Username\",\r\n\t\t\"add_user_tips\":\"Please enter FTP username\",\r\n\t\t\"add_pass\":\"Password\",\r\n\t\t\"add_pass_tips\":\"Please enter FTP password\",\r\n\t\t\"add_pass_rep\":\"Random password\",\r\n\t\t\"add_path\":\"Home\",\r\n\t\t\"add_path_tips\":\"Please enter or select FTP directory\",\r\n\t\t\"add_path_rep\":\"Select directory\",\r\n\t\t\"add_path_title\":\"Document root of user, which will automatically create directory of the same name\",\r\n\t\t\"add_path_ps\":\"Directory that FTP points to\",\r\n\t\t\"add_ps\":\"Note\",\r\n\t\t\"add_ps_title\":\"Note info (Less than 255 characters)\",\r\n\t\t\"del_all\":\"Batch delete selected FTP users?\",\r\n\t\t\"del_all_err\":\"The following FTP users deletion failed:\",\r\n\t\t\"stop_confirm\":\"Do you want to close FTP of {1}?\",\r\n\t\t\"pass_title\":\"Change FTP User Password\",\r\n\t\t\"pass_user\":\"Username\",\r\n\t\t\"pass_new\":\"New password\",\r\n\t\t\"pass_confirm\":\"Are you sure to change FTP user password?\",\r\n\t\t\"port_title\":\"Change FTP Port\",\r\n\t\t\"port_name\":\"Port\",\r\n\t\t\"port_tips\":\"Please enter port\",\r\n\t\t\"del_ftp_title\":'Delete FTP',\r\n\t\t\"del_ftp_all_title\":\"Delete Selected FTP\",\r\n\t\t\"status\":\"Status\",\r\n\t\t\"ftp_user\":\"FTP User\",\r\n\t\t\"operate\":\"Operation\",\r\n\t\t\"change_pass\":\"Change FTP password\",\r\n\t\t\"del\":\"Del\",\r\n\t\t\"set_path_tips1\":\"Migrating data is by copying\",\r\n\t\t\"set_path_tips3\":\"Need to manually clean up old data after migration is complete\",\r\n\t\t\"set_path_tips2\":\"If the amount of data is large, manual migration is recommended\",\r\n\t\t\"migrate\":\"Migrate\",\r\n\t\t\"change_ftp_user_home\":\"Change ftp user home\"\r\n\t},\r\n\t\"database\":{\r\n    \"empty\": \"Currently no databases\",\r\n    \"database_search\": \"Database search\",\r\n    \"backup_empty\": \"Not exist\",\r\n    \"backup_ok\": \"Exists\",\r\n    \"copy_pass\": \"Copy password\",\r\n    \"input\": \"Import\",\r\n    \"input_title\": \"Import Database\",\r\n    \"admin\": \"Manager\",\r\n    \"admin_title\": \"Database Manager\",\r\n    \"auth\": \"Permission\",\r\n    \"auth_title\": \"Set access permission\",\r\n    \"edit_pass\": \"CHG PW\",\r\n\t\t\"edit_pass_title\":\"Change database password\",\r\n\t\t\"del_title\":\"Delete database\",\r\n\t\t\"ps\":\"Note info\",\r\n\t\t\"add_title\":\"Add Database\",\r\n\t\t\"add_name\":\"Database name\",\r\n\t\t\"add_name_title\":\"New Database Name\",\r\n\t\t\"add_pass\":\"Password\",\r\n\t\t\"add_pass_title\":\"Database Password\",\r\n\t\t\"add_pass_rep\":\"Random password\",\r\n\t\t\"add_auth\":\"Access permission\",\r\n\t\t\"add_auth_local\":\"Localhost\",\r\n\t\t\"add_auth_all\":\"Everyone\",\r\n\t\t\"add_auth_ip\":\"Specific IP\",\r\n\t\t\"add_auth_ip_title\":\"Please input IP authorized to access this database\",\r\n\t\t\"add_ps\":\"Notes\",\r\n    \"edit_root\": \"Root password\",\r\n    \"user\": \"Username\",\r\n    \"edit_pass_new\": \"New password\",\r\n    \"edit_pass_new_title\": \"New database password\",\r\n    \"edit_pass_confirm\": \"Are you sure to change password?\",\r\n    \"backup_re\": \"Repair\",\r\n    \"backup_name\": \"File name\",\r\n    \"backup_size\": \"File size\",\r\n    \"backup_time\": \"Backup time\",\r\n    \"backup_title\": \"Database Backup Details\",\r\n    \"backup\": \"Backup\",\r\n    \"position\": \"Position\",\r\n    \"input_confirm\": \"Database will be overwritten, continue?\",\r\n    \"input_the\": \"Importing, please wait...\",\r\n    \"backup_the\": \"Backing up, please wait...\",\r\n    \"backup_del_title\": \"Delete backup file\",\r\n    \"backup_del_confirm\": \"Are you sure to delete backup file?\",\r\n    \"del_all_title\": \"Batch delete databases\",\r\n    \"del_all_err\": \"The following database(s) deletion failed:\",\r\n    \"input_title_file\": \"Import to database from file\",\r\n    \"input_local_up\": \"Upload from local\",\r\n    \"input_ps1\": \"Only support sql, zip, (tar.gz|gz|tgz)\",\r\n\t\t\"input_ps2\":\"Structure of zip, tar.gz archive: test.sql must be contained in test.zip or test.tar.gz\",\r\n\t\t\"input_ps3\":\"If the file is oversized, you can also upload database archives to /www/backup/database with SFTP tools\",\r\n\t\t\"input_up_type\":\"Please upload sql or zip or tar.gz archives\",\r\n\t\t\"auth_err\":\"Access permissions cannot be modified for this database\",\r\n\t\t\"auth_name\":\"Access permissions\",\r\n\t\t\"sync_the\":\"Syncing, please wait...\",\r\n\t\t\"phpmyadmin_err\":\"Please install phpMyAdmin\",\r\n\t\t\"phpmyadmin\":\"Opening phpMyAdmin\",\r\n\t\t\"cant_get_pass\":\"Cannot get password, please set password through\",\r\n\t\t\"button_set_pass\":\"button\",\r\n\t\t\"operation\":\"Operation\",\r\n\t\t\"mysql_tools\":\"MySQL optimization & repair tools\",\r\n\t\t\"tools\":\"Tools\",\r\n\t\t\"set_db_auth\":\"Set database permissions\",\r\n\t\t\"del\":\"Del\",\r\n\t\t\"get_data\":\"Getting data, please wait...\",\r\n\t\t\"optimization\":\"Optimize\",\r\n\t\t\"change\":\"Convert to \",\r\n\t\t\"size\":\"Size\",\r\n\t\t\"mysql_tools_box\":\"MySQL Toolbox\",\r\n\t\t\"db_name\":\"Database name\",\r\n\t\t\"tb_name\":\"Table name\",\r\n\t\t\"engine\":\"Engine\",\r\n    \"character\": \"Character\",\r\n    \"row_num\": \"Row number\",\r\n    \"tb_repair\": \"[Repair] Try to repair the damaged table with the REPAIR command. You can only do a simple repair. <br>&nbsp;&nbsp; &nbsp; If the repair is not successful, consider using the myisamchk tool.\",\r\n    \"tb_optimization\": \"[Optimize] Execute OPTIMIZE command to recover unreleased disk space. Recommended executing it once a month.\",\r\n    \"tb_change_engine\": \"[Convert to InnoDB/MyISAM] Convert database table engine. Recommended converting all tables to InnoDB\",\r\n    \"repair\": \"Repair\",\r\n    \"send_repair_command\": \"Repair command sent, please wait...\",\r\n    \"send_opt_command\": \"Optimization command sent, please wait...\",\r\n    \"send_change_command\": \"Engine conversion command sent, please wait...\",\r\n    \"choose_at_least_one_tb\": \"Please select at least one table!\",\r\n    \"download\": \"Download\",\r\n    \"not_found_pwd_1\": \"Get passwd failed, click \",\r\n    \"not_found_pwd_2\": \"reset\",\r\n    \"not_found_pwd_3\": \"\",\r\n    \"cloud_server\": \"Remote DB\",\r\n    \"cloud_server_list\": \"Remote DB list\",\r\n    \"cloud_server_empty\": \"Remove DB list is empty\",\r\n    \"server_address\": \"DB address\",\r\n    \"port\": \"Port\",\r\n    \"input_server_address\": \"Please fill you server address\",\r\n    \"input_port\": \"Database port\",\r\n    \"input_username\": \"Database administrator name\",\r\n    \"input_password\": \"Database administrator password\",\r\n    \"server_note\": \"Server Notes\",\r\n    \"remote_help_1\": \"Compatible with MySQL5.5, MariaDB10.1 and above\",\r\n    \"remote_help_2\": \"Support cloud database\",\r\n    \"remote_help_3\": \"Note 1: Make sure this server has permission to access the database\",\r\n    \"remote_help_4\": \"Note 2: Please make sure that the administrator account you fill in has sufficient permissions\",\r\n    \"add_cloud_server_tips\": \"Connecting to remote server, please wait...\",\r\n    \"edit_cloud_server_tips\": \"Modifying remote server connection information, please wait...\",\r\n    \"add_server_tips\": \"Add at least one remote server or install a local database\",\r\n    \"select_position\": \"Select database location\",\r\n    \"cloud_database\": \"Remote database\",\r\n    \"get_cloud_list_tips\": \"Fetching remote server list, please wait...\",\r\n    \"del_cloud_server_tips\": \"Only delete management information and database records in the panel, not delete remote databases\",\r\n    \"del_cloud_database_tips\": \"The remote database does not support the database recycle bin. After deletion, it cannot be recovered. Please operate with caution!\"\r\n  },\r\n\t\"soft\":{\r\n\t\t\"php_main1\":\"PHP service\",\r\n\t\t\"php_main2\":\"Limit of upload\",\r\n\t\t\"php_main3\":\"Limit of timeout\",\r\n\t\t\"php_main4\":\"Configuration file\",\r\n\t\t\"php_main5\":\"Install extensions\",\r\n\t\t\"php_main6\":\"Disabled functions\",\r\n\t\t\"php_main7\":\"Optimization\",\r\n\t\t\"php_main8\":\"Load average\",\r\n        \"php_main9\":\"Session configuration\",\r\n\t\t\"php_menu_ext\":\"Extension configuration\",\r\n\t\t\"admin\":\"Manage\",\r\n\t\t\"off\":\"Off\",\r\n\t\t\"on\":\"On\",\r\n\t\t\"stop\":\"Stop\",\r\n\t\t\"start\":\"Start\",\r\n\t\t\"status\":\"Current status\",\r\n\t\t\"restart\":\"Restart\",\r\n\t\t\"reload\":\"Reload\",\r\n\t\t\"mysql_mem_err\":\"Server RAM is less than 1G. It is not recommended to use MySQL 5.5 or later.</li><li>If the database stops automatically, try to increase swap with Linux Toolbox or increase server memory\",\r\n\t\t\"concurrency_m\":\"Custom\",\r\n\t\t\"concurrency\":\"Concurrency\",\r\n\t\t\"concurrency_type\":\"Concurrency plan\",\r\n\t\t\"php_fpm_model\":\"Running mode\",\r\n\t\t\"php_fpm_ps1\":\"PHP-FPM mode\",\r\n\t\t\"php_fpm_ps2\":\"Max child processes allowed to create\",\r\n\t\t\"php_fpm_ps3\":\"Initial processes (Num of initiatial processes when server starts)\",\r\n\t\t\"php_fpm_ps4\":\"Min idle processes (Kept progress after killing idle processes)\",\r\n\t\t\"php_fpm_ps5\":\"Max idle processes (Kill idle processes when this value is reached)\",\r\n\t\t\"php_fpm_err1\":\"max_spare_servers cannot be more than max_children\",\r\n\t\t\"php_fpm_err2\":\"min_spare_servers cannot be more than start_servers\",\r\n\t\t\"php_fpm_err3\":\"min_spare_servers cannot be more than max_spare_servers\",\r\n\t\t\"php_fpm_err4\":\"start_servers cannot be more than max_children\",\r\n\t\t\"php_fpm_err5\":\"Value set cannot be less than 1\",\r\n\t\t\"phpinfo\":\"View phpinfo()\",\r\n\t\t\"get\":\"Getting...\",\r\n\t\t\"get_config\":\"Getting primary configuration file...\",\r\n\t\t\"get_list\":\"Getting the list...\",\r\n\t\t\"the_save\":\"Saving data...\",\r\n\t\t\"config_edit\":\"Configuration\",\r\n\t\t\"edit_empty\":\"Please leave blank if not modified\",\r\n\t\t\"php_upload_size\":\"Upload size limit cannot be less than 2M\",\r\n\t\t\"mvc_ps\":\"Programs with MVC architectural pattern requires it enabled, e.g. typecho\",\r\n\t\t\"the_install\":\"Installing...\",\r\n\t\t\"the_uninstall\":\"Uninstalling...\",\r\n\t\t\"install_the\":\"Installing...\",\r\n\t\t\"sleep_install\":\"Pending install...\",\r\n\t\t\"install\":\"Install\",\r\n\t\t\"uninstall\":\"Uninstall\",\r\n\t\t\"php_ext_name\":\"Name\",\r\n\t\t\"php_ext_type\":\"Type\",\r\n\t\t\"php_ext_ps\":\"Description\",\r\n\t\t\"php_ext_status\":\"Status\",\r\n        \"php_ext_install_confirm\":\"Are you sure to install {1}?\",\r\n        \"php_ext_uninstall_confirm\":\"Are you sure to uninstall {1}?\",\r\n        \"add_install\":\"Adding to installer...\",\r\n        \"install_title\":\"Software Installation\",\r\n        \"insatll_type\":\"Installation method\",\r\n        \"install_version\":\"Version to install\",\r\n        \"type_title\":\"Select Installation Method\",\r\n\t\t\"err_install1\":\"Please uninstall Apache\",\r\n\t\t\"err_install2\":\"Please uninstall Nginx\",\r\n\t\t\"err_install3\":\"Please install PHP\",\r\n\t\t\"err_install4\":\"Please install MySQL\",\r\n\t\t\"setup\":\"Setting\",\r\n\t\t\"apache22\":\"Warning: current mode is php-fpm, it is NOT supported by Apache 2.2, please reinstall this PHP version!\",\r\n\t\t\"apache24\":\"Warning: current mode is php5_module, it is NOT supported by Nginx/Apache 2.4, please reinstall this PHP version!\",\r\n\t\t\"apache22_err\":\"Apache 2.2 does NOT support multiPHP, please uninstall installed PHP versions, then install this version!\",\r\n\t\t\"mysql_f\":\"Warning: installing new MySQL version will overwrite data, please backup your databases first!\",\r\n\t\t\"mysql_d\":\"Sorry, for security reason, please go to [Database Manager] to backup and delete all databases!\",\r\n\t\t\"fun_ps1\":\"Add function to be disabled, e.g. exec\",\r\n\t\t\"fun_ps2\":\"Function can be disabled here to enhance security of environment!\",\r\n\t\t\"fun_ps3\":\"Strongly recommend to disable critical functions such as exec, system!\",\r\n\t\t\"fun_msg\":\"The function you entered disabled!\",\r\n\t\t\"nginx_status\":\"Load average\",\r\n\t\t\"nginx_version\":\"Switch version\",\r\n\t\t\"waf_title\":\"WAF Firewall\",\r\n\t\t\"web_service\":\"Web service\",\r\n\t\t\"waf_not\":\"Current Nginx version does NOT support WAF module, please install Nginx 1.12, you will NOT lose any site configuration after reinstalling Nginx!\",\r\n\t\t\"waf_edit\":\"Edit rules\",\r\n\t\t\"waf_up\":\"Limit of upload\",\r\n\t\t\"waf_input1\":\"URL filter\",\r\n\t\t\"waf_input2\":\"Cookie filter\",\r\n\t\t\"waf_input3\":\"Post filter\",\r\n\t\t\"waf_input4\":\"CC attack defense\",\r\n\t\t\"waf_input5\":\"Record defense log\",\r\n\t\t\"waf_input6\":\"CC attack (times)\",\r\n\t\t\"waf_input7\":\"CC attack period\",\r\n\t\t\"waf_input8\":\"IP whitelist\",\r\n\t\t\"waf_input9\":\"IP blacklist\",\r\n\t\t\"waf_ip\":\"IP address\",\r\n\t\t\"waf_up_title\":\"Blacklist of Suffix of Uploaded Files\",\r\n\t\t\"waf_up_from1\":\"Add file extensions that are forbidden to upload, e.g., zip\",\r\n\t\t\"waf_up_from2\":\"Extensions\",\r\n\t\t\"waf_url_white\":\"URL whitelist\",\r\n\t\t\"waf_index\":\"Warning content\",\r\n\t\t\"waf_cloud\":\"Update from cloud\",\r\n\t\t\"waf_update\":\"Updating rule file, please wait...\",\r\n\t\t\"waf_cc_err\":\"CC defense configuration value exceeds the available value (range of frequency 1-3000|period 1-1800)\",\r\n\t\t\"php_version\":\"PHP version\",\r\n\t\t\"save_path\":\"Storage location\",\r\n\t\t\"service\":\"Service\",\r\n\t\t\"safe\":\"Security configuration\",\r\n\t\t\"log\":\"Logs\",\r\n\t\t\"mysql_to_msg\":\"MySQL service will stop while moving files of databases, continue?\",\r\n\t\t\"mysql_to_msg1\":\"Moving, please wait...\",\r\n\t\t\"mysql_to\":\"Move\",\r\n\t\t\"mysql_log_close\":\"Empty\",\r\n\t\t\"mysql_log_bin\":\"Binary Log\",\r\n\t\t\"mysql_log_err\":\"Error log\",\r\n\t\t\"mysql_log_ps1\":\"No log content!\",\r\n\t\t\"mysql_port_title\":\"Changing database port may make your site lose database connection, are you sure to continue?\",\r\n\t\t\"select_version\":\"Select version\",\r\n\t\t\"version_to\":\"Switch\",\r\n\t\t\"pma_port\":\"Access port\",\r\n\t\t\"pma_port_title\":\"phpMyAdmin access port\",\r\n\t\t\"pma_pass\":\"Access with password\",\r\n\t\t\"pma_user\":\"Authorized user\",\r\n\t\t\"pma_pass1\":\"Access password\",\r\n\t\t\"pma_pass2\":\"Repeat access password\",\r\n\t\t\"pma_ps\":\"Add an access security lock for phpMyAdmin\",\r\n\t\t\"pma_pass_close\":\"Are you sure to disable access authorization?\",\r\n\t\t\"pma_pass_empty\":\"Authorized user or password cannot be empty!\",\r\n\t\t\"menu_temp\":\"Getting template...\",\r\n\t\t\"menu_phpsafe\":\"PHP Daemon turned on, no need to configurate\",\r\n\t\t\"qiniu_lise\":\"Getting from cloud...\",\r\n\t\t\"qiniu_file_title\":\"File list\",\r\n\t\t\"qiniu_th1\":\"Name\",\r\n\t\t\"qiniu_th2\":\"Type\",\r\n\t\t\"qiniu_th3\":\"Size\",\r\n\t\t\"qiniu_th4\":\"Time of update\",\r\n\t\t\"mysql_del_err\":\"Sorry, for security reason, please go to [Database Manager] to backup and delete all databases!\",\r\n\t\t\"uninstall_confirm\":\"Are you sure to uninstall [{1}-{2}]?\",\r\n\t\t\"from_err\":\"Form ERROR!\",\r\n\t\t\"lib_the\":\"Submitting configuration, please wait...\",\r\n\t\t\"lib_config\":\"Configuration\",\r\n\t\t\"lib_insatll_confirm\":\"Are you sure to install [{1}] plugin?\",\r\n\t\t\"lib_uninsatll_confirm\":\"Are you sure to uninstall [{1}] plugin?\",\r\n        \"lib_install\":\"Install plugin\",\r\n        \"lib_uninstall\":\"Uninstall plugin\",\r\n        \"lib_install_the\":\"Installing, please wait...\",\r\n        \"lib_uninstall_the\":\"Uninstalling, please wait...\",\r\n\t\t\"mysql_set_msg\":\"Optimization plan\",\r\n\t\t\"mysql_set_select\":\"Select\",\r\n\t\t\"mysql_set_maxmem\":\"Max RAM usage\",\r\n\t\t\"mysql_set_key_buffer_size\":\"Buffer size for indexing\",\r\n\t\t\"mysql_set_query_cache_size\":\"Query cache, set to 0 for not enabled\",\r\n\t\t\"mysql_set_tmp_table_size\":\"Temporary table cache size\",\r\n\t\t\"mysql_set_innodb_buffer_pool_size\":\"Innodb buffer size\",\r\n\t\t\"mysql_set_innodb_log_buffer_size\":\"Innodb log buffer size\",\r\n\t\t\"mysql_set_sort_buffer_size\":\"Buffer size per thread sort\",\r\n\t\t\"mysql_set_read_buffer_size\":\"Read buffer size\",\r\n\t\t\"mysql_set_read_rnd_buffer_size\":\"Random read buffer size\",\r\n\t\t\"mysql_set_join_buffer_size\":\"Join table buffer size\",\r\n\t\t\"mysql_set_thread_stack\":\"Stack size per thread\",\r\n\t\t\"mysql_set_binlog_cache_size\":\"Bin log cache size (multiples of 4096)\",\r\n\t\t\"mysql_set_thread_cache_size\":\"Thread cache size\",\r\n\t\t\"mysql_set_table_open_cache\":\"Table open cache (NOT exceed 2048 at most)\",\r\n\t\t\"mysql_set_max_connections\":\"Max connections\",\r\n\t\t\"mysql_set_restart\":\"Restart mysqld service\",\r\n\t\t\"mysql_set_conn\":\"Num of connections\",\r\n\t\t\"mysql_set_err\":\"ERROR, RAM allocation is too high!<p style='color:red;'>Physical memory: {1}MB<br> Maximum memory: {2}MB<br>Possible result: mysqld service unstable, even unable to start!</p>\",\r\n\t\t\"mysql_status_title1\":\"Launch Time\",\r\n\t\t\"mysql_status_title2\":\" Total Connections\",\r\n\t\t\"mysql_status_title3\":\"Output\",\r\n\t\t\"mysql_status_title4\":\"Input\",\r\n\t\t\"mysql_status_title5\":\"QPS\",\r\n\t\t\"mysql_status_title6\":\"TPS\",\r\n\t\t\"mysql_status_title7\":\"File\",\r\n\t\t\"mysql_status_title8\":\"Position\",\r\n\t\t\"mysql_status_title9\":\"Active/Max connections\",\r\n\t\t\"mysql_status_title10\":\"Thread cache hit rate\",\r\n\t\t\"mysql_status_title11\":\"Index hit rate\",\r\n\t\t\"mysql_status_title12\":\"Innodb index hit rate\",\r\n\t\t\"mysql_status_title13\":\"Query cache hit rate\",\r\n\t\t\"mysql_status_title14\":\"Created temporary tables to disk\",\r\n\t\t\"mysql_status_title15\":\"Opened table\",\r\n\t\t\"mysql_status_title16\":\"Amount unindexed\",\r\n\t\t\"mysql_status_title17\":\"Amount unindexed in table join\",\r\n\t\t\"mysql_status_title18\":\"Number of merges after sorting\",\r\n\t\t\"mysql_status_title19\":\"Number of lock tables\",\r\n\t\t\"mysql_status_ps1\":\"If too high, increase max_connections\",\r\n\t\t\"mysql_status_ps2\":\"If too low, increase thread_cache_size\",\r\n\t\t\"mysql_status_ps3\":\"If too low, increase key_buffer_size\",\r\n\t\t\"mysql_status_ps4\":\"If too low, increase innodb_buffer_pool_size\",\r\n\t\t\"mysql_status_ps5\":\"If too low, increase query_cache_size\",\r\n\t\t\"mysql_status_ps6\":\"If too high, increase tmp_table_size\",\r\n\t\t\"mysql_status_ps7\":\"If too high, increase table_cache_size\",\r\n\t\t\"mysql_status_ps8\":\"If not 0, please check index of database table\",\r\n\t\t\"mysql_status_ps9\":\"If not 0, please check index of database table\",\r\n\t\t\"mysql_status_ps10\":\"If too high, increase sort_buffer_size\",\r\n\t\t\"mysql_status_ps11\":\"If too high, consider increase your database performance\",\r\n\t\t\"pro_expire\":\"Pro Edition has expired and the paid plugin is suspended.\",\r\n\t\t\"renew_pro\":\"Renew Pro Edition now\",\r\n\t\t\"renew_now\":\"Renew now\",\r\n\t\t\"upgrade_pro\":\"Upgrade to Pro Edition, all plugins are free to use.\",\r\n\t\t\"upgrade_now\":\"Upgrade now\",\r\n\t\t\"upgrade_pro_now\":\"Upgrade to Pro Edition now\",\r\n\t\t\"bt_developer\":\"Security Reminder: aaPanel officially conducted a security audit before the third-party plug-in was put on the shelves, but there may be security risks. Please check it out before using it in the production environment.\",\r\n\t\t\"free_to_enter\":\"Free admission\",\r\n\t\t\"click_get_third_party_apps\":\"Click to get third-party apps\",\r\n\t\t\"get_third_party_apps\":\"Get third-party apps\",\r\n\t\t\"install_third_party_apps\":\"Intall third-party plugin packages\",\r\n\t\t\"import_plug\":\"Import plugins\",\r\n\t\t\"all\":\"All\",\r\n\t\t\"app_name\":\"Software name\",\r\n\t\t\"ap2_2_not_support\":\"Apache 2.2 is NOT compatible with this version, please switch to Apache y2.4 or Nginx if you need to use it.\",\r\n\t\t\"developers\":\"Developers\",\r\n\t\t\"the_official\":\"Official\",\r\n\t\t\"instructions\":\"Instructions\",\r\n\t\t\"price\":\"Price\",\r\n\t\t\"free\":\"Free\",\r\n\t\t\"expire_time\":\"Expire date\",\r\n\t\t\"renew\":\"Renew\",\r\n\t\t\"permanent\":\"Perpetual\",\r\n\t\t\"not_open\":\"NOT activated\",\r\n\t\t\"already_expire\":\"Expired\",\r\n\t\t\"location\":\"Location\",\r\n\t\t\"status1\":\"Status\",\r\n\t\t\"display_at_homepage\":\"Display on dashboard\",\r\n\t\t\"operate\":\"Operation\",\r\n\t\t\"buy_now\":\"Buy now\",\r\n\t\t\"not_comp\":\"NOT competible\",\r\n\t\t\"update\":\"Update\",\r\n\t\t\"installing\":\"Installing\",\r\n\t\t\"wait_install\":\"Pending install\",\r\n\t\t\"run_log\":\"Running logs\",\r\n\t\t\"err_log\":\"Error logs\",\r\n\t\t\"no_slow_log\":\"No slow logs.\",\r\n\t\t\"no_log\":\"No logs!\",\r\n\t\t\"listen_ip_tips\":\"Listened IP, please do NOT modify it at will\",\r\n\t\t\"listen_port_tips\":\"Listened port, generally no need to modify\",\r\n\t\t\"cache_size\":\"MB,<font>Cache size, recommended NOT larger than 512M</font>\",\r\n\t\t\"mac_connect\":\"Max num of connections, recommended NOT larger than 40960\",\r\n\t\t\"ip_format_err\":\"IP address format is incorrect!\",\r\n\t\t\"port_range_err\":\"Port range is incorrect!\",\r\n\t\t\"cache_too_small\":\"Cache value is too small\",\r\n\t\t\"connect_too_small\":\"Max number of connections is too small\",\r\n\t\t\"listen_ip\":\"Listened IP\",\r\n\t\t\"listen_port\":\"Listened port\",\r\n\t\t\"max_cache\":\"Max cache\",\r\n\t\t\"max_connect_limit\":\"Max connection limit\",\r\n\t\t\"curr_connect\":\"Current connections\",\r\n\t\t\"get_request_num\":\"GET requests\",\r\n\t\t\"get_hit_num\":\"GET hits\",\r\n\t\t\"get_miss_num\":\"GET misses\",\r\n\t\t\"get_hit_percent\":\"GET hit rate\",\r\n\t\t\"curr_cache_rows\":\"Data rows currently cached\",\r\n\t\t\"mem_not_enough\":\"Cache rows cleaned due to insufficient memory\",\r\n\t\t\"curr_mem_use\":\"Currently used memory\",\r\n\t\t\"request_size_total\":\"Total size requested\",\r\n\t\t\"send_size_total\":\"Total size sent\",\r\n\t\t\"field\":\"Field\",\r\n\t\t\"curr_val\":\"Current value\",\r\n\t\t\"php_plug_tips1\":\"Pls install the extension according to the actual demand, do NOT install unnecessary PHP extension, this will affect the efficiency of PHP execution, and may even cause an exception\",\r\n\t\t\"php_plug_tips2\":\"Opcache/xcache/apc and other script cache extensions, please install only one of them, otherwise it may cause your site program exception\",\r\n\t\t\"php_child_process\":\"The current server is out of memory, up to [{1}] child processes are allowed!\",\r\n\t\t\"del\":\"Del\",\r\n\t\t\"storage_mode\":\"Storage mode\",\r\n\t\t\"ip_addr\":\"IP address\",\r\n\t\t\"port\":\"Port\",\r\n\t\t\"passwd\":\"Password\",\r\n\t\t\"no_passwd_set_empty\":\"Leave blank if no password\",\r\n\t\t\"save\":\"Save\",\r\n\t\t\"php_seesion_tips1\":\"If your site has high concurrency, using Redis or Memcache can improve PHP concurrency\",\r\n\t\t\"php_seesion_tips2\":\"If the site access is abnormal after switching the session mode, switch back to the original mode\",\r\n\t\t\"php_seesion_tips3\":\"Switching session mode will cause online user sessions to be lost. Please switch when traffic is low\",\r\n\t\t\"clear_seesion_files\":\"Clear session files\",\r\n\t\t\"total_seesion_files\":\"Total session files\",\r\n\t\t\"can_clear_seesion\":\"Session files that can be cleared\",\r\n\t\t\"clear_php_seesion_files\":\"Clear php_session files\",\r\n\t\t\"sure_clear_php_seesion_files\":\"Are you sure to clear php_session files?\",\r\n\t\t\"only_files_storage_mode_can_clear\":\"Only need to clear when the storage mode is files\",\r\n\t\t\"run_days\":\"Running days\",\r\n\t\t\"curr_listen_port\":\"Currently listened port\",\r\n\t\t\"connected_clients\":\"Connected clients\",\r\n\t\t\"used_memory_rss\":\"Total system RAM currently used by Redis\",\r\n\t\t\"used_memory\":\"The peak of memory allocated by Redis in history\",\r\n\t\t\"mem_fragmentation_ratio\":\"Memory fragment ratio\",\r\n\t\t\"total_connections_received\":\"Total connections received since started\",\r\n\t\t\"total_commands_processed\":\"Total commands processed since started\",\r\n\t\t\"instantaneous_ops_per_sec\":\"The number of commands executed per second by the server\",\r\n\t\t\"keyspace_hits\":\"The number of times the database keyspace search hits\",\r\n\t\t\"keyspace_misses\":\"The number of times the database keyspace search misses\",\r\n\t\t\"db_his\":\"the database keyspace search hit rate\",\r\n\t\t\"latest_fork_usec\":\"Microseconds spent on the most recent fork () operation\",\r\n\t\t\"name\":\"Name\",\r\n\t\t\"version\":\"Version\",\r\n\t\t\"ps\":\"Description\",\r\n\t\t\"size\":\"Size\",\r\n\t\t\"author\":\"Author\",\r\n\t\t\"source\":\"Source\",\r\n\t\t\"third_party_apps_tips1\":\"This is a plugin developed by a third party, aaPanel can not verify its reliability!\",\r\n\t\t\"third_party_apps_tips2\":\"The installation process may take a few minutes, please be patient!\",\r\n\t\t\"third_party_apps_tips3\":\"If this plugin already exists, it will be replaced!\",\r\n\t\t\"cancel\":\"Cancel\",\r\n\t\t\"confirm_install\":\"Comfirm to install\",\r\n\t\t\"upload_fail2\":\"Upload failed 2!\",\r\n\t\t\"installing_please_wait\":\"Installing, this may take a few minutes...\",\r\n\t\t\"running\":\"Running\",\r\n\t\t\"comingsoon\":\"Coming soon, stay tuned\",\r\n\t\t\"del_custom_item\":\"Delete custom item\",\r\n\t\t\"confirm_del\":\"Are you sure you want to delete [{1}]?'\",\r\n\t\t\"deleting\":\"Deleting, please wait...\",\r\n\t\t\"php_base_info\":\"Basic Information\",\r\n\t\t\"install_path\":\"Install Path\",\r\n\t\t\"loaded\":\"Loaded\",\r\n\t\t\"not_rated\":\"Not rated\"\r\n\t},\r\n\t\"site\":{\r\n\t\t\"website\": \"Website\",\r\n\t\t\"executing\":\"is being executed, please wait...\",\r\n\t\t\"click_edit\":\"Click to edit content\",\r\n\t\t\"have_been_selected\":\"Selected \",\r\n\t\t\"running\":\"Running\",\r\n\t\t\"running_title\":\"Stop this site\",\r\n\t\t\"running_text\":\"Running\",\r\n\t\t\"stopped\":\"Stopped\",\r\n\t\t\"stopped_title\":\"Start this site\",\r\n\t\t\"backup_yes\":\"Exists\",\r\n\t\t\"backup_no\":\"Not exist\",\r\n\t\t\"web_end_time\":\"Perpetual\",\r\n\t\t\"open_path_txt\":\"Open directory\",\r\n\t\t//\"set\":\"Configuration\",\r\n\t\t\"set\":\"Conf\",\r\n\t\t\"site_del_title\":\"Delete site\",\r\n\t\t\"site_no_data\":\"Currently no data of site\",\r\n\t\t\"site_null\":\"null\",\r\n\t\t\"site_bak\":\"Note info\",\r\n\t\t\"saving_txt\":\"Saving...\",\r\n\t\t\"domain_err_txt\":\"Format of domain is incorrect, please try again!\",\r\n\t\t\"ftp\":\"FTP user profile\",\r\n\t\t\"ftp_tips\":\"Upload files of the site through FTP!\",\r\n\t\t\"user\":\"User\",\r\n\t\t\"password\":\"Password\",\r\n\t\t\"database_txt\":\"Database user profile\",\r\n\t\t\"database\":\"Database\",\r\n\t\t\"database_name\":\"Database name\",\r\n\t\t\"database_set\":\"Database setting\",\r\n\t\t\"success_txt\":\"Successfully created site\",\r\n\t\t\"php_ver\":\"PHP version\",\r\n\t\t\"site_add\":\"Add site\",\r\n\t\t\"domain\":\"Domain name\",\r\n\t\t\"port\":\"Port\",\r\n\t\t\"note\":\"Note\",\r\n\t\t\"note_ph\":\"Site note\",\r\n\t\t\"web_root_dir\":\"Web document root\",\r\n\t\t\"web_dir\":\"Web directory\",\r\n\t\t\"root_dir\":\"Document Root\",\r\n\t\t\"yes\":\"Create\",\r\n\t\t\"no\":\"Cancel\",\r\n\t\t\"ftp_set\":\"FTP settings\",\r\n\t\t\"ftp_help\":\"While creating the site, create a corresponding FTP user for the site, and the FTP directory points to the directory where the site is located.\",\r\n\t\t\"database_help\":\"While creating the site, create a corresponding database for the site to facilitate different databases using different databases.\",\r\n\t\t\"domain_help\":\"A domain per line, the default port is 80<br>Wildcard domain format: *.domain.com<br>To add another port, the format is www.domain.com:88\",\r\n\t\t\"domain_len_msg\":\"Do NOT exceed 20 characters\",\r\n\t\t\"anti_XSS_attack\":\"Anti-XSS attack (Base directory limit)\",\r\n\t\t\"write_access_log\":\"Write access log\",\r\n\t\t\"run_dir\":\"Running directory\",\r\n\t\t\"site_help_1\":\"Some programs need to specify a secondary directory as the working directory, e.g., ThinkPHP5, Laravel\",\r\n\t\t\"site_help_2\":\"Select working directory, and save\",\r\n\t\t\"default_doc_help\":\"Default indexes, one per line, priority top-to-bottom.\",\r\n\t\t\"site_stop_txt\":\"Unable to access when you turn off site, are you sure to continue?\",\r\n\t\t\"site_start_txt\":\"About to turn on this site, are you sure to continue?\",\r\n\t\t\"site_del_info\":\"This will delete the selected website profile.<br><br>If the check box below is checked, the corresponding content will be deleted\",\r\n\t\t\"all_del_info\":\"Delete site and document root at the same time\",\r\n\t\t\"all_del_site\":\"Batch delete sites\",\r\n\t\t\"del_err\":\"Failed to delete the following sites\",\r\n\t\t\"click_access\":\"Click to access\",\r\n\t\t\"operate\":\"Operation\",\r\n\t\t\"domain_man\":\"Domain Manager\",\r\n\t\t\"unresolved\":\"Unresolved\",\r\n\t\t\"parsed\":\"Resolved\",\r\n\t\t\"this_domain_un\":\"This domain is unresolved\",\r\n\t\t\"analytic_ip\":\"Domain points to IP \",\r\n\t\t\"current_server_ip\":\"Current server IP\",\r\n\t\t\"parsed_info\":\"For reference only, users using CDN pls ignore\",\r\n\t\t\"domain_empty\":\"Domain cannot be empty!\",\r\n\t\t\"domain_last_cannot\":\"The last domain is unable to be deleted\",\r\n\t\t\"domain_del_confirm\":\"Are you sure to delete this domain name?\",\r\n\t\t\"webback_del_confirm\":\"Are you sure to delete backup file?\",\r\n\t\t\"del_bak_file\":\"Delete backup file\",\r\n\t\t\"filename\":\"File name\",\r\n\t\t\"filesize\":\"File size\",\r\n\t\t\"backuptime\":\"Backup time\",\r\n\t\t\"backup_title\":\"Package Backup\",\r\n\t\t\"public_set\":\"Global settings\",\r\n        \"local_site\":\"Local site\",\r\n\t\t\"setindex\":\"Set site default indexes\",\r\n\t\t\"default_doc\":\"Default indexes\",\r\n\t\t\"default_site\":\"Default WebSite\",\r\n\t\t\"default_site_yes\":\"Default WebSite\",\r\n\t\t\"default_site_no\":\"Default WebSite not set\",\r\n\t\t\"default_site_help_1\":\"Unbound domains and IP will be redirected to the this website when is set\",\r\n\t\t\"default_site_help_2\":\"Can effectively prevent malicious domain resolution\",\r\n\t\t\"site_menu_1\":\"Subdirectory binding\",\r\n\t\t\"site_menu_2\":\"Site directory\",\r\n\t\t\"site_menu_3\":\"Traffic control\",\r\n\t\t\"site_menu_4\":\"URL rewrite\",\r\n\t\t\"site_menu_5\":\"Default indexes\",\r\n\t\t\"site_menu_6\":\"Config\",\r\n\t\t\"site_menu_7\":\"SSL\",\r\n\t\t\"site_menu_8\":\"PHP version\",\r\n\t\t\"site_menu_9\":\"Tomcat\",\r\n\t\t\"site_menu_10\":\"301 redirect\",\r\n\t\t\"site_menu_11\":\"Reverse proxy\",\r\n\t\t\"site_menu_12\":\"Hotlink Protection\",\r\n\t\t\"site_menu_13\":\"Directory guard\",\r\n\t\t\"website_change\":\"Site modification\",\r\n\t\t\"addtime\":\"Time added\",\r\n\t\t\"the_msg\":\"Submitting...\",\r\n\t\t\"start_scan\":\"Start scanning\",\r\n\t\t\"update_lib\":\"Update definition library\",\r\n\t\t\"scanned\":\"Scanned\",\r\n\t\t\"risk_quantity\":\"Risk quantity\",\r\n\t\t\"danger_fun\":\"Dangerous function\",\r\n\t\t\"danger_fun_no\":\"Dangerous function NOT disabled\",\r\n\t\t\"danger\":\"Danger\",\r\n\t\t\"file\":\"File\",\r\n\t\t\"ssh_port\":\"SSH port\",\r\n\t\t\"high_risk\":\"High risk\",\r\n\t\t\"sshd_tampering\":\"sshd file was tampered\",\r\n\t\t\"xss_attack\":\"XSS attack\",\r\n\t\t\"site_xss_attack\":\"Site did NOT enabled Anti-XSS attack (Base directory limit)!\",\r\n\t\t\"mod_time\":\"Time modified\",\r\n\t\t\"code\":\"Code\",\r\n\t\t\"behavior\":\"Behavior\",\r\n\t\t\"risk\":\"Risk\",\r\n\t\t\"details\":\"Details\",\r\n\t\t\"to_update\":\"Updating，please wait...\",\r\n\t\t\"limit_net_1\":\"BBS/Blog\",\r\n\t\t\"limit_net_2\":\"Photofolio\",\r\n\t\t\"limit_net_3\":\"Download\",\r\n\t\t\"limit_net_4\":\"Mall\",\r\n\t\t\"limit_net_5\":\"Portal\",\r\n\t\t\"limit_net_6\":\"Corporate\",\r\n\t\t\"limit_net_7\":\"Video\",\r\n\t\t\"limit_net_8\":\"Turn on traffic control\",\r\n\t\t\"limit_net_9\":\"Limit plan\",\r\n\t\t\"limit_net_10\":\"Limit of concurrency\",\r\n\t\t\"limit_net_11\":\"Limit of max concurrency\",\r\n\t\t\"limit_net_12\":\"Block single IP\",\r\n\t\t\"limit_net_13\":\"Limit of single IP accessing max concurrency\",\r\n\t\t\"limit_net_14\":\"Traffic control\",\r\n\t\t\"limit_net_15\":\"Limit the max traffic limit per request (unit: KB)\",\r\n\t\t\"subdirectories\":\"Subdir\",\r\n\t\t\"url_rewrite_alter\":\"Are you sure to create a independent URL rewrite rule for this subdirectory?\",\r\n\t\t\"rule_cov_tool\":\"Rewrite rule converter\",\r\n\t\t\"a_c_n\":\"Apache to Nginx\",\r\n\t\t\"save_as_template\":\"Save as template\",\r\n\t\t\"url_rw_help_1\":\"Please select your application. If the site cannot be accessed as expected with the rewrite rules set, please try to reset to default\",\r\n\t\t\"url_rw_help_2\":\"You are able to modify rewrite rules, just save it after modification.\",\r\n\t\t\"config_url\":\"Configurate rewirte rules\",\r\n\t\t\"d_s_empty\":\"Domain and subdirectory name cannot be empty\",\r\n\t\t\"s_bin_del\":\"Are you sure to delete this subdirectory binding?\",\r\n\t\t\"proxy_url\":\"Target URL\",\r\n\t\t\"proxy_url_info\":\"Please use full URL, e.g., http://www.test.com\",\r\n\t\t\"proxy_domain\":\"Sent Domain\",\r\n\t\t\"proxy_domian_info\":\"Domain to be sent to target server, e.g., www.test.com\",\r\n\t\t\"proxy_cache\":\"Enable cache\",\r\n\t\t\"con_rep\":\"Content replace\",\r\n\t\t\"con_rep_info\":\"Source Text\",\r\n\t\t\"to_con\":\"Replace to, can be blank\",\r\n\t\t\"proxy_enable\":\"Enable reverse proxy\",\r\n\t\t\"proxy_help_1\":\"The target URL must be accessible, otherwise it will return 502 error code directly.\",\r\n\t\t\"proxy_help_2\":\"By default all domains on this site will be passed to the target server, please ensure that the target server has a domain name bound\",\r\n\t\t\"proxy_help_3\":\"If your site is a passive proxy, please fill in the domain of the target site in the domain sent.\",\r\n\t\t\"proxy_help_4\":\"If you do not need content replacing feature, please leave blank\",\r\n\t\t\"proxy_help_5\":\"You can clear the cache by purge, e.g., http://test.com/purge/test.png\",\r\n\t\t\"access_domain\":\"Access domain\",\r\n\t\t\"all_site\":\"Entire site\",\r\n\t\t\"target_url\":\"Target URL\",\r\n\t\t\"eg_url\":\"Please use full URL, e.g., http://www.test.com\",\r\n\t\t\"enable_301\":\"Enable 301\",\r\n\t\t\"to301_help_1\":\"If choose entire site, please do NOT set the target URL to the domain in the same site.\",\r\n\t\t\"to301_help_2\":\"After cancelling the 301 redirect, you need to clear your browser cache to see the results\",\r\n\t\t\"bt_ssl\":\"aaPanel SSL\",\r\n\t\t\"lets_ssl\":\"Let's Encrypt free certificate\",\r\n\t\t\"other\":\"Other\",\r\n\t\t\"other_ssl\":\"Other certificate\",\r\n\t\t\"use_other_ssl\":\"Using other certificate\",\r\n\t\t\"ssl_help_1\":\"SSL for this site not set, if you need, please switch tab to apply for SSL certificate.<br><p style='color:red;'>After disabling SSL, make sure to clear your browser cache before accessing the site.</p>\",\r\n\t\t\"ssl_help_2\":\"Automatically generated Let's Encrypt free certificate；\",\r\n\t\t\"ssl_help_3\":\"If you have your own SSL, please switch to [other certificate] tab to add\",\r\n\t\t\"ssl_key\":\"Private key (KEY)\",\r\n\t\t\"ssl_crt\":\"Certificate (CRT/PEM)\",\r\n\t\t\"ssl_close\":\"Disable SSL\",\r\n\t\t\"bt_bind_no\":\"Not bound to aaPanel account, please register and bind. After binding aaPanel account (non-forum account), you can deploy SSL with one click\",\r\n\t\t\"bt_user\":\"aaPanel Account\",\r\n\t\t\"bt_user_first\":\"Account\",\r\n\t\t\"login\":\"Login\",\r\n\t\t\"bt_reg\":\"Register aaPanel account\",\r\n\t\t\"bt_ssl_help_1\":\"aaPanel SSL certificate is issued by TrustAsia, requires real name identification\",\r\n\t\t\"bt_ssl_help_2\":\"If you have aaPanel account, please log in and bind it\",\r\n\t\t\"bt_ssl_help_3\":\"aaPanel SSL applys certificate TrustAsia DV SSL CA - G5. Original price: 1900 RMB/year, but free for aaPanel users!\",\r\n\t\t\"bt_ssl_help_4\":\"Free reissue after one year of maturity.\",\r\n\t\t\"btapply\":\"Apply\",\r\n\t\t\"endtime\":\"Expired date\",\r\n\t\t\"status\":\"Status\",\r\n\t\t\"bt_ssl_help_5\":\"Please check domain resolution before applying, unresolved domain leads to audit failure.\",\r\n\t\t\"bt_ssl_help_6\":\"aaPanel SSL certificate is the free version of TrustAsia DV SSL CA - G5 certificate, which only supports a single domain.\",\r\n\t\t\"bt_ssl_help_7\":\"Valid for 1 year, renewal is not supported, reapplication is required after expiration.\",\r\n\t\t\"bt_ssl_help_8\":\"The certificate is valid for 3 months, supports wildcard domain. Auto-renew by default.\",\r\n\t\t\"bt_ssl_help_9\":\"If you uses CDN or redirect, you may not be able to apply and renew through file verification.\",\r\n\t\t\"bt_ssl_help_10\":\"Paste you KEY and CRT content, and then save it<a href='http://www.bt.cn/bbs/thread-704-1-1.html' class='btlink' target='_blank'>[HELP]</a>。\",\r\n\t\t\"phone_input\":\"Enter mobile phone number\",\r\n\t\t\"ssl_apply_1\":\"Submitting order，please wait..\",\r\n\t\t\"ssl_apply_2\":\"Verifying domain，please wait..\",\r\n\t\t\"ssl_apply_3\":\"Deploying certificate, please wait..\",\r\n\t\t\"ssl_apply_4\":\"Updating certificate，please wait..\",\r\n\t\t\"lets_help_1\":\"No real-name authentication, browser compatibility is slightly lower, and may fail when applied\",\r\n\t\t\"lets_help_2\":\"Let's Encrypt certificate is valid for 3 months\",\r\n\t\t\"lets_help_3\":\"Automatic renew after 3 months\",\r\n\t\t\"get_ssl_list\":\"Getting certificate list, please wait...\",\r\n\t\t\"order_success\":\"Order completed\",\r\n\t\t\"deploy\":\"Deploy\",\r\n\t\t\"deployed\":\"Deployed\",\r\n\t\t\"domain_wait\":\"Waiting for domain confirmation\",\r\n\t\t\"domain_validate\":\"Validate domain\",\r\n\t\t\"domain_check\":\"Please check whether the domain resolved to server\",\r\n\t\t\"update_ssl\":\"Update certificate\",\r\n\t\t\"get_ssl_err\":\"Failed to get certificate\",\r\n\t\t\"get_ssl_err1\":\"Failed to get certificate, with the following error message\",\r\n\t\t\"err_type\":\"Error type\",\r\n\t\t\"ssl_close_info\":\"SSL disabled, please visit the site after cleaning browser data!\",\r\n\t\t\"switch\":\"Switch\",\r\n\t\t\"switch_php_help1\":\"Please select the version according to your program requirements\",\r\n\t\t\"switch_php_help2\":\"If not necessary, please try not to use PHP 5.2, which will reduce your server security;\",\r\n\t\t\"switch_php_help3\":\"PHP 7 does not support mysql extension, mysqli and mysql_pdo will be installed by default.\",\r\n\t\t\"enable_nodejs\":\"Enable Node.js\",\r\n\t\t\"nodejs_help1\":\"Current version is Node.js\",\r\n\t\t\"nodejs_help2\":\"Node.js can coexist with PHP, but NOT with Tomcat；\",\r\n\t\t\"nodejs_help3\":\"If your Node.js application has php script, please add .php extension when you access.\",\r\n\t\t\"a_n_n\":\"Apache 2.2 does NOT support Tomcat!\",\r\n\t\t\"enable_tomcat\":\"Enable Tomcat\",\r\n\t\t\"tomcat_help1\":\"Current version is Tomcat \",\r\n\t\t\"tomcat_help2\":\"If you need other version, please change it in Software Store - All Softwares;\",\r\n\t\t\"tomcat_help3\":\"Deployment order: Install Tomcat >> Create site >> Upload and configure project >> Enable Tomcat\",\r\n\t\t\"tomcat_help4\":\"If your Tomcat application has php script, please add .php extension when you access.\",\r\n\t\t\"tomcat_help5\":\"When successfully enabled, it takes about 1-5 minutes to take effect!\",\r\n\t\t\"tomcat_err_msg\":\"You do NOT have Tomcat installed, please install it first!\",\r\n\t\t\"tomcat_err_msg1\":\"Please install Tomcat first!\",\r\n\t\t\"web_config_help\":\"This is primary configuration file of the site, do NOT modify it at will if you do not know configuration rules.\",\r\n\t\t\"rewritename\":\"0.Current\",\r\n\t\t\"template_empty\":\"Name of template cannot be empty\",\r\n\t\t\"save_rewrite_temp\":\"Save as rewrite template\",\r\n\t\t\"template_name\":\"Template name\",\r\n\t\t\"change_defalut_page\":\"Change default page\",\r\n\t\t\"err_404\":\"404 error page\",\r\n\t\t\"empty_page\":\"Blank page\",\r\n\t\t\"default_page_stop\":\"Defualt site stop page\",\r\n        \"site_name\": \"Site name\",\r\n        \"normal\": \"Normal\",\r\n        \"backup\": \"Back up\",\r\n        \"open_dir\": \"Open directory\",\r\n        \"firewalld\": \"Firewall\",\r\n        \"firewalld_switch\": \"Firewall switch\",\r\n        \"del\": \"Del\",\r\n        \"del_site\": \"Delete site\",\r\n        \"site_classification\": \"Site category\",\r\n        \"all_classification\": \"All category\",\r\n        \"firewalld_nonactivated_tips\": \"{1} WAF is not activated yet.<br>Please go to&quot;<a href='/soft' class='btlink'>APP Store > Professional > {2} WAF</a>&quot;<br>to activate and install it.\",\r\n        \"firewalld_nonactivated\": \"Firewall NOT activated\",\r\n        \"download\": \"Download\",\r\n        \"submit\": \"Submit\",\r\n        \"set_site_classification\": \"Set site category\",\r\n        \"input_classification_name\": \"Please input category name\",\r\n        \"add\": \"Add\",\r\n        \"mam_site_classificacion\": \"Site category manager\",\r\n        \"default_classification_cant_operation\": \"Default category cannot be deleted/edited!\",\r\n        \"sure_del_classification\": \"Are you sure to delete category?\",\r\n        \"del_classification\": \"Delete category\",\r\n        \"edit_classification_mam\": \"Edit category\",\r\n        \"classification_name\": \"Category name\",\r\n        \"turn_off\": \"Turn off\",\r\n        \"name\": \"Name\",\r\n        \"edit\": \"Edit\",\r\n        \"del_domain\": \"Delete domain\",\r\n        \"save\": \"Save\",\r\n        \"rewrite_change_tools\": \"Rewrite rule converter\",\r\n        \"ap_change_ng\": \"Apache to Nginx\",\r\n\t\t\"rewrite_tips\": \"Please select your application. If the site cannot be accessed as expected with the rewrite rules set, please try to reset to default\",\r\n\t\t\"rewrite_tips_1\": \"Please select your application.\",\r\n\t\t\"rewrite_tips_2\": \"If the site cannot be accessed after the rewrite rules set, please try to reset to default.\",\r\n        \"edit_rewrite\": \"You are able to modify rewrite rules, just save it after modification.\",\r\n        \"specify_subdir\": \"Some programs need to specify a secondary directory as the working directory,<br>&nbsp; &nbsp; &nbsp;e.g, ThinkPHP5, Laravel', 'Select your working directory, click Save\",\r\n        \"independent_storage\": \"If trun on, the session file will be stored in a separate folder, not shared with other sites.\",\r\n        \"pass_visit\": \"Password access\",\r\n        \"session_off\": \"Session isolation\",\r\n        \"access_account\": \"Authorized account\",\r\n        \"pass_again\": \"repeat password\",\r\n        \"no_change_set_empty\": \"Please leave blank if not modified\",\r\n        \"bbs_or_blog\": \"BBS/Blog\",\r\n        \"photo_station\": \"Photofolio\",\r\n        \"download_station\": \"Download\",\r\n        \"mall\": \"Mall\",\r\n        \"portal_site\": \"Portal\",\r\n        \"enterprise\": \"Corporate\",\r\n        \"video\": \"Video\",\r\n        \"not_resolve_domain\": \"You applied for a certificate for the domain [{1}], but the program detected that you did not bind and resolve its root domain [{2}] to the site, which would cause the certificate failed to be issued!\",\r\n        \"ssl_tips1\": \"Before applying, please make sure the domain name has been resolved. If it is not resolved, the audit will fail (including the root domain).\",\r\n        \"ssl_tips2\": \"aaPanel SSL applys for the free version of TrustAsia DV SSL CA - G5 certificate, which only supports single domain name application.\",\r\n        \"ssl_tips3\": \"Valid for 1 year, renewal is not supported, reapplication is required after expiration\",\r\n        \"ssl_tips4\": \"It is recommended to use a domain name with a secondary domain name of www to apply for a certificate, so that the system will give away the top-level domain name as an optional name by default\",\r\n        \"ssl_tips5\": \"When you do not specify a SSL default site, if you use HTTPS to access a site that does not have SSL enabled, you will directly access a site that has SSL enabled\",\r\n        \"ssl_tips6\": \"99% of users can easily deploy themselves, if you don't understand, <a class='btlink' href='https://www.bt.cn/yunwei' target='_blank'>aaPanel provides certificate deployment service 50 yuan Once</a>\",\r\n        \"checking_mode\": \"Verification mode\",\r\n        \"file_check\": \"File verification\",\r\n        \"dns_check_tips1\": \"In DNS validation, we provide three automated DNS API, and provide manual mode\",\r\n        \"dns_check_tips2\": \"The certificate can be renewed automatically by using the DNS API. In manual mode, the certificate needs to be reapplied after the certificate expires\",\r\n        \"dns_check_tips3\": \"Before using the [aaPanel DNS Cloud Resolution] API, you need to confirm that the domain DNS for which you want to apply for SSL certificate is [Cloud Resolution]\",\r\n        \"dns_check_tips4\": \"Before using the [DNSPod/ Ali Cloud DNS] API, you need to set the API key of the corresponding interface in the pop-up window\",\r\n        \"dns_check_tips5\": \"Check in advance (identify problems in advance)\",\r\n        \"check_dns\": \"DNS verification (Wildcard support)\",\r\n        \"choose_dns\": \"Select DNS API\",\r\n        \"interface\": \"API\",\r\n        \"wait\": \"Wait\",\r\n        \"second\": \"Second\",\r\n        \"admin_email\": \"Admin Email\",\r\n        \"resolve_txt\": \"Manually add TXT records\",\r\n        \"resolve_txt_by_list\": \"Please follow the list below to do TXT resolution\",\r\n        \"check\": \"Verification\",\r\n        \"resolve_domain\": \"Resolve domain\",\r\n        \"txt\": \"TXT record value\",\r\n        \"dns_resolve_tips1\": \"It takes a while to resolve the domain, so after all resolution operations completed, please wait at least 3 minutes before clicking the Verify button\",\r\n        \"dns_resolve_tips2\": \"Domain resolution can be manually verified by the CMD command: nslookup-q=txt _ acme-challenge.bt.cn\",\r\n        \"dns_resolve_tips3\": \"If you are using the aaPanel Cloud Resolution plugin, Ali Cloud DNS,DNSPod as a DNS, you can set auto-resolution with the DNS API\",\r\n        \"dns_resolve_tips4\": \"It takes a while to resolve the domain, so after all resolution operations completed, please wait a minute before clicking the Verify button\",\r\n        \"ssl_dir\": \"Certificate holder\",\r\n        \"brand\": \"Brand\",\r\n        \"force_https\": \"Force HTTPS\",\r\n        \"close_force_https_tips\": \"You need to clear the browser cache to see the effect after turning off forced HTTPS. Continue?\",\r\n        \"close_force_https\": \"Turn off forced HTTPS\",\r\n        \"redirect_tips1\": \"Type: The domain name selected or the path entered will be redirected to the specified URL\",\r\n        \"redirect_tips2\": \"Target URL: Fill in the URL address you need to redirect to\",\r\n        \"redirect_tips3\": \"Mode: use 301 for permanent redirection and 302 for temporary redirection\",\r\n        \"redirect_tips4\": \"Keep URI parameters: Whether the redirected URL has the sub-path or parameters of the source URL\",\r\n        \"redirect_tips5\": \"Keep URI parameters: http://b.com/1.html ---> http://a.com/1.html\",\r\n        \"redirect_tips6\": \"NOT Keep URI parameters: http://b.com/1.html ---> http://a.com\",\r\n        \"create_redirect\": \"Create redirection\",\r\n        \"modify_redirect\": \"Modify redirection\",\r\n        \"open_redirect\": \"Enable\",\r\n        \"redirect_name\": \"Redirect name\",\r\n        \"reserve_url\": \"Keep URI param\",\r\n        \"redirect_type\": \"Type\",\r\n        \"redirect_mode\": \"Mode\",\r\n        \"redirect_domain\": \"Source\",\r\n        \"path\": \"Path\",\r\n        \"redirect_path\": \"Redirect path\",\r\n        \"choose_domain\": \"Select a domain...\",\r\n        \"choose_all\": \"Select all\",\r\n        \"cancel_all\": \"Cancel all\",\r\n        \"site\": \"Entire site\",\r\n        \"add_redirect\": \"Add\",\r\n        \"turn_on\": \"Enable\",\r\n        \"already_stop\": \"Paused\",\r\n        \"edit_conf\": \"Edit configuration\",\r\n        \"load_conf\": \"Here is the configuration file for the load balancer. If you do not know the configuration rules, do not modify it at will\",\r\n        \"proxy_tips1\": \"Proxy dir: When accessing this dir, the content of the target URL will be displayed (Advanced Needs)\",\r\n        \"proxy_tips2\": \"Target URL:Fill in the website you need to proxy, the target URL must be an accessible URL\",\r\n        \"proxy_tips3\": \"Sent Domain: Add the domain name to the request header and pass it to the proxy server\",\r\n        \"proxy_tips4\": \"Content replacement: Nginx exclusive, replace the content of the website with the specified content\",\r\n        \"create_proxy\": \"Create a reverse proxy\",\r\n        \"modify_proxy\": \"Modify reverse proxy\",\r\n        \"open_proxy\": \"Enable proxy\",\r\n        \"proxy_adv\": \"Advanced feature\",\r\n        \"proxy_name\": \"Proxy name\",\r\n        \"cache_time\": \"Cache time\",\r\n        \"proxy_dir\": \"Proxy dir\",\r\n        \"empty\": \"Empty\",\r\n        \"add_rep_content\": \"Add content replacement\",\r\n        \"add_proxy\": \"Add reverse proxy\",\r\n        \"add_dir_guard\": \"Add directory guard\",\r\n        \"cache\": \"Cache\",\r\n        \"already_open\": \"Enabled\",\r\n        \"already_close\": \"Disabled\",\r\n        \"url_suffix\": \"URL suffix\",\r\n        \"access_domain1\": \"Access domain\",\r\n        \"start_anti_leech\": \"Enable hotlink protection\",\r\n        \"access_empty_ref_default\": \"By default, resources are allowed to be accessed directly,<br>&nbsp; &nbsp; &nbsp; i.e, requests with empty HTTP_REFERER are not restricted.\",\r\n        \"multi_url\": \"Multiple URL suffixes and domains should be separated by comma (,), such as png,jpeg,zip,js\",\r\n        \"trigger_return_404\": \"When hotlink protection is triggered, the 404 status is returned directly\",\r\n        \"redirect\": \"Redirect\",\r\n        \"redirect_test\": \"Redirect\",\r\n        \"response_log\": \"Response log\",\r\n        \"minute\": \"Minute\",\r\n        \"install_web_server_first\": \"Please install the web server first!\",\r\n        \"to_install\": \"Install\",\r\n        \"php_cli_ver\": \"PHP-CLI Version\",\r\n        \"php_cli_tips1\": \"Here you can set the version of PHP when use PHP Command Line Interface\",\r\n        \"php_cli_tips2\": \"This needs to be reset after installing a new version of PHP\",\r\n        \"set_php_cli_cmd\": \"Set the PHP-CLI (command line) version\",\r\n        \"deploy_success_cret\": \"Remind: \",\r\n        \"try_renew_cret\": \"The SSL will be auto renewed 1 month before the expiration date\",\r\n        \"cert_brand\": \"Brand: \",\r\n        \"expire_time\": \"Expire date: \",\r\n        \"auth_domain\": \"Certified domain(s): \",\r\n        \"ssl_renew\": \"Renew\",\r\n        \"deploy_success_tips\": \"<b>Successfully deployed: </b>Please replace the new certificate before the certificate expires\",\r\n        \"not_deploy_and_save\": \"<b style=\\\"color:red;\\\">Currently not deployed: </b> Click the [Save] button to complete the deployment of this certificate\",\r\n\t\t\"default_site_not_set\":\"Default WebSite not set\",\r\n\t\t\"backup_time\":\"Backup time\",\r\n\t\t\"enable_website\":\"Enable website\",\r\n\t\t\"backup_website\":\"Backup website\",\r\n\t\t\"set_expired\":\"Set expired date\",\r\n\t\t\"set_php_version\":\"Set php version\",\r\n\t\t\"set_category\":\"Set category\",\r\n\t\t\"del_website\":\"Delete website\",\r\n\t\t\"accomplish\":\"Accomplish\",\r\n\t\t\"persent\":\"Persent\",\r\n\t\t\"select_batch_type\":\"Select the batch type\",\r\n\t\t\"batch_input_tips\":\"Click edit content, press enter or lose focus to save automatically\",\r\n\t\t\"batch_lack_tips\":\"Lack data or url parameter\",\r\n\t\t\"get_list_tips\":\"Getting list data\",\r\n\t\t\"data_empty\":\"Data empty\",\r\n\t\t\"opt_result\":\"Opt result\",\r\n\t\t\"select_batch_opt\":\"Select batch operation\",\r\n\t\t\"category_manager\":\"Category manager\",\r\n\t\t\"executing_batch\":\"Executing batch \",\r\n\t\t\"request_network_error\":\"Request network error\",\r\n\t\t\"batch_risk\":\"may be risky. Do you want to continue?\",\r\n\t\t\"batch_opt\":\"Batch operation\",\r\n\t\t\"items_page\":\"items/page\",\r\n\t\t\"site_page_jump\":\"page\",\r\n\t\t\"site_btn_jump\":\"Confirm\",\r\n\t\t\"batch_selected\":\"Selected\",\r\n\t\t\"batch_text\":\"Batch \",\r\n\t\t\"add_site\":{\r\n\t\t\t\"domain\":\"Domain name\",\r\n\t\t\t\"description\":\"Description\",\r\n\t\t\t\"root\":\"Website Path\",\r\n\t\t\t\"ftp\":\"FTP\",\r\n\t\t\t\"database\":\"Database\",\r\n\t\t\t\"program\":\"Program type\",\r\n\t\t\t\"php_version\":\"PHP version\",\r\n\t\t\t\"category\":\"Site category\",\r\n\t\t\t\"ftp_set\":\"FTP settings\",\r\n\t\t\t\"database_set\":\"Database settings\",\r\n\t\t\t\"root_ph\":\"Selete the toot path\",\r\n\t\t\t\"dont_create\":\"Not create\",\r\n\t\t\t\"create\":\"Create\",\r\n\t\t\t\"ftp_ph\":\"Create FTP account\",\r\n\t\t\t\"password\":\"Password\",\r\n\t\t\t\"ftp_password\":\"FTP Password\",\r\n\t\t\t\"database_ph\":\"Create Database account\",\r\n\t\t\t\"database_password\":\"Database Password\",\r\n\t\t\t\"bath_code_ph\":\"domain|1|0|0|0\\ndomain|1|0|0|0\\ndomain|1|0|0|0\",\r\n\t\t\t\"bath_tips1\":\"Batch format: Domain|Document Root|FTP|Database|PHP version\",\r\n\t\t\t\"bath_tips2\":\"<span style='padding-top:5px;display:inline-block;'>Domain format: domains use &nbsp;,&nbsp; spilt</span>\",\r\n\t\t\t\"bath_tips3\":\"Document Root: Input&nbsp;1&nbsp;is automatic creation, or enter a specific directory\",\r\n\t\t\t\"bath_tips4\":\"FTP format: Input&nbsp;1&nbsp;is automatic creation, input&nbsp;0&nbsp;is not creat\",\r\n\t\t\t\"bath_tips5\":\"Database format: Input&nbsp;1&nbsp;is automatic creation, input&nbsp;0&nbsp;is not creat\",\r\n\t\t\t\"bath_tips6\":\"PHP version: Input&nbsp;0&nbsp;is static, or input the specific version of PHP, eq,56、71、74\",\r\n\t\t\t\"bath_tips7\":\"<span style='padding-bottom:5px;display:inline-block;'>A domain per line</span>\",\r\n\t\t\t\"bath_tips8\":\"Eq, bt.cn,test.cn:8081|/www/wwwroot/bt.cn|1|1|56\",\r\n\t\t\t\"create_site\":\"Create site\",\r\n\t\t\t\"batch_creat\":\"Batch create\",\r\n\t\t\t\"add_site_title\":\"Add site - Support batch site building\",\r\n\t\t\t\"empty_ps\":\" is empty!\",\r\n\t\t\t\"batch_site_ps\":\"Please enter the site parameter to be created in batch!\",\r\n\t\t\t\"error_line\":\"Line \",\r\n\t\t\t\"domain_error\":\",domain format error\",\r\n\t\t\t\"port_error\":\",port format error\",\r\n\t\t\t\"success\":\"Success\",\r\n\t\t\t\"not_created\":\"Not created\",\r\n\t\t\t\"created\":\"Successfully created\",\r\n\t\t\t\"batch_add_site\":\"Batch add site\",\r\n\t\t\t\"site_name\":\"Site name\",\r\n\t\t\t\"opt_result\":\"Opt result\"\r\n\t\t}\r\n\t},\r\n\t\"public\":{\r\n\t\t\"network_err\":\"Network interruption\",\r\n\t\t\"getting_disk_list\":\"Getting disk list, please wait...\",\r\n\t\t\"search_file_name\":\"Search file name\",\r\n\t\t\"next\":\"Next\",\r\n\t\t\"select\":\"Select\",\r\n\t\t\"fileordir\":\"File/Dir\",\r\n\t\t\"jump_to_page\":\"Jump to page \",\r\n\t\t\"bulk_opt\":\"Bulk operation\",\r\n\t\t\"select_opt_type\":\"Please select the type of operation required\",\r\n\t\t\"risk_prompt\":\"The operation may be risky, do you want to continue?\",\r\n\t\t\"in_bulk\":\" in bulk\",\r\n\t\t\"request_error\":\"Request error\",\r\n\t\t\"please_wait\":\"please wait...\",\r\n\t\t\"schedule\":\"Schedule\",\r\n\t\t\"executeing\":\"Executing\",\r\n\t\t\"miss_data_or_url\":\"Missing data or url parameters\",\r\n\t\t\"success\":\"Operation succeeded!\",\r\n\t\t\"error\":\"Operation failed!\",\r\n\t\t\"add_success\":\"Successfully added !\",\r\n\t\t\"del_success\":\"Successfully deleted\",\r\n\t\t\"save\":\"Save\",\r\n\t\t\"edit\":\"Edit\",\r\n\t\t\"up_level\":\"Previous level\",\r\n\t\t\"edit_ok\":\"Successfully edited!\",\r\n\t\t\"edit_err\":\"Failed to edit!\",\r\n\t\t\"know\":\"OK\",\r\n\t\t\"close\":\"Close\",\r\n\t\t\"cancel\":\"Cancel\",\r\n\t\t\"ok\":\"OK\",\r\n\t\t\"empty\":\"Empty\",\r\n\t\t\"submit\":\"Submit\",\r\n\t\t\"exec\":\"Execute\",\r\n\t\t\"script\":\"Script\",\r\n\t\t\"log\":\"Log\",\r\n\t\t\"slow_log\":\"Slow log\",\r\n\t\t\"del\":\"Del\",\r\n\t\t\"add\":\"Add\",\r\n\t\t\"the_get\":\"Obtaining, please wait...\",\r\n\t\t\"fresh\":\"Refresh\",\r\n\t\t\"config\":\"Configuring...\",\r\n\t\t\"config_ok\":\"Configured successfully!\",\r\n\t\t\"the\":\"Processing, please wait...\",\r\n\t\t\"user\":\"Account\",\r\n\t\t\"pass\":\"Password\",\r\n\t\t\"read\":\"Reading, please wait...\",\r\n\t\t\"pre\":\"Percent\",\r\n\t\t\"num\":\"Number\",\r\n\t\t\"byte\":\"Byte\",\r\n\t\t\"input_err\":\"Form is illegal, please try again!\",\r\n\t\t\"the_add\":\"Adding, please wait...\",\r\n\t\t\"the_del\":\"Deleting, please wait...\",\r\n\t\t\"msg\":\"Tips\",\r\n\t\t\"list_empty\":\"List is empty!\",\r\n\t\t\"all\":\"All\",\r\n\t\t\"upload\":\"Upload\",\r\n\t\t\"download\":\"Download\",\r\n\t\t\"action\":\"Action\",\r\n\t\t\"warning\":\"Warning\",\r\n\t\t\"return\":\"Return\",\r\n\t\t\"help\":\"Help\",\r\n\t\t\"list\":\"List\",\r\n\t\t\"off\":\"Off\",\r\n\t\t\"on\":\"On\",\r\n\t\t\"cp_success\":\"Successfully copied!\",\r\n\t\t\"cp_fail\":\"Failed to copy, browser is NOT compatible!\",\r\n\t\t\"input_calc_result\":\"Please enter the calculation results correctly!\",\r\n\t\t\"usually_username_ban\":\"Forbidden to use common user names\",\r\n\t\t\"onclick_install\":\"One-click Install\",\r\n\t\t\"exec_log\":\"Execution log\",\r\n\t\t\"scan\":\"Scanning\",\r\n\t\t\"task_long_time_not_exec\":\"If the task has not been executed for a long time, try to reset the task queue at the home page [restart panel]\",\r\n\t\t\"login_expire\":\"Your login status has expired, please log in again!\",\r\n\t\t\"session_expire\":\"Session expired\",\r\n\t\t\"logout\":\"Log out\",\r\n\t\t\"bt_terminal\":\"aaPanel terminal\",\r\n\t\t\"paste_comm_this\":\"Please paste the command here...\",\r\n\t\t\"send\":\"Send\",\r\n\t\t\"turnoff\":\"Close\",\r\n\t\t\"cp_to_shear_plate\":\"Copy to the clipboard\",\r\n\t\t\"paste_choose\":\"Paste selected item\",\r\n\t\t\"translate\":\"Translate\",\r\n\t\t\"translate_now\":\"Translating...\",\r\n\t\t\"search\":\"Baidu search\",\r\n\t\t\"original\":\"Original: \",\r\n\t\t\"translation\":\"Translation:\",\r\n\t\t\"start_up\":\"Start\",\r\n\t\t\"stop\":\"Stop\",\r\n\t\t\"restart\":\"Restart\",\r\n\t\t\"reload\":\"Reload\",\r\n\t\t\"performance_tuning\":\"Performance tuning\",\r\n\t\t\"storage_location\":\"Storage location\",\r\n\t\t\"port\":\"Port\",\r\n\t\t\"status\":\"Current status\",\r\n\t\t\"server_status\":\"Service status\",\r\n\t\t\"ver_mam\":\"Version management\",\r\n\t\t\"edit_conf\":\"Configuration\",\r\n\t\t\"add_db\":\"Add a database\",\r\n\t\t\"backup\":\"Backup\",\r\n\t\t\"username\":\"User name\",\r\n\t\t\"db_name\":\"Database name\",\r\n\t\t\"operate\":\"Operation\",\r\n\t\t\"get_now\":\"Getting\",\r\n\t\t\"install_ver\":\"Installation version\",\r\n\t\t\"uninstall_ver\":\"Uninstall version\",\r\n\t\t\"file_tips\":\"Tips：Ctrl+F Search keyword，Ctrl+G Find next，Ctrl+S Save，Ctrl+Shift+R Find & Replace!\",\r\n\t\t\"transfer\":\"Transfer\",\r\n\t\t\"input_db_name\":\"Please enter the database name\",\r\n\t\t\"input_db_username\":\"Please enter the database username\",\r\n\t\t\"input_db_passwd\":\"Please enter the database password\",\r\n\t\t\"access_right\":\"Access permission\",\r\n\t\t\"local_server\":\"Local server\",\r\n\t\t\"everyone\":\"Everyone\",\r\n\t\t\"specified_network\":\"Specified network segment\",\r\n\t\t\"file_name\":\"File name\",\r\n\t\t\"file_size\":\"File size\",\r\n\t\t\"back_time\":\"Backup time\",\r\n\t\t\"tips\":\"Tips\",\r\n\t\t\"confirm\":\"Confirm\",\r\n\t\t\"privilege_man\":\"Privilege management\",\r\n\t\t\"change_passwd\":\"Change password\",\r\n\t\t\"copy_passwd\":\"Copy password\",\r\n\t\t\"import\":\"Import\",\r\n\t\t\"permission\":\"Permission\",\r\n\t\t\"edit_pass\":\"CHG PW\",\r\n\t\t\"res\":\"Restore\",\r\n\t\t\"install_now\":\"Installing\",\r\n\t\t\"local\":\"Local server\",\r\n\t\t\"plug_err\":\"Plugin class name, or plugin method name missing!\",\r\n\t\t\"request_err\":\"An error occurred in the request process!\",\r\n\t\t\"already_install\":\"Installed\",\r\n\t\t\"rootdir\":\"Document Root\",\r\n\t\t\"back\":\"Back\",\r\n\t\t\"flush\":\"Refresh\",\r\n\t\t\"set_account\":\"Account setup\",\r\n\t\t\"newdir\":\"New folder\",\r\n\t\t\"name\":\"Name\",\r\n\t\t\"size\":\"Size\",\r\n\t\t\"update_time\":\"Update time\",\r\n\t\t\"upload_file_success\":\"Successfully uploaded [{1}] files!\",\r\n\t\t\"upload_now\":\"Uploading\",\r\n\t\t\"upload_fail2\":\"Upload failed 2\",\r\n\t\t\"create_dir\":\"Create a directory\",\r\n\t\t\"dir_name\":\"Directory name:\",\r\n\t\t\"dir_name_err\":\"Directory name cannot be empty\",\r\n\t\t\"submitting\":\"Submitting\",\r\n\t\t\"update\":\"Update\",\r\n\t\t\"history_file_empty\":\"History file is empty\",\r\n\t\t\"history_version\":\"File history version\",\r\n\t\t\"v_time\":\"Version time\",\r\n\t\t\"restore\":\"Restore\",\r\n\t\t\"open_file\":\"Open file\",\r\n\t\t\"no_file_history\":\"No history version of the current file\",\r\n\t\t\"read_only_file\":\"Read-only file, file is \",\r\n\t\t\"restore_history\":\"Click to restore the current history version\",\r\n\t\t\"history_v\":\"history version\",\r\n\t\t\"can_not_switch_lan\":\"Switching language mode is not supported at this time, so stay tuned!\",\r\n\t\t\"set_file_encoding\":\"Set file encoding\",\r\n\t\t\"encoding\":\"Encoding\",\r\n\t\t\"dir\":\"Directory\",\r\n\t\t\"hide_dir\":\"Hidden file directory\",\r\n\t\t\"show_file_dir\":\"Show file directory\",\r\n\t\t\"dir_cannot_empty\":\"File directory cannot be empty\",\r\n\t\t\"file_name_empty_err\":\"File name cannot be empty\",\r\n\t\t\"new_name_err\":\"New name cannot be empty\",\r\n\t\t\"same_name_dir\":\"A directory with the same name exists\",\r\n\t\t\"same_name_file\":\"A file with the same name exists\",\r\n\t\t\"rename_err\":\"This file is already open and cannot be edited\",\r\n\t\t\"renaming_file\":\"Renaming file or directory, please wait ...\",\r\n\t\t\"creating_file\":\"Creating file, please wait ...\",\r\n\t\t\"creating_dir\":\"Creating directory, please wait ...\",\r\n\t\t\"deleting_file\":\"Deleting file, please wait ...\",\r\n\t\t\"deleting_dir\":\"Deleting directory, please wait ...\",\r\n\t\t\"get_autosave_file\":\"Getting auto save file information, please wait ...\",\r\n\t\t\"restore_history_files\":\"Restore history files\",\r\n\t\t\"confirm_restore_file\":\"Whether to restore historical files\",\r\n\t\t\"confirm_restore_file1\":\"After restoring the history file, the current file content will be replaced!\",\r\n\t\t\"recover_file\":\"Recovering historical files, please wait ...\",\r\n\t\t\"get_file_contents\":\"Getting file contents, please wait ...\",\r\n\t\t\"get_file_history\":\"Getting history file contents, please wait ...\",\r\n\t\t\"space\":\"Space\",\r\n\t\t\"tab_length\":\"Tab length\",\r\n\t\t\"lan\":\"Language\",\r\n\t\t\"row\":\"Row\",\r\n\t\t\"column\":\"column\",\r\n\t\t\"opend_file\":\"Opened file\",\r\n\t\t\"save_file_content\":\"Saving file content, please wait...\",\r\n\t\t\"save_ace_config\":\"Setting ace config, please wait...\",\r\n\t\t\"get_ace_config\":\"Getting ace config, please wait...\",\r\n    \"save_all\": \"All saved successfully\",\r\n    \"online_text_editor\": \"Online text editor\",\r\n    \"save_tips\": \"Save Tips\",\r\n    \"save_tips1\": \"Detected that the file was not saved, did you save the file change?\",\r\n    \"save_tips2\": \"If you don\\'t save, the changes will be lost!\",\r\n    \"dont_save\": \"Dont save\",\r\n    \"terminal\": \"Terminal\",\r\n    \"set\": \"Set\",\r\n    \"result\": \"Result\",\r\n    \"selected\": \"Selected \",\r\n    \"please_choose\": \"Please choose\",\r\n    \"manage_cloud_server\": \"Remote servers\",\r\n\t\t\"capacity\": \"Quota\",\r\n\t\t\"notConfigured\": \"Not set\",\r\n\t\t\"currentUsedCapacity\": \"Quota already set\",\r\n\t\t\"quotaCapacity\": \"Set new quota\",\r\n\t\t\"capacityFinished\": \"Capacity is used up\",\r\n\t\t\"finished\": \"Has been finished\",\r\n\t\t\"modifyQuotaCapacity\": \"Click Modify Capacity Quota\",\r\n\t\t\"capacityTips1\": \"Reminder: This feature is exclusive to the pro edition\",\r\n\t\t\"capacityTips2\": \"Requires an XFS filesystem and includes the [prjquota] parameter to use\",\r\n\t\t\"capacityTips3\": \"Example of fstab: /dev/vdc1 /data xfs defaults,prjquota 0 0\",\r\n\t\t\"capacityTips4\": \"Import using the panel or root user, not affected by quotas\",\r\n\t\t\"capacityTips5\": \"Quota: To cancel quota, set to \\\"0\\\"\",\r\n\t\t\"modify_path_quota\": \"Setting directory quota, please wait...\",\r\n\t\t\"modify_mysql_quota\": \"Setting MySql quota, please wait...\",\r\n\t\t\"setup_success\": \"Setup successfully!\",\r\n\t\t\"setup_fail\": \"Setup Failed!\"\r\n  },\r\n\t\"public_backup\":{\r\n\t\t\"login_expire\":\"Your login status has expired, please log in again!\",\r\n\t\t\"session_expire\":\"Session expired\",\r\n\t\t\"click_detail\":\"Click to view instructions\",\r\n\t\t\"stop\":\"Stop\",\r\n\t\t\"restart\":\"Restart\",\r\n\t\t\"reload\":\"Reload\",\r\n\t\t\"server\":\"Server\",\r\n\t\t\"cp_success\":\"Successfully copied\",\r\n\t\t\"cp_fail\":\"Failed to copy, browser is not compatible!\",\r\n\t\t\"bind_bt_account\":\"Bind aaPanel account\",\r\n\t\t\"mobile_phone\":\"Mobile phone\",\r\n\t\t\"mobile_phone_or_email\":\"Your Email address\",\r\n\t\t\"pass\":\"Password\",\r\n\t\t\"rootpass\":\"Root password\",\r\n\t\t\"login\":\"Log in\",\r\n\t\t\"no_account\":\"No account, go to register\",\r\n\t\t\"oneclick_install\":\"One-click Install\",\r\n\t\t\"user_img\":\"Profile picture\",\r\n\t\t\"nick_name\":\"Nickname:\",\r\n\t\t\"cancel_wechat_bind\":\"Cancel the binding of the current WeChat applet\",\r\n\t\t\"cancel_bind\":\"Unbind\",\r\n\t\t\"add_account_bind\":\"Add a binding account\",\r\n\t\t\"unbind_account\":\"Are you sure to cancel the current binding?\",\r\n\t\t\"confirm\":\"OK\",\r\n\t\t\"cancel\":\"Cancel\",\r\n\t\t\"unbind\":\"Unbind\",\r\n\t\t\"open_bt_small_app\":\"Open the aaPanel panel mini program\",\r\n\t\t\"app_qr_core\":\"Mini program QR code\",\r\n\t\t\"scan_qr_core\":\"Use aaPanel Mobile to scan the current QR code and bind to the panel\",\r\n\t\t\"return_bind_list\":\"Return to panel binding list\",\r\n\t\t\"read_bind_list\":\"View binding list\",\r\n\t\t\"bind_wechat\":\"Bind WeChat\",\r\n\t\t\"bind_success\":\"Binding succeeded!\",\r\n\t\t\"del\":\"Deleete\",\r\n\t\t\"del_dir\":\"Are you sure to delete this directory?\",\r\n\t\t\"del_task\":\"Are you sure to delete this cron job?\",\r\n\t\t\"tips\":\"Tips\",\r\n\t\t\"stop_crontab\":\"The cron job will not continue to run after it is paused. Do you really want to deactivate this scheduled task?\",\r\n\t\t\"start_crontab\":\"The cron job has been deactivated. Do you want to enable this cron job?\",\r\n\t\t\"submit_data\":\"Submitting data...\",\r\n\t\t\"read_log\":\"查看日志\",\r\n\t\t\"log_empty\":\"The current log is empty\",\r\n\t\t\"microsoft_yahei\":\"微软雅黑\",\r\n\t\t\"all\":\"All\",\r\n\t\t\"server_disk\":\"Server disk\",\r\n\t\t\"get_cert\":\"Obtaining certificate information\",\r\n\t\t\"key\":\"Key\",\r\n\t\t\"cret_format\":\"Certificate (PEM format)\",\r\n\t\t\"save\":\"Save\",\r\n\t\t\"cret_help\":\"Paste your *.key and *.pem content and save\",\r\n\t\t\"help\":\"Help\",\r\n\t\t\"cret_err\":\"If the browser prompts that the certificate chain is incomplete, please check if the PEM certificate is correctly spliced correctly\",\r\n\t\t\"pem_format\":\"PEM format certificate = domain name certificate .crt + root certificate (root_bundle).crt\",\r\n\t\t\"custom_panel_set\":\"Custom panel certificate\",\r\n\t\t\"usually_user_ban\":\"Do not use common usernames!\",\r\n\t\t\"install\":\"Install\",\r\n\t\t\"uninstall\":\"Uninstall\",\r\n\t\t\"no_fpm_log\":\"There is currently no fpm log\",\r\n\t\t\"no_slow_log\":\"There is currently no slow log\",\r\n\t\t\"year\":\"Year\",\r\n\t\t\"month\":\"Month\",\r\n\t\t\"day\":\"Day\",\r\n\t\t\"month1\":\"1 month\",\r\n\t\t\"month3\":\"3 months\",\r\n\t\t\"month6\":\"6 months\",\r\n    \"year1\": \"1 year\",\r\n    \"year2\": \"2 years\",\r\n    \"year3\": \"3 years\",\r\n    \"permanent\": \"Permanent\",\r\n    \"buy_multiplev_bt_pro\": \"Note: If you need to purchase multiple permanent licenses, please visit the aaPanel official site to purchase\",\r\n    \"goto_bt\": \"Go to aaPanel official site\",\r\n    \"up_pro_use_allplug_free\": \"Upgrade to Pro, all plugins are free to use\",\r\n    \"buy\": \"Buy\",\r\n    \"renew\": \"Renew\",\r\n    \"type\": \"Type\",\r\n    \"add_to\": \"Add to \",\r\n    \"apiece_of_plug\": \"1 plugin\",\r\n    \"up_pro\": \"Upgrade to Professional Edition\",\r\n    \"use_allplug_free\": \"All plugins are free to use\",\r\n    \"pro_expire_must_renew_or_change_free_version\": \"(When The Pro version expires, you will need to renew it before you can log in, or you can use SSH to execute the free version downgrade command to switch to the free version)\",\r\n    \"duration\": \"Duration\",\r\n    \"total\": \"Total\",\r\n    \"rmb\": \"Yuan\",\r\n    \"pay_by_wechatqrcore\": \"WeChat QR Code payment\",\r\n    \"get_payment_info\": \"Getting payment info...\",\r\n    \"loading\": \"Loading, please wait\",\r\n\t\t\"choose_cash_coupon\":\"Please choose a coupon\",\r\n\t\t\"no_cash_coupon\":\"No coupon available\",\r\n\t\t\"pay_plug_success\":\"Successfully paid for the plugin!\",\r\n\t\t\"pay_pro_success\":\"Successfully paid for Pro!\",\r\n\t\t\"pay_method\":\"Payment method\",\r\n\t\t\"pay_by_wechat\":\"WeChat payment\",\r\n\t\t\"cash_coupon\":\"Coupon\",\r\n\t\t\"opening_time\":\"Opening time\",\r\n\t\t\"cash_coupon_list\":\"Coupon list\",\r\n\t\t\"submit\":\"Submit\",\r\n\t\t\"discount\":\"Discount\",\r\n\t\t\"update\":\"Update\",\r\n\t\t\"third_party_plug\":\"Third-party plugin packages\",\r\n\t\t\"name\":\"Nam: \",\r\n\t\t\"version\":\"Version: \",\r\n\t\t\"ps\":\"Description: \",\r\n\t\t\"size\":\"Size: \",\r\n\t\t\"author\":\"Author: \",\r\n\t\t\"source\":\"Source: \",\r\n\t\t\"update_wait\":\"The update process may take a few minutes, please be patient!\",\r\n\t\t\"install_wait\":\"The installation process may take a few minutes, please be patient!\",\r\n\t\t\"exist_cover\":\"If this plugin already exists, it will be replaced!\",\r\n\t\t\"update_tips\":\"It is recommended that you update the software when the server load is low.\",\r\n\t\t\"db_update_tips\":\"Updating the database is risky and it is recommended to back up your database before updating.\",\r\n\t\t\"update_tips1\":\"If you are using a cloud server, it is highly recommended to take a snapshot before updating.\",\r\n\t\t\"update_tips2\":\"The update process may cause the service to be interrupted. Do you really update [{1}] to [{2}.{3}] now?\",\r\n\t\t\"update_tips3\":\"Updating to [{1}-{2}.{3}], please wait...\",\r\n\t\t\"del_rep\":\"Delete redirection\",\r\n\t\t\"sure_del_rep\":\"Are you sure to delete the redirection?\",\r\n\t\t\"del_proxy\":\"Delete reverse proxy\",\r\n\t\t\"sure_del_proxy\":\"Are you sure to delete from list?\",\r\n\t\t\"no_log\":\"Currently no logs\",\r\n\t\t\"deploy_cert\":\"Deploying certificate...\",\r\n\t\t\"del_cert\":\"Delete certificate\",\r\n\t\t\"sure_del_cert\":\"Are you sure to delete the certificate from the certificate holder?\",\r\n\t\t\"stop_site\":\"Stop site\",\r\n\t\t\"start_site\":\"Start site\",\r\n\t\t\"turn_off\":\"Close\",\r\n\t\t\"access_right\":\"Access permission\",\r\n\t\t\"local_server\":\"Local server\",\r\n\t\t\"every_one\":\"Everyone\",\r\n\t\t\"specify_ip\":\"Specified IP\",\r\n\t\t\"access_ip_tips\":\"Multiple IPs separated by (,)\",\r\n\t\t\"db_name\":\"Database name\",\r\n\t\t\"new_db_name\":\"New database name\",\r\n\t\t\"user_name\":\"Username\",\r\n\t\t\"db_user\":\"Database user\",\r\n\t\t\"set_db_permissions\":\"Set database permissions\",\r\n\t\t\"change_db_pass\":\"Change the database password\",\r\n\t\t\"domain\":\"Domain\",\r\n\t\t\"domian_tips\":\"A domain per line, the default port is 80<br>Wildcard domain format: *.domain.com<br>To add another port, the format is www.domain.com:88\",\r\n\t\t\"site_ps\":\"Site note\",\r\n\t\t\"root_dir\":\"Document Root\",\r\n\t\t\"dont_create\":\"Not create\",\r\n\t\t\"create\":\"Create\",\r\n\t\t\"set_ftp\":\"FTP settings\",\r\n\t\t\"ftp_tips\":\"While creating the site, create a corresponding FTP user for the site, and the FTP directory points to the directory where the site is located.\",\r\n\t\t\"db\":\"Database\",\r\n\t\t\"unsupport_sqlserver\":\"Linux does NOT support SQLServer at this time!\",\r\n\t\t\"db_set\":\"Database settings\",\r\n\t\t\"create_site_tips\":\"While creating the site, create a corresponding database for the site to facilitate different databases using different databases.\",\r\n\t\t\"php_v\":\"PHP version\",\r\n\t\t\"sitic\":\"Pure static\",\r\n\t\t\"site_classification\":\"Site category\",\r\n\t\t\"domain_format_not_right\":\"The primary domain is NOT in the correct format\",\r\n\t\t\"default_port\":\"Default port\",\r\n\t\t\"recover\":\"Restore\",\r\n\t\t\"permanent_delete\":\"Delete permanently\",\r\n\t\t\"name_err\":\"Missing required parameter name\",\r\n\t\t\"preparing_for_cert\":\"Preparing for certificate\"\r\n\t},\r\n\t\"layout\":{\r\n\t\t\"download\":\"Downloading:\",\r\n\t\t\"cancel\":\"Cancel\",\r\n\t\t\"connect\":\"Connecting..\",\r\n\t\t\"wait_task\":\"Waiting the task to execute\",\r\n\t\t\"cancel_task\":\"Cancelling task...\",\r\n\t\t\"task_queue\":\"Task queue\"\r\n\t},\r\n\t\"install\":{\r\n\t\t\"passwd_cant_empty\":\"Username or password cannot be empty!\",\r\n\t\t\"passwd_not_same\":\"The passwords entered twice are inconsistent, please re-enter!\",\r\n\t\t\"setting_up\":\"Processing...\"\r\n\t},\r\n\t\"login\":{\r\n\t\t\"qr_core_login\":\"aaPanel Mobile QR code login\",\r\n\t\t\"open\":\"Open\",\r\n\t\t\"bt_small_p\":\"aaPanel Mobile\",\r\n\t\t\"scan_login\":\"Scan to log in\",\r\n\t\t\"scan_more_safety\":\"QR code login is more secure\",\r\n\t\t\"scan_success\":\"Successfully scanned  QR code, please wait...\",\r\n\t\t\"safe_logging_now\":\"Logging in securely, please wait...\",\r\n\t\t\"user_login\":\"Click on the account to login\",\r\n\t\t\"form_err\":\"Form error, please re-enter!\",\r\n\t\t\"logging\":\"logging in...\"\r\n\t},\r\n\t\"tomcat2\":{\r\n\t\t\"project_mam\":\"Project management\",\r\n\t\t\"server\":\"Service\",\r\n\t\t\"conf_file\":\"Configuration file\",\r\n\t\t\"version_mam\":\"Version management\",\r\n\t\t\"log\":\"Log\",\r\n\t\t\"add_project\":\"Add item\",\r\n\t\t\"project_domain\":\"Project domain\",\r\n\t\t\"project_path\":\"Project path\",\r\n\t\t\"sub_dir\":\"Subdirectory\",\r\n\t\t\"tomcat_version\":\"Tomcat version\",\r\n\t\t\"operate\":\"Operate\",\r\n\t\t\"project_tips1\":\"The default project is not editable\",\r\n\t\t\"project_tips2\":\"Project mapping can be accessed directly through the domain\",\r\n\t\t\"project_tips3\":\"The default ports for tomcat7, 8, and 9 are 8081, 8082, and 8083\",\r\n\t\t\"project_tips4\":\"If you have questions, you can post here.\",\r\n\t\t\"project_tips5\":\"See details\",\r\n\t\t\"project_tips6\":\"Tips：Ctrl+F Search keyword，Ctrl+G Find next，Ctrl+S Save，Ctrl+Shift+R Find & Replace!\",\r\n\t\t\"save\":\"Save\",\r\n\t\t\"project_mapping\":\"Project mapping\",\r\n\t\t\"already_install\":\"Installed\",\r\n\t\t\"not_install\":\"NOT Installed\",\r\n\t\t\"install_version\":\"Install version\",\r\n\t\t\"uninstall_version\":\"Uninstall version\",\r\n\t\t\"not_install_tomcat\":\"Tomcat service NOT installed\",\r\n\t\t\"add_tomcat_project\":\"Add a Tomcat project\",\r\n\t\t\"project_version\":\"Project version\",\r\n\t\t\"input_project_domain\":\"Please enter the project domain\",\r\n\t\t\"input_project_path\":\"Please enter the project path\",\r\n\t\t\"project_tips7\":\"Project version: If you need to add another version of Tomcat service, please install in\",\r\n\t\t\"project_tips8\":\"\",\r\n\t\t\"confirm\":\"OK\",\r\n\t\t\"cancel\":\"Cancel\",\r\n\t\t\"input_project_version\":\"Please enter the project version\",\r\n\t\t\"uninstall_confirm\":\"Are you sure to uninstall\",\r\n\t\t\"program\":\"Program\",\r\n\t\t\"uninstall_tomcat\":\"Uninstall Tomcat\",\r\n\t\t\"install_now\":\"Installing\",\r\n\t\t\"uninstall_now\":\"Uninstalling\",\r\n\t\t\"install_tips1\":\"service, please be patient\",\r\n\t\t\"get_version_info\":\"Getting version info, please wait...\",\r\n\t\t\"mamager\":\"Mamager\",\r\n\t\t\"proxy\":\"Proxy\",\r\n\t\t\"edit\":\"Edit\",\r\n\t\t\"del\":\"Del\",\r\n\t\t\"default_project_subdir_err\":\"Default project does NOT support subdirectory addition\",\r\n\t\t\"add_sub_dir\":\"Add a subdirectory\",\r\n\t\t\"input_sub_dir\":\"Please enter the subdirectory\",\r\n\t\t\"input_visit_path\":\"Please enter the access path\",\r\n\t\t\"sub_dir_cant_empty\":\"Subdirectory cannot be empty\",\r\n\t\t\"visit_path_cant_empty\":\"Access path cannot be empty\",\r\n\t\t\"del_confirm\":\"Delete or not\",\r\n\t\t\"del_sub_dir\":\"Delete subdirectory\",\r\n\t\t\"del_sub_dir_now\":\"Deleting subdirectory, please wait...\",\r\n\t\t\"add_sub_dir_now\":\"Adding a subdirectory, please wait...\",\r\n\t\t\"get_sub_dir\":\"Getting subdirectory, please wait...\",\r\n\t\t\"stop_reloadable_confirm\":\"Are you sure to turn off the Reloadable property\",\r\n\t\t\"start_reloadable_confirm\":\"Are you sure to turn on the Reloadable property\",\r\n\t\t\"set_reloadable\":\"Set the Reloadable property\",\r\n\t\t\"stop_reloadable_now\":\"Turn off the Reloadable property, please wait...\",\r\n\t\t\"start_reloadable_now\":\"Turn on the Reloadable property, please wait...\",\r\n\t\t\"stop_server\":\"Stop service\",\r\n\t\t\"stop_confirm\":\"Are you sure to stop\",\r\n\t\t\"stop_now\":\"Stopping\",\r\n\t\t\"wait\":\"Please wait\",\r\n\t\t\"start_server\":\"Start service\",\r\n\t\t\"start_confirm\":\"Are you sure to start\",\r\n\t\t\"start_now\":\"Starting\",\r\n\t\t\"reload_server\":\"Reload service\",\r\n\t\t\"reload_confirm\":\"Are you sure to reload\",\r\n\t\t\"reload_now\":\"Reloading\",\r\n\t\t\"get_port\":\"Getting port, please wait...\",\r\n\t\t\"set_port\":\"Setting up port, please wait...\",\r\n\t\t\"get_proxy\":\"Get the map status, please wait...\",\r\n\t\t\"default_project_proxy_err\":\"The default project does NOT support mapping\",\r\n\t\t\"proxy_confirm\":\"Whether to map\",\r\n\t\t\"proxy_project\":\"Mapping project\",\r\n\t\t\"set_proxy_now\":\"Setting up mapping, please wait...\",\r\n\t\t\"get_reloadable_status\":\"Getting Reloadable status, please wait...\",\r\n\t\t\"set_reloadable_status\":\"Setting Reloadable status, please wait...\",\r\n\t\t\"default_project_edit_err\":\"The default project does NOT support editing\",\r\n\t\t\"modify\":\"Modify\",\r\n\t\t\"project\":\"Project\",\r\n\t\t\"modify_success\":\"Modified\",\r\n\t\t\"project_unmodified\":\"Project NOT modified\",\r\n\t\t\"set_project\":\"Setting project\",\r\n\t\t\"project_set_dir\":\"directory, please wait...\",\r\n\t\t\"project_set_domain\":\"domain, please wait...\",\r\n\t\t\"default_project_del_err\":\"The default project does NOT support deletion\",\r\n\t\t\"del_project\":\"Delete project\",\r\n\t\t\"del_project_confirm\":\"project, continue?\",\r\n\t\t\"add_project_now\":\"Adding Tomcat project, please wait...\",\r\n\t\t\"get_project_now\":\"Getting a list of Tomcat projects, please wait...\",\r\n\t\t\"status\":\"Current status:\",\r\n\t\t\"port\":\"Port\",\r\n\t\t\"change\":\"Change\",\r\n\t\t\"jdk_version\":\"JDK version:\",\r\n\t\t\"reload_conf\":\"Reload\",\r\n\t\t\"get_service_status\":\"Getting service status, please wait...\",\r\n\t\t\"save_conf\":\"Saving configuration file, please wait\",\r\n\t\t\"get_conf\":\"Getting profile, please wait\",\r\n\t\t\"get_log\":\"Getting logs, please wait\",\r\n\t\t\"plug_err\":\"The plugin class name, or plugin method name is missing!\",\r\n\t\t\"requery_err\":\"An error occurred in the request process!\",\r\n\t\t\"visit_path\":\"Access path\",\r\n\t\t\"tomcat_status_tips1\":\"service, please wait\",\r\n\t\t\"del_confirm_p\":\"Whether to delete the\",\r\n\t\t\"del_project_now\":\"Deleting project, please wait...\",\r\n\t\t\"open\":\"Running\",\r\n\t\t\"stop\":\"Stop\",\r\n\t\t\"startup\":\"Start\"\r\n\t},\r\n\t\"pythonmamager\":{\r\n\t\t\"project_mam\":\"Project management\",\r\n\t\t\"version_mam\":\"Version management\",\r\n\t\t\"log\":\"Log\",\r\n\t\t\"add_project\":\"Add project\",\r\n\t\t\"project_name\":\"Project name\",\r\n\t\t\"project_path\":\"Project path\",\r\n\t\t\"port\":\"Port\",\r\n\t\t\"start_type\":\"Startup mode\",\r\n\t\t\"py_version\":\"Python version\",\r\n\t\t\"mem\":\"Memory\",\r\n\t\t\"status\":\"Status\",\r\n\t\t\"operate\":\"Operate\",\r\n\t\t\"py_tips1\":\"By default, the manager uses the pip to install the module in requirements.txt in the Document Root. If there are other modules to be installed, please manually enter the virtual environment to install\",\r\n\t\t\"py_tips2\":\"Method to enter the virtual environment:\",\r\n\t\t\"py_tips3\":\"Enter on the CLI\",\r\n\t\t\"py_tips4\":\"Source project path/project name_venv/bin/activate\",\r\n\t\t\"like\":\"e.g.\",\r\n\t\t\"get_now\":\"Getting...\",\r\n\t\t\"instarll_version\":\"Install version\",\r\n\t\t\"uninstarll_version\":\"Uninstall version\",\r\n\t\t\"install_py_tips\":\"Installing the python version may take a long time, please be patient\",\r\n\t\t\"py_project\":\"Python project:\",\r\n\t\t\"already_install\":\"Installed\",\r\n\t\t\"no_install\":\"NOT Installed\",\r\n\t\t\"uninstall_confirm\":\"Are you sure to uninstall\",\r\n\t\t\"program\":\"Program\",\r\n\t\t\"uninstall_py\":\"Uninstall Python\",\r\n\t\t\"add_py_project\":\"Add a Python project\",\r\n\t\t\"confirm\":\"OK\",\r\n\t\t\"cancel\":\"Cancel\",\r\n\t\t\"name\":\"Name\",\r\n\t\t\"input_project_name\":\"Please enter a project name\",\r\n\t\t\"path\":\"Path\",\r\n\t\t\"input_project_path\":\"Please select the project path\",\r\n\t\t\"run_dir_file\":\"Startup file/folder\",\r\n\t\t\"input_run_file\":\"Please select the project startup file\",\r\n        \"choose_project_dir\":\"Select project directory\",\r\n\t\t\"run_type\":\"Startup mode\",\r\n\t\t\"input_project_port\":\"Please enter the project port, leave blank if no port\",\r\n\t\t\"add_py_tips1\":\"Project version: If you need to add another version of Python, please install in\",\r\n\t\t\"add_py_tips2\":\"Version Management\",\r\n\t\t\"add_py_tips3\":\"\",\r\n\t\t\"add_py_tips4\":\"Gunicorn is a widely used Python WSGI UNIX HTTP server\",\r\n\t\t\"add_py_tips5\":\"uWsgi is a high performance WEB server\",\r\n\t\t\"add_py_tips6\":\"Python runs projects directly using python\",\r\n\t\t\"project_name_cant_empty\":\"The project name cannot be empty!\",\r\n\t\t\"project_path_cant_empty\":\"The project address cannot be empty!\",\r\n\t\t\"project_runfile_cant_empty\":\"The project startup file cannot be empty!\",\r\n\t\t\"stop\":\"Paused\",\r\n\t\t\"cancel_mapping\":\"Unmap\",\r\n\t\t\"runing\":\"Running\",\r\n\t\t\"mapping\":\"Mapping\",\r\n\t\t\"restart\":\"Restart\",\r\n\t\t\"restart_project\":\"Restart the project\",\r\n\t\t\"conf\":\"Configuration\",\r\n\t\t\"conf_file\":\"Configuration file\",\r\n\t\t\"module_mam\":\"Module management\",\r\n\t\t\"module\":\"Module\",\r\n\t\t\"del_project\":\"Delete project\",\r\n\t\t\"del\":\"Del\",\r\n\t\t\"no_data\":\"Currently no data\",\r\n\t\t\"whether\":\"Sure to\",\r\n\t\t\"open\":\"enable\",\r\n\t\t\"close\":\"disable\",\r\n\t\t\"mapping_project\":\"Mapping project\",\r\n\t\t\"whether_restart_python_project\":\"Are you sure to restart the Python project\",\r\n\t\t\"whether_cancel_python_project\":\"Are you sure to cancel the project mapping domain\",\r\n\t\t\"whether_del_python_project\":\"Are you sure to delete the Python project\",\r\n        \"whether_uninstall_module\":\"Are you sure to uninstall the module\",\r\n\t\t\"tips\":\"Tips\",\r\n\t\t\"submit\":\"Submit\",\r\n\t\t\"mapping_domain\":\"Map domain\",\r\n\t\t\"input_mapping_domain\":\"Please enter a mapping domain\",\r\n\t\t\"edit\":\"Edit\",\r\n\t\t\"project_conf\":\"Project configuration\",\r\n\t\t\"file_tips\":\"Tips：Ctrl+F Search keyword，Ctrl+G Find next，Ctrl+S Save，Ctrl+Shift+R Find & Replace!\",\r\n\t\t\"get_project_list_now\":\"Getting list of projects, please wait...\",\r\n\t\t\"cancel_mapping_now\":\"Cancelling project mapping, please wait...\",\r\n\t\t\"get_python_ver\":\"Getting python version, please wait...\",\r\n        \"uninstall\":\"Uninstall\",\r\n        \"module_name\":\"Module name\",\r\n        \"module_ver\":\"Module version\",\r\n        \"add\":\"Add to\",\r\n        \"add_module_tips\":\"*&nbsp;If the module version is left blank, the latest version will be installed&nbsp;*\",\r\n        \"version\":\"Version\",\r\n        \"warn\":\"Warning\",\r\n        \"get_project_module_now\":\"Getting project [{1}] module, please wait...\",\r\n        \"set_project_module_now\":\"Setting project [{1}] module, please wait...\",\r\n        \"install_dependent\":\"Installing dependencies required by the project, please wait...\",\r\n        \"being\":\"\",\r\n        \"start_py_project\":\"Turning on Python project\",\r\n        \"stop_py_project\":\"Turning off the Python project\",\r\n        \"pleace_wait\":\",please wait...\",\r\n        \"mapping_py_project\":\"Mapping Python project, please wait...\",\r\n        \"del_py_project\":\"Deleting Python project, please wait...\",\r\n        \"get_py_ver\":\"Getting the python version, please wait...\",\r\n        \"install_py_ver\":\"Installing Python version [{1}], please wait...\",\r\n        \"uninstall_py_ver\":\"Uninstalling Python version [{1}], please wait...\",\r\n        \"get_conf_now\":\"Getting configuration info, please wait...\",\r\n        \"save_conf_now\":\"Saving configuration info, please wait...\",\r\n        \"choose_file\":\"Please select a file\",\r\n        \"input_newfile_name\":\"Please enter a new file name\",\r\n        \"rootdir\":\"Document Root\",\r\n        \"create_newfile\":\"Creating new file, please wait...\",\r\n        \"get_file_list\":\"Getting file list, please wait...\",\r\n        \"plug_err\":\"The plugin class name, or plugin method name is missing!\",\r\n        \"reuqest_err\":\"An error occurred in the request process!\"\r\n\t},\r\n\t\"pgsql\":{\r\n\t\t\"like\":\"e.g.\",\r\n\t\t\"log\":\"Log\",\r\n\t\t\"slow_log\":\"Slow log\",\r\n\t\t\"performance_tuning\":\"Performance tuning\",\r\n\t\t\"port\":\"Port\",\r\n\t\t\"server_status\":\"Service status\",\r\n\t\t\"ver_man\":\"Version management\",\r\n\t\t\"edit_conf\":\"Configuration\",\r\n\t\t\"add_db\":\"Add database\",\r\n\t\t\"backup\":\"Backup\",\r\n\t\t\"username\":\"Username\",\r\n\t\t\"db_name\":\"Database name\",\r\n\t\t\"operate\":\"Operate\",\r\n\t\t\"get_now\":\"Getting\",\r\n\t\t\"install_ver\":\"Install version\",\r\n\t\t\"uninstall_ver\":\"Uninstall version\",\r\n\t\t\"file_tips\":\"Tips：Ctrl+F Search keyword，Ctrl+G Find next，Ctrl+S Save，Ctrl+Shift+R Find & Replace!\",\r\n\t\t\"transfer\":\"Transfer\",\r\n\t\t\"input_db_name\":\"Please enter the database name\",\r\n\t\t\"input_db_username\":\"Please enter the database username\",\r\n\t\t\"input_db_passwd\":\"Please enter the database password\",\r\n\t\t\"access_right\":\"Access permission\",\r\n\t\t\"local_server\":\"Local server\",\r\n\t\t\"everyone\":\"Everyone\",\r\n\t\t\"specified_network\":\"Specified network segment\",\r\n\t\t\"file_name\":\"File name\",\r\n\t\t\"file_size\":\"File size\",\r\n\t\t\"back_time\":\"Backup time\",\r\n\t\t\"tips\":\"Tips\",\r\n\t\t\"confirm\":\"Determine\",\r\n\t\t\"privilege_man\":\"Privilege management\",\r\n\t\t\"change_passwd\":\"Change Password\",\r\n\t\t\"copy_passwd\":\"Copy password\",\r\n\t\t\"import\":\"Import\",\r\n\t\t\"permission\":\"permission\",\r\n\t\t\"edit_pass\":\"CHG PW\",\r\n\t\t\"res\":\"Restore\",\r\n\t\t\"install_now\":\"Installing\",\r\n\t\t\"local\":\"Local server\",\r\n\t\t\"plug_err\":\"The plugin class name, or plugin method name is missing!\",\r\n\t\t\"request_err\":\"An error occurred in the request process!\",\r\n\t\t\"db_list\":\"Database list\",\r\n\t\t\"client_auth\":\"Client authentication\",\r\n\t\t\"pgsql_ver\":\"PgSQL version\",\r\n\t\t\"pgsql_tips1\":\"Installing the PgSQL version may take a long time, please be patient\",\r\n\t\t\"pgsql_tips2\":\"To switch versions, first uninstall the current version and manually back up the current database file\",\r\n\t\t\"pgsql_tips3\":\"Here is the pgsql main configuration file. If you don't know the configuration rules, don't modify them at will\",\r\n\t\t\"pgsql_tips4\":\"This profile can be configured to allow which users to connect to which database, which IPs or which network segments are allowed to connect to the server, and the authentication mode used to specify the connection!\",\r\n\t\t\"pgsql_tips5\":\"Here is the pgsql client authentication configuration file. If you don't know the configuration rules, don't modify them at will\",\r\n\t\t\"restart_db\":\"Restart the database\",\r\n\t\t\"get_pgsql_service\":\"Getting the PgSQL service, please wait...\",\r\n\t\t\"choose_sql_ver\":\"Please select the installed database version\",\r\n\t\t\"db_name_err\":\"Database name cannot contain special characters\",\r\n\t\t\"cp_fail\":\"Copy failed, please manually copy Ctrl+C\",\r\n\t\t\"db_back_list\":\"Database [{1}] backup list\",\r\n\t\t\"whether_res_db_file\":\"Are you sure to restore&nbsp;[{1}]&nbsp;back up files?\",\r\n\t\t\"download_back_file\":\"Downloading backup file, please wait...\",\r\n\t\t\"whether_del_db_file\":\"Are you sure to delete the &nbsp;[{1}]&nbsp;backup file?\",\r\n\t\t\"import_back_file\":\"Database [{1}], local file import backup\",\r\n\t\t\"upload_from_local\":\"Upload from local\",\r\n\t\t\"whether_del_import_file\":\"Are you sure to delete the &nbsp;[{1}]&nbsp;impoerted file?\",\r\n\t\t\"whether_del_db\":\"Are you sure to delete the database [{1}]?\",\r\n\t\t\"del_back_file\":\"Also delete the database backup file\",\r\n\t\t\"input_storage_location\":\"Please enter the database storage location!\",\r\n\t\t\"input_db_port\":\"Please enter the database port!\",\r\n\t\t\"change_ver_tips\":\"Switch the version, please switch the version, please uninstall the current version first, and manually back up the current database file\",\r\n\t\t\"whether_install_db_ver\":\"Do you want to install the [{1}] data, please select the installed database repository?\",\r\n\t\t\"whether_install_db\":\"Are you sure to install [{1}] database?\",\r\n\t\t\"install_pgsql_now\":\"Installing PgSQL, please wait...\",\r\n\t\t\"whether_uninstall_sqldb\":\"Are you sure to uninstall the database [{1}]?\",\r\n\t\t\"uninstall_pgsql_now\":\"Uninstalling PgSQL, please wait...\",\r\n\t\t\"get_service_status\":\"Getting service status, please wait...\",\r\n\t\t\"get_db_list\":\"Getting database list, please wait...\",\r\n\t\t\"change_db_passwd\":\"Changing database password, please wait...\",\r\n\t\t\"set_db_permission\":\"Setting database permissions, please wait...\",\r\n\t\t\"del_db_now\":\"Deleting database, please wait...\",\r\n\t\t\"add_db_now\":\"Adding database, please wait...\",\r\n\t\t\"get_db_import_list\":\"Getting database import list, please wait...\",\r\n\t\t\"upload_db_backfile\":\"Upload database backup file\",\r\n\t\t\"import_db\":\"Importing database backup, please wait...\",\r\n\t\t\"get_db_back_list\":\"Getting database backup list, please wait...\",\r\n\t\t\"add_db_back\":\"Adding a database backup, please wait...\",\r\n\t\t\"del_db_back\":\"Deleting database backup, please wait...\",\r\n\t\t\"get_pgsql_ver\":\"Getting the PgSQL version, please wait...\",\r\n\t\t\"pgsql_port_release\":\"PgSQL database port release\",\r\n\t\t\"pgsql_install_success\":\"PgSQL database [{1}] installed successfully\",\r\n\t\t\"get_client_auth_info\":\"Getting client authentication info, please wait...\",\r\n\t\t\"save_conf_info\":\"Saving profile info, please wait...\",\r\n\t\t\"get_conf_info\":\"Getting profile info, please wait...\",\r\n\t\t\"get_db_storage_dir\":\"Getting the database storage directory, please wait...\",\r\n\t\t\"set_db_storage_dir\":\"Setting up database storage directory, please wait...\",\r\n\t\t\"get_db_port\":\"Getting database port, please wait...\",\r\n\t\t\"set_db_port\":\"Setting up the database port, please wait...\",\r\n\t\t\"get_db_status\":\"Getting database status, please wait...\",\r\n\t\t\"get_db_performance\":\"Getting database performance configuration, please wait...\",\r\n\t\t\"set_db_performance\":\"Saving database performance data, please wait...\",\r\n\t\t\"get_db_log\":\"Getting database logs, please wait...\",\r\n\t\t\"get_db_slow_log\":\"Getting database slow log, please wait...\",\r\n\t\t\"storage_location\":\"storage location\",\r\n\t\t\"status\":\"Current status\",\r\n\t\t\"open\":\"Enable\",\r\n\t\t\"startup\":\"Start\",\r\n\t\t\"stop\":\"Stop\",\r\n\t\t\"restart\":\"Restart\",\r\n\t\t\"reload\":\"Reload\",\r\n\t\t\"passwd\":\"Password\",\r\n\t\t\"save\":\"Save\",\r\n\t\t\"modify\":\"Modify\",\r\n\t\t\"del_db\":\"Del database\"\r\n\t},\r\n\t\"ftpplug\":{\r\n\t\t\"get_file_list\":\"Getting file list...\",\r\n\t\t\"del\":\"Del\",\r\n\t\t\"download\":\"Download\",\r\n\t\t\"roodir\":\"Document Root\",\r\n\t\t\"back\":\"Back\",\r\n\t\t\"flush\":\"Refresh\",\r\n\t\t\"set_account\":\"Account setting\",\r\n\t\t\"upload\":\"upload\",\r\n\t\t\"newdir\":\"New directory\",\r\n\t\t\"name\":\"Name\",\r\n\t\t\"update_time\":\"Update time\",\r\n\t\t\"operate\":\"Operate\",\r\n\t\t\"upload_file_success\":\"Successfully uploaded [{1}] files!\",\r\n\t\t\"upload_now\":\"Uploading\",\r\n\t\t\"upload_fail2\":\"Upload failed 2\",\r\n\t\t\"create_dir\":\"Create a directory\",\r\n\t\t\"dir_name\":\"Directory name:\"\r\n\t},\r\n\t\"webhook\":{\r\n\t\t\"add\":\"Add\",\r\n\t\t\"name\":\"Name\",\r\n\t\t\"add_time\":\"Add time\",\r\n\t\t\"recently_used\":\"Recent calls\",\r\n\t\t\"use_count\":\"Number of calls\",\r\n\t\t\"key\":\"Key\",\r\n\t\t\"operate\":\"operate\",\r\n\t\t\"submitting\":\"Submitting...\",\r\n\t\t\"exec_file\":\"Execution script\",\r\n\t\t\"get_list\":\"Getting list...\",\r\n\t\t\"read_key\":\"View key\",\r\n\t\t\"test\":\"Test\",\r\n\t\t\"use_method\":\"How to use aaPanel WebHook:\",\r\n\t\t\"use_tips1\":\"http://panel/hook?access_key=123&amp;param=aaa\",\r\n\t\t\"use_tips2\":\"@param access_key  string  HOOK key\",\r\n\t\t\"use_tips3\":\"@param param string custom parameters (Use $1 to receive in a hook script)\",\r\n\t\t\"get\":\"Retrieving...\",\r\n\t\t\"task_log\":\"Task execution log\",\r\n\t\t\"add_hook\":\"Add Hook\"\r\n\t},\r\n\t\"linuxsys\":{\r\n\t\t\"set_dns\":\"DNS settings\",\r\n\t\t\"swap\":\"Swap/virtual memory\",\r\n\t\t\"set_time_zone\":\"Time zone setting\",\r\n\t\t\"sys_pass\":\"System password\",\r\n\t\t\"set_ip\":\"IP settings\",\r\n\t\t\"mem_disk\":\"RAM disk\",\r\n\t\t\"m_dns\":\"Primary DNS\",\r\n\t\t\"b_dns\":\"Alternate DNS\",\r\n\t\t\"test\":\"Test\",\r\n\t\t\"save\":\"Save\",\r\n\t\t\"dns_tips1\":\"If the DNS is set incorrectly, your server will not be able to resolve the domain name, ie you will not be able to access the domain name through the server!\",\r\n\t\t\"dns_tips2\":\"Please click the test button before saving to test if the DNS you set is valid!\",\r\n\t\t\"total_space\":\"Total capacity:\",\r\n\t\t\"use\":\"Used:\",\r\n\t\t\"no_use\":\"Available:\",\r\n\t\t\"add_swap\":\"Add Swap\",\r\n\t\t\"confirm\":\"Confirm\",\r\n\t\t\"swap_tips1\":\"Swap is virtual RAM under Linux, set the appropriate swap to increase server stability\",\r\n\t\t\"swap_tips2\":\"It is recommended that the swap capacity be about 1.5 times the real memory capacity. If your server memory is larger than 4GB, you can set a fixed value of 1-2GB\",\r\n\t\t\"swap_tips3\":\"The swap file is saved by default in /www/swap. Make sure the disk space is enough before setting\",\r\n\t\t\"swap_tips4\":\"If you don't need swap, set the capacity to 0.\",\r\n\t\t\"swap_tips5\":\"This feature is NOT available for OVZ virtual infrastructure machines\",\r\n\t\t\"now\":\"Current time:\",\r\n\t\t\"time_zone_tips1\":\"If the time zone is set incorrectly, it may cause the server time to be 'inaccurate'!\",\r\n\t\t\"time_zone_tips2\":\"For Beijing time (CST +0800), please select Asia/Shanghai\",\r\n\t\t\"user_name\":\"Username\",\r\n\t\t\"new_passwd\":\"New password\",\r\n\t\t\"again_passwd\":\"Repeat the password\",\r\n\t\t\"edit\":\"Modify\",\r\n\t\t\"get_sys_user\":\"The program automatically gets the current user of the system\",\r\n\t\t\"ubuntu_input_change_username\":\"Ubuntu please manually enter the username to be modified\",\r\n\t\t\"ipaddr\":\"IP address\",\r\n\t\t\"netmask\":\"Subnet mask\",\r\n\t\t\"gateway\":\"Gateway\",\r\n\t\t\"add\":\"Add\",\r\n\t\t\"operate\":\"Operating\",\r\n\t\t\"mount\":\"Mount directory\",\r\n\t\t\"mount_size\":\"Mount size\",\r\n\t\t\"dir\":\"Table of Contents\",\r\n\t\t\"space\":\"Capacity\",\r\n\t\t\"used\":\"Used\",\r\n\t\t\"mem_disk_tips1\":\"The ramdisk has a read/write speed that is unmatched by physical disks, but can only be used to save temporary data!\",\r\n\t\t\"mem_disk_tips2\":\"The RAM disk directly mounts part of the physical RAM as a disk. Please arrange the mount capacity according to the current server RAM usage!\",\r\n\t\t\"mem_disk_tips3\":\"After restarting the server or unloading the RAM disk, the data saved in the RAM disk will be cleared!\",\r\n\t\t\"only_supp_centos\":\"Currently only CentOS is supported!\",\r\n\t\t\"init_netcard\":\"Initialize the NIC\",\r\n\t\t\"cancel\":\"Cancel\",\r\n\t\t\"del\":\"Del\",\r\n\t\t\"umount\":\"Uninstall\",\r\n\t\t\"initting_netcard\":\"Initializing the NIC...\",\r\n\t\t\"adding\":\"Adding...\",\r\n\t\t\"del_netcard_confirm\":\"Are you sure you want to remove [{1}] from the NIC configuration?\",\r\n\t\t\"del_ip\":\"Delete IP address\",\r\n\t\t\"deleting\":\"Deleting...\",\r\n\t\t\"umount_mem_disk\":\"Unmount the RAM disk\",\r\n\t\t\"umount_tips1\":\"After uninstalling the RAM disk, the target mount directory will be cleared.</p>Are you sure you want to uninstall the mount directory [{1}]?\",\r\n\t\t\"umountting\":\"Uninstalling...\",\r\n\t\t\"change_pass_now\":\"Changing password...\",\r\n\t\t\"setting_time_zone\":\"Setting time zone...\",\r\n\t\t\"setting_swap\":\"Setting up swap...\",\r\n\t\t\"save_now\":\"Saving configuration...\",\r\n\t\t\"testting_dns\":\"Testing if DNS is valid...\"\r\n\t},\r\n\t\"redis\":{\r\n\t\t\"service\": \"Service\",\r\n\t\t\"switch_ver\": \"Version switching\",\r\n\t\t\"conf_set\": \"Performance tuning\",\r\n\t\t\"conf_file\": \"Profile\",\r\n\t\t\"load_status\": \"load status\",\r\n\t\t\"set_save\": \"Set Persistence\",\r\n\t\t\"curr_status\": \"Current status:\",\r\n\t\t\"open\": \"On\",\r\n\t\t\"startup\": \"Start\",\r\n\t\t\"stop\": \"Stop\",\r\n\t\t\"restart\": \"Restart\",\r\n\t\t\"reload\": \"Reload\",\r\n\t\t\"choose_ver\": \"Choose version\",\r\n\t\t\"switch\": \"switch\",\r\n\t\t\"edit_conf_tips\": \"The configuration takes effect only after manually restarting Redis. If your data needs to be persisted, please perform the save operation first.\",\r\n\t\t\"edit_file_tips\": \"Hint: Ctrl+F to search for keywords, Ctrl+G to find next, Ctrl+S to save, Ctrl+Shift+R to find replacements!\",\r\n\t\t\"save\": \"save\",\r\n\t\t\"edit_file_tips1\": \"This is the redis master configuration file. If you don't understand the configuration rules, don't modify it at will.\",\r\n\t\t\"field\": \"field\",\r\n\t\t\"curr_val\": \"current value\",\r\n\t\t\"description\": \"description\",\r\n\t\t\"save_path\": \"persistent file storage path\",\r\n\t\t\"save_aof\": \"AOF persistence\",\r\n\t\t\"save_rdb\": \"RDB persistence\",\r\n\t\t\"tips1\": \"In seconds, insert\",\r\n\t\t\"tips2\": \"bar data\",\r\n\t\t\"redis_tips1\": \"In the {1} Redis service, please wait...\",\r\n\t\t\"redis_tips2\": \"Setting up Redis configuration, please wait...\",\r\n\t\t\"redis_tips3\": \"Get Redis service status, please wait...\",\r\n\t\t\"redis_tips4\": \"Getting the Redis configuration file, please wait...\",\r\n\t\t\"redis_tips5\": \"Saving Redis configuration file, please wait...\",\r\n\t\t\"redis_tips6\": \"Getting Redis load status, please wait...\",\r\n\t\t\"redis_tips7\": \"Getting redis persistent configuration, please wait...\",\r\n\t\t\"redis_tips8\": \"Saving Redis Persistence Configuration, please wait...\",\r\n\t\t\"redis_status_tips1\": \"Number of days in operation\",\r\n\t\t\"redis_status_tips2\": \"current listening port\",\r\n\t\t\"redis_status_tips3\": \"Number of connected clients\",\r\n\t\t\"redis_status_tips4\": \"The total amount of system RAM currently occupied by Redis\",\r\n\t\t\"redis_status_tips5\": \"The peak of Redis history allocation memory\",\r\n\t\t\"redis_status_tips6\": \"memory fragmentation ratio\",\r\n\t\t\"redis_status_tips7\": \"The total number of clients connected since the run\",\r\n\t\t\"redis_status_tips8\": \"The total number of commands executed since the run\",\r\n\t\t\"redis_status_tips9\": \"The number of commands executed by the server per second\",\r\n\t\t\"redis_status_tips10\": \"Find the number of successful database keys\",\r\n\t\t\"redis_status_tips11\": \"Find the number of failed database keys\",\r\n\t\t\"redis_status_tips12\": \"Find database key hit rate\",\r\n\t\t\"redis_status_tips13\": \"The number of microseconds spent on the last fork() operation\",\r\n\t\t\"redis_save_tips1\": \"Meeting any one condition will trigger RDB persistence\"\r\n\t},\r\n\t\"mongodb\":{\r\n\t\t\"service_status\": \"Service status\",\r\n\t\t\"database\": \"Database\",\r\n\t\t\"conf\": \"Configuration Item\",\r\n\t\t\"conf_file\": \"Profile\",\r\n\t\t\"log\": \"Log\",\r\n\t\t\"mongo_tips\": \"Please start the mongodb service first!\",\r\n\t\t\"mongo_tips1\": \"Getting status...\",\r\n\t\t\"curr_status\": \"Current status:\",\r\n\t\t\"mongo_tips2\": \"Executing operation...\",\r\n\t\t\"mongo_tips3\": \"Getting a list of databases...\",\r\n\t\t\"db_name\": \"Database name\",\r\n\t\t\"create_db\": \"Create a database\",\r\n\t\t\"db_size\": \"Data size\",\r\n\t\t\"db_name_cant_empty\": \"The database name cannot be empty!\",\r\n\t\t\"mongo_tips4\": \"Creating database...\",\r\n\t\t\"del_db\": \"Delete database\",\r\n\t\t\"wherter_del_db\": \"Do you really want to delete the database [{1}]?\",\r\n\t\t\"mongo_tips5\": \"Deleting database...\",\r\n\t\t\"mongo_tips6\": \"Getting data...\",\r\n\t\t\"mongo_tips7\": \"Saving configuration...\",\r\n\t\t\"mongo_conf_tips1\": \"Listen IP, please do not modify it at will\",\r\n\t\t\"mongo_conf_tips2\": \"listen port, generally no need to modify\",\r\n\t\t\"mongo_conf_tips3\": \"Data storage location\",\r\n\t\t\"mongo_conf_tips4\": \"Log file location\",\r\n\t\t\"mongo_conf_tips5\": \"PID save path\",\r\n\t\t\"mongo_conf_file_tips1\": \"Hint: Ctrl+F search keyword, Ctrl+G find next, Ctrl+S save, Ctrl+Shift+R find replace!\",\r\n\t\t\"mongo_conf_file_tips2\": \"This is the MongoDB master configuration file. If you don't understand the configuration rules, don't modify it at will.\",\r\n\t\t\"mongo_conf_file_tips3\": \"Saving the configuration file\",\r\n\t\t\"port_range_err\": \"Port range is not legal\"\r\n\t},\r\n\t\"fail2ban\":{\r\n\t\t\"anti_port\": \"port\",\r\n\t\t\"anti_maxretry\": \"maxretry\",\r\n\t\t\"anti_findtime\": \"findtime\",\r\n\t\t\"anti_bantime\": \"bantime\",\r\n\t\t\"anti_act\": \"act\",\r\n\t\t\"mode\": \"mode\",\r\n\t\t\"shield_currently_failed\": \"currently failed\",\r\n\t\t\"shield_total_banned\": \"total banned\",\r\n\t\t\"shield_total_failed\": \"total failed\",\r\n\t\t\"shield_banned_ip_list\": \"banned ip\",\r\n\t\t\"shield_file_list\": \"log\",\r\n\t\t\"shield_currently_banned\": \"currently banned\",\r\n\t\t\"anti_tips\": \"Please start the Fail2ban service first!\",\r\n\t\t\"anti_tips1\": \"Getting status...\",\r\n\t\t\"curr_status\": \"Current status:\",\r\n\t\t\"anti_tips2\": \"Executing operation...\",\r\n\t\t\"anti_tips3\": \"Getting a list of Fail2ban...\",\r\n\t\t\"anti_tips4\": \"Setting status...\",\r\n\t\t\"create_site\": \"Create a site\",\r\n\t\t\"edit_site\": \"Edit a site\",\r\n\t\t\"create_server\": \"Create a server\",\r\n\t\t\"edit_server\": \"Edit a server\",\r\n\t},\r\n\t\"one_click\":{\r\n\t\t\"add_source_pkg\":\"Add source package\",\r\n\t\t\"title\":\"Title\",\r\n\t\t\"identification\":\"Identification\",\r\n\t\t\"description\":\"Description\",\r\n\t\t\"ver\":\"Version\",\r\n\t\t\"whether_set_url_rewrite\":\"Whether to set URL rewrite\",\r\n\t\t\"whether_execute_shell\":\"Whether to execute shell\",\r\n\t\t\"support_php_ver\":\"Support version of php\",\r\n\t\t\"download_link\":\"Download link\",\r\n\t\t\"domain_format_err\":\"Doamin address format is incorrect, re-enter please\",\r\n\t\t\"create_site\":\"Creating site\",\r\n\t\t\"db_account_info\":\"Database account info\",\r\n\t\t\"db_name\":\"Database Name\",\r\n\t\t\"user\":\"User\",\r\n\t\t\"passwd\":\"Password\",\r\n\t\t\"src_download_fail\":\"Source code download failed\",\r\n\t\t\"success_deploy\":\"Successfully deployed, no need to install, please login to modify the default account password.\",\r\n\t\t\"access_site\":\"Access Site\",\r\n\t\t\"success_deploy1\":\"Successfully deployed\",\r\n\t\t\"download_file\":\"Download file\",\r\n\t\t\"being\":\"Being\",\r\n\t\t\"miss_php\":\"Missing supported PHP version, please install\",\r\n\t\t\"domain\":\"Domain\",\r\n\t\t\"domain_tips\":\"A domain per line, the default port is 80<br>Wildcard domain format: *.domain.com<br>To add another port, the format is www.domain.com:88\",\r\n\t\t\"remark\":\"Remark\",\r\n\t\t\"web_note\":\"Website note\",\r\n\t\t\"root_dir\":\"Document root\",\r\n\t\t\"web_root_dir\":\"Website Document Root\",\r\n\t\t\"db\":\"Database\",\r\n\t\t\"username_dbname\":\"Username/Database name\",\r\n\t\t\"src_code\":\"Source code\",\r\n\t\t\"deploy_tips\":\"Prepare the source code for your deployment\",\r\n\t\t\"php_ver\":\"PHP Version\",\r\n\t\t\"choose_php\":\"Choose the php version supported by the source program please.\",\r\n\t\t\"one_click\":\"aaPanel one-click\",\r\n\t\t\"character_tips\":\"Do not exceed 20 characters\",\r\n\t\t\"getting_list\":\"Getting list\",\r\n\t\t\"one_click1\":\"One-click\"\r\n\t},\r\n\t\"mail_sys\":{\r\n\t\t\"domain_list\":\"Domain List\",\r\n\t\t\"mail_box\":\"Mail BOX\",\r\n\t\t\"send_mail\":\"Send mail\",\r\n\t\t\"add_domain\":\"Add Domain\",\r\n\t\t\"domain\":\"Domain\",\r\n\t\t\"mx_record\":\"MX record\",\r\n\t\t\"txt_record\":\"TXT record\",\r\n\t\t\"operating\":\"Operating\",\r\n\t\t\"add_domain_tips\":\"After adding a domain name, you need to add MX records (for mailbox services) and TXT records (for mailbox anti-spam services) in order to use the mailbox service normally.\",\r\n\t\t\"add_domain_tips1\":\"Tip: Some cloud vendors will shut down port 25 by default. You need to contact the manufacturer to open port 25 to use the post office service</font></li>\\n\" +\r\n        \"<li>The self-built post office version is the base version. It only provides basic functions. For more functions, please be patient and wait for the development progress.\",\r\n\t\t\"mail_user\":\"Mail user\",\r\n\t\t\"sender\":\"Sender\",\r\n\t\t\"theme\":\"Theme\",\r\n\t\t\"time\":\"Time\",\r\n\t\t\"recipient\":\"Recipient\",\r\n\t\t\"text\":\"Text\",\r\n\t\t\"confirm_del_domain\":\"Whether to delete the [{1}] domain name\",\r\n\t\t\"del_domain\":\"Del domain\",\r\n\t\t\"domain_record_err\":\"The current domain name is not set or is not yet valid or more than one record is recorded.\",\r\n\t\t\"user_manager\":\"[{1}]_User Manager\",\r\n\t\t\"add_user\":\"Add user\",\r\n\t\t\"email\":\"Email\",\r\n\t\t\"name\":\"Name\",\r\n\t\t\"mailbox_space\":\"MailBox space\",\r\n\t\t\"type\":\"Type\",\r\n\t\t\"status\":\"Status\",\r\n\t\t\"add_user_tips\":\"Note: The current mail server supports IMAP/POP3/SMTP/HTTP protocol.\",\r\n\t\t\"add_user_tips1\":\"POP service [ ServerAddress：<b>{1}</b> Port：<b>110/995</b> ]\",\r\n\t\t\"add_user_tips2\":\"IMAP service [ ServerAddress：<b>{1}</b> Port：<b>143/993</b> ]\",\r\n\t\t\"add_user_tips3\":\"SMTP service [ ServerAddress：<b>{1}</b> Port：<b>25/465/587</b> ]\",\r\n\t\t\"confirm_del_user\":\"Whether to delete the [{1}] member\",\r\n\t\t\"del_member\":\"Delete member\",\r\n\t\t\"check_mail_server\":\"Checking if the post office service is working, please wait...\",\r\n\t\t\"not_install_mail_server\":\"Have not installed the mail server before, please feel free to install\",\r\n\t\t\"mail_server_init\":\"Mail server initialization\",\r\n\t\t\"mail_domain\":\"Domain name\",\r\n\t\t\"mail_domain_tips\":\"Enter the mail server domain name,Like: btmail.if22.cn'\",\r\n\t\t\"mail_domain_tips1\":\"Mail server domain name needs to add A record to post office server IP\",\r\n\t\t\"mail_domain_tips2\":\"Add A record resolution parameter [record type\",\r\n\t\t\"host_record\":\"Host record\",\r\n\t\t\"record_value\":\"Record value\",\r\n\t\t\"mail_server_ip\":\"Mail server IP address\",\r\n\t\t\"mail_server_domain_empty_err\":\"The mail server domain name cannot be empty!\",\r\n\t\t\"installing_mail_server\":\"Installing mail service, please wait...\",\r\n\t\t\"edit_user\":\"Edit user\",\r\n\t\t\"email_addr\":\"Email Address\",\r\n\t\t\"input_email_addr\":\"Enter the email address please\",\r\n\t\t\"user_type\":\"User type\",\r\n\t\t\"guser\":\"General user\",\r\n\t\t\"admin\":\"Admin\",\r\n\t\t\"input_username\":\"Enter the username please\",\r\n\t\t\"mail_pass\":\"Email password\",\r\n\t\t\"no_change_passwd\":\"If it is empty, the password will not be changed.\",\r\n\t\t\"enter_email_pass\":\"Enter your email password please\",\r\n\t\t\"enter_size\":\"Enter the size of MailBox\",\r\n\t\t\"email_addr_empty_err\":\"Email address cannot be empty\",\r\n\t\t\"email_size_empty_err\":\"MailBox size cannot be empty\",\r\n\t\t\"username_empty_err\":\"Username cannot be empty\",\r\n\t\t\"phone_number_err\":\"Member phone number format is wrong, please try again\",\r\n\t\t\"add_record\":\"[{1}] add record value\",\r\n\t\t\"record_tips1\":\"Step 1: Add MX records\",\r\n\t\t\"record_tips2\":\"Login to the domain name service provider and add a record with the record type MX for the mailbox service (please copy the following parameters directly)\",\r\n\t\t\"record_type\":\"Record type\",\r\n\t\t\"mx_priority\":\"MX priority\",\r\n\t\t\"copy\":\"Copy\",\r\n\t\t\"record_tips3\":\"Step 2: Add TXT record\",\r\n\t\t\"record_tips4\":\"Add records with record type TXT for mailbox anti-spam (please copy the following parameters directly)\",\r\n\t\t\"verify_domain_resolve\":\"Already set, Verify domain name resolution\",\r\n\t\t\"success_copy\":\"Successful copy\",\r\n\t\t\"copy_fail\":\"Copy failed, please copy the text manually\",\r\n\t\t\"edit_domain\":\"Edit domain\",\r\n\t\t\"enter_domain\":\"Enter the domain please\",\r\n\t\t\"domain_empty_err\":\"Domain cannot be empty\",\r\n\t\t\"manager_phone_number_err\":\"Manage phone number format error, please try again\",\r\n\t\t\"enter_recipient\":\"Enter the recipient please\",\r\n\t\t\"enter_subject\":\"Enter the subject of the email please\",\r\n\t\t\"enter_content\":\"Enter the content of the email please\",\r\n\t\t\"already_set\":\"Already set\",\r\n\t\t\"record_value_not_set\":\"Record not set\",\r\n\t\t\"add_record_value\":\"Add record\",\r\n\t\t\"user_manager1\":\"User manager\",\r\n\t\t\"get_mailbox_list\":\"Getting a list of mailboxes, please wait...\",\r\n\t\t\"account_name_err\":\"The account name is invalid.\",\r\n\t\t\"check_mail\":\"Check Mail\",\r\n\t\t\"reply_mail\":\"Reply Mail\",\r\n\t\t\"get_mailbox_userlist\":\"Getting a list of mailbox users, please wait...\",\r\n\t\t\"add_mailbox_user\":\"Adding mailbox users, please wait...\",\r\n\t\t\"del_mailbox_user\":\"Deleting mailbox users, please wait...\",\r\n\t\t\"edit_mailbox_user\":\"Editing mailbox users, please wait...\",\r\n\t\t\"add_domain1\":\"Adding domain name, please wait...\",\r\n\t\t\"del_domain1\":\"Deleting domain name, please wait...\",\r\n\t\t\"modify_domain\":\"Modifying domain name data, please wait...\",\r\n\t\t\"verify_domain_record\":\"Verifying domain name MX records and TXT records, please wait....\",\r\n\t\t\"sending_mail\":\"Sending mail, please wait...\",\r\n\t\t\"verify_email_account\":\"Verifying the email account, please wait...\",\r\n\t\t\"email_account\":\"Email account\",\r\n\t\t\"login_email\":\"Login Email\",\r\n\t\t\"login\":\"Login\",\r\n\t\t\"receiving_agreement\":\"Receiving agreement\",\r\n\t\t\"smtp_server_addr\":\"SMTP server address\",\r\n\t\t\"imap_server_addr\":\"IMAP server address\",\r\n\t\t\"enter_manager_phone\":\"Enter the phone number of admin please\",\r\n\t\t\"pop_server_addr\":\"POP server address\",\r\n\t\t\"passwd_empty_err\":\"Password cannot be empty\",\r\n\t\t\"switch_account\":\"Switch account\",\r\n\t\t\"email_account_empty_err\":\"Email account cannot be empty\",\r\n\t\t\"email_passwd_empty_err\":\"Email password cannot be empty\"\r\n\t},\r\n\t'docker': {\r\n\t\t'public': {\r\n\t\t\t'activated': 'Running',\r\n\t\t\t'paused': 'Paused',\r\n\t\t\t'stopped': 'Stopped',\r\n\t\t\t'please_enter': 'Please enter ',\r\n\t\t\t'no_data': ' list is empty',\r\n\t\t\t'container': 'Name',\r\n\t\t\t'compose': 'Compose',\r\n\t\t\t'compose_template': 'Compose template',\r\n\t\t\t'mirror_image': 'Image',\r\n\t\t\t'network': 'Network',\r\n\t\t\t'volume': 'Volume name',\r\n\t\t\t'repository': 'Repository',\r\n\t\t\t'tag': 'Tag',\r\n\t\t\t'creation_time': 'Creation time',\r\n\t\t\t'execution': 'In execution, please wait ...',\r\n\t\t\t'no_data': function (val) {\r\n\t\t\t\treturn val + ' list is empty'\r\n\t\t\t},\r\n\t\t\t'del_tips': function (val) {\r\n\t\t\t\treturn 'Do you really want to delete this ' + val.toLowerCase() + ' from the list?'\r\n\t\t\t},\r\n\t\t\t'batch_select_tips': function (val) {\r\n\t\t\t\treturn 'Select the ' + val.toLowerCase() + ' to execute!'\r\n\t\t\t},\r\n\t\t\t'batch_del': function (val) {\r\n\t\t\t\treturn 'Batch delete ' + val.toLowerCase();\r\n\t\t\t},\r\n\t\t\t'batch_del_tips': function (val) {\r\n\t\t\t\treturn 'Delete the selected ' + val.toLowerCase() + ' at the same time, do you continue?'\r\n\t\t\t},\r\n\t\t},\r\n\t\t'container': {\r\n\t\t\t'add_container': 'Add Container',\r\n\t\t\t'name': 'Container name',\r\n\t\t\t'status': 'Status',\r\n\t\t\t'mirror_image': 'Image',\r\n\t\t\t'cpu_usage': 'Cpu usage',\r\n\t\t\t'port': 'Port (Host-->Container)',\r\n\t\t\t'time': 'Start time',\r\n\t\t\t'start': 'Start',\r\n\t\t\t'stop': 'Stop',\r\n\t\t\t'pause': 'Pause',\r\n\t\t\t'unpause': 'Unpause',\r\n\t\t\t'restart': 'Restart',\r\n\t\t\t'reload': 'Reload',\r\n\t\t\t'monitoring': 'Stats',\r\n\t\t\t'online_monitoring': 'Online stats',\r\n\t\t\t'basic_information': 'Basic information',\r\n\t\t\t'flow_situation': 'Flow situation',\r\n\t\t\t'path': 'Path',\r\n\t\t\t'batch_select_tips': 'Select the container to execute!',\r\n\t\t\t'path_not': 'Directory does not exist',\r\n\t\t\t'get_logs_tips': 'Getting container Logs',\r\n\t\t\t'log': 'Container log',\r\n\t\t\t'log_none': 'The current log is empty',\r\n\t\t\t'del_container': 'Delete Container',\r\n\t\t\t'batch_del_container_tips': 'At the same time delete the selected container, do you continue?',\r\n\t\t\t'del_container_msg': 'Do you really want to delete this container from the list?',\r\n\t\t\t'del_container_tips': 'Deleting containers',\r\n\t\t\t'network': 'Network IO',\r\n\t\t\t'disk': 'Disk IO',\r\n\t\t\t'start_container': 'Start container',\r\n\t\t\t'stop_container': 'Stop container',\r\n\t\t\t'pause_container': 'Pause container',\r\n\t\t\t'unpause_container': 'Unpause container',\r\n\t\t\t'restart_container': 'Restart container',\r\n\t\t\t'reload_container': 'Reload container',\r\n\t\t\t'create_container': 'Container',\r\n\t\t\t'container_arr': 'Compose',\r\n\t\t\t'container_input_tips': 'Container name, e.g: docker_1',\r\n\t\t\t'port_select1': 'Expose ports',\r\n\t\t\t'port_select2': 'Expose all ports',\r\n\t\t\t'container_port': 'Container port',\r\n\t\t\t'server_port': 'Host port',\r\n\t\t\t'boot_command': 'Command',\r\n\t\t\t'boot_command_input_tips': 'Please enter the boot command',\r\n\t\t\t'shop_container_del': 'Automatically delete the container after the container stops',\r\n\t\t\t'limit_cpu': 'Limit CPU',\r\n\t\t\t'mount_volume': 'Volume',\r\n\t\t\t'server_directory': 'Server directory',\r\n\t\t\t'container_directory': 'Container directory',\r\n\t\t\t'read_only': 'Read only',\r\n\t\t\t'tag': 'Tag',\r\n\t\t\t'tag_textarea_tips': 'Container Tag, one per line, e.g: key=value',\r\n\t\t\t'env_variable': 'Env variable',\r\n\t\t\t'one_line': '(one per line)',\r\n\t\t\t'env_variable_textarea_tips': 'Add an environment variable format as follows. If you have multiple, please add it: ',\r\n\t\t\t'restart_rule': 'Restart rule',\r\n\t\t\t'restart_rule_select1': 'Rest up immediately after closing',\r\n\t\t\t'restart_rule_select2': 'Restart at the time of error (restart 5 times by default)',\r\n\t\t\t'restart_rule_select3': 'Not restart',\r\n\t\t\t'restart_rule_select_tips': 'Manual shutdown will not start automatically',\r\n\t\t\t'add_container_tips1': \"The container name cannot be empty\",\r\n\t\t\t'add_container_tips2': 'Please select the image',\r\n\t\t\t'add_container_tips3': 'CPU cannot be less than equal to 0',\r\n\t\t\t'add_container_tips4': 'Memory cannot be less than equal to 0',\r\n\t\t\t'add_container_api_tips': 'Adding container',\r\n\t\t\t'execute_container_command': 'Execute the container command',\r\n\t\t},\r\n\t\t'compose': {\r\n\t\t\t'no_data': 'Compose list is empty',\r\n\t\t\t'project_name': 'Project name',\r\n\t\t\t'container_number': 'Num of containers',\r\n\t\t\t'startup_time': 'Startup time',\r\n\t\t\t'batch_select_tips': 'Select the compose to execute!',\r\n\t\t\t'add_btn': 'Add Compose project',\r\n\t\t\t'name_input_tips': 'Please enter the compose name',\r\n\t\t\t'description_input_tips': 'Please enter the description',\r\n\t\t\t'compose_template_select_tips': 'Please select Compose template',\r\n\t\t\t'add_compose_tips1': 'Please create the Compose template first',\r\n\t\t\t'add_compose_tips2': 'Please enter the name',\r\n\t\t\t'getting_compose': 'Getting Compose',\r\n\t\t\t'container_list': 'Container list',\r\n\t\t\t'no_container': 'No container',\r\n\t\t\t'del_compose': 'Delete Compose',\r\n\t\t\t'del_compose_tips': 'Do you really want to delete this compose from the list?',\r\n\t\t\t'deleting_compose': 'Deleting Compose',\r\n\t\t\t'batch_del_compose': 'Batch delete compose',\r\n\t\t\t'batch_del_tips': 'Delete the selected compose at the same time, do you continue?',\r\n\t\t},\r\n\t\t'compose_template': {\r\n\t\t\t'template_name': 'Template name',\r\n\t\t\t'compose_template_name': 'Compose template name',\r\n\t\t\t'pull_mirror_image': 'Pull image',\r\n\t\t\t'getting_template': 'Getting template',\r\n\t\t\t'del_template': 'Delete template',\r\n\t\t\t'del_template_tips': 'Do you really want to delete this template from the list?',\r\n\t\t\t'add_title': 'Add Compose template',\r\n\t\t\t'create_template': 'Template name',\r\n\t\t\t'create_template_input': 'Please enter the template name',\r\n\t\t\t'content': 'Content',\r\n\t\t\t'search_local_template': 'Search local template',\r\n\t\t\t'search_input_tips': 'Please enter or select the file folder where the compose is located',\r\n\t\t\t'search': 'Search',\r\n\t\t\t'add_yaml_template': 'Add yaml template',\r\n\t\t\t'add_search_tips1': 'Choose the compose you need to add',\r\n\t\t\t'selected': 'Selected',\r\n\t\t\t'add_template': 'Add template',\r\n\t\t\t'adding_template': 'Adding template',\r\n\t\t\t'search_folder_tips1': 'Please enter or select your folder path',\r\n\t\t\t'search_folder_tips2': 'No compose file is found, please check the path',\r\n\t\t\t'add_template_tips1': 'The template name cannot be empty',\r\n\t\t\t'add_template_tips2': 'The content of the template cannot be empty',\r\n\t\t\t'add_path_tips1': 'Please select the Compose file',\r\n\t\t\t'add_path_tips2': 'Do you continue to add the selected ',\r\n\t\t\t'add_path_tips3': ' composes to the template?',\r\n\t\t\t'batch_select_tips': 'Select the template to execute!',\r\n\t\t\t'batch_del_template': 'Batch delete template',\r\n\t\t\t'batch_del_tips': 'Delete the selected template at the same time, do you continue?',\r\n\t\t\t'saving': 'Saving template',\r\n\t\t},\r\n\t\t'image': {\r\n\t\t\t'name': 'Image name',\r\n\t\t\t'creation_time': 'Creation time',\r\n\t\t\t'push': 'Push',\r\n\t\t\t'export': 'Export',\r\n\t\t\t'export': 'Export',\r\n\t\t\t'btn1': 'Pull image',\r\n\t\t\t'btn2': 'Import image',\r\n\t\t\t'btn3': 'Build image',\r\n\t\t\t'batch_tips': 'Select the image to execute!',\r\n\t\t\t'batch_del': 'Batch delete image',\r\n\t\t\t'batch_del_tips': 'Delete the selected image at the same time, do you continue?',\r\n\t\t\t'push_tips1': 'Please select the repository',\r\n\t\t\t'push_tips2': 'Please create a repository first',\r\n\t\t\t'push_tips3': 'The tag cannot be empty',\r\n\t\t\t'push_title1': 'Push ',\r\n\t\t\t'push_title2': ' to the repository',\r\n\t\t\t'warehouse_name': 'Repository name',\r\n\t\t\t'tag_input': 'Please enter the label, e.g: image: v1',\r\n\t\t\t'export_title': function (val) {\r\n\t\t\t\treturn 'Export image [' + val + ']'\r\n\t\t\t},\r\n\t\t\t'path_input': 'Please enter the mirror path',\r\n\t\t\t'file_input': 'Please enter the exposed file name',\r\n\t\t\t'export_tips1': 'The path cannot be empty',\r\n\t\t\t'export_tips2': 'Export file name cannot be empty',\r\n\t\t\t'exporting': 'Exporting image',\r\n\t\t\t'del': function (val) {\r\n\t\t\t\tif (val) return 'Delete image [' + val + ']'\r\n\t\t\t\treturn 'Delete image'\r\n\t\t\t},\r\n\t\t\t'del_tips': 'Do you really want to delete this mirror from the list?',\r\n\t\t\t'deleting': 'Deleting image',\r\n\t\t\t'pull_title': 'Pull image',\r\n\t\t\t'warehouse_select': 'Please select the repository',\r\n\t\t\t'mirror_name': 'Image',\r\n\t\t\t'mirror_input': 'Please enter the image name, e.g: [ image:v1 ]',\r\n\t\t\t'pull_tips1': 'Please create a repository first',\r\n\t\t\t'pull_tips2': 'The image name cannot be empty',\r\n\t\t\t'import': 'Import',\r\n\t\t\t'importing': 'Importing image',\r\n\t\t\t'build_title': 'Build image',\r\n\t\t\t'dockerfile_input': 'Please enter or select the dockerfile file',\r\n\t\t},\r\n\t\t'network': {\r\n\t\t\t'name': 'Network name',\r\n\t\t\t'show': 'Show',\r\n\t\t\t'num': 'Network number',\r\n\t\t\t'gateway': 'Gateway',\r\n\t\t\t'add': 'Add network',\r\n\t\t\t'del': function (val) {\r\n\t\t\t\tif (val) return 'Delete network [' + val + ']'\r\n\t\t\t\treturn 'Delete network'\r\n\t\t\t},\r\n\t\t\t'del_tips': 'Do you really want to delete this network from the list?',\r\n\t\t\t'deleting': 'Deleting network',\r\n\t\t\t'name_input': 'Please enter the network name',\r\n\t\t\t'device': 'Device',\r\n\t\t\t'parameter': 'Parameter',\r\n\t\t\t'parameter_textarea': 'Parameter, one per line, e.g: key=value',\r\n\t\t\t'sub_network': 'Sub-net',\r\n\t\t\t'sub_network_input': 'Please enter the subnet',\r\n\t\t\t'gateway_input': 'Please enter the gateway',\r\n\t\t\t'ip_range': 'IP range',\r\n\t\t\t'ip_range_input': 'Please enter the IP address range',\r\n\t\t\t'tag_textarea': 'Network tag, one per line, e.g: key=value',\r\n\t\t\t'add_tips1': 'The network name cannot be empty',\r\n\t\t\t'add_tips2': 'Parameters cannot be empty',\r\n\t\t\t'add_tips3': 'The subnet cannot be empty',\r\n\t\t\t'add_tips4': 'The gateway cannot be empty',\r\n\t\t\t'add_tips5': 'IP address range cannot be empty',\r\n\t\t\t'adding': 'Adding network',\r\n\t\t},\r\n\t\t'volume': {\r\n\t\t\t'mount': 'Mount point',\r\n\t\t\t'driver': 'Driver',\r\n\t\t\t'del': function (val) {\r\n\t\t\t\tif (val) return 'Delete volume [' + val + ']'\r\n\t\t\t\treturn 'Delete volume'\r\n\t\t\t},\r\n\t\t\t'deleting': 'Deleting volume',\r\n\t\t\t'add': 'Add volume',\r\n\t\t\t'name_input': 'Please enter the volume name',\r\n\t\t\t'option': 'Option',\r\n\t\t\t'tag_textarea': 'Volume tag, one per line, e.g: key=value',\r\n\t\t\t'add_tips1': 'Volume name cannot be empty',\r\n\t\t\t'adding': 'Adding volume',\r\n\t\t},\r\n\t\t'repository': {\r\n\t\t\t'username': 'Username',\r\n\t\t\t'name': 'Repository name',\r\n\t\t\t'del': function (val) {\r\n\t\t\t\tif (val) return 'Delete volume [' + val + ']'\r\n\t\t\t\treturn 'Delete volume'\r\n\t\t\t},\r\n\t\t\t'deleting': 'Deleting repository',\r\n\t\t\t'add': 'Add repository',\r\n\t\t\t'address': 'Repository address',\r\n\t\t\t'address_input': 'Please enter the Repository address',\r\n\t\t\t'name_input': 'Please enter the Repository name',\r\n\t\t\t'user_input': 'Please enter the Repository username',\r\n\t\t\t'pwd': 'Password',\r\n\t\t\t'pwd_input': 'Please enter the Repository password',\r\n\t\t\t'namespaces': 'Namespaces',\r\n\t\t\t'namespaces_input': 'Please enter the naming space',\r\n\t\t\t'form_tips1': 'The repository address cannot be empty',\r\n\t\t\t'form_tips2': 'The repository name cannot be empty',\r\n\t\t\t'form_tips3': 'The repository username cannot be empty',\r\n\t\t\t'form_tips4': 'The repository password cannot be empty',\r\n\t\t\t'form_tips5': 'Naming space cannot be empty',\r\n\t\t},\r\n\t\t'setup': {\r\n\r\n\t\t}\r\n\t}\r\n}"
  },
  {
    "path": "english/log.json",
    "content": "{\r\n\t\"TYPE_SITE\":\"Site manager\",\r\n\t\"TYPE_LOGIN\":\"Login\",\r\n\t\"TYPE_LOGOUT\":\"Logout\",\r\n\t\"TYPE_DATABASE\":\"Database manager\",\r\n\t\"TYPE_FTP\":\"FTP manager\",\r\n\t\"TYPE_FILE\":\"File manager\",\r\n\t\"TYPE_SETUP\":\"Installer\",\r\n\t\"TYPE_SOFT\":\"Software manager\",\r\n\t\"TYPE_SOFE\":\"Demons\",\r\n\t\"TYPE_CONFIG\":\"Panel setting\",\r\n\t\"TYPE_PROCESS\":\"Task manager\",\r\n\t\"TYPE_PANEL\":\"Panel configuration\",\r\n\t\"TYPE_PHP\":\"PHP configuration\",\r\n\t\"TYPE_CRON\":\"Cron job\",\r\n\t\"USER_MANAGE\": \"User Management\",\r\n\t\"TYPE_FIREWALL\":\"Firewall manager\",\r\n\t\"DOMAIN_ADD_SUCCESS\":\"Site [{1}] added domain [{2}] successfully!\",\r\n\t\"DOMAIN_DEL_SUCCESS\":\"Site [{1}] deleted domain [{2}] successfully!\",\r\n\t\"SITE_ADD_SUCCESS\":\"Successfully added site [{1}]!\",\r\n\t\"SITE_DEL_SUCCESS\":\"Successfully deleted site [{1}]!\",\r\n\t\"SITE_SSL_SAVE_SUCCESS\":\"Certificate saved!\",\r\n\t\"SITE_SSL_OPEN_SUCCESS\":\"Site [{1}] turned on SSL successfully!\",\r\n\t\"SITE_SSL_CLOSE_SUCCESS\":\"Site [{1}] turned off SSL successfully!\",\r\n\t\"SITE_STOP_SUCCESS\":\"Site [{1}] stopped!\",\r\n\t\"SITE_START_SUCCESS\":\"Site [{1}] started!\",\r\n\t\"SITE_NETLIMIT_CLOSE_SUCCESS\":\"Site [{1}] traffic control turned off!\",\r\n\t\"SITE_NETLIMIT_OPEN_SUCCESS\":\"Site [{1}] traffic control turned on!\",\r\n\t\"SITE_BINDING_ADD_SUCCESS\":\"Site [{1}] subdirectory [{2}] bound to [{3}]\",\r\n\t\"SITE_BINDING_DEL_SUCCESS\":\"Deleted site [{1}] subdirectory [{2}] binding\",\r\n\t\"SITE_INDEX_SUCCESS\":\"Defualt document of site [{1}] is [{2}]\",\r\n\t\"SITE_PATH_SUCCESS\":\"Successfully changed directory of site [{1}]!\",\r\n\t\"SITE_PHPVERSION_SUCCESS\":\"PHP version of site [{1}] changed to [{2}]!\",\r\n\t\"SITE_BACKUP_SUCCESS\":\"Backup site [{1}] succeed!\",\r\n\t\"SITE_BACKUP_DEL_SUCCESS\":\"Successfully deleted backup [{2}] of site [{1}]!\",\r\n\t\"SITE_AUTH_OPEN_SUCCESS\":\"Set site [{1}] to password authentication required!\",\r\n\t\"SITE_AUTH_CLOSE_SUCCESS\":\"Cleared password authentication for site [{1}]!\",\r\n\t\"SITE_TOMCAT_OPEN\":\"Turned on Tomcat supporting for site [{1}]!\",\r\n\t\"SITE_TOMCAT_CLOSE\":\"Turned off Tomcat supporting for site [{1}]!\",\r\n\t\"SITE_SCAN_ADD\":\"Added trojan scan task for directory [{1}]!\",\r\n\t\"SITE_EXPIRE_SUCCESS\":\"Set expired date to [{2}] for site[{1}]!\",\r\n\t\"SOFT_PHPMYADMIN_STATUS\":\"phpMyAdmin already {1}!\",\r\n\t\"SOFT_PHPMYADMIN_PHP\":\"Modified PHP runtime version to PHP-{1} for phpMyAdmin!\",\r\n\t\"SOFT_PHPMYADMIN_PORT\":\"Modified access port to {1} for phpMyAdmin!\",\r\n\t\"LOG_CLOSE\":\"Panel operation logs emptied!\",\r\n\t\"KILL_PROCESS\":\"Successfully killed task [{1}] [{2}]!\",\r\n\t\"USER_PASSWORD_SUCCESS\":\"Successfully modified password for user [{1}]!\",\r\n\t\"USER_USERNAME_SUCCESS\":\"Username is modified from [{1}] to [{2}]\",\r\n\t\"PANEL_SET_SUCCESS\":\"Set panel port [{1}], domain [{2}], default backup directory [{3}], default site directory [{4}], server IP [{5}], authorized IP [{6}]!\",\r\n\t\"PHP_PATHINFO_SUCCESS\":\"Set PATH_INFO module to [{2}] for PHP-{1}!\",\r\n\t\"PHP_UPLOAD_MAX\":\"Set max upload size to [{2} MB] for PHP-{1}!\",\r\n\t\"PHP_DISABLE_FUNCTION\":\"Modified disabled function to [{2}] for PHP-{1}\",\r\n\t\"PHP_TIMEOUT\":\"Set maximum time of script to [{2} second] for PHP-{1}!\",\r\n\t\"PHP_CHILDREN\":\"Set concurrency of PHP-{1}, max_children={2}, start_servers={3}, min_spare_servers={4}, max_spare_servers={5}\",\r\n\t\"DATE_SUCCESS\":\"Successfully synced server time!\",\r\n\t\"CONTROL_CLOSE\":\"Monitory log is emptied!\",\r\n\t\"CONTROL_OPEN\":\"Turned on monitory service, save for [{1}] day!\",\r\n\t\"CONTROL_CLOSE\":\"Turned off monitory service!\",\r\n\t\"CRONTAB_DEL\":\"Successfully deleted cron job [{1}]!\",\r\n\t\"DATABASE_ADD_SUCCESS\":\"Successfully added database [{1}]!\",\r\n\t\"DATABASE_ADD_ERR\":\"Failed to add database [{1}]!, {2}\",\r\n\t\"DATABASE_DEL_SUCCESS\":\" Successfully deleted database [{1}]!\",\r\n\t\"DATABASE_DEL_ERR\":\"Failed to delete database [{1}]!, {2}\",\r\n\t\"DATABASE_ROOT_SUCCESS\":\"Root password changed for database!\",\r\n\t\"DATABASE_PASS_SUCCESS\":\"Successfully modified password for database [{1}]!\",\r\n\t\"DATABASE_PASS_ERROR\":\"Failed to modify password for database [{1}]! => {2}\",\r\n\t\"DATABASE_BACKUP_SUCCESS\":\"Backup database [{1}] succeed!\",\r\n\t\"DATABASE_BACKUP_DEL_SUCCESS\":\"Successfully deleted backup [{2}] for database [{1}]!\",\r\n\t\"DATABASE_BACKUP_DEL_ERR\":\"Failed to delete backup [{2}] for database [{1}]! => {3}\",\r\n\t\"DATABASE_INPUT_ERR\":\"Failed to import database [{1}], => {2}\",\r\n\t\"DATABASE_INPUT_SUCCESS\": \"Successfully imported database [{1}]\",\r\n\t\"DATABASE_ACCESS_ERR\":\"Failed to set database permission [{1}] => {2}\",\r\n\t\"FILE_UPLOAD_SUCCESS\":\"Successfully uploaded file [{1}] to [{2}]!\",\r\n\t\"FILE_CREATE_SUCCESS\":\"Successfully created file [{1}]!\",\r\n\t\"DIR_CREATE_SUCCESS\":\"Successfully created directory [{1}]!\",\r\n\t\"DIR_DEL_SUCCESS\":\"Successfully deleted directory [{1}]!\",\r\n\t\"FILE_DEL_SUCCESS\":\"Successfully deleted file [{1}]!\",\r\n\t\"FILE_MOVE_RECYCLE_BIN\":\"Successfully moved file [{1}] to recycle bin!\",\r\n\t\"FILE_MOVE_RECYCLE_BIN_ERR\":\"Failed to move file [{1}] to recycle bin!\",\r\n\t\"FILE_RE_RECYCLE_BIN_ERR\":\"Failed to recover [{1}] from recycle bin!\",\r\n\t\"FILE_RE_RECYCLE_BIN\":\"Successfully recovered [{1}] from recycle bin!\",\r\n\t\"FILE_DEL_RECYCLE_BIN\":\"File has parmanently deleted from recycle bin {1}!\",\r\n\t\"FILE_CLOSE_RECYCLE_BIN\":\"Recycle bin emptied!\",\r\n\t\"FILE_OFF_RECYCLE_BIN\":\"Recycle bin feature turned off!\",\r\n\t\"FILE_ON_RECYCLE_BIN\":\"Recycle bin feature turned on!\",\r\n\t\"FILE_COPY_SUCCESS\":\"Successfully copied file [{1}] to [{2}]!\",\r\n\t\"DIR_COPY_SUCCESS\":\"Successfully copied directory [{1}] to [{2}]!\",\r\n\t\"MOVE_SUCCESS\":\"Successfully moved file or directory [{1}] to [{2}]!\",\r\n\t\"FILE_SAVE_SUCCESS\":\"Successfully saved file [{1}]!\",\r\n\t\"ZIP_SUCCESS\":\"Successfully compressed file [{1}] to [{2}]!\",\r\n\t\"UNZIP_SUCCESS\":\"Successfully uncompressed file from [{1}] to [{2}]!\",\r\n\t\"FILE_ACCESS_SUCCESS\":\"Set [{1}]'s permission to [{2}] and authorized user to [{3}]\",\r\n\t\"SITE_LOG_CLOSE\":\"Site Logs emptied!\",\r\n\t\"FILE_ALL_ACCESS\":\"Batch setting permissions succeeded!\",\r\n\t\"FILE_ALL_DEL\":\"Batch delete succeeded!\",\r\n\t\"FILE_ALL_COPY\":\"Batch copied from [{1}] to [{2}]\",\r\n\t\"FILE_ALL_MOTE\":\"Batch moved from [{1}] to [{2}]\",\r\n\t\"FILE_DOWNLOAD\":\"Downloaded file [{1}] to [{2}]\",\r\n\t\"PLUGIN_ADD\":\"Successfully added intallation task [{1}-{2}]\",\r\n\t\"PLUGIN_UNINSTALL\":\"Successfully unintalled [{1}-{2}]\",\r\n\t\"PLUGIN_UNINSTALL_SOFT\":\"Successfully uninstalled software [{1}]\",\r\n\t\"PLUGIN_INSTALL_LIB\":\"Successfully installed plugin [{1}]\",\r\n\t\"PLUGIN_UNINSTALL_LIB\":\"Successfully uninstalled plugin [{1}]\",\r\n\t\"FIREWALL_DROP_IP\":\"Successfully blocked IP [{1}]!\",\r\n\t\"FIREWALL_ACCEPT_IP\":\"Unblocked IP [{1}]!\",\r\n\t\"FIREWALL_ACCEPT_PORT\":\"Successfully accepted port [{1}]!\",\r\n\t\"FIREWALL_DROP_PORT\":\"Successfully deleted accepted port [{1}] on firewall!\",\r\n\t\"FIREWALL_SSH_PORT\":\"Successfully changed SSH port to [{1}]!\",\r\n\t\"FTP_ADD_SUCCESS\":\"Successfully added FTP user [{1}]!\",\r\n\t\"FTP_ADD_ERR\":\"Failed to add FTP user[{1}]! => {2}\",\r\n\t\"FTP_DEL_SUCCESS\":\"Successfully deleted FTP user[{1}]!\",\r\n\t\"FTP_DEL_ERR\":\"Failde to delete FTP user[{1}]! => {2}\",\r\n\t\"FTP_PASS_SUCCESS\":\"Successfully changed password for FTP user[{1}]!\",\r\n\t\"FTP_PASS_ERR\":\"Failed to change password FTP user[{1}]! => {2}\",\r\n\t\"FTP_STATUS\":\"Successfully {1}FTP user [{2}]!\",\r\n\t\"FTP_STATUS_ERR\":\"Failed to {1} FTP user [{2}]! => {3}\",\r\n\t\"FTP_PORT\":\"Successfully modified FTP port to [{1}]!\",\r\n\t\"FTP_PORT_ERR\":\"Failed to modify FTP port! => {1}\",\r\n\t\"CONF_CHECK_ERR\":\"Configuration file ERROR: {1}\",\r\n\t\"MYSQL_CHECK_ERR\":\"In MySQL configuration file detected and auto fixed an error, which may cause mysqld service unable to start!\",\r\n\t\"SYS_EXEC_ERR\":\"Execution failed: {1}\",\r\n\t\"SYS_EXEC_SUCCESS\":\"{1} execution succeeded\",\r\n\t\"LOGIN_ERR_CODE\":\"Verification code is incorrect, Username:{1}, Verification Code:{2}, Login IP:{3}\",\r\n\t\"LOGIN_ERR_PASS\":\"Password is incorrect, Username:{1}, Password:{2}, Login IP:{3}\",\r\n\t\"LOGIN_SUCCESS\":\"Login succeed, Username: {1}, Login IP: {2}\",\r\n\t\"SET_API\": \"API configuration\",\r\n\t\"P_CONF\": \"Panel settings\",\r\n\t\"MODIFY_CRON_STATUS\": \"Modified cron job [{1}] status to [{2}]\",\r\n\t\"MODIFY_CRON\": \"'Successfully modified cron job [{1}]'\",\r\n\t\"PHPDAEMON\": \"PHP Daemon\",\r\n\t\"PHP_CHECK_ERR_FIX_SUCCESS\": \"PHP-{1} processing exception detected and automatically fixed!\",\r\n\t\"API\":\"API\",\r\n\t\"API_INTERFACE\": \"{1} API\",\r\n\t\"SET_API_STATUS\": \"Already {1} API service!\",\r\n\t\"TURNON_API\":\"Successfully turned on API!\",\r\n\t\"EDIT_API\":\"Successfully modified API configuration!\",\r\n\t\"RENAME\": \"[{1}] renamed to [{2}]\",\r\n\t\"PLUG_MAM\": \"Plugin manager\",\r\n\t\"SET_PLUG\": \"Set plugin ['{1}'] AS!\",\r\n\t\"INSTALL_THIRD_PARDY_PLUG\": \"Installed third-party plugin [{1}]\",\r\n\t\"SITE_DIR_NOT_EXIST_RECREATE\": \"Site [{1}], document root [{2}] does NOT exist, recreated!\",\r\n\t\"SITE_STOP_ANTI_STEALING_LINK\": \"Hotlink Protection for site [{1}] disabled!\",\r\n\t\"SITE_START_ANTI_STEALING_LINK\": \"Hotlink Protection for site [{1}] enabled!\",\r\n\t\"SET_PHP_CLI\":\"Set the PHP-CLI version to: {1}\",\r\n\t\"SET_BASICAUTH_STATUS\":\"Set the BasicAuth status to: {1}\",\r\n\t\"MANUALLY_LOGOUT\": \"Client: {1}, has manually exited the panel\",\r\n\t\"GET_INFO\": \"Get Info\",\r\n\t\"NGINX_LOAD_ERR\": \"Nginx load status acquisition failed:{1}\",\r\n\t\"GET_DATA_ERR\": \"Data acquisition failed!\",\r\n\t\"PHP_LOAD_ERR\": \"PHP load status acquisition failed: {1}\",\r\n\t\"MODIFY_SSH_INFO\": \"Modify the SSH information of HOST: {1}\",\r\n\t\"ADD_SSH_INFO\": \"Add the SSH information of HOST: {1}\",\r\n\t\"DEL_SSH_INFO\": \"Delete the SSH information of HOST: {1}\",\r\n\t\"ADD_COMMAND_COMMAND\": \"Add common commands [{1}]\",\r\n\t\"EDIT_COMMAND_COMMAND\": \"Modify common commands [{1}]\",\r\n\t\"DEL_COMMAND_COMMAND\": \"Delete common commands [{1}]\",\r\n\t\"OPEN_FILE\": \"Open File\",\r\n\t\"TASK_QUEUE\": \"Task queue\",\r\n\t\"SSH_LOGIN\": \"Successfully logged in to the SSH server [{1}:{2}]\",\r\n\t\"EDIT_MENU_SUCCESS\": \"Successfully modify the panel menu display list\",\r\n\t\"TMP_LOGIN\": \"Generate temporary connection, expiration time: {1}\",\r\n\t\"TMP_LOGIN1\": \"Temporary login URL has been generated\",\r\n\t\"TMP_LOGIN2\": \"Failed to generate temporary login URL\",\r\n\t\"TMP_LOGIN3\": \"Delete temporary login URL\",\r\n\t\"LOGOUT_TMP_UESR\": \"Force logout of temporary users:{1}\",\r\n\t\"CREATE_USER\": \"Create new user {1}\",\r\n\t\"DEL_USER\": \"Delete users[{1}]\",\r\n\t\"EDIT_USER\": \"Edit user{1}\",\r\n\t\"ADD_COMPILATION_PARA\": \"Add custom compilation parameters: {1}:{2}\",\r\n\t\"REMOVE_PARA\": \"Remove custom compilation parameters: {1}:{2}\",\r\n\t\"SET_SOFTWARE_COMPILATION\": \"Setup software: Custom compilation parameters for {1} are configured as: {2}\",\r\n\t\"SET_FILE_NOTES\": \"Set the file name [{1}], notes: {2}\",\r\n\t\"CLEAR_FILE_NOTES\": \"Clear file notes [{1}]\",\r\n\t\"CREATE_SOFTLINK\": \"Create softlink: {1} -> {2}\",\r\n\t\"EXEC_COMPOSER\": \"Execute composer [{1}] in the directory: [{2}],\"\r\n}\r\n"
  },
  {
    "path": "english/menu.json",
    "content": "[\r\n  {\r\n    \"title\": \"Home\",\r\n    \"href\": \"/\",\r\n    \"class\": \"menu_home\",\r\n    \"id\": \"memuA\",\r\n    \"sort\": 1\r\n  },\r\n  {\r\n    \"title\": \"Website\",\r\n    \"href\": \"/site\",\r\n    \"class\": \"menu_web\",\r\n    \"id\": \"memuAsite\",\r\n    \"sort\": 2\r\n  },\r\n  {\r\n    \"title\": \"FTP\",\r\n    \"href\": \"/ftp\",\r\n    \"class\": \"menu_ftp\",\r\n    \"id\": \"memuAftp\",\r\n    \"sort\": 3\r\n  },\r\n  {\r\n    \"title\": \"Databases\",\r\n    \"href\": \"/database\",\r\n    \"class\": \"menu_data\",\r\n    \"id\": \"memuAdatabase\",\r\n    \"sort\": 4\r\n  },\r\n    {\r\n    \"title\": \"Docker\",\r\n    \"href\": \"/docker\",\r\n    \"class\": \"menu_docker\",\r\n    \"id\": \"memuDocker\",\r\n    \"sort\": 5\r\n  },\r\n  {\r\n    \"title\": \"Monitor\",\r\n    \"href\": \"/control\",\r\n    \"class\": \"menu_control\",\r\n    \"id\": \"memuAcontrol\",\r\n    \"sort\": 6\r\n  },\r\n  {\r\n    \"title\": \"Security\",\r\n    \"href\": \"/firewall\",\r\n    \"class\": \"menu_firewall\",\r\n    \"id\": \"memuAfirewall\",\r\n    \"sort\": 7\r\n  },\r\n  {\r\n    \"title\": \"WAF\",\r\n    \"href\": \"/btwaf/index\",\r\n    \"class\": \"menu_btwaf\",\r\n    \"id\": \"memu_btwaf\",\r\n    \"sort\": 8\r\n  },\r\n  {\r\n    \"title\": \"Files\",\r\n    \"href\": \"/files\",\r\n    \"class\": \"menu_folder\",\r\n    \"id\": \"memuAfiles\",\r\n    \"sort\": 9\r\n  },\r\n  {\r\n    \"title\": \"Terminal\",\r\n    \"href\": \"/xterm\",\r\n    \"class\": \"menu_xterm\",\r\n    \"id\": \"memuAxterm\",\r\n    \"sort\": 10\r\n  },\r\n  {\r\n    \"title\": \"Cron\",\r\n    \"href\": \"/crontab\",\r\n    \"class\": \"menu_day\",\r\n    \"id\": \"memuAcrontab\",\r\n    \"sort\": 11\r\n  },\r\n\r\n  {\r\n    \"title\": \"App Store\",\r\n    \"href\": \"/soft\",\r\n    \"class\": \"menu_soft\",\r\n    \"id\": \"memuAsoft\",\r\n    \"sort\": 12\r\n  },\r\n  {\r\n    \"title\": \"Settings\",\r\n    \"href\": \"/config\",\r\n    \"class\": \"menu_set\",\r\n    \"id\": \"memuAconfig\",\r\n    \"sort\": 13\r\n  },\r\n  {\r\n    \"title\": \"Log out\",\r\n    \"href\": \"/login?dologin=True\",\r\n    \"class\": \"menu_exit\",\r\n    \"id\": \"dologin\",\r\n    \"sort\": 14\r\n  }\r\n]"
  },
  {
    "path": "english/public.json",
    "content": "{\r\n\t\"NAME\":\"aaPanel\",\r\n\t\"BRAND\":\"aaPanel\",\r\n\t\"PRODUCT\":\"Linux Panel\",\r\n\t\"PAGE_ERR_TITLE\":\"Access Denied\",\r\n\t\"PAGE_ERR_DOMAIN_H1\":\"Sorry, You do NOT Have Permission to Access.\",\r\n\t\"PAGE_ERR_DOMAIN_P1\":\"Please check the domain!\",\r\n\t\"PAGE_ERR_DOMAIN_P2\":\"View domain bound: cat /www/server/panel/data/domain.conf\",\r\n\t\"PAGE_ERR_DOMAIN_P3\":\"Turn off access limit: rm -f /www/server/panel/data/domain.conf\",\r\n\t\"PAGE_ERR_IP_H1\":\"Sorry, Your IP is NOT Authorized\",\r\n\t\"PAGE_ERR_IP_P1\":\"Your current IP is[{1}]，please use correct IP to access!\",\r\n\t\"PAGE_ERR_IP_P2\":\"View IP authorized: cat /www/server/panel/data/limitip.conf\",\r\n\t\"PAGE_ERR_IP_P3\":\"Turn off access limit: rm -f /www/server/panel/data/limitip.conf\",\r\n\t\"PAGE_ERR_404_TITLE\":\"404 Not Found\",\r\n\t\"PAGE_ERR_404_H1\":\"Sorry, Page does NOT Exist\",\r\n\t\"PAGE_ERR_404_P1\":\"The page you requested does not exist, please check the URL!\",\r\n\t\"PAGE_ERR_500_TITLE\":\"500 Internal Server Error\",\r\n\t\"PAGE_ERR_500_H1\":\"Sorry, Program Error\",\r\n\t\"PAGE_ERR_500_P1\":\"The page you requested was interrupted by an exception!\",\r\n\t\"PAGE_ERR_HELP\":\"Get help\",\r\n\t\"ARGS_ERR\":\"Specific parameters are invalid!\",\r\n\t\"INIT_FUN_NOT_EXISTS\": \"Function does NOT exist\",\r\n\t\"INIT_CHECK_ERR\": \"Check ERROR\",\r\n\t\"INIT_WEBHOOK_ERR\": \"Pls install WebHook plugin first!\",\r\n\t\"INIT_WEBSSH_LOGOUT\": \"Session is lost, please login panel again!\\r\\n\",\r\n\t\"INIT_WEBSSH_CONN_ERR\": \"Failed to connect to SSH service!\\r\\n\",\r\n\t\"INIT_WEBSOCKET_ERR\": \"The specified module does not exist!\",\r\n\t\"INIT_ARGS_ERR\": \"Parameter ERROR!\",\r\n\t\"INIT_PLUGIN_NOT_EXISTS\": \"The specified plugin does not exist!\",\r\n\t\"INIT_PLUGIN_NOT_DOWN_FUN\": \"Specified plugin has no file download function!\",\r\n\t\"INIT_TOKEN_ERR\": \"Invalid Token!\",\r\n\t\"INIT_PLU_ACC_ERR\": \"You do NOT have permission to access the current plugin!\",\r\n\t\"USER_INODE_ERR\": \"Disk inode has been exhausted, the panel has attempted to release the inode. Please try again ...\",\r\n\t\"AJAX_CONN_ERR\": \"Fail to connect to the server!\",\r\n\t\"AJAX_USER_BINDING_ERR\": \"Please bind your BT account first!\",\r\n\t\"AJAX_USER_BE_OVERDUE\": \"BT account binding has expired, please re-bind on the [Settings] page!\",\r\n\t\"AJAX_USER_IS_VALID\": \"Binding is valid!\",\r\n\t\"AJAX_PHPMYADMIN_PORT_ERR\": \"Please do NOT use the usual port as the phpMyAdmin port!\",\r\n\t\"AJAX_WARNING_ERR\": \"Warning list does NOT exist!\",\r\n\t\"AJAX_LOG_FILR_NOT_EXISTS\": \"Log file does NOT exist!\",\t\r\n\t\"CODE_BOOM\":\"Please don't refresh verification code too frequently!\",\r\n\t\"LOGIN_USER_EMPTY\":\"User name or password cannot be empty!\",\r\n\t\"LOGIN_ERR_LIMIT\":\"You cannot login now because login failed too many times!\",\r\n\t\"LOGIN_SUCCESS\":\"Login succeeded, loading...\",\r\n\t\"LOGIN_USER_ERR\":\"Invalid username or password. You have [{1}] times left to try!\",\r\n\t\"ERROR\":\"Operation failed\",\r\n\t\"SUCCESS\":\"Operation succeeded\",\r\n\t\"START\":\"Start\",\r\n\t\"STOP\":\"Stop\",\r\n\t\"OFF\":\"Turn off\",\r\n\t\"ON\":\"Turn on\",\r\n\t\"OPEN\":\"Open\",\r\n\t\"CLOSE\":\"Close\",\r\n\t\"ADD_SUCCESS\":\"Successfully added\",\r\n\t\"ADD_ERROR\":\"Failed to add\",\r\n\t\"DEL_SUCCESS\":\"Successfully deleted\",\r\n\t\"DEL_ERROR\":\"Failed to delete\",\r\n\t\"SET_SUCCESS\":\"Successfully set\",\r\n\t\"SET_ERROR\":\"Failed to set\",\r\n\t\"EDIT_SUCCESS\":\"Successfully modified\",\r\n\t\"EDIT_ERROR\":\"Failed to modify\",\r\n\t\"CONF_ERROR\":\"Configuration file ERROR\",\r\n\t\"CONF_FILE_NOT_EXISTS\":\"Configuration file not exist\",\r\n\t\"PHP_GET_ERR\":\"Failed to get PHP version!\",\r\n\t\"PHP_NOT_EXISTS\":\"Requested PHP version does NOT exist!\",\r\n\t\"DIR_EMPTY\":\"Directory cannot be empty!\",\r\n\t\"FILE_NOT_EXISTS\":\"Requested file does NOT exist!\",\r\n\t\"SPECIFY_METHOD\":\"The specified method does NOT exist\",\r\n\t\"SPECIFY_PLUG_ERR\":\"The specified plugin does NOT support public access!\",\r\n\t\"SPECIFY_TEMPLATE\":\"The specified template does NOT exist\",\t\r\n\t\"PATH_ERROR\":\"System critical directory cannot be used as site directory\",\r\n\t\"BACKUP_SUCCESS\":\"Backup Succeeded!\",\r\n\t\"UPDATE_SUCCESS\":\"Update Succeeded!\",\r\n\t\"PANEL_UPDATE\":\"Successful to update to {1}\",\r\n\t\"PANEL_UPDATE_ERR_DOWN\":\"File download failed, please try again or update manually!\",\r\n\t\"PANEL_UPDATE_ERR_NEW\":\"Current version is up-to-date!\",\r\n\t\"PANEL_UPDATE_MSG\":\"Current version is stable version and already latest. Update cycle of stable version is generally 2 months，while developer version will update every Wednesday!\",\r\n\t\"PANEL_UPDATE_MSG_TEST\":\"Current version is developer version and already latest. Update cycle of stable version is generally 2 months，while developer version will update every Wednesday!\",\r\n\t\"EXEC_ERR_TASK\":\"Please run the program when all install tasks finished!\",\r\n\t\"CONNECT_ERR\":\"Failed to connect server!\",\r\n\t\"INPUT_PS\":\"Edit notes\",\r\n\t\"SET_PORT_SUCCESS\":\"Successfully changed port!\",\r\n\t\"SITE_ADD_SUCCESS\":\"Successfully created site!\",\r\n\t\"SITE_ADD_ERR_EXISTS\":\"The site you tried to add already exists!\",\r\n\t\"SITE_ADD_ERR_PORT\":\"Port range is illegal\",\r\n\t\"SITE_ADD_ERR_PHPEMPTY\":\"PHP version cannot be empty\",\r\n\t\"SITE_ADD_ERR_DOMAIN\":\"Format of primary domain is incorrect\",\r\n\t\"SITE_ADD_ERR_DOMAIN_TOW\":\"Primary domain cannot be wildcard DNS record\",\r\n\t\"SITE_ADD_ERR_DOMAIN_EXISTS\":\"The domain you tried to add already exists!\",\r\n\t\"SITE_ADD_ERR_WRITE\":\"Failed to add, write configuraton ERROR!\",\r\n\t\"SITE_DEL_SUCCESS\":\"Successfully deleted site!\",\r\n\t\"SITE_ADD_DOMAIN\":\"Successfully added site!\",\r\n\t\"SITE_ADD_DOMAIN_ERR_EXISTS\":\"Specific domain already bound!\",\r\n\t\"SITE_ADD_DOMAIN_ERR_POER\":\"Port range is illegal!\",\r\n\t\"SITE_ADD_DOMAIN_ERR_FORMAT\":\"Format of domain is invalid!\",\r\n\t\"SITE_ADD_DOMAIN_ERR_EMPTY\":\"Domain cannot be empty!\",\r\n\t\"SITE_DEL_DOMAIN_ERR_ONLY\":\"Last domain cannot be deleted!\",\r\n\t\"SITE_SSL_ERR_PRIVATE\":\"Private Key ERROR, please check!\",\r\n\t\"SITE_SSL_ERR_CERT\":\"Certificate ERROR, please check!\",\r\n\t\"SSL_ERR_CERT\": \"Certificate ERROR\",\r\n\t\"SITE_SSL_SUCCESS\":\"Certificate saved!\",\r\n\t\"SITE_SSL_UPDATE_SUCCESS\":\"Certificate updated!\",\r\n\t\"SITE_SSL_OPEN_SUCCESS\":\"SSL turned on!\",\r\n\t\"SITE_SSL_CLOSE_SUCCESS\":\"SSL turned off!\",\r\n\t\"SITE_SSL_ERR_301\":\"Your site has 301 Redirect on，Please turn it off first!\",\r\n\t\"SITE_SSL_ERR_DNS\":\"DNS ERROR or NOT effective:{1}\",\r\n\t\"SITE_SSL_ERR_EMPTY\":\"Please Select Domain (NOT including IP address or Wildcard domain)\",\r\n\t\"SITE_SSL_ERR_RE\":\"Certificate of current domains is not expired，and a duplicate request is not allowed，Pls try to combine with other domains!\",\r\n\t\"SITE_SSL_ERR_AU\":\"Authorization Error: Your server submitted too many invalid requests!\",\r\n\t\"SITE_SSL_ERR_ACCESS\":\"Failed to obtain Let's Encrypt Certificate. Authentication Server cannot access your site!\",\r\n\t\"SITE_START_SUCCESS\":\"Site started\",\r\n\t\"SITE_STOP_SUCCESS\":\"Site stopped\",\r\n\t\"SITE_NETLIMIT_ERR\":\"Site Traffic Control only supports Nginx Web Server!\",\r\n\t\"SITE_NETLIMIT_CLOSE_SUCCESS\":\"Site Traffic Control has been turned off!\",\r\n\t\"SITE_ADD_BINDING\":\"Domain and name of subdirectory cannot be empty!\",\r\n\t\"SITE_INDEX_ERR_FORMAT\":\"Default Document Format is invalid, e.g., index.html\",\r\n\t\"SITE_INDEX_ERR_EMPTY\":\"Default Document cannot be empty!\",\r\n\t\"SITE_PATH_ERR_RE\":\"Same as original path, no need to change!\",\r\n\t\"SITE_PHPVERSION_ERR_A22\":\"Apache2.2 does NOT support MultiPHP!\",\r\n\t\"SITE_PHPVERSION_SUCCESS\":\"Successfully changed PHP Version of site [{1}] to PHP-{2}\",\r\n\t\"SITE_BASEDIR_OPEN_SUCCESS\":\"Base directory turned on!\",\r\n\t\"SITE_BASEDIR_CLOSE_SUCCESS\":\"Base directory turned off!\",\r\n\t\"SITE_PROXY_ERR_URL\":\"URL address is invalid!\",\r\n\t\"SITE_PROXY_ERR_HOST\":\"Domain format is invalid!\",\r\n\t\"SITE_REWRITE_NOW\":\"Current\",\r\n\t\"SITE_REWRITE_SAVE\":\"New URL rewrite rule has been saved!\",\r\n\t\"SITE_TOMCAT_OPEN\":\"Succeeded, please test JSP program!\",\r\n\t\"SITE_TOMCAT_CLOSE\":\"Tomcat mapping closed!\",\r\n\t\"SITE_SCAN_ADD\":\"Scan Task has in the queue!\",\r\n\t\"SITE_EXPIRE_SUCCESS\":\"Successfully set, the site will stop automatically when expires!\",\r\n\t\"SOFT_PHPVERSION_SET\":\"PHP version has been changed!\",\r\n\t\"SOFT_PHPVERSION_PS\":\"New phpMyAdmin Port\",\r\n\t\"SOFT_PHPVERSION_ERR_PORT\":\"Current port exists!\",\r\n\t\"SOFT_PHPVERSION_ERR_PORT_RE\":\"Cannot use same port as Panel!\",\r\n\t\"LOG_CLOSE\":\"Panel Logs emptied!\",\r\n\t\"KILL_PROCESS\":\"Ended processes[{1}][{2}] Successfully!\",\r\n\t\"KILL_PROCESS_ERR\":\"Error, cannot end task processes!\",\r\n\t\"USER_PASSWORD_CHECK\":\"The passwords entered twice are inconsistent, please try again!\",\r\n\t\"USER_USERNAME_CHECK\":\"The usernames entered twice are inconsistent, plesea try again!\",\r\n\t\"USER_PASSWORD_LEN\":\"Password cannot be less than 5 characters!\",\r\n\t\"USER_PASSWORD_SUCCESS\":\"Password changed!\",\r\n\t\"USER_USERNAME_SUCCESS\":\"Username changed!\",\r\n\t\"PORT_CHECK_EXISTS\":\"Port [{1}] is in use!\",\r\n\t\"PORT_CHECK_RANGE\":\"Port range is incorrect!\",\r\n\t\"PORT_CHECK_PS\":\"New panel port\",\r\n\t\"PANEL_SAVE\":\"Saved\",\r\n\t\"PHP_UPLOAD_MAX_ERR\":\"Limit of upload size cannot be less than 2 MB\",\r\n\t\"PHP_TIMEOUT_ERR\":\"Please fill in the value between 30 and 86400!\",\r\n\t\"DATE_SUCCESS\":\"Successfully synced server time!\",\r\n\t\"CONTROL_CLOSE\":\"Monitor service turned off!\",\r\n\t\"CONTROL_ERR\":\"Number of saving days is illegal!\",\r\n\t\"PANEL_CLOSE\":\"Panel turned off!\",\r\n\t\"PANEL_SSL_CLOSE\":\"SSL turned off，Please use http protocol to access the panel!\",\r\n\t\"PANEL_SSL_ERR\":\"Error, unable to auto install pyOpenSSL!<p>Plesea try to manually install: pip install pyOpenSSL</p>\",\r\n\t\"PANEL_SSL_OPEN\":\"SSL is turned on, plesea use https protocol to access the panel!\",\r\n\t\"PANEL_SSL_ADD_EXISTS\":\"Notes or panel address duplicate!\",\r\n\t\"PANEL_SSL_ADD_NOT_EXISTS\":\"Requested panel info does NOT exist!\",\r\n\t\"CRONTAB_TODAY\":\"Per Day\",\r\n\t\"CRONTAB_TODAY_CYCLE\":\"Per Day, run at {1} Hour {2} Min\",\r\n\t\"CRONTAB_N_TODAY\":\"Every {1} Days\",\r\n\t\"CRONTAB_N_TODAY_CYCLE\":\"Every {1} Days, run at {2} Hour {3} Min\",\r\n\t\"CRONTAB_HOUR\":\"Per Hour\",\r\n\t\"CRONTAB_HOUR_CYCLE\":\"Per Hour, run at {1} Min\",\r\n\t\"CRONTAB_N_HOUR\":\"Every {1} Hours\",\r\n\t\"CRONTAB_N_HOUR_CYCLE\":\"Every {1} Hours, run at {2} Min\",\r\n\t\"CRONTAB_N_MINUTE\":\"Every {1} Minutes\",\r\n\t\"CRONTAB_N_MINUTE_CYCLE\":\"Run Every {1} Minutes\",\r\n\t\"CRONTAB_WEEK\":\"Weekly\",\r\n\t\"CRONTAB_WEEK_CYCLE\":\"Every {1}, run at {2} Hour {3} Min\",\r\n\t\"CRONTAB_MONTH\":\"Monthly\",\r\n\t\"CRONTAB_MONTH_CYCLE\":\"Monthly, run on {1}Day {2} Hour {3}Min\",\r\n\t\"CRONTAB_SUNDAY\":\"Sunday\",\r\n\t\"CRONTAB_MONDAY\":\"Monday\",\r\n\t\"CRONTAB_TUESDAY\":\"Tuesday\",\r\n\t\"CRONTAB_WEDNESDAY\":\"Wednesday\",\r\n\t\"CRONTAB_THURSDAY\":\"Thursday\",\r\n\t\"CRONTAB_FRIDAY\":\"Friday\",\r\n\t\"CRONTAB_SATURDAY\":\"Saturday\",\r\n\t\"CRONTAB_TASKNAME_EMPTY\":\"Name of task cannot be empty!\",\r\n\t\"CRONTAB_TASKLOG_EMPTY\":\"Task logs are empty!\",\r\n\t\"CRONTAB_TASKLOG_CLOSE\":\"Task logs emptied!\",\r\n\t\"CRONTAB_TASKLOG_CLOSE_ERR\":\"Failed to empty task logs!\",\r\n\t\"FILE_WRITE_ERR\":\"Failed to write in file!\",\r\n\t\"CRONTAB_TASK_EXEC\":\"Task has been executed!\",\r\n\t\"DATABASE_NAME_ERR\":\"Database name is illegal!\",\r\n\t\"DATABASE_NAME_ERR_T\":\"Database name cannot contain special characters!\",\r\n\t\"DATABASE_NAME_EXISTS\":\"Database exists!\",\r\n\t\"DATABASE_USERNAME_EXISTS\": \"The user name already exists. For security reasons, we do not allow one database user to manage multiple databases\",\r\n\t\"DATABASE_NAME_LEN\":\"Database name cannot be more than 16 characters!\",\r\n\t\"DATABASE_ERR_CONNECT\":\"ERROR to connect database, pls check database status!\",\r\n\t\"DATABASE_ERR_PASS\":\"Mysql root or user password is incorrect, please try to reset!\",\r\n\t\"DATABASE_ERR_NOT_EXISTS\":\"Database user does NOT exist!\",\r\n\t\"DATABASE_USER_NAME_ERR\": \"Database username is illegal!\",\r\n\t\"DATABASE_ERR_MYSQLDB\":\"MySQLdb component is missing! <br>Please enter SSH and run the command: pip install mysql-python\",\r\n\t\"DATABASE_ROOT_SUCCESS\":\"Successfully modified root password!\",\r\n\t\"DATABASE_PASS_ERR_NOT_EXISTS\":\"Failed to modify, database user does not exist!\",\r\n\t\"DATABASE_PASS_SUCCESS\":\"Successfully modifyied password for database [{1}]!\",\r\n\t\"DATABASE_PASS_ERROR\":\"Failed to modify password for database [{1}]!\",\r\n\t\"DATABASE_INPUT_ERR_FORMAT\":\"Select sql、gz、zip file!\",\r\n\t\"DATABASE_INPUT_ERR\":\"Failed to import database!\",\r\n\t\"DATABASE_INPUT_SUCCESS\":\"Successfully imported database!\",\r\n\t\"DATABASE_SYNC_SUCCESS\":\"Sync {1} database(s) from server!\",\r\n\t\"DATABASE_GET_SUCCESS\":\"Obtain {1} database(s) from server!\",\r\n\t\"DATABASE_DEL_RECYCLE_BIN\": \"Database [{1}] already at the recycle bin, please recover from the recycle bin!\",\r\n\t\"DATABASE_TEST\":\"Test Database\",\r\n\t\"DATABASE_MOVE_RE\":\"The same as the current storage directory, file cannot be moved!\",\r\n\t\"DATABASE_MOVE_ERR\":\"Failed to move file!\",\r\n\t\"DATABASE_MOVE_SUCCESS\":\"Database moved!\",\r\n\t\"LOG_CLOSE\":\"Logs emptied\",\r\n\t\"FILE_UPLOAD_SUCCESS\":\"Successfully uploaded!\",\r\n\t\"FILE_EXISTS\":\"Requested file exists!\",\r\n\t\"DIR_EXISTS\":\"Requested directory exists!\",\r\n\t\"DIR_NOT_EXISTS\":\"Requested directory does not exist\",\r\n\t\"DIR_ERR_NOT_EMPTY\":\"Cannot delete non-empty directory!\",\r\n\t\"FILE_DANGER\":\"Never trouble troubles till troubles trouble you!\",\r\n\t\"FILE_CREATE_SUCCESS\":\"Successfully created file!\",\r\n\t\"FILE_CREATE_ERR\":\"Failed to create file!\",\r\n\t\"DIR_CREATE_SUCCESS\":\"Successfully created directory!\",\r\n\t\"DIR_CREATE_ERR\":\"Failed to create directory!\",\r\n\t\"CREATE_FAIL\":\"Failed to create\",\r\n\t\"DIR_MOVE_RECYCLE_BIN\":\"Directory moved to recycle bin!\",\r\n\t\"FILE_MOVE_RECYCLE_BIN\":\"File moved to recycle bin!\",\r\n\t\"DIR_DEL_SUCCESS\":\" Successfully deleted directory!\",\r\n\t\"DIR_DEL_ERR\":\"Failed to delete directory!\",\r\n\t\"FILE_DEL_SUCCESS\":\"Successfully deleted file!\",\r\n\t\"FILE_DEL_ERR\":\"Failed to delete file!\",\r\n\t\"FILE_RE_RECYCLE_BIN_ERR\":\"Recovery failed!\",\r\n\t\"FILE_RE_RECYCLE_BIN\":\"Recovery succeeded!\",\r\n\t\"FILE_DEL_RECYCLE_BIN\":\"Parmanently deleted {1} from recycle bin!\",\r\n\t\"FILE_CLOSE_RECYCLE_BIN\":\"Recycle bin emptied!\",\r\n\t\"FILE_OFF_RECYCLE_BIN\":\"Recycle bin feature turned off!\",\r\n\t\"FILE_ON_RECYCLE_BIN\":\"Recycle bin feature turned on!\",\r\n\t\"FILE_COPY_SUCCESS\":\"Successfully copied file!\",\r\n\t\"FILE_COPY_ERR\":\"Failed to copy file!\",\r\n\t\"DIR_COPY_SUCCESS\":\"Successfully copied directory!\",\r\n\t\"DIR_COPY_ERR\":\"Failed to copy directory!\",\r\n\t\"MOVE_SUCCESS\":\"Successfully moved file or directory!\",\r\n\t\"MOVE_ERR\":\"Failed to move file or directory!\",\r\n\t\"FILE_GET_ERR\":\"Failed to obtain file content, format is not supported!\",\r\n\t\"FILE_SAVE_SUCCESS\":\"Saved!\",\r\n\t\"FILE_SAVE_ERR\":\"Save ERROR! {1}\",\r\n\t\"ZIP_SUCCESS\":\"Compression succeeded!\",\r\n\t\"ZIP_ERR\":\"Compression failed!\",\r\n\t\"UNZIP_SUCCESS\":\"Uncompression succeeded!\",\r\n\t\"UNZIP_ERR\":\"Uncompression failed!\",\r\n\t\"FILE_ALL_TIPS\":\"Successfully marked, please click Paste All button in the target directory!\",\r\n\t\"FILE_ALL_ACCESS\":\"Batch setting permission successful!\",\r\n\t\"FILE_ALL_DEL\":\"Batch deleting successful!\",\r\n\t\"FILE_ALL\":\"Batch operating succeeded [{1}], failed [{2}]\",\r\n\t\"FILE_DOANLOAD\":\"Download task added into the queue!\",\r\n\t\"PLUGIN_ADD\":\"Download task added to queue!\",\r\n\t\"PLUGIN_DEL\":\"Task deleted\",\r\n\t\"PLUGIN_ACTION\":\"Task queue activated\",\r\n\t\"PLUGIN_UNINSTALL\":\"Uninstallaton succeeded\",\r\n\t\"PLUGIN_INSTALL_ADD\":\"Installation task added to queue\",\r\n\t\"PLUGIN_INSTALL_SUCCESS\":\"Installation succeeded!\",\r\n\t\"PLUGIN_INSTALL_ERR\":\"Installation failed!\",\r\n\t\"PLUGIN_SORT\":\"Sort saved\",\r\n\t\"PLUGIN_GET_HTML\":\"This plugin does NOT have template!\",\r\n\t\"PLUGIN_GET_LAN_ERR\":\"This plugin does NOT have template\",\r\n\t\"PLUGIN_UPDATE_ERR\":\"You plugin list is up-to-date\",\r\n\t\"PLUGIN_UPDATE\":\"Obtain [{1}] plugin, [{2}] plugin update from cloud!\",\r\n\t\"PLUGIN_INPUT_A\":\"Input name of plugin!\",\r\n\t\"PLUGIN_INPUT_B\":\"This plugin does NOT have extend function!\",\r\n\t\"PLUGIN_INPUT_C\":\"Requested method [{1}] does not exist!\",\r\n\t\"TASK_SLEEP\":\"Loading...\",\r\n\t\"FILE_SHELL_ERR\":\"Sorry, [{1}] command is NOT supported!\",\r\n\t\"FILE_SHELL_EXEC\":\"Command sent\",\r\n\t\"FILE_SHELL_EMPTY\":\"No script need to execute!\",\r\n\t\"FIREWALL_IP_FORMAT\":\"IP address you've entered is illegal!\",\r\n\t\"FIREWALL_IP_EXISTS\":\"The IP exists in block list, no need to repeat processing!\",\r\n\t\"FIREWALL_PORT_EXISTS\":\"The port exists, no need to repeat the release!\",\r\n\t\"FIREWALL_PORT_PANEL\":\"Failed，cannot delete current port of the panel!\",\r\n\t\"FIREWALL_SSH_STOP\":\"SSH service turned off\",\r\n\t\"FIREWALL_SSH_START\":\"SSH service turned on\",\r\n\t\"FIREWALL_SSH_PORT_ERR\":\"Port range must be between 22 and 65535!\",\r\n\t\"FIREWALL_SSH_PORT_EXISTS\":\"Requested port is common port, pls use another one!\",\r\n\t\"FTP_USERNAME_ERR_T\":\"Username is illegal, special characters are NOT allowed!\",\r\n\t\"FTP_USERNAME_ERR_LEN\":\"Username is illegal, cannot be less than 3 characters!\",\r\n\t\"FTP_USERNAME_ERR_DIR\":\"System critical directory cannot be used as FTP directory!\",\r\n\t\"FTP_USERNAME_ERR_EXISTS\":\"User [{1}] exists!\",\r\n\t\"FTP_STATUS_ERR\":\"{1} FTP user failed!\",\r\n\t\"FTP_PORT_PS\":\"FTP port\",\r\n\t\"PAGE\":{\r\n\t\t\"PREV\":\"Prev\",\r\n\t\t\"NEXT\":\"Next\",\r\n\t\t\"START\":\"First\",\r\n\t\t\"END\":\"Last\",\r\n\t\t\"COUNT_START\":\"Total\",\r\n\t\t\"COUNT_END\":\"\",\r\n\t\t\"FO\":\"From\",\r\n\t\t\"LINE\":\"\"\r\n\t},\r\n\t\"SSL_CHECK_WRITE_ERR\":\"Verification error!\",\r\n\t\"SSL_CHECK_DNS_ERR\":\"DNS error，or NOT yet in effect!<li style='color:red;'>{1}</li>\",\r\n\t\"SSL_GET_SUCCESS\":\"Got successfully!\",\r\n\t\"SSL_NOT_BTUSER\":\"Please bind your BT account!\",\r\n\t\"SSL_BTUSER_UN\":\"Unbound!\",\r\n\t\"WAF_NOT_NGINX\":\"Currently only support Nginx\",\r\n\t\"WAF_NOT_NGINX_VERSION\":\"Current version of Nginx does NOT support WAF, please reinstall Nginx!\",\r\n\t\"WAF_UPDATE\":\"Updated successfully!\",\r\n\t\"WAF_CONF_NOT_EXISTS\":\"ERROR, the specified configuration value does NOT exist!\",\r\n\t\"WAF_CONF_EXISTS\":\"ERROR, the specified configuration value already exists!\",\r\n\t\"WAF_CONF_ERR\":\"ERROR, the value set is illegal!\",\r\n\t\"CODE_ERR\":\"Verification code is incorrect, please try again!\",\r\n\t\"CODE_TIMEOUT\":\"Verification code is expired, click to refresh!\",\r\n\t\"CODE_NOT_EXISTS\":\"Verification code does NOT exist!\",\r\n\t\"REQUEST_ERR\":\"Request error!\",\r\n\t\"SYS_BOOT_TIME\":\"{1} d {2} hrs {3} min\",\r\n\t\"SYS_NOT_INSTALL_APACHE\":\"Execution failed, check if Apache installed\",\r\n\t\"SYS_CONF_APACHE_ERR\":\"Apache rule configuration error: <br><a style='color:red;'>{1}</a>\",\r\n\t\"SYS_CONF_NGINX_REP\":\"Configuration file mismatch caused by reinstalling Nginx fixed\",\r\n\t\"SYS_CONF_NGINX_ERR\":\"Nginx rule configuration error: <br><a style='color:red;'>{1}</a>\",\r\n\t\"SYS_EXEC_SUCCESS\":\"Executed successfully!\",\r\n\t\"SYS_REBOOT\":\"Command sent successfully!\",\r\n\t\"TOMCAT_IP\":\"ERROR, primary domain cannot be IP address!\",\r\n\t\"RECYCLE_BIN_DB\":\"Database moved to recycle bin!\",\r\n\t\"RECYCLEDB\":\"Database recovered!\",\r\n\t\"UNZIP_ERR_DIR\":\"it is not allowed to uncompress file in critical directory, which will cause the permission to be replaced.\",\r\n\t\"PHP_CONF_1\":\"Short tag support\",\r\n\t\"PHP_CONF_2\":\"ASP tag support\",\r\n\t\"PHP_CONF_3\":\"Safe mode\",\r\n\t\"PHP_CONF_4\":\"Max time of running script\",\r\n\t\"PHP_CONF_5\":\"Max time of input\",\r\n\t\"PHP_CONF_6\":\"Limit of script memory\",\r\n\t\"PHP_CONF_7\":\"Max size of POST data\",\r\n\t\"PHP_CONF_8\":\"Whether to allow upload file\",\r\n\t\"PHP_CONF_9\":\"Max size of upload file\",\r\n\t\"PHP_CONF_10\":\"Max value of simultaneously upload file\",\r\n\t\"PHP_CONF_11\":\"Socket over time\",\r\n\t\"PHP_CONF_12\":\"Level of error\",\r\n\t\"PHP_CONF_13\":\"Whether to output detailed error info\",\r\n\t\"PHP_CONF_14\":\"Whether to turn on pathinfo\",\r\n\t\"PHP_CONF_15\":\"Timezone\",\r\n\t\"NGINX_CONF_MSG1\":\"SSL related configuration, do NOT delete or modify the next line of commented-out 404 rules\",\r\n\t\"NGINX_CONF_MSG2\":\"Error page configuration, allowed to be commented, deleted or modified\",\r\n\t\"NGINX_CONF_MSG3\":\"PHP reference configuration, allowed to be commented, deleted or modified\",\r\n\t\"NGINX_CONF_MSG4\":\"URL rewrite rule reference, any modification will invalidate the rewrite rules set by the panel\",\r\n\t\"ALREADY_INSTALLED\": \"Already installed\",\r\n\t\"NOT_INSTALL\": \"Not installed\",\r\n\t\"GET_QINIU_FILE_LIST\": \"Failed to get the list, please check if the [AK/SK/Storage] setting is correct!\",\r\n\t\"SECOND\": \"Second\",\r\n\t\"REQUEST_TIMEOUT_TIME\": \"Request timeout\",\r\n\t\"CONNECT_TIMEOUT_TIME\": \"Connection timeout\",\r\n\t\"MAX_KEEP_ALIVE_REQUESTS\": \"Max keep-alive requests per connection\",\r\n\t\"WORKER_PROCESSES\": \"Worker processes\",\r\n\t\"WORKER_PROCESSES_AUTO\": \"Auto means automatic\",\r\n\t\"KEEP_ALIVE\": \"Keep alive\",\r\n\t\"DEFUALT_PROCESSES\": \"Default processes\",\r\n\t\"MAX_PROCESSES\": \"Max processes\",\r\n\t\"MAX_CONNECTIONS\": \"Max connections\",\r\n\t\"NOT_LIMITED_BY_0\": \"0 means not limited\",\r\n\t\"MAX_SPARE_THREADS\": \"Maximum number of idle threads\",\r\n\t\"MIN_SPARE_THREADS\": \"Minimum number of idle threads available to handle request spikes\",\r\n\t\"THREADS_PER_CHILD\": \"Number of threads created by each child process\",\r\n\t\"MAX_REQUEST_WORKERS\": \"Maximum number of connections that will be processed simultaneously\",\r\n\t\"MaxConnectionsPerChild\": \"Limit on the number of connections that an individual child server will handle during its life\",\r\n\t\"CONFIG_ERROR\": \"Configuration ERROR\",\r\n\t\"SECRET_KEY_CHECK_FALSE\": \"Secret key verification failed\",\r\n\t\"CHECK_IP_FALSE\": \"IP verification failed, your access IP is\",\r\n\t\"NOT_LESS_THAN_TIMEOUT\": \"Timeout cannot be less than 300 seconds\",\r\n\t\"SECURITY_ENTRANCE_ADDRESS_NOT_LESS_THAN\": \"Security Entrance cannot be less than 6 characters!\",\r\n\t\"SECURITY_ENTRANCE_ADDRESS_EXIST\": \"This entrance has been used by the panel, please set another entrances!\",\r\n\t\"SECURITY_ENTRANCE_ADDRESS_INCORRECT\": \"Entrance address format is incorrect, e.g. /my_panel\",\r\n\t\"SECURITY_ENTRANCE_ADDRESS_TRUEN_OFF_WARN\": \"Warning, turning off the security entrance will directly expose your back-end to the public network, which is very dangerous. At least one of the following security measures must be turned on to turn off the security entrance:<a style='color:red;'><br>1. Binding access domain<br>2. Binding authorized IP</a>\",\r\n\t\"OPEN_SUCCESSFUL\": \"Open successful!\",\r\n\t\"SPECIAL_CHARACTRES\": \"Please do NOT enter the following special characters {1}\",\r\n\t\"INSTALL_EXTEND_FIRST\": \"Please install the {1} extension first.\",\r\n\t\"CANT_SET_API_WITH_API\": \"Cannot configure API through API\",\r\n\t\"REGENERATE_API_TOKEN \": \"Regenerate API-Token\",\r\n\t\"TURN_ON\": \"Turn on\",\r\n\t\"CHANGE_IP_LIMIT\": \"Change IP limit to [{1}]\",\r\n\t\"SAVE_SUCCESS\": \"Successfully saved!\",\r\n\t\"SAVE_SUCCESS1\":\"Successfully saved\",\r\n\t\"P_STOP_IPV6\": \"Disable IPv6 compatibility of the panel!\",\r\n\t\"P_START_IPV6\": \"Enable IPv6 compatibility of the panel!\",\r\n\t\"SYSSAFE_CANT_WRITE_FILE\": \"Unable to write to file, please check if system hardening is enabled!\",\r\n\t\"AK_SK_CONNECT_ERROR\": \"ERROR: Unable to connect to the {1} server, please check if the [AK/SK/Storage] setting is correct!\",\r\n\t\"MYSQL_FIX_WITH_AUTO_ERR\": \"Execution failed, attempted auto repair, please try again later!\",\r\n\t\"MYSQL_TURNOFF_BIN_CHECK\": \"Please uninstall the MySQL master-slave plugin before closing the binary log!\",\r\n\t\"MYSQL_PASS_ERR\": \"MySQL password ERROR!\",\r\n\t\"GET_DB_ERR\": \"Failed to get databases\",\r\n\t\"REPAIR_SUCCESS\": \"Successfully repaired!\",\r\n\t\"REPAIR_FAILURE\": \"Failed to repair!\",\r\n\t\"OPTIMIZED_SUCCESS\": \"Successfully optimized!\",\r\n\t\"OPTIMIZED_FAIL_OR_ALREADY_OPTIMIZED\": \"Failed to optimize or already optimized\",\r\n\t\"CHANGE_SUCCESS\": \"Successfully changed\",\r\n\t\"CHANVE_FAIL\": \"Failed to change\",\r\n\t\"DB_NOT_EXIST\": \"Database does NOT exist!\",\r\n\t\"DOWNLOAD_FILE\": \"Download file\",\r\n\t\"DOWNLOAD_FILE1\": \"Download file {1}\",\r\n\t\"FILE_NAME_SPECIAL_CHARACTRES\": \"File names can NOT contain special characters!\",\r\n\t\"DIR_NAME_SPECIAL_CHARACTRES\": \"Directory names cannot contain special characters!\",\r\n\t\"RENAME_SUCCESS\": \"Successfully renamed!\",\r\n\t\"CANT_EDIT_ONLINE_FILE\": \"Cannot edit files larger than 2MB online!\",\r\n\t\"INCOMPATIBLE_FILECODE\": \"The file cannot be read correctly due to incompatible file encoding!'{1}\",\r\n\t\"DECOMPRESSION_FILE\": \"Decompress the file\",\r\n\t\"COMPRESSION_FILE\": \"Compress the file\",\r\n\t\"ADD_COMPRESSION_TO_LINEUP\": \"Compression task added to the message queue!\",\r\n\t\"ADD_DECOMPRESSION_TO_LINEUP\": \"Decompression task added to the message queue!\",\r\n\t\"NO_TASK_AT_LINEUP\": \"There are currently no tasks executing in the queue{1}!\",\r\n\t\"HAVE_BEEN_SAVE\": \"Saved\",\r\n\t\"HAVE_NOT_DRAFT\": \"No drafts available!\",\r\n\t\"SSH_SERVER\": \"SSH Server\",\r\n\t\"DESIGNATED_POROTOCOL_NOT_EXIST\": \"Specified protocol does NOT exist!\",\r\n\t\"DONT_USE_PORT\": \"Do NOT use common default port!\",\r\n\t\"ALREADY_RUN\": \"Running\",\r\n\t\"WORKER_CONNECTIONS\": \"Worker connections\",\r\n\t\"NGINX_ZIP\": \"Whether to enable compressed transmission\",\r\n\t\"NGINX_ZIP_MIN\": \"Minimum file to compress\",\r\n\t\"ZIP_COMP_LEVEL\": \"Compression level\",\r\n\t\"UPLOAD_MAX_FILE\": \"Maximum file to upload\",\r\n\t\"SERVER_NAME_HASH\": \"Hash table size of server name\",\r\n\t\"CLIENT_HEADER_BUFF\": \"Client header buffer size\",\r\n\t\"CLIENT_BODY_BUFF\": \"Client body buffer\",\r\n\t\"NOT_TURNON_API\": \"ERROR: API service is NOT enabled!\",\r\n\t\"INIT_API\":\"Successfully initialize the API!\",\r\n\t\"LOGIN_FIRST\": \"Please login with BT account first\",\r\n\t\"FLUSH_STATUS_SUCCESS\": \"Flush status success\",\r\n\t\"CANT_WRITE_SYS_DIR\": \"<a style='color:red;'>ERROR: System critical directory is not writable!</a><br>1. If [BT System Hardening] is installed, please turn it off<br><br>2. If Yunsuo is installed, please turn off [System Hardening] feature<br>3. If Safedog is installed, please turn off [System Protection] feature<br>4. If other security software is used, please uninstall it<br>\",\r\n\t\"UNINSTALL_FIRST\": \"Please uninstall [{1}] first\",\r\n\t\"DEP_PAGE\": \"Depends on the following software, please install [{1}] first\",\r\n\t\"MINIMUM_CPU_REQUIRED\": \"At least [{1}] CPU cores are required to install\",\r\n\t\"MINIMUM_MEM_REQUIRED\": \"At least [{1}MB] memory is required to install\",\r\n\t\"ALL\": \"All\",\r\n\t\"ONLY_SUP_SYS\": \"Only the [{1}] system is supported\",\r\n\t\"CHECK_FILE_HASH\": \"File hash verification failed, stop installation!\",\r\n\t\"INSTALL_FAIL\": \"Installation failed\",\r\n\t\"INSTALL\": \"Install\",\r\n\t\"UNINSTALL\": \"Uninstall\",\r\n\t\"NOT_SUP_NG1.8\": \"Nginx 1.8.1 is too old, no longer available, please choose another version!\",\r\n\t\"RM_DB_WARN\": \"The database list is not empty. For your data security, please backup and delete the existing database.<br>Forced uninstall command: rm -rf /www/server/mysql\",\r\n\t\"GET_SOFTLIST_FAIL\": \"Failed to get software list ({1})\",\r\n\t\"DONT_ADD_AGAIN\": \"Please do NOT repeat adding\",\r\n\t\"HP_DIS_MOST\": \"Dashboard only display up to 12 software!\",\r\n\t\"BAR_DIS_MOST\": \"Shortcut Bar only display up to 5 software!\",\r\n\t\"NOT_OPENED\": \"NOT opened\",\r\n\t\"WAITING_FOR_PAY\": \"To be paid\",\r\n\t\"EXPIRED\": \"Expired\",\r\n\t\"PLUGIN_UPDATE_ERR1\": \"Your plugin list is already the latest version {1}!\",\r\n\t\"SOFTLIST_UPDATE_SUCCESS\": \"Software list updated!\",\r\n\t\"HAVE_ERR\": \"Sorry, something went wrong\",\r\n\t\"DOWNLOAD_FILE_FAIL\": \"File download failed!\",\r\n\t\"UNKNOW\": \"Unknown\",\r\n\t\"CANT_FIND_PLU_IN_PACKAGE\": \"No plugin info found in the archive, please check the plugin package!\",\r\n\t\"TEM_FILE_NOT_EXIST\": \"Temporary file does NOT exist, please re-upload!\",\r\n\t\"PLUG_EXPORT_FAIL\": \"Export failed, please check permissions!\",\r\n\t\"CANT_GET_URL\": \"Can NOT get target URL\",\r\n\t\"NGINX_REDIRECT_REP\": \"#referenced redirect rule, if commented, the configured redirect rule will be invalid\",\r\n\t\"NGINX_REDIRECT_REP1\": \"#referenced redirect rule\",\r\n\t\"GET_ERR_IN_CONFILE\": \"An error was detected in the configuration file. Please solve it before proceeding\",\r\n\t\"NAME_LEN\": \"Name must contain more than 3 and less than 15 characters\",\r\n\t\"REDIRECT_EXIST\": \"Specified redirect name already exists\",\r\n\t\"SELECT_RED_DOMAIN\": \"Please select redirected domain\",\r\n\t\"INPUT_RED_DOMAIN\": \"Please enter redirected path\",\r\n\t\"PATH_ERR\": \"Path format is incorrect, the format is /xxx\",\r\n\t\"RED_DOMAIN_EXIST\": \"Redirected domain already exists {1}\",\r\n\t\"URL_FORMAT_ERR\": \"The target URL format is incorrect {1}\",\r\n\t\"DOMAIN_SAMEAS_URL\": \"Domain name {1} is the same as the target domain name, please deselect it\",\r\n\t\"URL_SAMEAS_REDPATH\": \"{1}, the target URL is the same as the redirected path\",\r\n\t\"CREATE_SUCCESS\": \"Successfully created\",\r\n\t\"OLD_CONF\": \"Old configuration\",\r\n\t\"CONF\":\"Configuration\",\r\n\t\"CLEAR_OLD_RED\": \"Old redirection cleaned\",\r\n\t\"RED_ALREADY_STOP\": \"Redirection suspended\",\r\n\t\"DANGER\": \"Danger\",\r\n\t\"HIGH_RISK\":\"High risk\",\r\n\t\"GET_POST_EXPLOITABLE_VULNERABILITIES\": \"GET/POST exploitable vulnerabilities\",\r\n\t\"ONE_WORD_TROJAN_HORSE\":\"One word Trojan\",\r\n\t\"WEBSHELL\": \"WebShell behavior\",\r\n\t\"EXPLOITABLE_VULNERABILITIES\": \"Exploitable vulnerabilities\",\r\n\t\"GET_POST_COOKIE_EXPLOITABLE_VULNERABILITIES\":\"GET/POST/COOKIE exploitable vulnerabilities\",\r\n\t\"HAZARDOUS_FILE_OPERATION_VULNERABILITIES\": \"Hazardous file operation vulnerabilities\",\r\n\t\"DANGEROUS_UPLOAD_VULNERABILITIES\":\"Dangerous upload vulnerabilities\",\r\n\t\"DANGEROUS_CITATION\": \"Dangerous reference\",\r\n\t\"NGINX_CONF_BAN_FILE_DIR\": \"# Forbidden files or directories\",\r\n\t\"NGINX_CONF_ONECLICK_SET_SSL_DIR\": \"# Directory verification related settings for one-click application for SSL certificate\",\r\n\t\"SITE_NOT_EXIST\": \"Specified site does NOT exist\",\r\n\t\"AUTO_INSTALL_ACME_FAIL\": \"Trying to automatically install ACME failed, please try to install manually by the following command<p>Installation command\",\r\n\t\"SET_API_FIRST\": \"Please set this API first\",\r\n\t\"INSTALL_CLOUDDNS_FIRST\": \"Please install the [CloudDNS] plugin first.\",\r\n\t\"CHECK_SSL_ERR\": \"Wildcard domain cannot use the method of [file verification] to apply for a certificate!\",\r\n\t\"RESOLVE_DOMAIN_BYF\": \"Successfully got, please manually resolve the domain name\",\r\n\t\"GET_FAIL\": \"Failed to get!\",\r\n\t\"ISSUANCE_FAIL\": \"'Issue failed, we can not verify your domain: <p>1. check if the domain name is bound to the corresponding site</p><p>2. check if the domain name is correctly resolved to the server, or the resolution has NOT fully taken effect</p><p>3. If your site has a reverse proxy set up, or if you are using a CDN, please turn it off first</p><p>4. If your site has a 301 redirect, please turn it off first</p><p>5. If the above checks confirm that there is no problem, please try to change the DNS service provider</p>'\",\r\n\t\"NOT_OPEN_SSL\": \"SSL is NOT currently enabled\",\r\n\t\"OLD_PROXY\": \"Old proxy\",\r\n\t\"PROXY_NAME_OR_DIR_EXIST\": \"Specified reverse proxy name or proxy folder already exists\",\r\n\t\"CANT_SET_DIRANDGLOBA\": \"Cannot set both directory and global proxies\",\r\n\t\"INPUT_NUM\": \"Please enter number\",\r\n\t\"PROXY_DIR_ERR\": \"Proxy directory cannot have the following special characters {1}\",\r\n\t\"PROXY_URL_ERR\": \"Target URL cannot have the following special characters {1}\",\r\n\t\"SENT_DOMAIN_FORMAT\":\"Sent domain format ERROR {1}\",\r\n\t\"DOMAIN_FORMAT\": \"Domain format ERROR {1}\",\r\n\t\"INPUT_REPLACE_CONTENT\": \"Please enter the content to be replaced\",\r\n\t\"REP_CON_CANT_SAMEAS_BEREP_CON\": \"The content to replace cannot be the same as the content to be replaced\",\r\n\t\"CLEAR_CACHE\":\"#Clear cache\",\r\n\t\"NGINX_PROXY_REP\": \"#Referenced reverse proxy rule, if commented, the configured reverse proxy will be invalid\",\r\n\t\"NGINX_PROXY_EXIST_ERR\": \"A global reverse proxy already exists in the rewrite/nginx master configuration/vhost file\",\r\n\t\"PROXY_WAS_STOP\": \"Proxy suspended\",\r\n\t\"NGINX_PERSISTENCE\": \"#Persistent connection related configuration\",\r\n\t\"INPUT_DB_PS\": \"Please enter a note\",\r\n\t\"SCAN_DIR\": \"Scan directory\",\r\n\t\"URL_SUFFIX_NOT_EMPTY\":\"URL suffix cannot be empty\",\r\n\t\"SECURITY_START\": \"#SECURITY-START Hotlink protection configuration\",\r\n\t\"LOG_EMPTY\": \"Log is empty\",\r\n\t\"DEFAULT_SORT\": \"Default category\",\r\n\t\"SORT_NAME_ERR\": \"Category name cannot be empty\",\r\n\t\"SORT_NAME_LEN_ERR\": \"Category name cannot exceed 6 Chinese characters or 18 letters\",\r\n\t\"SORT_MOST\": \"Add up to 10 categories!\",\r\n\t\"SORT_NAME_EXIST\":\"Specified category name already exists!\",\r\n\t\"SORT_NOT_EXIST\": \"Specified category does NOT exist!\",\r\n\t\"SORT_DEL\": \"Category deleted!\",\r\n\t\"CANT_CREATE\": \"Cannot create [{1}]\",\r\n\t\"CHECKING\": \"Checking...\",\r\n\t\"CRET_NOT_EXIST\": \"Certificate does NOT exist!\",\r\n\t\"CRET_DEL\": \"Certificate deleted!\",\r\n\t\"CRET_DEL_FAIL\": \"Failed to delete!\",\r\n\t\"CRET_RESOLVE_FAIL\":\"Certificate parsing failed\",\r\n \t\"CRET_SAVE_SUSSESS\": \"Successfully saved certificate!\",\r\n \t\"CRET_SAVE_FAIL\": \"Failed to save certificate!\",\r\n\t\"TASK_CANCEL\": \"Task cancelled!\",\r\n\t\"NOT_SUP_COMP_FORMAT\": \"Specified compression format is not supported!\",\r\n\t\"SITE_DOMAIN_FORMAT_ERR\": \"Domain [{1}] format ERROR!\",\r\n\t\"SITE_DOMAIN_EXIST\": \"Domain [{1}] already exists!\",\r\n\t\"PANEL_WAS_RESTART\": \"Panel restarted\",\r\n\t\"USER_NAME\": \"Username\",\r\n\t\"NEW_PASS\": \"New password\",\r\n\t\"CLEARING_LOG\": \"Clearing log info\",\r\n\t\"CLEARING_TASK_HISTORY\":\"Clearing task history\",\r\n\t\"CLEARING_NET_MO\": \"Clearing network monitoring records\",\r\n\t\"CLEARING_CPU_MO\": \"Clearing CPU monitoring records\",\r\n\t\"CLEARING_DISK_MO\": \"Clearing disk monitoring records\",\r\n\t\"CLEARING_IP\": \"Clearing IP info\",\r\n\t\"CLEARING_SYS_HISTORY\":\"Clearing system history\",\r\n\t\"PANEL_TIPS\":\"The panel is packaged successfully. Please do NOT log in to the panel to do any other operations!\",\r\n\t\"PANEL_INIT_ADD\": \"Panel initialization address\",\r\n\t\"CLEAR_TASK\": \"Successfully cleared {1} tasks!\",\r\n\t\"CLEAR_RUBBISH\": \"System rubbish cleared, totally deleted [{1}] files, freed disk space [{2}]\",\r\n\t\"CLEAR_RUBBISH1\": \"|-Cleared [{1}], deleted [{2}] files, freed disk space [{3}]\",\r\n\t\"CLEAR_RUBBISH2\": \"|-Spool cleared, deleted [{1}] files, freed disk space [{2}]\",\r\n\t\"CLEAR_PHP_SESSION\": \"|-Clearing PHP Session ...\",\r\n\t\"CLEAR_PHP_SESSION1\": \"|-PHP session cleared, deleted [{1}] files, freed disk space [{2}]\",\r\n\t\"CLEAR_RUBBISH3\": \"|-Clearing up temporary files and site logs...\",\r\n\t\"CLEAR_RUBBISH4\": \"|-Temporary files and site logs cleared, deleted [{1}] files, freed disk space [{2}]\",\r\n\t\"USER_NAME_LEN_ERR\": \"|-ERROR, username cannot be less than 5 characters\",\r\n\t\"EASY_NAME\": \"|-ERROR, cannot use too simple username\",\r\n\t\"NEW_NAME\": \"|-New username: {1}\",\r\n\t\"WITH_BT_CUSTOM_EDITION\": \"Customized edition with aaPanel\",\r\n\t\"PANEL\": \"Panel\",\r\n\t\"PLUG_UPDATEING\": \"Updating plugin...\",\r\n\t\"PLUG_UPDATE_TO_6\": \"All plugins successfully updated to 6.0 compatible!\",\r\n\t\"PANEL_SHELL\": \"aaPanel CLI\",\r\n\t\"RESTART_PANEL\": \"Restart panel\",\r\n\t\"CHANGE_PANEL_PORT\": \"Change panel port\",\r\n\t\"STOP_PANEL\": \"Stop panel\",\r\n\t\"CLEAR_PANEL_CACHE\": \"Clear panel cache\",\r\n\t\"START_PANEL\": \"Start panel\",\r\n\t\"CLEAR_PANEL_LIMIT\": \"Clear login limit\",\r\n\t\"RELOAD_PANEL\": \"Reload panel\",\r\n\t\"CANCEL_ENTRY\": \"Cancel entrance limit\",\r\n\t\"CHANGE_PANEL_PASS\": \"Change panel password\",\r\n\t\"CANCEL_DOMAIN_BIND\": \"Cancel domain binding limit\",\r\n\t\"CHANGE_PANEL_USER\": \"Change panel username\",\r\n\t\"CANCEL_IP_LIMIT\": \"Cacel IP access limit\",\r\n\t\"CHANGE_MYSQL_PASS_FORCE\": \"Forcibly change MySQL root password\",\r\n\t\"GET_PANEL_DEFAULT_MSG\": \"View panel default info\",\r\n\t\"CANCEL\": \"Cacel\",\r\n\t\"CLEAR_SYS_RUBBISH\": \"Clear system rubbish\",\r\n\t\"CANCELLED\": \"Cacelled!\",\r\n\t\"EXECUTING\": \"Executing ({1})...\",\r\n\t\"INPUT_CMD_NUM\": \"Pls enter command number：\",\r\n\t\"INPUT_NEW_PASS\": \"Pls enter new password: \",\r\n\t\"INPUT_NEW_USER\": \"Pls enter new username(>5 characters): \",\r\n\t\"INPUT_NEW_MYSQL_PASS\": \"Pls enter new MySQL root password：\",\r\n\t\"PASS_NOT_EMPTY\": \"|-ERROR, password cannot be empty\",\r\n\t\"PASS_LEN_ERR\": \"|-ERROR, password cannot be less than 8 characters\",\r\n\t\"PASS_SPECIAL_CHARACTRES_ERR\": \"|-ERROR, password cannot contain special characters\",\r\n\t\"INPUT_NEW_PANEL_PORT\": \"Pls enter new panel port: \",\r\n\t\"INPUT_PANEL_PORT_ERR\": \"|-ERROR, no valid port entered\",\r\n\t\"CANT_USE_USUALLY_PORT_ERR\": \"|-ERROR, pls do NOT use the common port as panel port\",\r\n\t\"NEW_PORT_SAMEAS_OLD\": \"|-ERROR, new port is the same as current panel port, no need to change\",\r\n\t\"PORT_ALREADY_IN_USE\": \"|-ERROR, specified port is already in use\",\r\n\t\"CHANGE_PORT_SUCCESS\": \"|-Panel port changed to：{1}\",\r\n\t\"CLOUD_RELEASE_PORT\": \"|-If your server provider is [Alibaba Cloud] [Tencent Cloud] [Huawei Cloud] or other servers with [Security Group] enabled, please go to the security group release [{1}] port to access the panel\",\r\n\t\"CHANGE_LIMITED_CANCEL\": \"|-Entrance limit cancelled\",\r\n\t\"CHANGE_DOMAIN_CANCEL\": \"|-Domain limit cancelled\",\r\n\t\"CHANGE_IP_CANCEL\": \"|-IP access limit cancelled\",\r\n\t\"SCAN_QRCORE_SUCCESS_LOGGING_IN\": \"Scan QR code successful, logging in\",\r\n\t\"WECHAT_SCAN_QRCORE\": \"WeChat scan QR code login\",\r\n\t\"LOGIN_SUCCESS1\": \"Login success\",\r\n\t\"LOGIN_FAIL\": \"Login failed\",\r\n\t\"PANEL_TOO_LOW\": \"The panel version is too low, please update to the latest version\",\r\n\t\"NOT_BIND_WECHAT\": \"Currently not bound WeChat account\",\r\n\t\"QRCORE_EXPIRE\": \"QR code expired {1}\",\r\n\t\"SK_NOT_INCORRECT\": \"Secret Key is incorrect\",\r\n\t\"UNAUTHORIZED\": \"Unauthorized\",\r\n\t\"BIND_SUCCESS\": \"Binding success\",\r\n\t\"TOP_TIPS\":\"The current IE browser version is too low to display some features, please use another browser. Or if you use a browser developed by a Chinese company, please switch to Extreme Mode!\",\r\n\t\"BT_HELP\":\"For Support|Suggestions, please visit the aaPanel Forum\",\r\n\t\"MANUAL\":\"User Manual\",\r\n\t\"DOWNLOAD\":\"Downloading:\",\r\n\t\"TOMCAT_PS\":\"Tomcat external port\",\r\n\t\"TOMCAT_PS1\":\"Mapping site for Tomcat [{1}]\",\r\n\t\"TYPE_ERR\":\"Type ERROR\",\r\n\t\"START_SUCCESS\":\"Successfully started\",\r\n\t\"STOP_SUCCESS\":\"Successfully stopped\",\r\n\t\"RELOAD_SUCCESS\":\"Successfully reloaded\",\r\n\t\"TOMCAT_ENV_ERR\":\"There is a problem with Tomcat {1} environment, please check if it is normal\",\r\n\t\"JDK_NOT_INSTALL\":\"This JDK is NOT installed\",\r\n\t\"DOMAIN_FORMAT_ERR\":\"Please enter the correct domain\",\r\n\t\"CONF_ERR_OR_SERVER_NOT_INSTALL\":\"Configuration ERROR or service NOT installed\",\r\n\t\"ALREADY_EXIST\":\"Already exist\",\r\n\t\"CONF_ERR\":\"Configuration ERROR, please check the configuration file\",\r\n\t\"NOT_EXIST\":\"NOT exist\",\r\n\t\"CHANGE_FAIL_DIR_NOT_EXIST\":\"The change failed, directory does NOT exist\",\r\n\t\"TOMCAT_DOAMIN_ERR\":\"This domain name does NOT exist in Tomcat\",\r\n\t\"TOMCAT_PROXY_SUCCESS\":\"Successfully added mapping [{1}]\",\r\n\t\"TOMCAT_PROXY_FAIL\":\"Failed to add mapping [{1}]\",\r\n\t\"PROXY_DOMAIN_EXIT\":\"Domain mapped or already exists. Please delete it before replacing it.\",\r\n\t\"GET_DOMAIN_LIST_ERR\":\"Failed to get domain list!\",\r\n\t\"PORT_ALREADY_EXIST\":\"Port already exists!\",\r\n\t\"RETURN_TYPE_ERR\":\"Return type ERROR\",\r\n\t\"PEM_FORMAT_ERR\":\"Certificate ERROR, please paste the correct certificate in pem format!\",\r\n\t\"ACCEPT_SSL_ERR\":\"Wildcard domain and subdomain cannot apply for a certificate together\",\r\n\t\"CHECK_TXT_ERR1\":\"<h2>TXT record verification failed, no TXT record added, or added incorrectly!</h2>\",\r\n\t\"CHECK_TXT_ERR2\":\"TXT record verification ERROR, the current TXT record invalid or expired\",\r\n\t\"CHECK_TXT_ERR3\":\"<h2>Current TXT record expired, please re-acquire!</h2>\",\r\n\t\"CHECK_TXT_ERR4\":\"TXT record has expired, please re-acquire\",\r\n\t\"CHECK_TXT_ERR5\":\"TXT record verification failed\",\r\n\t\"CHECK_TXT_ERR6\":\"Current txt record expired, please re-acquire\",\r\n\t\"ACCEPT_SSL_ERR1\":\"<h2>Issue failed, and the number of failed attempts to apply for a certificate has reached the limit!</h2>\",\r\n\t\"ACCEPT_SSL_ERR2\":\"<h2>Issue failed, ::wildcard domain and subdomain cannot apply for a certificate together!</h2>\",\r\n\t\"ACCEPT_SSL_ERR3\":\"<h2>Issue failed, TXT record verification failed, domain resolution ERROR, or NOT valid!</h2>\",\r\n\t\"ACCEPT_SSL_ERR4\":\"<h2>Issue failed, current txt record expired, please re-acquire!</h2>\",\r\n\t\"ACCEPT_SSL_ERR5\":\"<h2>Issue failed, domain resolution ERROR, or NOT valid, or the domain name is NOT filed by MIIT!</h2>\",\r\n\t\"ACCEPT_SSL_ERR6\":\"ERROR, cannot find file openssl.cnf, please install openssl\",\r\n\t\"ACCEPT_SSL_ERR7\":\"<h2>Issue failed, 请安装openssl!</h2>\",\r\n\t\"ACME_ERR1\":\"Unable to initialize ACME client\",\r\n\t\"ACME_ERR2\":\"Unable to initialize client\",\r\n\t\"ACME_ERR3\":\"Network request timeout with Let's Encrypt\",\r\n\t\"ACME_ERR4\":\"Error getting ACME endpoint\",\r\n\t\"CREATE_ACCOUNT_KEY\":\"Create Account Key\",\r\n\t\"SSL_REGISTER_ERR\":\"ERROR registering\",\r\n\t\"SSL_ACCEPT_ERR\":\"ERROR requesting a certificate\",\r\n\t\"SSL_ACCEPT_ERR1\":\"ERROR getting identifier authorization\",\r\n\t\"SSL_CHECK_TIPS\":\"Check completed = {1}. Max check allowed = {2}. Interval between checks = {3} seconds.\",\r\n\t\"SSL_SEND_CSR_ERR\":\"Error sending CSR\",\r\n\t\"SSL_GET_CERT_ERR\":\"Error getting certificate\",\r\n\t\"DNSPORD_ERR\":\"This domain does NOT exist in this DNSPod account, failed to add resolution\",\r\n\t\"DNSPORD_ERR1\":\"DNSPod API key ERROR, failed to add resolution\",\r\n\t\"ALICLOUD_ERR\":\"This domain does NOT exist in this Aliyun account, failed to add resolution\",\r\n\t\"CLOUDXNS_ERR\":\"This domain does NOT exist in this CloudXNS account, failed to add resolution\",\r\n\t\"API_SK_ERR\":\"API key ERROR, failed to add resolution\",\r\n\t\"CANT_FIND_RECORDID\":\"Record_ID of the domain NOT found: \",\r\n\t\"DEL_RES_FAIL\":\"Failed to delete DNS record\",\r\n\t\"SK_ERR\":\"Secret Key ERROR, failed to add resolution\",\r\n\t\"BT_DNSRES_ERR\":\"This domain does NOT exist in the currently bound BT Cloud DNS account, failed to add resolution!\",\r\n\t\"ADD_ARGS_TO_SHELL_ERR\":\"The format of the parameter passed to the script is incorrect\",\r\n\t\"PANEL_THREAD_RANGE_ERR\":\"The number of panel threads should be between 1-1024\",\r\n\t\"NOT_RENEW_CERT\":\"Currently no certificates to renew\",\r\n\t\"EXIST_RENEW_TASK\":\"Currently renewal tasks in progress!\",\r\n\t\"ADD_RENEW_TO_TASK\":\"The renewal task added to the queue!\",\r\n\t\"GET_FAIL_NOT_RESULT\":\"Get failed, there is currently no result!\",\r\n\t\"RENEW_NOW\":\"Renewing\",\r\n\t\"WAIT_RENEW\":\"Waiting for renewal\",\r\n\t\"RENEW_SUCCESS\":\"Renewal success\",\r\n\t\"RENEW_FAIL\":\"Renewal failed. Please try to turn off SSL and re-apply for this domain certificate using File Authentication or DNS Authentication!\",\r\n\t\"RENEW_FAIL1\":\"Renewal failed. Domain resolution ERROR, or NOT valid!\",\r\n\t\"RENEW_FAIL2\":\"Renewal failed. The number of failed attempts to apply for a certificate has reached the limit!\",\r\n\t\"CLOSE_BETA\":\"Beta tester profile\",\r\n\t\"PORT_RANGE_ERR\":\"Please enter the correct port range 1 < port < 65535\",\r\n\t\"PORT_TYPE_ERR\":\"Please enter an integer for the port\",\r\n\t\"PROJECT_EXIST\":\"Project already exists\",\r\n\t\"DEPENDENT_FILE\":\"The dependency file requirements.txt was NOT found in the working directory, please add it before creating\",\r\n\t\"SANIC_ERR\":\"Sanic framework project please use Gunicorn or Python to start\",\r\n\t\"PYTHON_EDIT_CONF_ERR\":\"Python startup mode has no configuration file to modify\",\r\n\t\"CONF_MODIFY_SUCCESS\":\"Configuration is successfully modified, please restart the project manually\",\r\n\t\"SAVE_FAIL\":\"Failed to save\",\r\n\t\"PIP_CANT_UNINSTALL\":\"PIP cannot be uninstalled\",\r\n\t\"UNINSTALL_FAIL\":\"Failed to uninstall\",\r\n\t\"PROJECT_START_FAIL\":\"Project failed to start, please check the project log\",\r\n\t\"ENV_ERR\":\"No virtual environment created, please recreate the project\",\r\n\t\"PROJECT_ALREADY_START\":\"Project already started\",\r\n\t\"PROJECT_STOP\":\"Project already stopped\",\r\n\t\"STOP_SUCCESS1\":\"Successfully stopped\",\r\n\t\"STOP_FAIL\":\"Failed to stop\",\r\n\t\"PROJECT_MAPPING_FAIL\":\"Project has no ports and cannot be mapped. The uwsgi mode does NOT support sock file mode mapping at this stage.\",\r\n\t\"PYTHON_PROJECT_MAPPING\":\"Mapping site for Python project [{1}]\",\r\n\t\"CANCEL_SUCCESS\":\"Successfully cancelled\",\r\n\t\"DEL_PROJECT_MUST_STOP_FIRST\":\"Please stop the project before deleting\",\r\n\t\"THIS_PYTHON_ALREADY_INSTALL\":\"This version of Python already installed {1}\",\r\n\t\"SYS_PY_CANT_UNINSTALL\":\"This version of Python is the system default and cannot be uninstalled.\",\r\n\t\"UNINSTALL_PY_MUST_DEL_PROJECT_FIRST\":\"This version is used by a project, please delete the project before uninstalling\",\r\n\t\"NO_INSTALL_THIS_PY\":\"This version of Python is NOT installed\",\r\n\t\"UNINSTALL_PY_FAIL\":\"Failed to uninstall Python, please try again\",\r\n\t\"UNINSTALL_PY_SUCCESS\":\"Successfully uninstall Python\",\r\n\t\"PROJECT_NO_LOG\":\"The project has no logs\",\r\n\t\"PGSQL_TEST_DATA\":\"Test data returned by the backend\",\r\n\t\"PGSQL_ADD_ERR\":\"The permissions you entered are invalid and the addition failed!\",\r\n\t\"DB_EXIST\":\"Database already exists\",\r\n\t\"USER_EXIST\":\"User already exists\",\r\n\t\"CREATE_DB_SUCCESS\":\"Successfully created database\",\r\n\t\"PGSQL_DIR_MOVE_ERR\":\"The directory you submitted is invalid and the migration failed\",\r\n\t\"PGSQL_MOVE_SUCCESS\":\"Migration successful\",\r\n\t\"CANT_USE_PORT\":\"This port number cannot be used and the modification failed\",\r\n\t\"PGSQL_CURR_STATUS1\":\"Current PostgreSQL related processes\",\r\n\t\"PGSQL_CURR_STATUS2\":\"Total connections\",\r\n\t\"PGSQL_CURR_STATUS3\":\"Database space\",\r\n\t\"PGSQL_CURR_STATUS4\":\"Start time\",\r\n\t\"PGSQL_CURR_STATUS5\":\"Database PID\",\r\n\t\"PGSQL_CURR_STATUS6\":\"Database memory\",\r\n\t\"PGSQL_CURR_STATUS7\":\"Size of physical memory that the table process has locked\",\r\n\t\"PGSQL_CURR_STATUS8\":\"Max allocated physical memory to database\",\r\n\t\"PGSQL_CURR_STATUS9\":\"Size of process data segment\",\r\n\t\"PGSQL_CURR_STATUS10\":\"Size of process stack segment\",\r\n\t\"PGSQL_CURR_STATUS11\":\"Size of process code\",\r\n\t\"PGSQL_CURR_STATUS12\":\"Size of library used by process\",\r\n\t\"PGSQL_CURR_STATUS13\":\"Size of swap used by process\",\r\n\t\"PGSQL_CURR_STATUS14\":\"Size of used page table\",\r\n\t\"PGSQL_CURR_STATUS15\":\"Number of current pending signals\",\r\n\t\"PGSQL_SET_TIPS1\":\"PostgreSQL interacts with the kernel and disk through shared_buffers, usually set to 10% of real memory.\",\r\n\t\"PGSQL_SET_TIPS2\":\"Increasing work_mem helps increase the speed of sorting, usually set to 2% -4% of real RAM.\",\r\n\t\"PGSQL_SET_TIPS3\":\"Max cache that pgsql can use, for example, if there is 4GB of memory, it can be set to 3GB.\",\r\n\t\"PGSQL_SET_TIPS4\":\"Set the max number of temporary buffers used by each database session. Default value is 8MB\",\r\n\t\"PGSQL_SET_TIPS5\":\"Set the max number of transactions that can be in the prepared state at the same time\",\r\n\t\"PGSQL_SET_TIPS6\":\"Specify max security depth of the server's execution stack. Default value is 2MB\",\r\n\t\"PGSQL_SET_TIPS7\":\"How many dirty pages are written in one cycle\",\r\n\t\"PGSQL_SET_TIPS8\":\"If you want to use the worker process, how many worker processes allowed to fork at most\",\r\n\t\"PGSQL_SET_TIPS9\":\"Pgsql listening address\",\r\n\t\"BACK_SUCCESS\":\"Backup succeeded\",\r\n\t\"DEL_BACKFILE_SUCCESS\":\"Successfully deleted backup files\",\r\n\t\"DEL_DB_SUCCESS\":\"Successfully deleted database\",\r\n\t\"RES_DB_SUCCESS\":\"Successfully restored database\",\r\n\t\"FILE_FORMAT_ERR\":\"File format is incorrect\",\r\n\t\"RES_DB_SUCCESS1\":\"Successfully restored database {1}!\",\r\n\t\"CHANGE_PASSWD_SUCCESS\":\"Successfully changed password\",\r\n\t\"PGSQL_INPUT_ERR\":\"Your input is illegal and the modification failed\",\r\n\t\"PGSQL_CHANGE_AUTHORITY_SUCCESS\":\"Successfully changed pgsql user access authority\",\r\n\t\"ALREADY_INSTALL\":\"Already installed\",\r\n\t\"PGSQL_UNINSTALL_SUCCESS\":\"Successfully uninstalled pgsql\",\r\n\t\"PGSQL_ALREADY_INSTALL\":\"Pgsql already installed\",\r\n\t\"PGSQL_INSTALL_NOW\":\"{1} installing, please wait...\",\r\n\t\"SITE_NOT_EXIST1\":\"Site [{1}] does NOT exist!\",\r\n\t\"SITE_BACK_FILE\":\"Site [{1}] backup failed!\",\r\n\t\"SITE_BACKFTP_SUCCESS\":\"Site [{1}] backup to FTP succeed, in [{2}] seconds\",\r\n\t\"KEEP_PART\":\"|---Keep the latest [{1}] backups\",\r\n\t\"FTP_FILE_NAME\":\"|---File name:\",\r\n\t\"FTP_CLEAN_BACK_FILE\":\"|---Expired backup file cleaned up：\",\r\n\t\"FTP_DB_NOT_EXIST\":\"Database [{1}] does NOT exist!\",\r\n\t\"FTP_DB_BACK\":\"Database [{1}] backup failed!\",\r\n\t\"FTP_DB_BACK_SUCCESS\":\"Database [{1}] backup succeed, in [{2}] seconds\",\r\n\t\"FTP_DIR_BACK_FAIL\":\"Derectory [{1}] backup failed\",\r\n\t\"FTP_DIR_BACK_SUCCESS\":\"Derectory [{1}] backup succeed, in [{2}] seconds\",\r\n\t\"TITLE_HOOK_CANT_EMPTY\":\"Title and hook scripts cannot be empty\",\r\n\t\"RUN_SUCCESS\":\"Successfully run\",\r\n\t\"HOOK_NOT_EXIST\":\"Specified hook does NOT exist\",\r\n\t\"IPADDR_ERR\":\"IP address is invalid\",\r\n\t\"NETMASK_ERR\":\"Subnet mask is invalid\",\r\n\t\"GATEWAY_ERR\":\"Gateway address is invalid\",\r\n\t\"CANT_GET_DEVNAME\":\"Cannot get the correct device name\",\r\n\t\"SPECIFY_IP_EXIST\":\"Specified IP address already exists\",\r\n\t\"THIS_IP_CANT_DEL\":\"This IP cannot be deleted\",\r\n\t\"INIT_NETCARD_SUCCESS\":\"Successfully initialized NIC\",\r\n\t\"NETWORK_RESTART\":\"Network restarted\",\r\n\t\"NO_INIT_NETCARD\":\"NIC NOT initialized\",\r\n\t\"DNS_CAN_USE\":\"Current DNS is available\",\r\n\t\"DNS_CANT_USE\":\"Current DNS is NOT available\",\r\n\t\"DISK_SPACE_NOT_ENOUGH\":\"Failed, disk space is not enough, currently available space:\",\r\n\t\"USERNAME_CANT_EMPTY\":\"Username cannot be empty\",\r\n\t\"MEM_DISK_SET_ERR\":\"Max capacity of the memory disk cannot exceed 50% of physical memory!\",\r\n\t\"INPUT_ABSOLUTE_PATH\":\"Please enter an absolute path\",\r\n\t\"DIR_EXIST_ERR\":\"Directory already has files, please change another directory\",\r\n\t\"INPUT_ARGS_ERR\":\"Please enter correct parameters\",\r\n\t\"UMOUNT_TIPS\":\"Successfully unmounted, some directories may need to restart the server to take effect!\",\r\n\t\"UMOUNT_ERR\":\"Failed to unmount\",\r\n\t\"MOUNT_ERR\":\"It is not allowed to mount to a mounted subdirectory\",\r\n\t\"MOUNT_SUCCESS\":\"Successfully mounted\",\r\n\t\"REDIS_PASSWD_ERR\":\" 'Please do not enter the following special characters [ ~ ` / = ' ]\",\r\n\t\"IP_FORMAT_ERR\": \"Please enter the correct IP address\",\r\n\t\"PORT_FORMAT_ERR\": \"Please enter the correct port number\",\r\n\t\"MAX_MEM_ERR\": \"Please enter an integer for the max memory number\",\r\n\t\"SET_FORMAT_ERR\": \"Set {1} Please enter an integer\",\r\n\t\"REDIS_CONF_TIPS1\": \"Binding IP (modification of bound IP may be a security risk)\",\r\n\t\"REDIS_CONF_TIPS2\": \"Bind port\",\r\n\t\"REDIS_CONF_TIPS3\": \"Idle connection timeout, 0 means not disconnected\",\r\n\t\"REDIS_CONF_TIPS4\": \"Max num of connections\",\r\n\t\"REDIS_CONF_TIPS5\": \"Number of databases\",\r\n\t\"REDIS_CONF_TIPS6\": \"redis password, leaving blank means no password is set\",\r\n\t\"REDIS_CONF_TIPS7\": \"MB, max RAM usage, 0 means no limit\",\r\n\t\"RDB_ERR\": \"Please enter an integer for the RDB parameter\",\r\n\t\"SYS_DB_CANT_DEL\": \"System database, cannot be deleted\",\r\n\t\"SAVE_CONF\": \"Configuration has been saved\",\r\n\t\"OPERATE_SUCCESS\": \"Operation succeeded\",\r\n\t\"FILED_GET_CLOUD\":\"Failed to get from the cloud\",\r\n\t\"NO_NEED_UPDATE\":\"No need to update\",\r\n\t\"PROGRAM_ID_EXIST\":\"The program ID you want to add already exists\",\r\n\t\"PACKAGE_NOT_EXIST\":\"The specified package does not exist.\",\r\n\t\"VERIFYING_PACKAGE\":\"Verifying package...\",\r\n\t\"UNPACKING\":\"Unpacking the package...\",\r\n\t\"SET_PERMISSION\":\"Setting permissions\",\r\n\t\"INSTALL_NECESSARY_PHP_EXT\":\"Install the necessary PHP extensions\",\r\n\t\"EXECUTE_EXTRA_SHELL\":\"Execute extra SHELL\",\r\n\t\"SET_URL_REWRITE\":\"Set URL rewrite\",\r\n\t\"SET_RUN_DIR\":\"Set the run directory\",\r\n\t\"IMPORT_DB\":\"Import database\",\r\n\t\"READY_DEPLOY\":\"Ready to deploy\",\r\n\t\"NO_DEPLOYMENT\":\"No deployment tasks now\",\r\n\t\"CHECK_A\":\"Failed to detect A record\",\r\n\t\"SUCCESS_INSTALL\":\"Successful installation\",\r\n\t\"HOST_DOMAIN_NAME\":\"Please enter the host domain name\",\r\n\t\"DELETE_HOSTNAME\":\"Delete hostname {1} cached record in session successfully\",\r\n\t\"DOMAIN_NAME\":\"Please enter the domain name\",\r\n\t\"DELETE_DOMAIN_CACHE\":\"Delete domain ({}) cached record in session successfully\",\r\n\t\"MAX_DOMAIN_ERR\":\"The number of domain names exceeds the upper limit\",\r\n\t\"DOMAIN_EXIST\":\"The domain already exists\",\r\n\t\"ADD_DOMAIN_SUCCESS\":\"New domain success! {1}\",\r\n\t\"DELETE_DOMAIN\":\"Delete domain successfully {1}\",\r\n\t\"ENTER_ACCOUNT_NAME\":\"Please enter an account name\",\r\n\t\"EMAIL_EXIST\":\"The email address already exists\",\r\n\t\"ADD_MAILUSER\":\"Add a mailbox user successfully {1}\",\r\n\t\"MODIFY_MAILUSER\":\"Modify the mailbox user success {1}\",\r\n\t\"DEL_MAILUSER\":\"Delete mailbox user successfully {1}\",\r\n\t\"RECIPIENT_EMPTY_ERR\":\"The recipient cannot be empty\",\r\n\t\"RECIPIENT_LIST_ERR\":\"Recipients cannot be parsed into a list\",\r\n\t\"SENT_SUCCESS\":\"Sent mail successfully\",\r\n\t\"SENT_FAIL\":\"Failed to send mail, error reason [{1}]\",\r\n\t\"RECEIVE_FAIL\":\"Failed to receive mail, error reason [{1}]\",\r\n\t\"LOGIN_FAIL1\":\"Login failed, error reason [{0}]\",\r\n\t\"ACCOUNT_NAME_ERR\":\"The account name is invalid.\",\r\n\t\"GET_MAIL_ERR\":\"Failed to get mail, error reason [{1}]\",\r\n\t\"RECIPENT_ERR\":\"No recipient, set the basic information of the mail first please.\",\r\n\t\"NOT_INSTALL_MAIL_SERVER\":\"Have not installed the mail server before, please feel free to install\",\r\n\t\"MAIL_SERVER_EXIST\":\"The mail server already exists, please uninstall before reinstalling\",\r\n\t\"VERIFICATION_FAILED\":\"Verification failed\",\r\n\t\"PLUGIN_INPUT_ERR\": \"Please pass in the plug-in name!\",\r\n\t\"INSTALL_USER_EMPTY\": \"The user name cannot be empty!\",\r\n\t\"INIT_CSRF_ERR\": \"CSRF calibration failed, please login again\",\r\n\t\"EXPIRED_TOKEN\":\"Expired Token\",\r\n\t\"INIT_ACCEPT_NOT\": \"Overstepping one's authority!\",\r\n\t\"UNSAFE_PATH\":\"Unsafe path\",\r\n\t\"PHP_NOT_INSTALL\":\"PHP is not installed\",\r\n\t\"SPECIFIED_PHP_NOT_INSTALL\":\"Specified PHP version not installed\",\r\n\t\"CLEARED\":\"Cleared!\",\r\n\t\"INIT_DEBUG_INFO\": \"The above debugging information is displayed only in developer mode\",\r\n\t\"INIT_VERSION_LAST\": \"Version : \",\r\n\t\"SSH_ERROR\": \"Panel session lost, please login panel again!\",\r\n\t\"SSH_INFO_ERROR\": \"fail to get!\",\r\n\t\"INIT_RELOAD_ERR\": \"Reload failed!\",\r\n\t\"INIT_REQUEST_CHECK_LOCAL_ERR\": \"This feature cannot be used in offline mode!\",\r\n\t\"CLOSED\": \"Closed\",\r\n\t\"OPENED\": \"Has been open\",\r\n\t\"NEVER_EXPIRES\":\"Never Expires\",\r\n\t\"WRONG_PASSWD\": \"Wrong password!\",\r\n\t\"V_CODE_LEN_ERR\": \"Verification code length is wrong!\",\r\n\t\"EXTRA_PARAMETER\": \"You cannot have extra parameters\",\r\n\t\"ACME_MSG_ERR\": \"Service shutdown or internal error due to maintenance, check <a href=\\\"https://letsencrypt.status.io/\\\" target=\\\"_blank\\\" class=\\\"btlink\\\">https://letsencrypt.status.io/</a> see for more details. \",\r\n\t\"ACME_ACCOUNT_ERR\": \"The specified account does not exist\",\r\n\t\"ACME_SUCCESS_ACCOUNT_SETUP\": \"Account setup succeeded!\",\r\n\t\"ACME_ORDER_NOT_EXIST\": \"The specified order does not exist!\",\r\n\t\"ACME_DEL_ODER_SUCCESS\": \"Order deleted successfully!\",\r\n\t\"ACME_GET_CERT_ERR\": \"Certificate read failed, directory does not exist!\",\r\n\t\"ACME_CERT_ERR\": \"No certificate found for the specified order!\",\r\n\t\"ACME_CERT_READ_ERR\": \"Certificate read failed!\",\r\n\t\"ACME_DOMAIN_ERR\": \"Need at least a domain name!\",\r\n\t\"ACME_AUTH_ERR\": \"Failed to obtain authorization: {1}\",\r\n\t\"ACME_INVALID_ORDER\": \"Invalid order, this order is currently in a verification failure state!\",\r\n\t\"ACME_V_INFO_ERR\": \"Validation information construction failed!\",\r\n\t\"ACME_V_DIR\": \"|-Verify the dir：{1}\",\r\n\t\"ACME_WRITE_V_FILE_ERR\": \"Writing verification file failed: {1}\",\r\n\t\"ACME_DNS_API_ERR\": \"No valid DNSAPI key information found\",\r\n\t\"ACME_QUERY_V_RESULT\": \"|-{1} Query verification results..\",\r\n\t\"ACME_V_TIMES\": \"Error: Attempted verification {1} times. The maximum number of verifications is {2}. The verification interval is {3} seconds.\",\r\n\t\"ACME_V_SUCCESS\": \"|-Verification succeeded!\",\r\n\t\"ACME_ERR_MSG1\": \"CA cannot verify your domain name, please check if the domain name resolution is correct, or wait 5-10 minutes and try again.\",\r\n\t\"ACME_ERR_MSG2\": \"CA server connection timed out, please try again later.\",\r\n\t\"ACME_ERR_MSG3\": \"The domain name does not belong to this DNS service provider, please make sure the domain name is filled in correctly.\",\r\n\t\"ACME_ERR_MSG4\": \"DNS server connection failed, please check if the key is correct.\",\r\n\t\"ACME_ERR_MSG5\": \"Data validation failed and the CA was unable to get the correct captcha from the authenticated connection.\",\r\n\t\"ACME_ERR_MSG6\": \"Issuing failed, the domain {1} has exceeded the limit of weekly reissues!\",\r\n\t\"ACME_ERR_MSG7\": \"Issuing failed, the current server IP has reached the limit of creating up to 10 accounts every 3 hours.\",\r\n\t\"ACME_ERR_MSG8\": \"Validation failed, domain name was not resolved, or resolution did not take effect!\",\r\n\t\"ACME_ERR_MSG9\": \"Verification failed, domain name resolution error or verification URL cannot be accessed!\",\r\n\t\"ACME_ERR_MSG10\": \"Connection to CA server failed, please try again later.\",\r\n\t\"ACME_ERR_MSG11\": \"Unsupported domain name {1}, please check the domain name is correct!\",\r\n\t\"ACME_ERR_MSG12\": \"No resolution record was found for domain name {1}, please check if the domain name resolution takes effect!\",\r\n\t\"ACME_ERR_MSG13\": \"No valid TXT resolution record was found in the domain name {1}, please check whether the TXT record is parsed correctly. If it is applied by DNSAPI, please try again in 10 minutes!\",\r\n\t\"ACME_ERR_MSG14\": \"A wrong TXT record was found on {1}: {2}, please check whether the TXT resolution is correct, if it is applied by DNSAPI, please try again in 10 minutes!\",\r\n\t\"ACME_ERR_MSG15\": \"This domain name does not exist under this dnspod account, adding resolution failed!\",\r\n\t\"ACME_ERR_MSG16\": \"No valid TXT resolution record was found in the domain name {1}, please check whether the TXT record is parsed correctly. If it is applied by DNSAPI, please try again in 10 minutes!\",\r\n\t\"ACME_ERR_MSG17\": \"The connection timed out and the CA server was unable to access your website!\",\r\n\t\"ACME_ERR_MSG18\": \"Domain name {1} is currently required to verify the CAA record, please parse the CAA record manually, or retry the application after 1 hour!\",\r\n\t\"ACME_ERR_MSG19\": \"The verification timed out. Please check if the domain name is resolved correctly. If it is resolved correctly, the connection between the server and Let'sEncrypt may be abnormal. Please try again later!\",\r\n\t\"ACME_ERR_MSG20\": \"Cannot issue a certificate for {1}, cannot apply for a wildcard certificate with a domain name suffix directly!\",\r\n\t\"ACME_ERR_MSG21\": \"The account has more than 5 failed orders within 1 hour, please wait 1 hour and try again!\",\r\n\t\"ACME_ERR_MSG22\": \"Order creation failed, please try again later!\",\r\n\t\"ACME_ERR_MSG23\": \"More than 5 verification failures in 1 hour, the application is temporarily banned, please try again later!\",\r\n\t\"ACME_ERR_MSG24\": \"CA server denied access, please try again later!\",\r\n\t\"ACME_ERR_MSG25\": \"The DNS of the server is faulty and the domain name cannot be resolved. Please use the Linux toolbox to check the DNS configuration\",\r\n\t\"ACME_ERR_MSG26\": \"Too many requests for this domain name. Please try again 3 hours later\",\r\n\t\"ACME_SEND_CSR_ERR\": \"Error: Sending CSR: Response status {1} Response value: {2}\",\r\n\t\"ACME_CERT_DOWNLOAD_ERR\": \"Failed to download certificate: {1}\",\r\n\t\"ACME_CERT_REPLACE\": \"|-Detected that the certificate under {1} overlaps with the certificate of this application and has an earlier expiration time, and has been replaced with a new certificate!\",\r\n\t\"ACME_CERT_FILE_ERR\": \"The specified certificate file does not exist!\",\r\n\t\"ACME_CERT_GET_CERTINFO_ERR\": \"Certificate information acquisition failed!\",\r\n\t\"ACME_CHECK_DNS\": \"|-Attempt to verify DNS records locally, domain name: {1}, type: {2} record value: {3}\",\r\n\t\"ACME_CHECK_DNS1\": \"|-Number of verifications: {1}, value: {2}\",\r\n\t\"ACME_CHECK_DNS2\": \"|-Local authentication succeeded!\",\r\n\t\"ACME_CHECK_DNS3\": \"|-Local authentication failed!\",\r\n\t\"ACME_BUILD_AUTH\": \"|-Verification type: {1}\",\r\n\t\"ACME_REGISTERED_ERR\": \"Registration for ACME account failed: {1}\",\r\n\t\"ACME_CREAT_ORDER\": \"|-Creating order..\",\r\n\t\"ACME_GET_V\": \"|-Getting verification information..\",\r\n\t\"ACME_V_DOMAIN\": \"|-Verifying domain name..\",\r\n\t\"ACME_SEND_CSR\": \"|-Sending CSR..\",\r\n\t\"ACME_DOWNLOAD_CERT\": \"|-Downloading certificate..\",\r\n\t\"ACME_APPLY_SUCCESS\": \"Application successful!\",\r\n\t\"ACME_APPLY_SUCCESS1\": \"|-Successful application, deploying to site..\",\r\n\t\"ACME_DIR_ERR\": \"Invalid site directory, please check if the specified site exists!\",\r\n\t\"ACME_PAN_DOMAIN_ERR\": \"Pan domain names cannot apply for a certificate using [File Verification]!\",\r\n\t\"ACME_PROXY_ERR\": \"Sites with reverse proxy turned on cannot apply for SSL!\",\r\n\t\"ACME_FORCE_SSL_ERR\": \"After configuring Force HTTPS, you cannot use [File Verification] to apply for a certificate!\",\r\n\t\"ACME_DNS_ERR\": \"Please go to the software store to install [cloud analysis], and complete the domain name NS binding.\",\r\n\t\"ACME_RENEW_ERR\": \"The specified order number does not exist and cannot be renewed!\",\r\n\t\"ACME_NO_NEED_RENEW\": \"|-No SSL certificate found within 30 days!\",\r\n\t\"ACME_NEED_RENEW\": \"|-A total of {1} certificates need to be renewed\",\r\n\t\"ACME_RENEWING\": \"|-Renewing certificate number of {1}，domain: {2}..\",\r\n\t\"ACME_RENEW_SUCCESS\": \"Renewed successfully!\",\r\n\t\"ACME_RENEW_SUCCESS1\": \"|-Renewed successfully!\",\r\n\t\"ACME_USE_TIPS\": \"Required parameters: --domain list of domain names, multiple separated by commas!\",\r\n\t\"ACME_USE_TIPS1\": \"Please specify the domain name to apply for a certificate\",\r\n\t\"ACME_USE_TIPS2\": \"Please specify verification type\",\r\n\t\"ACME_USE_TIPS3\": \"Please specify the website document root\",\r\n\t\"ACME_USE_TIPS4\": \"Please specify DNSAPI\",\r\n\t\"ACME_USE_TIPS5\": \"Please specify DNSAPI key\",\r\n\t\"ACME_USE_TIPS6\": \"Please specify DNSAPI secret\",\r\n\t\"ACME_USE_TIPS7\": \"Specify the order index\",\r\n\t\"ACME_USE_TIPS8\": \"renew certificate\",\r\n\t\"ACME_USE_TIPS9\": \"Revoke certificate\",\r\n\t\"ACME_USE_TIPS10\": \"Please enter the index of the order to be revoked in the --index parameter\",\r\n\t\"ACME_USE_TIPS11\": \"Please specify the domain name for which you want to apply for a certificate in the --domain parameter, multiple separated by commas (,)\",\r\n\t\"ACME_USE_TIPS12\": \"Please specify the correct authentication type in the --type parameter, supporting dns and http\",\r\n\t\"ACME_USE_TIPS13\": \"Please specify the website document root in the --path parameter!\",\r\n\t\"ACME_USE_TIPS14\": \"The specified site root does not exist, please check: {1}\",\r\n\t\"ACME_USE_TIPS15\": \"When applying using dnsapi, specify the dnsapi key in the --dns_key parameter!\",\r\n\t\"ACME_USE_TIPS16\": \"When applying using dnsapi, specify the secret of dnsapi in the --dns_secret parameter!\",\r\n\t\"ACME_USE_TIPS17\": \"|-Manual order submission is successful, please resolve DNS records according to the following tips: \",\r\n\t\"ACME_USE_TIPS18\": \"|-Order index: {1}\",\r\n\t\"ACME_USE_TIPS19\": \"|-Retry the command\",\r\n\t\"ACME_USE_TIPS20\": \"|-A total of \\\\033[36m{1}\\\\033[0m domain name records need to be resolved.\",\r\n\t\"ACME_USE_TIPS21\": \"|-The \\\\033[36m{1}\\\\033[0m domain names are: {2}, please resolve the following information: \",\r\n\t\"ACME_USE_TIPS22\": \"|-Record Type: TXT Record Name: \\\\033[41m{1}\\\\033[0m Record Value: \\\\033[41m{2}\\\\033 [0m [Required]\",\r\n\t\"ACME_USE_TIPS23\": \"|-Record type: CAA Record name: \\\\033[41m{1}\\\\033[0m Record value: \\\\033[41m{2}\\\\033[0m [Optional]\",\r\n\t\"ACME_USE_TIPS24\": \"Please wait 2-3 minutes after completing the resolution and enter Y and press Enter to continue verifying the domain name: \",\r\n\t\"ACME_USE_TIPS25\": \"|-The user abandons the application and exits the program!\",\r\n\t\"ACME_USE_TIPS26\": \"|-Certificate obtained successfully!\",\r\n\t\"ACME_USE_TIPS27\": \"Certified Domain Name: {1}\",\r\n\t\"ACME_USE_TIPS28\": \"Certificate expiration time: {1}\",\r\n\t\"ACME_USE_TIPS29\": \"Certificate saved at: {}/\",\r\n\t\"PHP_LOAD_ERR1\": \"PHP load status acquisition failed!\",\r\n\t\"NOT_SUPPORT_OLS\": \"The current web server is openlitespeed. This function is not supported yet.\",\r\n\t\"PHPMYADMIN_SSL_ERR\": \"Did not find the {1} configuration file, please try to close the ssl port settings before opening\",\r\n\t\"PHPMYADMIN_SSL_ERR1\": \"Did not find the apache phpmyadmin ssl configuration file, please try to close the ssl port settings before opening\",\r\n\t\"PHPMYADMIN_SSL_ERR2\": \"Did not detect the port that nginx phpmyadmin listens, please confirm whether the file has been manually modified.\",\r\n\t\"PHPMYADMIN_SSL_ERR3\": \"Did not detect the port that apache phpmyadmin listens, please confirm whether the file has been manually modified.\",\r\n\t\"PHPMYADMIN_SSL_ERR4\": \"The panel certificate does not exist. Please apply for the panel certificate and try again.\",\r\n\t\"PHPMYADMIN_SSL_ERR5\": \"Open successfully, please manually release phpmyadmin ssl port\",\r\n\t\"CONCTION_FAILURE\": \"Connection failure!\",\r\n\t\"SSH_LOGIN_INFO_ERR\": \"Password or private key cannot both be empty: {1}:{2}\",\r\n\t\"SSH_LOGIN_ERR\": \"Unable to complete the automatic authentication, please add 127.0.0.1 to the server list and set the authentication method to [password authentication]\",\r\n\t\"SSH_LOGIN_ERR1\": \"Account or Password incorrect: {1}\",\r\n\t\"SSH_LOGIN_ERR2\": \"Unsupported authentication type: {1}\",\r\n\t\"SSH_LOGIN_ERR3\": \"The target server actively refused the connection\",\r\n\t\"SSH_LOGIN_ERR4\": \"The protocol header response timed out, and the network quality with the target server was too bad: {1}\",\r\n\t\"SSH_LOGIN_ERR5\": \"The SSH protocol handshake timed out, and the network quality with the target server is too bad\",\r\n\t\"SSH_LOGIN_ERR6\": \"unknown error: {1}\",\r\n\t\"LOGIN_SUCCESS2\": \"Login success\\n\",\r\n\t\"CONNECTION_SUCCEEDED\": \"connection succeeded\",\r\n\t\"RECONNECT_SSH\": \"The connection is disconnected, press enter to try to reconnect!\",\r\n\t\"SSH_LOGIN_ERR7\": \"The specified SSH information does not exist!\",\r\n\t\"SSH_LOGIN_ERR8\": \"The specified host address has been added to other SSH information!\",\r\n\t\"SSH_LOGIN_ERR9\": \"Please pass in the [sort_list] field\",\r\n\t\"COMMAND_NAME_EXIST\": \"The specified command name already exists\",\r\n\t\"COMMAND_NOTEXIST\": \"The specified command does not exist\",\r\n\t\"AUTH_FAILED\": \"10 consecutive authentication failures are prohibited for 1 hour\",\r\n\t\"AUTH_FAILED1\": \"20 consecutive verification failures, prohibited for 1 hour\",\r\n\t\"UNBOUND_DEVICE\": \"Unbound device\",\r\n\t\"KEY_ERR\": \"Key verification failed\",\r\n\t\"FORM_DATA_ERR\": \"No form_data data found\",\r\n\t\"WRONG_RESPONSE\": \"Wrong response: {1}\",\r\n\t\"TYPE_TERMINAL\": \"aaPanel terminal\",\r\n\t\"WRONG_CONN_ADDR\": \"Wrong connection address\",\r\n\t\"RECONN_TIMES\": \"Reconnection attempts:{1}\",\r\n\t\"RECONN_FAILED\": \"Retry connection failed, {1}\",\r\n\t\"CONN_FAIL\": \"Connection failure: {1}\",\r\n\t\"CONN_FAIL1\": \"Connection failure: {1}:{2}\",\r\n\t\"AUTH_PRI_KEY\": \"Authenticating private key\",\r\n\t\"AUTH_PASSWD\": \"Authenticating password\",\r\n\t\"AUTH_FAIL\": \"Authentication failed {1}\",\r\n\t\"SSH_LOGIN_ERR10\": \"The protocol header response timed out\",\r\n\t\"SSH_LOGIN_ERR11\": \"The SSH protocol handshake timed out\",\r\n\t\"SSH_LOGIN_INFO3\": \"The authentication is successful and the session channel is being constructed\",\r\n\t\"SSH_LOGIN_INFO2\": \"Channel is built\",\r\n\t\"SSH_LOGIN_ERR14\": \"Channel disconnected\",\r\n\t\"SSH_LOGIN_INFO\": \"Session interrupted\",\r\n\t\"SSH_LOGIN_ERR15\": \"Error reading tty buffer data, {1}\",\r\n\t\"SSH_LOGIN_INFO1\": \"The client has actively disconnected\",\r\n\t\"SSH_LOGIN_ERR16\": \"An error occurred while reading data from websocket. Retrying\",\r\n\t\"SSH_LOGIN_ERR17\": \"An error occurred while writing data to the buffer: {1}\",\r\n\t\"DB_EXIST1\": \"The specified database already exists in MySQL, please change the name!\",\r\n\t\"LOGOUT_TMP_USER\": \"Temporary user has been forcibly logged out:{1}\",\r\n\t\"TMP_USER_NOT_LOGIN\": \"The specified user is not currently logged in!\",\r\n\t\"PERMISSION_DENIED\": \"Permission denied!\",\r\n\t\"PARAMETER_LEN_ERR\": \"Wrong parameter length!\",\r\n\t\"PARAMETER_FORMAT_ERR\": \"Wrong parameter format!\",\r\n\t\"VCODE_LEN_ERR\": \"Verification code length error!\",\r\n\t\"EXTRA_PARAMETER_ERR\": \"There can be no extra parameters in the login parameters\",\r\n\t\"USER_OR_PASSWD_ERR\": \"Username or Password incorrect: {1}\",\r\n\t\"NGINX_CONF_NOT_EXISTS\": \"Nginx configuration file does not exist!\",\r\n\t\"PARAMETER_WEBNAME_ERR\": \"The format of the webname parameter is incorrect, it should be a parseable JSON string\",\r\n\t\"WEBSITE_TRAFFIC_LIMIT_ERR\": \"Concurrency restrictions, IP restrictions, traffic restrictions must be greater than 0\",\r\n\t\"INDEX_FILE_ERR\": \"Failed to get, there is no default document in the configuration file\",\r\n\t\"STATIC\": \"Static\",\r\n\t\"PHP_SETUP_FAILED\": \"Setup failed, no enable-php-xx related configuration items were found in the website configuration file!\",\r\n\t\"GET_RUN_PATH_FAILED\": \"Get Site run path false\",\r\n\t\"ANTI_THEFT_EMPTY_ERR\": \"Anti-theft chain domain name cannot be empty!\",\r\n\t\"ANTI_THEFT_ERR\": \"Please turn on anti-theft first!\",\r\n\t\"SSL_ORDER_GET_FAILED\": \"Failed to get, please try again later!\",\r\n\t\"SSL_ORDER_HTTPS_ERR\": \"[Force HTTPS] is enabled on the current website, please turn off this function before applying for an SSL certificate!\",\r\n\t\"SSL_ERR_MSG\": \"Cannot access verification file correctly\",\r\n\t\"SSL_ERR_MSG1\": \"Possible reason:\",\r\n\t\"SSL_ERR_MSG2\": \"1. The resolution is not correct, or the resolution is not effective [Please resolve the domain name correctly, or wait for the resolution to take effect and try again]\",\r\n\t\"SSL_ERR_MSG3\": \"2. Check if there is 301/302 redirection set up [please temporarily turn off the redirection related configuration]\",\r\n\t\"SSL_ERR_MSG4\": \"3. Check whether the website is set to force HTTPS [please turn off the force HTTPS function temporarily]\",\r\n\t\"SSL_RENEW_ERR\": \"There are currently no certificates to renew!\",\r\n\t\"WEBSITE_SSL_RENEW_ERR\": \"There is no certificate that can be renewed on the current website..\",\r\n\t\"MYSQL_SSL_ERR\": \"SSL is not enabled in the database, please open it in the Mysql manager first\",\r\n\t\"MYSQL_SSL_OPEN_SUCCESS\": \"Open successfully, take effect after manually restarting the database\",\r\n\t\"MYSQL_CONF_ERR\": \"Database configuration file failed to get checked, please check if MySQL configuration file exists [/etc/my.cnf]\",\r\n\t\"MYSQL_DATA_DIR_ERR\": \"The database directory does not exist!\",\r\n\t\"MYSQL_BINLOG_ERR\": \"Please uninstall the Mysql master-slave replication plugin before closing the binary log! !\",\r\n\t\"MYSQL_PARAMETER_ERR\": \"innodb_log_buffer_size cannot be less than 8MB\",\r\n\t\"NONSUPPORT51\": \"Nonsupport mysql5.1!\",\r\n\t\"START_BACKUP\": \"Start backup\",\r\n\t\"BACKUP_COMPLETED\": \"Backup completed\",\r\n\t\"BACKUP_DIR_NOT_EXIST\": \"The specified directory {1} does not exist!\",\r\n\t\"BACKUP_UPLOADING\": \"Uploading to {1}, please wait ...\",\r\n\t\"BACKUP_UPLOAD_SUCCESS\": \"Successfully uploaded to {1}\",\r\n\t\"BACKUP_UPLOAD_FAILED\": \"File upload failed, skip this backup!\",\r\n\t\"BACKUP_DEL\": \"User settings do not retain local backups, deleted {1}\",\r\n\t\"BACKUP_CLEAN_ERR\": \"Failed to clean expired backup, error: {1}\",\r\n\t\"BACKUP_KEEP\": \"Keep the latest number of backups: {1} copies\",\r\n\t\"BACKUP_CLEAN\": \"Expired backup files have been cleaned from disk: {1}\",\r\n\t\"BACKUP_CLEAN_REMOVE\": \"Expired backup files have been cleaned from {1}: {2}\",\r\n\t\"BACKUP_SITE\": \"Backup site: {1}\",\r\n\t\"WEBSITE_DIR\": \"Website document root: {1}\",\r\n\t\"BACKUP_DIR\": \"Backup directory: {1}\",\r\n\t\"DIR_SIZE\": \"Directory size: {1}\",\r\n\t\"BACKUP_EXCLUSION\": \"Exclusion setting: {1}\",\r\n\t\"PARTITION_INFO\": \"Partition {1} available disk space is: {2}, available Inode is: {3}\",\r\n\t\"PARTITION_LESS_THEN\": \"The available disk space of the target partition is less than {1}, and the backup cannot be completed. Please increase the disk capacity or change the default backup directory on the settings page!\",\r\n\t\"INODE_LESS_THEN\": \"The available Inode of the target partition is less than {1}, and the backup cannot be completed. Please increase the disk capacity or change the default backup directory on the settings page!\",\r\n\t\"START_COMPRESS\": \"Start compressing files: {1}\",\r\n\t\"COMPRESS_TIME\": \"Compression completed, took {1} seconds, compressed package size: {2}\",\r\n\t\"WEBSITE_BACKUP_TO\": \"Site backed up to: {1}\",\r\n\t\"DIR_BACKUP_TO\": \"Directory has been backed up to: {1}\",\r\n\t\"DB_BACKUP_ERR\": \"The specified database [ {1} ] has no data!\",\r\n\t\"DB_BACKUP\": \"Backup database:{1}\",\r\n\t\"DB_SIZE\": \"Database size: {1}\",\r\n\t\"DB_CHARACTER\": \"Database character set: {1}\",\r\n\t\"EXPORT_DB\": \"Start exporting database: {1}\",\r\n\t\"EXPORT_DB_ERR\": \"Database export failed!\",\r\n\t\"DB_BACKUP_TO\": \"Database has been backed up to: {1}\",\r\n\t\"EMAIL_NOT_EXISTS\": \"Email does not exist\",\r\n\t\"INPUT_EMAIL\": \"Please input your email\",\r\n\t\"EMAIL_ERR\": \"Please enter your vaild email\",\r\n\t\"EMAIL_EXISTS\": \"Email already exists\",\r\n\t\"COMPLETE_INFO\": \"Please complete the information\",\r\n\t\"TEST_MAIL_TITLE\": \"aaPanel Alert Test Email\",\r\n\t\"TEST_MAIL_CONTENT\": \"aaPanel Alert Test Email\",\r\n\t\"TEST_MAIL_SEND_ERR\": \"Email sending failed, please check if the STMP password is correct or the hosts are correct\",\r\n\t\"NO_DATA\": \"No Data\",\r\n\t\"MAILBOX_NOT_EXIST\": \"The mailbox does not exist, please add it to the mailbox list\",\r\n\t\"EMAIL_TITLE_ERR\": \"Please fill in the email title\",\r\n\t\"EMAIL_CONTENT_ERR\": \"Please enter the email content\",\r\n\t\"SMTP_INFO_ERR\": \"STMP information was not found, please re-add custom mail STMP information in the settings\",\r\n\t\"SEND_SUCCESS\": \"Sent successfully\",\r\n\t\"SEND_FAILED\": \"Failed to send\",\r\n\t\"USERNAME_ERR\": \"User name must be at least 2 characters\",\r\n\t\"PASSWORD_ERR\": \"Password must be at least 8 characters\",\r\n\t\"USERNAME_EXIST\": \"The specified username already exists!\",\r\n\t\"USERNAME_NOT_EXIST\": \"The specified username not exists!\",\r\n\t\"CREATE_USER_SUCCESS\": \"Create new user {1} success!\",\r\n\t\"DEL_USER_ERR\": \"Cannot delete initial default user!\",\r\n\t\"DEL_USER_SUCCESS\": \"Delete user {1} success!\",\r\n\t\"DEL_USER_FAILED\": \"User deletion failed!\",\r\n\t\"CREATE_USER_FAILED\": \"Create new user failed!\",\r\n\t\"NO_CHANGE_SUBMITTED\": \"No changes submitted\",\r\n\t\"WRONG_MODE\": \"Wrong operating mode\",\r\n\t\"EMAIL_FORMAT_ERR\": \"The E-Mail format is illegal\",\r\n\t\"GET_PHP_VER_ERR\": \"Failed to get php version!\",\r\n\t\"DEVELOPER_MODE\": \"{1} Developer mode(DeBug)\",\r\n\t\"OFFLINE_MODE\": \"{1} Offline mode\",\r\n\t\"KEY_NOT_EXIST\": \"The key does not exist. Please turn on and try again.\",\r\n\t\"USERNAME_NOT_EXIST1\": \"The username does not exist. Please turn on and try again.\",\r\n\t\"SELECT_MODE\": \"Please enter the operation mode\",\r\n\t\"GENERATE_KEY_ERR\": \"Failed to generate key or username. Please check if the hard disk space is insufficient or the directory cannot be written.[ {1} ]\",\r\n\t\"CLOSE_SUCCESS\": \"Closed successfully\",\r\n\t\"GOOGLE_AUTH_ERR\": \"Did not open Google authentication\",\r\n\t\"TURN_ON_GOOGLE_AUTH\": \"Google authentication has been turned on\",\r\n\t\"QR_CODE_ERR\": \"No QR code data, please re-open\",\r\n\t\"MYSQL_ROOT_PASSWD_EMTPY_ERR\": \"Root password cannot be empty\",\r\n\t\"DB_PASSWD_EMPTY_ERR\": \"Database [{1}] password cannot be empty\",\r\n\t\"NGINX_NOT_INSTALL\": \"Nginx is not install\",\r\n\t\"CREATE_SITE_DIR_ERR\": \"Failed to create site document root, {1}\",\r\n\t\"CHOOSE_DOMAIN\": \"Please choose a domain name\",\r\n\t\"CHOOSE_PORT\": \"Please choose a port\",\r\n\t\"CERT_ERR\": \"Certificate error, please paste the correct PEM format certificate!\",\r\n\t\"SSL_FILE_V_ERR\": \"A generic domain name cannot be used to apply for a certificate using [File Validation]!\",\r\n\t\"SSL_FILE_V_ERR_PROXY\": \"Sites that have reverse proxy turned on cannot request SSL!\",\r\n\t\"API_ERR\": \"Please set the API interface parameters of [{1}] first.\",\r\n\t\"CLOUD_DNS_ERR\": \"Please go to the software store to install [Cloud Resolution] and complete the domain name NS binding.\",\r\n\t\"REQUEST_MODULE_ERR\": \"Missing requests component, please try to repair the panel!\",\r\n\t\"WEBSITE_CONF_NOT_EXIST\": \"The specified website profile does not exist\",\r\n\t\"RESPONSE_ERR\": \"Response resources should use URI path or HTTP status code, such as: /test.png or 404\",\r\n\t\"PHP_NOT_FOUND\": \"No compatible PHP version found, please install first\",\r\n\t\"COMPLIANT_NAME_ERR\": \"Non-compliant names can only be numbers, letters, underscores\",\r\n\t\"PARA_NOT_EXIST\": \"The specified custom compilation parameters do not exist!\",\r\n\t\"WRONG_PARAMETER\": \"Wrong parameter\",\r\n\t\"UPLOAD_DIR_ERR\": \"Cannot upload files to the system document root!\",\r\n\t\"RECYCLE_BIN_ERR\": \"This is the recycle bin directory, please press the [Recycle Bin] button in the upper right corner to open\",\r\n\t\"DIR_ERR\": \"This is not a directory\",\r\n\t\"FILE_EXIST_ERR\": \"The target file name already exists!\",\r\n\t\"MEANINGLESS_OPERA\": \"Meaningless operation\",\r\n\t\"FILE_ONLINE_EDIT_ERR\": \"The file format does not support online editing!\",\r\n\t\"FILE_ERR\": \"This is not a file!\",\r\n\t\"FILE_ERR1\": \"File encoding is not compatible and cannot be read correctly!\",\r\n\t\"FILE_ERR2\": \"Failed to open file, file may be occupied by other processes!\",\r\n\t\"PATH_PARA_ERR\": \"[path] parameter cannot be empty!\",\r\n\t\"HISTORY_DIR_ERR\": \"Cannot modify history copy directly!\",\r\n\t\"FILE_ERR3\": \"Wrong file content, please save again!\",\r\n\t\"HISTORY_ERR\": \"The specified historical copy does not exist!\",\r\n\t\"NOT_EDIT\": \"Not Edit\",\r\n\t\"AUTO_SAVE\": \"Automatically saved successfully!\",\r\n\t\"COPY_PRESS_ERR\": \"The operation failed, please re-copy the copy or cut process\",\r\n\t\"OPERA_FAILED\": \"The operation failed, please re-operate\",\r\n\t\"PHP_EXTENSION_UNINSTALL_ERR\": \"This extension is the default extension of OLS and cannot be uninstalled\",\r\n\t\"QUERY_ERR\": \"Query error, {1}\",\r\n\t\"FILE_DIR_NOT_EXIST\": \"File or directory does not exist!\",\r\n\t\"ADD_REPEATEDLY\": \"Do not add it repeatedly!\",\r\n\t\"FAVORITE_NOT_FOUND\": \"This favorite object could not be found!\",\r\n\t\"ADDRESS_NOT_EXIST\": \"The specified address does not exist!\",\r\n\t\"PASSWD_ERR\": \"The extract password length cannot be less than 4 bits\",\r\n\t\"ALREADY_SHARED\": \"Already shared!\",\r\n\t\"COMMAND_SENT\": \"Command has been sent!\",\r\n\t\"NO_COMPOSER_AVAILABLE\": \"No composer available!\",\r\n\t\"PHP_VER_NOT_FOUND\": \"No available PHP version was found, or the specified PHP version was not installed!\",\r\n\t\"COMPOSER_CONF_NOT_FOUND\": \"The composer.json configuration file was not found in the specified directory!\",\r\n\t\"COMPOSER_UPDATE_ERR\": \"Currently the latest version, no upgrade required!\",\r\n\t\"COMPOSER_UPDATE\": \"Upgrade composer from {1} to {2}\",\r\n\t\"SITE_SSL_ERR_3011\": \"The website has been redirected, please close it before applying!\",\r\n\t\"DEL_ERROR1\": \"There was an error deleting, please try again.\",\r\n\t\"DEL_WEBSITE_MULTIPLE\": \"Delete website [{1}] successfully\",\r\n\t\"DEL_DOMAIN_MULTIPLE\": \"Delete domain [{1}] successfully\",\r\n\t\"ENABLE_WEBSITE_MULTIPLE\": \"Enable website [{1}] successfully\",\r\n\t\"DISABLE_WEBSITE_MULTIPLE\": \"Disable website [{1}] successfully\",\r\n\t\"DEL_SUBDIRBIND\": \"Delete [{}] subdirectory binding successfully\",\r\n\t\"SET_ERROR1\": \"There was an error setting, please try again.\",\r\n\t\"SET_PHPV_MULTIPLE\": \"Set up website [{1}] PHP version successfully\",\r\n\t\"SET_EDATE_MULTIPLE\": \"Set the website [{1}] expiration time successfully\",\r\n\t\"CREATE_WEBSITE_ERR\": \"There was an error creating, please try again.\",\r\n\t\"CREATE_WEBSITE_MULTIPLE\": \"Create the website [ {1} ] successfully\",\r\n\t\"DEL_PROXY_MULTIPLE\": \"Delete [ {1} ] proxy successfully\",\r\n\t\"DEL_DIR_AUTH_MULTIPLE\": \"Delete [ {} ] dir auth successfully\",\r\n\t\"DEL_REDIRECT_MULTIPLE\": \"Delete redirects [{1}] successfully\",\r\n\t\"ALARM_TEST\": \"aaPanel alarm test\",\r\n\t\"MAIL_ADD_FAILED\": \"Add failed, please check if the URL is correct\",\r\n\t\"RENEW_FAILED\": \"The renewal failed and the certificate directory does not exist.\",\r\n\t\"RENEW_FAILED1\": \"Renewal failed, missing account_key.\",\r\n\t\"RENEW_SUCCESS1\": \"[ {1} ] The certificate renewal was successful.\",\r\n\t\"APPLY_SSL\": \"Ready to apply for SSL, domain name {1}\",\r\n\t\"APPLY_SSL_DOMAIN_ERR\": \"The list of applied domain names cannot be empty.\",\r\n\t\"MANUALLY_RESOLVE_DOMAIN\": \"Get successful, please manually resolve the domain name\",\r\n\t\"SAVEING_SSL\": \"|-Saving certificate..\",\r\n\t\"SET_AUTORENEW\": \"|-Setting up auto-renewal configuration..\",\r\n\t\"DEPLOY_SSL_TO_SITE\": \"|-The application is successful and it is being automatically deployed to the website!\",\r\n\t\"APPLY_SSL_SUCCESS\": \"Application successful.\",\r\n\t\"INIT_ACME\": \"|-Initializing ACME protocol...\",\r\n\t\"REGISTER_ACCOUNT\": \"|-Registering account...\",\r\n\t\"GET_VERIFICATION_INFO\": \"|-Getting verification information...\",\r\n\t\"RETURN_VERIFICATION_INFO\": \"|-Return the verification information to the front end, wait for the user to manually resolve the domain name and complete the verification...\",\r\n\t\"SUBMIT_V_REQUEST\": \"|-User submits verification request...\",\r\n\t\"CA_V_DOMAIN\": \"|-Requesting CA to verify domain name [{1}]...\",\r\n\t\"GET_CA_V_RES\": \"|-Get CA verification results [{1}]...\",\r\n\t\"ALL_DOMAIN_V_PASS\": \"|-All domain names are verified and CSR is being sent...\",\r\n\t\"GET_CERT_CONTENT\": \"|-Getting certificate content...\",\r\n\t\"CERT_APPLY_ERR\": \"Certificate acquisition failed, please try again later.\",\r\n\t\"CERT_APPLY_ERR1\": \"|-Error: {1}, exited the application process.\",\r\n\t\"DNS_CONNECT_ERR\": \"|-The DNS verification failed. Please check if the key is correct.\",\r\n\t\"EXIT_APPLY_PROCESS\": \"|-Exited the application process!\",\r\n\t\"DNS_CONNECT_ERR1\": \"The DNS verification failed. Please check if the key is correct.\",\r\n\t\"ADD_TXT_RECORD\": \"|-Adding resolution record, domain name [{1}], record value [{2}]...\",\r\n\t\"CHECK_TXT_RECORD\": \"|-Attempt to verify the resolution result, domain name [{}], record value [{}]...\",\r\n\t\"CA_CHECK_RECORD\": \"|-Request CA to verify domain name [{1}]...\",\r\n\t\"CHECK_CA_RES\": \"|-Check CA verification results [{1}]...\",\r\n\t\"APPLY_WITH_DNS_ERR\": \"|-An error occurred, try again [{1}]\",\r\n\t\"FETCH_CERT_CONTENT\": \"|-Fetching certificate content...\",\r\n\t\"CLEAR_RESOLVE_HISTORY\": \"|-Clearing resolve history [{1}]\",\r\n\t\"DNS_APPLY_ERR\": \"|-Error: {1}, exit the application process.\",\r\n\t\"CREATE_V_FILE\": \"|-Writing verification file [{1}]...\",\r\n\t\"CHECK_FILE_CONTENT\": \"|-Attempt to verify file contents via HTTP [{1}]...\",\r\n\t\"CHECK_FILE_CONTENT1\": \"|-Verified, content [{1}]...\",\r\n\t\"APPLY_SSL_ERROR_MSG\": \"The signing failed, we were unable to verify your domain name:<p>1. Check if the domain name is bound to the corresponding site.</p><p>2. Check if the domain name is correctly resolved to the server, or the resolution is not fully effective.</p><p>3. If your site has a reverse proxy set up, or if you are using a CDN, please turn it off first.</p><p>4. If your site has a 301 redirect, please turn it off first</p><p>5. If the above checks confirm that there is no problem, please try to change the DNS service provider.</p>'\",\r\n\t\"SUCCESS_V\": \"|-Successful verification, domain name [{1}], record type [{2}], record value [{3}]!\",\r\n\t\"NO_ORDER_RENEW\": \"|-There are currently no certificates to renew.\",\r\n\t\"TOTAL_RENEW\": \"|-{1} Total [{2}] renewal of visa tasks\",\r\n\t\"SSL_NOT_EXPIRED_OR_NOT_USE\": \"|-[{1}] Not expired or the site does not use the Let\\\\'s Encrypt certificate.\",\r\n\t\"WAIT_RENEW1\": \"|-{1} Waiting for renewal [{2}].\",\r\n\t\"RENEW_COMPLETED\": \"|-After the task is completed, a total of renewals are required.[{1}], renewal success [%s], renewal failed [{2}]. \",\r\n\t\"RENEW_SUCCESS2\": \"|-Renewal success：{1}\",\r\n\t\"RENEW_FAILED2\": \"|-Renewal failed：\",\r\n\t\"DIR_END_WITH\": \"The end of the website directory cannot be \\\".\\\"\",\r\n\t\"File_END_WITH\": \"It is not recommended to use \\\".\\\" at the end of the file because there may be security risks\",\r\n\t\"DIR_END_WITH1\": \"It is not recommended to use \\\".\\\" at the end of the directory, because there may be safety risks\",\r\n\t\"API_DISABLED\": \"API has been disabled\",\r\n\t\"UNBOUND_USER\": \"Unbound user\",\r\n\t\"FILE_NAME_ERR\": \"No special characters can be included in the file name!\",\r\n\t\"SOFTLINK_FILE_EXIST\": \"The softlink file name already exists, please use another file name or delete it!\",\r\n\t\"SOFTLINK_FILE_PATH\": \"The softlink file name must be an absolute path (full path)\",\r\n\t\"SOFTLINK_CREATE_ERR\": \"Softlink file creation failed\",\r\n\t\"SOFTLINK_CREATE_SUCCESS\": \"The softlink file was created successfully\",\r\n\t\"COMPOSER_CONF_NOT_EXIST\": \"[Composer.json] configuration file is not found in the specified directory!\",\r\n\t\"COMPOSERLOGCK_EXIST\": \"[Composer.lock] file exists in the specified directory, please delete it before executing\",\r\n\t\"KEEP_LOCAL\": \"Local backup has been kept\",\r\n\t\"DB_CONN_ERR\": \"The database connection is abnormal. Please check whether the root user authority or database configuration parameters are correct.\",\r\n\t\"BACKUP_TASK_TITLE\": \"{1}-{2} The task was executed successfully\",\r\n\t\"NOTIFICATION_SENT\": \"Notification has been sent\",\r\n\t\"NOTIFICATION_ERR\": \"Failed to send notification\",\r\n\t\"BACKUP_MSG\": \"Backup to {1}, a total of {3} {2}, and failures {4}.\",\r\n\t\"BACKUP_MSG1\": \"Backup failed {1}/total {2} sites\",\r\n\t\"NOTIFICATION\": \"Notification\"\r\n}\r\n"
  },
  {
    "path": "english/template.json",
    "content": "{\r\n\t\"index\":{\r\n\t\t\"H1\":\"Dashboard\",\r\n\t\t\"H2\":\"Server Status\",\r\n\t\t\"V1\":\"Version\",\r\n\t\t\"V2\":\"(Beta)\",\r\n\t\t\"V3\":\"Check update\",\r\n\t\t\"S1\":\"System:\",\r\n\t\t\"S2\":\"Loading: \",\r\n\t\t\"S3\":\"Time of running\",\r\n\t\t\"S4\":\" Loading\",\r\n\t\t\"S5\":\"Restart server\",\r\n\t\t\"S6\":\"Restart panel\",\r\n\t\t\"S7\":\"Repair panel\",\r\n\t\t\"L1\":\"Manager\",\r\n\t\t\"L2\":\"Add\",\r\n\t\t\"L3\":\"\",\r\n\t\t\"N1\":\"Site\",\r\n\t\t\"N2\":\"DB\",\r\n\t\t\"N3\":\"FTP\",\r\n\t\t\"N4\":\"Security\",\r\n\t\t\"T1\":\"Server Status\",\r\n\t\t\"T2\":\"Connection Manager\",\r\n\t\t\"T3\":\"Task Manager\",\r\n\t\t\"P1\":\"CPU usage\",\r\n\t\t\"P2\":\"RAM usage\",\r\n\t\t\"P3\":\"Click to free RAM\",\r\n\t\t\"P4\":\"Software\",\r\n\t\t\"NET1\":\"Network traffic\",\r\n\t\t\"NET2\":\"Upload speed\",\r\n\t\t\"NET3\":\"Download speed\",\r\n\t\t\"NET4\":\"Total sent\",\r\n\t\t\"NET5\":\"Total received\",\r\n\t\t\"ACCOUNT\":\"Account\",\r\n\t\t\"FREE\":\"Free\",\r\n\t\t\"INVITATION_REWARD\":\"Invitation reward\",\r\n\t\t\"WECHAT\":\"WeChat\",\r\n\t\t\"UPDATE\":\"Update\",\r\n\t\t\"FIX\":\"Fix\",\r\n\t\t\"RESTART\":\"Restart\",\r\n\t\t\"STATUS\":\"Status\",\r\n\t\t\"LOAD_STATUS\":\"Load status\",\r\n\t\t\"FLOW\":\"Traffic\",\r\n\t\t\"UPLOAD\":\"Upstream\",\r\n\t\t\"DOWNLOAD\":\"Downstream\",\r\n\t\t\"TOTAL_TX\":\"Total sent\",\r\n\t\t\"TOTAL_RX\":\"Total received\",\r\n\t\t\"Overview\":\"Overview\"\r\n\t},\r\n\r\n\t\"site\":{\r\n\t\t\"H1\":\"Dashboard\",\r\n\t\t\"H2\":\"Site Manager\",\r\n\t\t\"SEARCH\":\"Site search\",\r\n\t\t\"PS\":\"After the website is created, the file owner will be set to [www], you can add your backup plan in \",\r\n\t\t\"BTN1\":\"Add site\",\r\n\t\t\"BTN2\":\"Default page\",\r\n\t\t\"BTN3\":\"Default WebSite\",\r\n\t\t\"BTN4\":\"Delete\",\r\n\t\t\"BTN5\":\"Category manager\",\r\n\t\t\"TH1\":\"Domain\",\r\n\t\t\"TH2\":\"Site status\",\r\n\t\t\"TH3\":\"Backup\",\r\n\t\t\"TH4\":\"Site directory\",\r\n\t\t\"TH5\":\"Date expired\",\r\n\t\t\"TH6\":\"Notes\",\r\n\t\t\"TH7\":\"Action\",\r\n\t\t\"JS1\":\"Pls install web server first!\",\r\n\t\t\"JS2\":\"Install\",\r\n\t\t\"MOVE_TO\":\"Move to\",\r\n\t\t\"PHP_CLI_VER\":\"PHP CLI version\"\r\n\t},\r\n\r\n\t\"ftp\":{\r\n\t\t\"H1\":\"Dashboard\",\r\n\t\t\"H2\":\"FTP Manager\",\r\n\t\t\"SEARCH\":\"FTP search\",\r\n\t\t\"PS\":\"FTP address：\",\r\n\t\t\"BTN1\":\"Add FTP\",\r\n\t\t\"BTN2\":\"Change FTP port\",\r\n\t\t\"BTN3\":\"Delete\",\r\n\t\t\"TH1\":\"User\",\r\n\t\t\"TH2\":\"Password\",\r\n\t\t\"TH3\":\"Status\",\r\n\t\t\"TH4\":\"Document Root\",\r\n\t\t\"TH5\":\"Notes\",\r\n\t\t\"TH6\":\"Action\",\r\n\t\t\"JS1\":\"Pls install Prue-Ftpd first!\",\r\n\t\t\"JS2\":\"Install\",\r\n\t\t\"DEL_FTP\":\"Delete FTP\"\r\n\t},\r\n\r\n\t\"database\":{\r\n\t\t\"H1\":\"Dashboard\",\r\n\t\t\"H2\":\"Database Manager\",\r\n\t\t\"SEARCH\":\"Database search\",\r\n\t\t\"BTN1\":\"Add database\",\r\n\t\t\"BTN2\":\"root password\",\r\n\t\t\"BTN3\":\"phpMyAdmin\",\r\n\t\t\"BTN4\":\"Delete\",\r\n\t\t\"BTNT1\":\"Add database\",\r\n\t\t\"BTNT2\":\"Set administrator password\",\r\n\t\t\"BTNT3\":\"Open phpMyadmin\",\r\n\t\t\"BTNT4\":\"Delete\",\r\n\t\t\"TH1\":\"Database name\",\r\n\t\t\"TH2\":\"User\",\r\n\t\t\"TH3\":\"Password\",\r\n\t\t\"TH4\":\"Backup\",\r\n      \"TH5\": \"Notes\",\r\n      \"TH6\": \"Action\",\r\n      \"SP1\": \"Sync\",\r\n      \"SP2\": \"Sync all\",\r\n      \"SP3\": \"Obtaining information from server\",\r\n      \"TP1\": \"Sync selected database information to server\",\r\n      \"TP2\": \"Sync all database information to server\",\r\n      \"TP3\": \"Obtaining database list from server\",\r\n      \"JS1\": \"Pls install MySQL first!\",\r\n      \"JS2\": \"Install\",\r\n      \"RECYCLE_BIN\": \"Recycle bin\",\r\n      \"NOT_INSTALL_DATABASE_DESC\": \"未安装本地数据库，已隐藏无法使用的功能!\"\r\n    },\r\n\r\n\t\"config\":{\r\n\t\t\"H1\":\"Dashboard\",\r\n\t\t\"H2\":\"Panel Setting\",\r\n\t\t\"I1\":\"Close panel\",\r\n\t\t\"I2\":\"Auto update\",\r\n\t\t\"I3\":\"Panel SSL\",\r\n\t\t\"C1\":\"Setting\",\r\n\t\t\"C2\":\"API Setting\",\r\n\t\t\"C3\":\"For security, please change alias, default port, user name and password!\",\r\n\t\t\"C4\":\"Save\",\r\n\t\t\"CT1\":\"Alias\",\r\n\t\t\"CT2\":\"Panel port\",\r\n\t\t\"CT3\":\"Domain\",\r\n\t\t\"CT4\":\"Authorized IP\",\r\n\t\t\"CT5\":\"Default site dir\",\r\n\t\t\"CT6\":\"Default backup dir\",\r\n\t\t\"CT7\":\"Server IP\",\r\n\t\t\"CT8\":\"Server time\",\r\n\t\t\"CT9\":\"Panel user\",\r\n\t\t\"CT10\":\"Panel password\",\r\n\t\t\"CT11\":\"Bind account\",\r\n\t\t\"CT12\":\"Panel template\",\r\n\t\t\"CY1\":\"Take alias for aaPanel\",\r\n\t\t\"CY2\":\"Suggested port: 8888-65535\",\r\n\t\t\"CY3\":\"Set a domain name for the panel\",\r\n\t\t\"CY31\":\"Note: You can only use this domain name to access the panel after setting\",\r\n\t\t\"CY4\": \"Split multiple IP with (,) Warning：\",\r\n\t\t\"CY41\": \"If IP is set, ONLY the authorized IP can access the panel!\",\r\n\t\t\"CY5\":\"New created site will be saved to subdirectory by default!\",\r\n\t\t\"CY6\":\"Directory of site and database backup!\",\r\n\t\t\"CY7\":\"Default IP is Internet IP. If you need use local virtual machine to test, please input Intranet IP!\",\r\n\t\t\"CY8\":\"Sync\",\r\n\t\t\"CY9\":\"Modify\",\r\n\t\t\"CY10\":\"Modify\",\r\n\t\t\"CY11\":\"Bind\",\r\n\t\t\"CY12\":\"Save\",\r\n\t\t\"PASSWORD_EXPIRE\": \"Password expire\",\r\n\t\t\"TEMP_ACCESS\": \"Temporary login\",\r\n\t\t\"TEMP_ACCESS_DESC\": \"Temporarily provide panel access to non-admins\",\r\n\t\t\"PASSWORD_EXPIRE_DESC\": \"Set the panel password expiration time\",\r\n\t\t\"STRONG_PASSWORD\":\"Strong password\",\r\n\t\t\"NOT_LOGGED_IN_RESPONSE\": \"Not logged in response\",\r\n\t\t\"NOT_LOGGED_IN_RESPONSE_DESC\": \"Response when not logged in and not properly entered for security entry, can be used to hide panel features\",\r\n\t\t\"SET_IPV6\":\"Allow ipv6 access panel after turning on\",\r\n\t\t\"LISTEN_IPV6\":\"Listen IPv6\",\r\n\t\t\"SET_PANEL_SSL\":\"Click to customize the panel certificate\",\r\n\t\t\"SET_API\":\"Click to configure the API\",\r\n\t\t\"API\":\"API\",\r\n\t\t\"LOGINTIMEOUT\":\"Login session timeout\",\r\n\t\t\"TIMEOUT\":\"Timeout\",\r\n\t\t\"CY13\":\"sec, If the user does not have any operation within \",\r\n\t\t\"CY14\":\" sec, the panel will auto logout\",\r\n\t\t\"S_ENTRY\":\"Security Entrance\",\r\n\t\t\"CY15\":\"Panel Admin entrance. After setting, you can ONLY log in to the panel through the specified Security Entrance, e.g. /www_bt_cn\",\r\n\t\t\"WECHAT\":\"WeChat Mini Program\",\r\n\t\t\"panel_performance\":\"Panel performance tuning\",\r\n\t\t\"concurrent_thread\":\"Concurrent thread\",\r\n\t\t\"thread_ps\":\"Unless more than 10 people/sec access the panel, the recommended value should not exceed 2. Note: >1 will cause the BT terminal plugin to be abnormal.\",\r\n\t\t\"BASICAUTH\":\"BasicAuth\",\r\n\t\t\"BASICAUTH_TIPS1\":\"Used for BasicAuth authentication configuration\",\r\n\t\t\"CONFIG\":\"Set\",\r\n\t\t\"BASICAUTH_TIPS2\":\"Add a BasicAuth-based authentication service to the panel to prevent the panel from being swept\",\r\n\t\t\"S_PORT_TIPS\":\"Note: For servers with security groups, please release the new port in the security group in advance.\",\r\n\t\t\"CLOSE_PANEL\": \"Only close the panel, does not affect the operation of web, database, etc.\",\r\n\t\t\"ALLOW_IPV6\": \"Allow panel access via IPv6 address\",\r\n\t\t\"OFFLINE\": \"All services that require internet access will be unavailable\",\r\n\t\t\"OFFLINE_MODE\": \"Offline mode\",\r\n\t\t\"DEV_MODE\": \"Developer mode\",\r\n\t\t\"DEV_MODE_DESC\": \"Only used by third-party developers in the development stage\",\r\n\t\t\"API_DESC\": \"Enable panel interface access (APP needs to enable this function)\",\r\n\t\t\"HELP\": \"Help\",\r\n\t\t\"HIDE_MENU_BAR\": \"Menu bar hidden\",\r\n\t\t\"HIDE_MENU_BAR_DESC\": \"Hide left menu bar\",\r\n\t\t\"UNBIND\":\"Unbind\",\r\n\t\t\"BIND_ACCOUNT\": \"Bind account\",\r\n\t\t\"GLOBAL\": \"Global\",\r\n\t\t\"SECURITY\": \"Security\",\r\n\t\t\"NOTIFY\": \"Notification\",\r\n\t\t\"SET_SSL\": \"After opening, it can only be accessed through the https\",\r\n\t\t\"BASEAUTH_DESC\": \"Add an extra layer of auth to effectively prevent the panel from being scanned\",\r\n\t\t\"GOOGLE_AUTH_DESC\": \"A dynamic verification code is required to log in to the panel\",\r\n\t\t\"STRONG_PASS_DESC\": \"Enable strong password for the panel, rules: \",\r\n\t\t\"STRONG_PASS_DESC1\": \"Length 8, upper and lower case letters, numbers and characters exist\",\r\n\t\t\"EMAIL_NOT_SET\": \"Email is not set\",\r\n\t\t\"TG_NOT_SET\": \"Telegram is not set\",\r\n\t\t\"NOTIFY_DESC\": \"After setting, abnormal message can be pushed\",\r\n\t\t\"LOGIN_ALARM\": \"Login panel notification\",\r\n\t\t\"LOGIN_ALARM_DESC\": \"Every time you log in the panel will push a message to your receiver\"\r\n\t},\r\n\r\n\t\"close\":{\r\n\t\t\"TITLE\":\"The Panel is closed\",\r\n\t\t\"H1\":\"Sorry, Administrator turned off the Panel\",\r\n\t\t\"P1\":\"Command to turn it on: rm -f /www/server/panel/data/close.pl\",\r\n\t\t\"NAME\":\"aaPanel\",\r\n\t\t\"HELP\":\"Help\",\r\n\t\t\"AUTHTITLE\":\"Security Entrance Authentication Failed\",\r\n\t\t\"AUTHENTRY\":\"Please use the correct entry to log in to the panel\",\r\n\t\t\"AUTHERR_REASON\":\"Reason for Auth Error: \",\r\n\t\t\"AUTHERR_REASON_CONTENT\":\"The current aaPanel has turned on the Security Entrance Login. The newly installed machine will randomly assign an 8-digit Security Entrance. It can also be modified at the panel settings. If you have not recorded it or you don't remember it, you can use the following method to resolve the error\",\r\n\t\t\"AUTHERR_RESOLVENT\":\"Resolvent: \",\r\n\t\t\"AUTHERR_RESOLVENT_CONTENT\":\"Enter one of the following commands on the SSH terminal\",\r\n\t\t\"AUTHERR_RESOLVENT1\":\"To view Security Entrance\",\r\n\t\t\"AUTHERR_RESOLVENT2\":\"To turn off Security Entrance\",\r\n\t\t\"AUTHERR_TACK_CARE\":\"Note: [Turning off Security Entrance] will make your panel login address directly exposed on the Internet, which is very dangerous. Please be cautious.\"\r\n\t},\r\n\r\n\t\"control\":{\r\n\t\t\"H1\":\"Dashboard\",\r\n\t\t\"H2\":\"System Monitor\",\r\n\t\t\"C1\":\"Turn on Monitory\",\r\n\t\t\"C2\":\"Number of days to save：\",\r\n\t\t\"C3\":\"Modify\",\r\n\t\t\"C4\":\"Clean Logs\",\r\n\t\t\"T1\":\"CPU\",\r\n\t\t\"T2\":\"Memory\",\r\n\t\t\"T3\":\"Disk I/O\",\r\n\t\t\"T4\":\"Network I/O\",\r\n\t\t\"S1\":\"Interval Search：\",\r\n\t\t\"S2\":\"Custom Time\",\r\n\t\t\"D1\":\"Yesterday\",\r\n\t\t\"D2\":\"Today\",\r\n\t\t\"D3\":\"Last 7 Days\",\r\n\t\t\"D4\":\"Last 30 Days\",\r\n\t\t\"G1\":\"StartTime：\",\r\n\t\t\"G2\":\"EndTime：\",\r\n\t\t\"G3\":\"Submit\",\r\n\t\t\"LOAD_BALANCE\":\"Load Average\"\r\n\t},\r\n\r\n\t\"crontab\":{\r\n\t\t\"H1\":\"Dashboard\",\r\n\t\t\"H2\":\"Cron Job\",\r\n\t\t\"H3\":\"Add Cron Job\",\r\n\t\t\"H4\":\"Task List\",\r\n\t\t\"PS\":\"Type of task: shell script, backup site, backup database, cut log, free RAM, access URL\",\r\n\t\t\"PS1\":\"When adding a backup task, you should run it manually and check if the backup package is complete\",\r\n\t\t\"PS2\":\"Insufficient disk space, database password error, network instability, etc. may result in incomplete data backup\",\r\n\t\t\"PS3\":\"Support file or directory exclusion when backing up sites and directories. Please upgrade the plug-ins that need to be excluded to the latest version\",\r\n\t\t\"T1\":\"Type of Task\",\r\n\t\t\"T2\":\"Name of Task\",\r\n\t\t\"T3\":\"Execution cycle\",\r\n\t\t\"T4\":\"Script content\",\r\n\t\t\"T5\":\"Add Task\",\r\n\t\t\"TT1\":\"Shell Script\",\r\n\t\t\"TT2\":\"Backup Site\",\r\n\t\t\"TT3\":\"Backup Database\",\r\n\t\t\"TT4\":\"Cut Log\",\r\n\t\t\"TT5\":\"Free RAM\",\r\n\t\t\"TT6\":\"Access URL\",\r\n\t\t\"TZ1\":\"Daily\",\r\n\t\t\"TZ2\":\"N Days\",\r\n\t\t\"TZ3\":\"Hourly\",\r\n\t\t\"TZ4\":\"N Hours\",\r\n\t\t\"TZ5\":\"N Minutes\",\r\n\t\t\"TZ6\":\"Weekly\",\r\n\t\t\"TZ7\":\"Monthly\",\r\n\t\t\"TZZ1\":\"Monday\",\r\n\t\t\"TZZ2\":\"Tuesday\",\r\n\t\t\"TZZ3\":\"Wednesday\",\r\n\t\t\"TZZ4\":\"Thursday\",\r\n\t\t\"TZZ5\":\"Friday\",\r\n\t\t\"TZZ6\":\"Saturday\",\r\n\t\t\"TZZ7\":\"Sunday\",\r\n\t\t\"TZS1\":\"Hour\",\r\n\t\t\"TZS2\":\"Minute\",\r\n\t\t\"BTN1\":\"Delete\",\r\n\t\t\"TH1\":\"Task Name\",\r\n\t\t\"TH2\":\"Period\",\r\n\t\t\"TH3\":\"Time of Executing\",\r\n\t\t\"TH4\":\"Time of appending\",\r\n\t\t\"TH5\":\"Action\",\r\n\t\t\"TH6\":\"Status\",\r\n\t\t\"TH7\":\"Quantity Stored\",\r\n\t\t\"TH8\":\"Backup to\",\r\n\t\t\"BACKDIR\":\"Backup Directory\"\r\n\t},\r\n\r\n\t\"files\":{\r\n\t\t\"BTN1\":\"Back\",\r\n\t\t\"BTN2\":\"Refresh\",\r\n\t\t\"BTN3\":\"Upload\",\r\n\t\t\"BTN4\":\"Remote Download\",\r\n\t\t\"TI1\":\"Download to Server\",\r\n\t\t\"TI2\":\"Arrange as Icon\",\r\n\t\t\"TI3\":\"Arrange as List\",\r\n\t\t\"L1\":\"Copy\",\r\n\t\t\"L2\":\"Cut\",\r\n\t\t\"L3\":\"Compress\",\r\n\t\t\"L4\":\"Permission\",\r\n\t\t\"L5\":\"Delete\",\r\n\t\t\"CONTAIN_SUBDIR\":\"Contain Subdirectory\"\r\n\t},\r\n\r\n\t\"firewall\":{\r\n\t\t\"H1\":\"Dashboard\",\r\n\t\t\"H2\":\"System Security\",\r\n\t\t\"H3\":\"Firewall\",\r\n\t\t\"H4\":\"Panel execution logs\",\r\n\t\t\"SEARCH\":\"Search Logs\",\r\n\t\t\"BTN1\":\"Turn on SSH\",\r\n\t\t\"BTN2\":\"SSH Port：\",\r\n\t\t\"BTN3\":\"Change\",\r\n\t\t\"BTN4\":\"Turn on to Block ICMP\",\r\n\t\t\"BTN5\":\"Clean\",\r\n\t\t\"S1\":\"Site Logs：\",\r\n\t\t\"F1\":\"Accept Port\",\r\n\t\t\"F2\":\"Block IP\",\r\n\t\t\"F3\":\"Port\",\r\n\t\t\"F4\":\"Notes/Description\",\r\n\t\t\"F5\":\"Open\",\r\n\t\t\"F6\":\"Description: Supported Range of Port，Ex: 3000:3500\",\r\n\t\t\"F7\":\"Click Check Description\",\r\n\t\t\"TH1\":\"No.\",\r\n\t\t\"TH2\":\"Action\",\r\n\t\t\"TH3\":\"Status\",\r\n\t\t\"TH4\":\"Time of appending\",\r\n\t\t\"TH5\":\"Description\",\r\n\t\t\"TH6\":\"Operation\",\r\n\t\t\"LTH1\":\"No.\",\r\n\t\t\"LTH2\":\"Type of Operation\",\r\n\t\t\"LTH3\":\"Details\",\r\n\t\t\"LTH4\":\"Time of Operation\",\r\n\t\t\"PANEL_LOG\":\"Panel log\",\r\n\t\t\"LOG_EMPTY\":\"Log empty\",\r\n\t\t\"UNABLE_RETRIEVE_LOG\":\"Unable to retrieve log information\"\r\n\t},\r\n\r\n\t\"soft\":{\r\n\t\t\"H1\":\"Dashboard\",\r\n\t\t\"H2\":\"Software Store\",\r\n\t\t\"TH1\":\"Software Name\",\r\n\t\t\"TH2\":\"Type\",\r\n\t\t\"TH3\":\"Description\",\r\n\t\t\"TH4\":\"Directory\",\r\n\t\t\"TH5\":\"Status\",\r\n\t\t\"TH6\":\"Show on Dashboard\",\r\n\t\t\"TH7\":\"Action\",\r\n\t\t\"SEARCH_APP\":\"Search App\",\r\n\t\t\"APP_SORT\":\"App Sort\",\r\n\t\t\"UPDATE_APP_LIST\":\"Update App List\",\r\n\t\t\"UPDATE_FROM_CLOUD\":\"Update From Cloud\",\r\n\t\t\"PS\":\"Upgrade to Pro edition, all plugins, free to use!。\",\r\n\t\t\"UPDATE_PRO_NOW\":\"Upgrade to Pro edition now\",\r\n\t\t\"UPDATE_NOW\":\"Upgrade now\"\r\n\t},\r\n\r\n\t\"install\":{\r\n\t\t\"TITLE\":\"Initialize BT Software\",\r\n\t\t\"INIT_PANEL\":\"Initialize BT Linux Panel\",\r\n\t\t\"SET_ADMIN\":\"Set Admin\",\r\n\t\t\"USER_NAME\":\"User Name\",\r\n\t\t\"SET_ADMIN_NAME\":\"*Please set the admin name\",\r\n\t\t\"SET_ADMIN_PASS\":\"*Please set the admin password\",\r\n\t\t\"MAM_PASS\":\"Manage password\",\r\n\t\t\"REPEAT_PASS\":\"Repeat password\",\r\n\t\t\"CONFIRM\":\"Confirm\",\r\n\t\t\"INIT_PANEL_SUCCESS\":\"BT Linux panel initialized successfully\",\r\n\t\t\"LOGIN_PAGE\":\"Login Page\",\r\n\t\t\"BT\":\"aaPanel\",\r\n\t\t\"PS1\":\"|Makes it easier to use the server\",\r\n\t\t\"PASS_CANT_EMPTY\":\"Username or password cannot be empty!\",\r\n\t\t\"PASS_NOT_SAME\":\"The passwords entered twice are inconsistent, please re-enter!\",\r\n\t\t\"SETTING_UP\":\"Setting up...\"\r\n\t},\r\n\t\r\n\t\"login\":{\r\n\t\t\"N1\":\"User Name\",\r\n\t\t\"N2\":\"Format Error\",\r\n\t\t\"N3\":\"Account\",\r\n\t\t\"N4\":\"Password\",\r\n\t\t\"N5\":\"Password\",\r\n\t\t\"N6\":\"Password\",\r\n\t\t\"N7\":\"Verification Code\",\r\n\t\t\"N8\":\"Verification Code Error\",\r\n\t\t\"N9\":\"Verification Error\",\r\n\t\t\"N10\":\"Click to Change\",\r\n\t\t\"N11\":\"Login\",\r\n\t\t\"N12\":\"Verification Code will be displaied after 3 times of login error\",\r\n\t\t\"N13\":\"Forget Password>>\",\r\n\t\t\"JS1\":\"Error, please try again!\",\r\n\t\t\"JS2\":\"Loading...\",\r\n\t\t\"QR_CORE_LOGIN\":\"Login with aaPanel Mobile\",\r\n\t\t\"OPEN\":\"Open\",\r\n\t\t\"BT_SMALL_P\":\"aaPanel Mobile\",\r\n\t\t\"SCAN_LOGIN\":\"Scan with \",\r\n\t\t\"SCAN_SUCCESS\":\"Scanned successfully, please wait...\",\r\n\t\t\"SAFE_LOGGING_NOW\":\"Securely logging in, please wait...\",\r\n\t\t\"SCAN_MORE_SAFETY\":\"QR code login is more secure\",\r\n\t\t\"USER_LOGIN\":\"Click on the account to login\",\r\n\t\t\"FORM_ERR\":\"Form error, please re-enter!\"\r\n\r\n\t},\r\n\r\n\t\"menu\":{\r\n\t\t\"M1\":\"Dashboard\",\r\n\t\t\"M2\":\"Site\",\r\n\t\t\"M3\":\"FTP\",\r\n\t\t\"M4\":\"DB\",\r\n\t\t\"M5\":\"Monitor\",\r\n\t\t\"M6\":\"Security\",\r\n\t\t\"M7\":\"File\",\r\n\t\t\"M8\":\"Cron\",\r\n\t\t\"M9\":\"Software Store\",\r\n\t\t\"M10\":\"Setting\",\r\n\t\t\"M11\":\"Logout\",\r\n\t\t\"HELP\":\"For Support|Suggestions, please visit the aaPanel Forum\"\r\n\t},\r\n\t\"layout\":{\r\n\t\t\"tips1\":\"The current IE browser version is too low to display some features, please use another browser. Or if you use a browser developed by a Chinese company, please switch to Extreme Mode!\"\r\n\t}\r\n\r\n}\r\n"
  },
  {
    "path": "simplified_chinese/lan.js",
    "content": "var lan = {\n\t\"get\":function(key,args){\n\t\tvar msgs = {\n    \t\t\"diskinfo_span_1\": \"磁盘分区[{1}]上的可用空间不足1 GB，这可能会导致MySQL服务自动停止，或面板无法访问，请清理它！\",\n    \t\t\"process_kill_confirm\": \"正在结束任务进度名称[{1}]、ID[{2}]可能会影响服务器服务，是否继续？\",\n    \t\t\"del\": \"删除[{1}]\",\n    \t\t\"del_all_task\": \"已完全选中[{1}]个任务，删除后无法恢复，是否继续？\",\n    \t\t\"del_all_task_ok\": \"已成功删除[{1}]个任务！\",\n    \t\t\"del_all_task_the\": \"正在删除[{1}]，请稍候...\",\n    \t\t\"add_all_task_ok\": \"已成功添加[{1}]个任务！\",\n    \t\t\"add\": \"正在添加[{1}]，请稍候...\",\n    \t\t\"confirm_del\": \"确定要删除[{1}]吗？\",\n    \t\t\"update_num\": \"一次只能选择{1}个档案，其余不处理！\",\n    \t\t\"service_confirm\": \"您确定要{1}{2}服务吗？\",\n    \t\t\"service_the\": \"{1}{2}服务正在进行，请稍候...\",\n    \t\t\"service_ok\": \"{1}服务已{2}\",\n    \t\t\"service_err\": \"{1}服务{2}失败！\",\n    \t\t\"recycle_bin_confirm\": \"您确定要将此文件[{1}]放入回收站吗？\",\n    \t\t\"recycle_bin_confirm_dir\": \"您确定要将此目录[{1}]放入回收站吗？\",\n    \t\t\"del_all_ftp\": \"已选择[{1}]个ftp，删除后无法恢复，是否继续？\",\n    \t\t\"del_all_ftp_ok\": \"已成功删除{1}个FTP帐户\",\n    \t\t\"del_all_database\": \"总共选择了[{1}]个数据库，删除后无法恢复，是否继续？\",\n    \t\t\"del_all_database_ok\": \"成功删除[{1}]个数据库！\",\n    \t\t\"config_edit_ps\": \"这是{1}主配置文件，如果您不知道配置规则，请不要随意编辑。\",\n    \t\t\"install_confirm\": \"确定要安装{1}-{2}吗？\",\n    \t\t\"del_all_site\": \"已完全选中[{1}]个站点，删除后无法恢复，是否继续？\",\n    \t\t\"del_all_site_ok\": \"已成功删除[{1}]个站点！\",\n    \t\t\"ssl_enable\": \"您已启用[{1}]证书。若要禁用它，请单击“禁用SSL”按钮\",\n    \t\t\"lack_param\": \"缺少必需的参数[{1}]\",\n    \t\t\"del_ftp\": \"您确定要删除ftp帐户[{1}]吗？\"\n\t\t}\n\n\t\tif(!msgs[key]) return '';\n\t\tmsg = msgs[key];\n\t\tfor(var i=0;i<args.length;i++){\n\t\t\t// console.log('test',args[i])\n\t\t\tmsg = msg.replace('{'+(i+1)+'}',args[i]+'');\n\t\t}\n\n\t\treturn msg;\n\t},\n\t\"index\": {\n\t\t\"memre\": \"释放内存\",\n\t\t\"memre_ok\": \"已完成释放\",\n\t\t\"memre_ok_0\": \"释放\",\n\t\t\"memre_ok_1\": \"已释放\",\n\t\t\"memre_ok_2\": \"已经是最好的了\",\n\t\t\"mem_warning\": \"目前可用的物理内存不足64M，这可能会导致MySQL自动停止、SITE 502等错误，请尝试释放内存！\",\n\t\t\"user_warning\": \"当前面板用户为管理员，可能会给面板带来风险！！\",\n\t\t\"cpu_core\": \"核心\",\n\t\t\"interfacespeed\": \"接口速度\",\n\t\t\"package_num\": \"包裹号\",\n\t\t\"interface_net\": \"实时接口流量\",\n\t\t\"net_up\": \"上游\",\n\t\t\"net_down\": \"下游\",\n\t\t\"unit\": \"单位\",\n\t\t\"net_font\": \"宋体\",\n\t\t\"update_go\": \"立即更新\",\n\t\t\"update_get\": \"正在获取版本信息...\",\n\t\t\"update_check\": \"检查更新\",\n\t\t\"update_to\": \"更新为\",\n\t\t\"update_the\": \"正在更新面板...\",\n\t\t\"update_ok\": \"更新！\",\n\t\t\"update_log\": \"版本更新\",\n\t\t\"reboot_title\": \"安全重启服务器\",\n\t\t\"reboot_warning\": \"警告，如果此服务器是容器，请取消\",\n\t\t\"reboot_ps\": \"安全重新启动有助于保护文件，并将执行以下操作：\",\n\t\t\"reboot_ps_1\": \"1.停止Web服务\",\n\t\t\"reboot_ps_2\": \"2.停止MySQL服务\",\n\t\t\"reboot_ps_3\": \"3.启动重启服务器\",\n\t\t\"reboot_ps_4\": \"4.正在等待服务器启动\",\n\t\t\"reboot_msg_1\": \"正在停止Web服务\",\n\t\t\"reboot_msg_2\": \"正在停止MySQL服务\",\n\t\t\"reboot_msg_3\": \"开始重新启动服务器\",\n\t\t\"reboot_msg_4\": \"正在等待服务器启动\",\n\t\t\"reboot_msg_5\": \"服务器重新启动成功！\",\n\t\t\"panel_reboot_title\": \"重启面板服务\",\n\t\t\"panel_reboot_msg\": \"Panel服务将重新启动，是否继续？\",\n\t\t\"panel_reboot_to\": \"正在重新启动面板服务，请稍候...\",\n\t\t\"panel_reboot_ok\": \"Panel服务已成功重新启动！\",\n\t\t\"net_dorp_ip\": \"阻止此IP\",\n\t\t\"net_doup_ip_msg\": \"该IP不能一个接一个地访问服务器，您可以在[安全]中解锁该IP，是否继续？\",\n\t\t\"net_doup_ip_ps\": \"手动闭塞\",\n\t\t\"net_doup_ip_to\": \"手动闭塞\",\n\t\t\"net_status_title\": \"网络状态\",\n\t\t\"net_protocol\": \"协议\",\n\t\t\"net_address_dst\": \"本地地址\",\n\t\t\"net_address_src\": \"远程地址\",\n\t\t\"net_address_status\": \"状态\",\n\t\t\"net_process\": \"流程\",\n\t\t\"net_process_pid\": \"PID\",\n\t\t\"process_check\": \"分析..。\",\n\t\t\"process_kill\": \"杀掉\",\n\t\t\"process_kill_title\": \"终止此进程\",\n\t\t\"process_title\": \"任务管理器\",\n\t\t\"process_pid\": \"PID\",\n\t\t\"process_name\": \"名字\",\n\t\t\"process_cpu\": \"中央处理器\",\n\t\t\"process_mem\": \"记忆\",\n\t\t\"process_disk\": \"读\\/写\",\n\t\t\"process_status\": \"状态\",\n\t\t\"process_thread\": \"螺纹\",\n\t\t\"process_user\": \"用户\",\n\t\t\"process_act\": \"行动\",\n\t\t\"kill_msg\": \"扼杀这一过程。\",\n\t\t\"rep_panel_msg\": \"验证并修复面板，是否继续？\",\n\t\t\"rep_panel_title\": \"维修配电盘\",\n\t\t\"rep_panel_the\": \"正在验证模块...\",\n\t\t\"rep_panel_ok\": \"修复完成，请按Ctrl+F5刷新缓存！\",\n\t\t\"bind_bt_account_first\": \"请先绑定您的aaPanel帐户！\",\n\t\t\"avg_load_atlast_onemin\": \"最近1分钟的平均负载：\",\n\t\t\"avg_load_atlast_fivemin\": \"最近5分钟的平均负载：\",\n\t\t\"avg_load_atlast_fifteenmin\": \"最近15分钟的平均负载：\",\n\t\t\"mem_release_sure\": \"您确定要释放内存吗？\",\n\t\t\"mem_release_warn\": \"如果您的站点处于访问频繁的状态，则释放RAM可能会产生不可预测的后果。您确定要立即释放RAM吗？\",\n\t\t\"update\": \"更新\",\n\t\t\"find_bug_reward\": \"找到虫子，获得aaPanel硬币\",\n\t\t\"run_block\": \"运行受阻\",\n\t\t\"run_slow\": \"跑得很慢\",\n\t\t\"run_normal\": \"正常运行\",\n\t\t\"run_fluent\": \"运行平稳\",\n\t\t\"safe_problem_cant_ignore\": \"这个安全问题不容忽视，请尽快处理。\",\n\t\t\"cant_ignore\": \"不能忽视\",\n\t\t\"edit_now\": \"立即修改\",\n\t\t\"inode_info\": \"信息节点信息\",\n\t\t\"total\": \"总计\",\n\t\t\"already_use\": \"使用\",\n\t\t\"available\": \"可用\",\n\t\t\"inode_percent\": \"信息节点使用情况\",\n\t\t\"test_version\": \"测试版\",\n\t\t\"final_version\": \"稳定\",\n\t\t\"update_version\": \"版本更新\",\n\t\t\"last_version_now\": \"恭喜，这是目前的最新版本\",\n\t\t\"this_version\": \"当前版本：\",\n\t\t\"check_this_version_log\": \"查看当前版本日志\",\n\t\t\"bt_linux\": \"AaPanel Linux\",\n\t\t\"release_time\": \"发布时间：\",\n\t\t\"last_version_is\": \"最新版本是\",\n\t\t\"update_time\": \"版本：\",\n\t\t\"update_verison_click\": \"如果您需要更新到测试版，请点击\",\n\t\t\"check_detail\": \"详细信息\",\n\t\t\"change_final_click\": \"\",\n\t\t\"change_final\": \"切换到稳定版本\",\n\t\t\"have_new_version\": \"提供新的面板版本\",\n\t\t\"last_version\": \"最新版本：\",\n\t\t\"check_version_log\": \"检查版本更新日志\",\n\t\t\"update_date\": \"更新日期：\",\n\t\t\"change_test_to_final\": \"您确定要从测试版切换到稳定版吗？\",\n\t\t\"apply_linux_test_version\": \"申请Linux测试版\",\n\t\t\"apply_most_know\": \"测试版测试员须知\",\n\t\t\"linux_test_version_update_log\": \"Linux Beta更新日志\",\n\t\t\"already_read\": \"我已经查过了\",\n\t\t\"apply_most_know1\": \"<b>《测试版测试人员说明》<\\/b>\",\n\t\t\"second_left_of_click\": \"{1}秒等待点击\",\n\t\t\"update_test_version\": \"更新到Linux测试版\",\n\t\t\"check_test_version_detail\": \"请仔细阅读测试版测试者的使用说明。您确定要更新到Linux测试版吗？\",\n\t\t\"restart_serverorpanel\": \"重新启动服务器或面板\",\n\t\t\"restart_server\": \"重新启动服务器\",\n\t\t\"restart_panel\": \"重新启动面板\",\n\t\t\"get_soft_list_success\": \"已成功从云中获取软件列表\",\n\t\t\"change_free\": \"可以通过解绑帐号来切换回免费版本\",\n\t\t\"ubind\": \"解除绑定帐户\",\n\t\t\"confirm_cancel\": \"确定要取消授权吗\",\n\t\t\"panel_port_tips\": \"当前面板使用默认端口[8888]，存在安全隐患。请在面板设置中修改面板端口！\",\n\t\t\"panel_port_tip1\": \"这个安全问题不容忽视，请尽快处理。\",\n\t\t\"panel_port_tip2\": \"不可忽视\",\n\t\t\"panel_port_tip3\": \"立即更改\",\n\t\t\"base_info\": \"基本信息\",\n\t\t\"capacity_info\": \"容量信息\",\n\t\t\"capacity\": \"容量\",\n\t\t\"usage_rate\": \"使用率\"\n\t},\n\t\"config\": {\n\t\t\"modify_time\": \"修改时间\",\n\t\t\"select_fileordir\": \"选择文件\\/目录\",\n\t\t\"close_panel_msg\": \"关闭面板将使面板不可访问！真的吗？\",\n\t\t\"close_panel_title\": \"禁用面板\",\n\t\t\"config_save\": \"正在保存配置...\",\n\t\t\"config_sync\": \"正在同步时间...\",\n\t\t\"config_user_binding\": \"绑定您的aaPanel帐户\",\n\t\t\"config_user_edit\": \"更改aaPanel帐户\",\n\t\t\"binding\": \"捆绑\",\n\t\t\"token_get\": \"正在获取令牌...\",\n\t\t\"user_bt\": \"用户名\",\n\t\t\"pass_bt\": \"密码\",\n\t\t\"binding_un_msg\": \"您确定要解除绑定aaPanel帐户吗？\",\n\t\t\"binding_un_title\": \"解除绑定\",\n\t\t\"binding_un\": \"解除绑定\",\n\t\t\"ssl_close_msg\": \"关闭SSL后，您必须使用http协议才能访问面板，是否继续？\",\n\t\t\"ssl_open_ps\": \"警告！此功能需要高深知识！\",\n\t\t\"ssl_open_ps_1\": \"首先确定您是否需要启用此功能！\",\n\t\t\"ssl_open_ps_2\": \"如果选择自助证书，浏览器将不显示信任\",\n\t\t\"ssl_open_ps_3\": \"如果无法访问面板，您可以点击下面的链接查找解决方案\",\n\t\t\"ssl_open_ps_4\": \"我已经知道细节了，我愿意冒这个险。\",\n\t\t\"ssl_open_ps_5\": \"查看详细信息\",\n\t\t\"ssl_title\": \"设置面板SSL值\",\n\t\t\"ssl_ps\": \"请先识别风险！\",\n\t\t\"ssl_msg\": \"安装和设置SSL组件，这将需要几分钟时间...\",\n\t\t\"qrcode_no_list\": \"当前绑定列表为空。请绑定后重试\",\n\t\t\"confirm\": \"好的\",\n\t\t\"change_safe_entry\": \"修改安全入口\",\n\t\t\"entry_addr\": \"入口地址\",\n\t\t\"turn_off\": \"关上\",\n\t\t\"submit\": \"提交\",\n\t\t\"get_cert\": \"正在获取证书信息...\",\n\t\t\"key\": \"钥匙\",\n\t\t\"pem_cert\": \"证书(pem格式)\",\n\t\t\"save\": \"保存\",\n\t\t\"ps\": \"粘贴您的*.key和*.pem内容并保存\",\n\t\t\"help\": \"帮助\",\n\t\t\"ps1\": \"如果浏览器提示证书链不完整，请检查pem证书是否拼接正确。\",\n\t\t\"ps2\": \"Pem格式的证书=域证书.crt+根证书(ROOT_Bundle).crt\",\n\t\t\"custom_panel_cert\": \"自定义面板证书\",\n\t\t\"get_qr_core\": \"正在获取二维码，请稍候...\",\n\t\t\"get_qr_core_fail\": \"获取二维码失败，请稍后重试\",\n\t\t\"user_img\": \"用户头像\",\n\t\t\"nikename\": \"绰号\",\n\t\t\"unbind_wechat\": \"解开现在的微信小程序\",\n\t\t\"unbind\": \"解除绑定\",\n\t\t\"add_bind_account\": \"添加另一个要绑定的帐户\",\n\t\t\"confirm_unbind\": \"确定要取消当前绑定吗？\",\n\t\t\"cancel\": \"取消\",\n\t\t\"bind_success\": \"已成功绑定\",\n\t\t\"open_small_app\": \"打开aaPanel面板小程序\",\n\t\t\"qrcore_of_small_app\": \"小程序的二维码\",\n\t\t\"scan_qrcore_with_small_app\": \"使用aaPanel Mobile扫描当前二维码以绑定面板\",\n\t\t\"return_bind_list\": \"返回面板绑定列表\",\n\t\t\"read_bind_list\": \"查看绑定列表\",\n\t\t\"bind_wechat\": \"捆绑微信\",\n\t\t\"no_bind_bt_account\": \"未绑定aaPanel帐户\",\n\t\t\"get_api\": \"正在获取API信息...\",\n\t\t\"set_api\": \"配置面板API\",\n\t\t\"api\": \"应用编程接口\",\n\t\t\"int_sk\": \"API密钥\",\n\t\t\"reset\": \"重置\",\n\t\t\"ip_white_list\": \"IP白名单\",\n\t\t\"one_per_line\": \"每行1个\",\n\t\t\"help1\": \"开启接口后，只有IP白名单中的IP才能访问面板接口。\",\n\t\t\"help2\": \"API密钥在重置时只显示一次，重置后不再显示。请保管好您的钥匙。\",\n\t\t\"help3\": \"API文档\",\n\t\t\"is_submitting\": \"提交.。\",\n\t\t\"create_int_key_success\": \"已生成API密钥。请保管好您的新钥匙。此键只显示一次！\",\n\t\t\"open_successfully\": \"已成功打开\",\n\t\t\"setting_up\": \"正在设置，请稍候...\",\n\t\t\"setting_basicauth\": \"正在配置BasicAuth服务，请稍候...\",\n\t\t\"set_basicauth\": \"配置基本身份验证\",\n\t\t\"not_modified\": \"如果未修改，请留空\",\n\t\t\"set_username\": \"请设置用户名\",\n\t\t\"set_passwd\": \"请设置密码\",\n\t\t\"basic_auth_tips1\": \"注意：请不要在这里使用您常用的密码！\",\n\t\t\"basic_auth_tips2\": \"以任何方式访问面板，您需要输入基本身份验证信息！\",\n\t\t\"basic_auth_tips3\": \"它可以有效地防止面板被扫描和找到，但不能取代面板登录信息\",\n\t\t\"know_risk\": \"您必须使用并了解此功能才能决定是否要打开它！\",\n\t\t\"basic_auth_desc1\": \"打开后，以任何方式访问面板，您需要输入BasicAuth用户名和密码。\",\n\t\t\"basic_auth_desc2\": \"它可以有效地防止面板被扫描和发现。\",\n\t\t\"basic_auth_desc3\": \"您必须记录您设置的帐户密码。\",\n\t\t\"basic_auth_desc4\": \"如果忘记了密码，可以在SSH中使用[bt]命令禁用BasicAuth。\",\n\t\t\"panel_entrance_err\": \"设置未通过身份验证时的响应状态\",\n\t\t\"response\": \"响应\",\n\t\t\"response_msg1\": \"安全条目错误\",\n\t\t\"response_desc\": \"未登录且未正确输入安全条目时的响应，用于隐藏面板功能\",\n\t\t\"open_strong_password\": \"打开强密码\",\n\t\t\"close_strong_password\": \"关闭强密码\",\n\t\t\"strong_password_desc1\": \"启用强密码后，将对密码的复杂性进行判断。规则：\",\n\t\t\"strong_password_desc2\": \"长度8，大小写字母、数字、字符\",\n\t\t\"strong_password_desc3\": \"禁用强密码后，密码登录将不再验证密码复杂性\",\n\t\t\"not_set\": \"未设置\",\n\t\t\"set_password_expiration_time\": \"设置密码过期时间\",\n\t\t\"expire_password_desc1\": \"到期后需要重置密码\",\n\t\t\"expire_password_desc2\": \"设置为0时，表示禁用该功能\",\n\t\t\"expire_time\": \"过期时间\"\n\t},\n\t\"control\": {\n\t\t\"save_day_err\": \"储蓄天数不合法！\",\n\t\t\"close_log\": \"清理日志\",\n\t\t\"close_log_msg\": \"您确定要清理监听的所有日志吗？\",\n\t\t\"disk_read_num\": \"读取次数\",\n\t\t\"disk_write_num\": \"写入次数\",\n\t\t\"disk_read_bytes\": \"读取的字节数\",\n\t\t\"disk_write_bytes\": \"写入字节数\",\n\t\t\"time\": \"时间\",\n\t\t\"sys_resource_usage\": \"系统资源使用情况\",\n\t\t\"m1\": \"1分钟\",\n\t\t\"m5\": \"5分钟\",\n\t\t\"m15\": \"15分钟\",\n\t\t\"resource_usage\": \"资源使用率%\",\n\t\t\"load_detail\": \"加载详细信息\",\n\t\t\"disk_rw_count\": \"读写次数\",\n\t\t\"disk_rw_time\": \"读写等待\"\n\t},\n\t\"crontab\": {\n\t\t\"task_log_title\": \"Cron作业运行日志\",\n\t\t\"task_empty\": \"当前没有cron作业\",\n\t\t\"del_task\": \"您确定要删除此cron作业吗？\",\n\t\t\"del_task_all_title\": \"批量删除cron作业\",\n\t\t\"del_task_err\": \"无法删除以下cron作业：\",\n\t\t\"add_task_empty\": \"Cron作业名称不能为空！\",\n\t\t\"input_hour_err\": \"小时值不合法！\",\n\t\t\"input_minute_err\": \"分钟值非法！\",\n\t\t\"input_number_err\": \"不允许负数！\",\n\t\t\"input_file_err\": \"请选择脚本文件！\",\n\t\t\"input_script_err\": \"外壳脚本不能为空！\",\n\t\t\"input_url_err\": \"URL地址不正确！\",\n\t\t\"input_empty_err\": \"对象列表为空，无法继续！\",\n\t\t\"backup_site\": \"备份站点\",\n\t\t\"backup_database\": \"备份数据库\",\n\t\t\"backup_log\": \"备份日志\",\n\t\t\"backup_all_err\": \"无法为以下对象添加cron作业：\",\n\t\t\"day\": \"天\",\n\t\t\"hour\": \"小时\",\n\t\t\"minute\": \"分钟\",\n\t\t\"sun\": \"天\",\n\t\t\"sbody\": \"脚本内容\",\n\t\t\"log_site\": \"挖方场地\",\n\t\t\"url_address\": \"URL地址\",\n\t\t\"backup_to\": \"备份到\",\n\t\t\"disk\": \"服务器的磁盘\",\n\t\t\"save_new\": \"保持在最后\",\n\t\t\"save_num\": \"\",\n\t\t\"TZZ1\": \"星期一\",\n\t\t\"TZZ2\": \"星期二\",\n\t\t\"TZZ3\": \"星期三\",\n\t\t\"TZZ4\": \"星期四\",\n\t\t\"TZZ5\": \"星期五\",\n\t\t\"TZZ6\": \"星期六\",\n\t\t\"TZZ7\": \"星期天\",\n\t\t\"mem_ps\": \"免费的PHP\\/MySQL\\/Pure-FTPd\\/apache\\/nginx内存，建议每天午夜执行！\",\n\t\t\"mem\": \"可用内存\",\n\t\t\"log_empty\": \"当前日志为空\",\n\t\t\"microsoft_yahei\": \"微软雅黑\",\n\t\t\"crontab_stop\": \"禁用cron作业\",\n\t\t\"normal\": \"正常\",\n\t\t\"crontab_start\": \"启用cron作业\",\n\t\t\"disable\": \"禁用\",\n\t\t\"local_disk\": \"本地磁盘\",\n\t\t\"shell\": \"外壳脚本\",\n\t\t\"site_bak\": \"备份站点\",\n\t\t\"db_bak\": \"备份数据库\",\n\t\t\"log_split\": \"原木伐木\",\n\t\t\"dir_bak\": \"目录备份\",\n\t\t\"mem_release\": \"可用内存\",\n\t\t\"get_url\": \"获取URL\",\n\t\t\"hourly\": \"每小时\",\n\t\t\"daily\": \"每天\",\n\t\t\"weekly\": \"每周\",\n\t\t\"monthly\": \"每月\",\n\t\t\"n_day\": \"N天\",\n\t\t\"n_hour\": \"N小时\",\n\t\t\"n_min\": \"N分钟\",\n\t\t\"all\": \"全\",\n\t\t\"server_disk\": \"服务器磁盘\",\n\t\t\"crontab_edit\": \"编辑cron作业\",\n\t\t\"task_type\": \"Cron作业的类型\",\n\t\t\"task_name\": \"Cron作业的名称\",\n\t\t\"exec_cycle\": \"执行周期\",\n\t\t\"hour1\": \"小时\",\n\t\t\"minute1\": \"最小\",\n\t\t\"bakup_to\": \"备份到\",\n\t\t\"keep_update\": \"保持在最后\",\n\t\t\"copies\": \"副本\",\n\t\t\"shell_content\": \"脚本内容\",\n\t\t\"tips\": \"提示\",\n\t\t\"tips_content\": \"免费的PHP\\/MySQL\\/Pure-FTPd\\/apache\\/nginx内存，建议每天午夜执行！\",\n\t\t\"edit_save\": \"保存更改\",\n\t\t\"saving\": \"正在保存更改，请稍候...\",\n\t\t\"crontab_stop_will\": \"挂起后，cron作业将不会继续运行。您确定要暂停此cron作业吗？\",\n\t\t\"disable_change_crontab_start\": \"Cron作业停用，您确定要启用此cron作业吗？\",\n\t\t\"setting_status\": \"正在设置状态，请稍候...\",\n\t\t\"exclusion_rule\": \"排除规则\",\n\t\t\"exclusion_rule_tips\": \"对于一行中的每个规则，目录不能以\\/结尾，例如\"\n\t},\n\t\"firewall\": {\n\t\t\"empty\": \"打扫干净了！\",\n\t\t\"port\": \"港口\",\n\t\t\"accept\": \"接受\",\n\t\t\"port_ps\": \"注：支持接受端口范围，如3000：3500\",\n\t\t\"ip\": \"要阻止的IP地址\",\n\t\t\"drop\": \"块\",\n\t\t\"ip_ps\": \"注：支持拦截IP段，如：192.168.0.0\\/24\",\n\t\t\"ssh_port_msg\": \"更改SSH远程端口将注销所有登录用户，是否确实要更改端口？\",\n\t\t\"ssh_port_title\": \"SSH远程端口\",\n\t\t\"ssh_off_msg\": \"关闭SSH服务将同时注销所有已登录的用户，是否继续？\",\n\t\t\"ssh_on_msg\": \"您确定要打开SSH服务吗？\",\n\t\t\"ping_msg\": \"阻止ICMP不会影响站点访问，但ICMP功能不能用于此服务器，您确定要阻止ICMP吗？\",\n\t\t\"ping_un_msg\": \"ICMP解封后服务器可能会被黑客发现，您确定要解封ICMP吗？\",\n\t\t\"ping_title\": \"是否阻止ICMP\",\n\t\t\"ping\": \"ICMP已阻止\",\n\t\t\"ping_un\": \"ICMP解锁\",\n\t\t\"ping_err\": \"无法连接到服务器\",\n\t\t\"status_not\": \"没有在听\",\n\t\t\"status_net\": \"无法访问公网\",\n\t\t\"status_ok\": \"倾听\",\n\t\t\"drop_ip\": \"阻止IP地址\",\n\t\t\"accept_port\": \"接受端口\",\n\t\t\"port_err\": \"端口范围非法！\",\n\t\t\"ps_err\": \"备注\\/说明不允许为空！\",\n\t\t\"del_title\": \"删除防火墙规则\",\n\t\t\"close_log\": \"清除日志\",\n\t\t\"close_log_msg\": \"是否要清除日志，是否继续？\",\n\t\t\"close_the\": \"正在清空，请稍候...\",\n\t\t\"mysql_default_port\": \"MySQL服务的默认端口\",\n\t\t\"phpmmyadmin_default_port\": \"默认端口phpMyAdmin\",\n\t\t\"ssh_default_port\": \"SSH远程服务\",\n\t\t\"ftp1_default_port\": \"FTPActive模式的数据端口\",\n\t\t\"ftp_default_port\": \"Ftp协议的默认端口\",\n\t\t\"ftp2_default_port\": \"被动模式的端口范围\",\n\t\t\"mem_default_port\": \"Memcached服务端口\",\n\t\t\"rsync_default_port\": \"RSync数据同步服务\",\n\t\t\"bt_default_port\": \"AaPanel的默认端口\",\n\t\t\"site_default_port\": \"网站的默认端口\",\n\t\t\"del\": \"删除\",\n\t\t\"number\": \"ID号\",\n\t\t\"behavior\": \"规则\",\n\t\t\"status\": \"状态\",\n\t\t\"add_time\": \"添加日期\",\n\t\t\"instructions\": \"指令\",\n\t\t\"operate\": \"操作\",\n\t\t\"operate_type\": \"操作类型\",\n\t\t\"detail\": \"细节\",\n\t\t\"operate_time\": \"运行时间\"\n\t},\n\t\"upload\": {\n\t\t\"upload\": \"上传\",\n\t\t\"file_type_err\": \"不允许上传文件类型！\",\n\t\t\"file_err\": \"文件错误\",\n\t\t\"file_err_empty\": \"文件不允许为空！\",\n\t\t\"select_file\": \"选择文件！\",\n\t\t\"select_empty\": \"没有可上载的文件，请重新选择文件\",\n\t\t\"up_sleep\": \"正在等待上载\",\n\t\t\"up_the\": \"上传\",\n\t\t\"up_save\": \"存钱..\",\n\t\t\"up_ok\": \"上传成功\",\n\t\t\"up_ok_1\": \"上传完成\",\n\t\t\"up_ok_2\": \"上传\",\n\t\t\"up_speed\": \"正在上传：\",\n\t\t\"up_err\": \"上传错误\",\n\t\t\"ie_err\": \"对不起，不支持IE 6\\/7\\/8，请使用其他浏览器上传文件\"\n\t},\n\t\"bt\": {\n\t\t\"empty\": \"空的\",\n\t\t\"dir\": \"选择目录\",\n\t\t\"path\": \"当前路径\",\n\t\t\"comp\": \"电脑\",\n\t\t\"filename\": \"文件名\",\n\t\t\"etime\": \"修改时间\",\n\t\t\"access\": \"许可\",\n\t\t\"own\": \"物主\",\n\t\t\"adddir\": \"添加目录\",\n\t\t\"editdir\": \"编辑目录\",\n\t\t\"deldir\": \"删除目录\",\n\t\t\"sitedir\": \"站点目录\",\n\t\t\"path_ok\": \"选择\",\n\t\t\"save_file\": \"正在保存，请稍候...\",\n\t\t\"read_file\": \"正在阅读，请稍候...\",\n\t\t\"edit_title\": \"在线编辑\",\n\t\t\"edit_ps\": \"提示：Ctrl+F搜索关键字，Ctrl+G查找下一步，Ctrl+S保存，Ctrl+Shift+R查找和替换！\",\n\t\t\"stop\": \"停\",\n\t\t\"start\": \"开始\",\n\t\t\"restart\": \"重新启动\",\n\t\t\"reload\": \"重新加载\",\n\t\t\"php_status_err\": \"抱歉，不支持PHP 5.2\",\n\t\t\"php_status_title\": \"PHP平均负载\",\n\t\t\"php_pool\": \"应用程序池\",\n\t\t\"php_manager\": \"流程管理模式\",\n\t\t\"dynamic\": \"动态\",\n\t\t\"static\": \"静电\",\n\t\t\"php_start\": \"开始时间\",\n\t\t\"php_accepted\": \"已接受的连接\",\n\t\t\"php_queue\": \"已监听的队列\",\n\t\t\"php_max_queue\": \"最大监听队列\",\n\t\t\"php_len_queue\": \"监听队列长度\",\n\t\t\"php_idle\": \"空闲进程\",\n\t\t\"php_active\": \"活动进程\",\n\t\t\"php_total\": \"总流程\",\n\t\t\"php_max_active\": \"最大活动进程数\",\n\t\t\"php_max_children\": \"已达到最大子进程数\",\n\t\t\"php_slow\": \"请求速度较慢\",\n\t\t\"nginx_title\": \"Ngix平均负载\",\n\t\t\"nginx_active\": \"活动连接数\",\n\t\t\"nginx_accepts\": \"接受的总数\",\n\t\t\"nginx_handled\": \"已处理总数\",\n\t\t\"nginx_requests\": \"请求总数\",\n\t\t\"nginx_reading\": \"阅读\",\n\t\t\"nginx_writing\": \"写作\",\n\t\t\"nginx_waiting\": \"等待\",\n\t\t\"nginx_worker\": \"工作进程\",\n\t\t\"nginx_workercpu\": \"Nginx Worker CPU\",\n\t\t\"nginx_workermen\": \"Nginx Worker内存\",\n\t\t\"apache_uptime\": \"正常运行时间\",\n\t\t\"apache_restarttime\": \"重新启动时间\",\n\t\t\"apache_totalaccesses\": \"访问总数\",\n\t\t\"apache_totalkbytes\": \"总字节数\",\n\t\t\"apache_reqpersec\": \"每秒请求数\",\n\t\t\"apache_idleworkers\": \"闲置工人\",\n\t\t\"apache_busyworkers\": \"忙碌的员工\",\n\t\t\"apache_workercpu\": \"阿帕奇工作CPU\",\n\t\t\"apache_workermem\": \"阿帕奇工作内存\",\n\t\t\"drop_ip_title\": \"阻止此IP\",\n\t\t\"net_status_title\": \"网络状态\",\n\t\t\"net_pool\": \"协议\",\n\t\t\"copy_ok\": \"已复制\",\n\t\t\"copy_empty\": \"密码为空\",\n\t\t\"cal_msg\": \"结果：\",\n\t\t\"cal_empty\": \"输入结果，否则无法删除\",\n\t\t\"cal_err\": \"结果不正确，请重试\",\n\t\t\"loginout\": \"您确定要注销吗？\",\n\t\t\"pass_err_len\": \"面板密码不能少于8个字符！\",\n\t\t\"pass_err\": \"不能是弱密码\",\n\t\t\"pass_err_re\": \"两次输入的密码不一致\",\n\t\t\"pass_title\": \"更改密码\",\n\t\t\"pass_new_title\": \"新密码\",\n\t\t\"pass_rep\": \"随机密码\",\n\t\t\"pass_rep_btn\": \"随机\",\n\t\t\"pass_re\": \"重复\",\n\t\t\"pass_re_title\": \"再次进入\",\n\t\t\"pass_rep_ps\": \"请在更改之前记录您的新密码！\",\n\t\t\"user_len\": \"用户名不能少于3个字符\",\n\t\t\"user_err_re\": \"两次输入的用户名不一致\",\n\t\t\"user_title\": \"更改用户名\",\n\t\t\"user\": \"用户名\",\n\t\t\"user_new\": \"新用户名\",\n\t\t\"task_list\": \"任务列表\",\n\t\t\"task_msg\": \"消息列表\",\n\t\t\"task_not_list\": \"当前没有任务！\",\n\t\t\"task_scan\": \"正在扫描\",\n\t\t\"task_install\": \"正在安装\",\n\t\t\"task_sleep\": \"等待\",\n\t\t\"task_downloading\": \"正在下载\",\n\t\t\"task_the\": \"正在处理中\",\n\t\t\"task_ok\": \"成品\",\n\t\t\"task_close\": \"任务取消！\",\n\t\t\"time\": \"耗时\",\n\t\t\"s\": \"秒\",\n\t\t\"install_title\": \"推荐的软件包\",\n\t\t\"install_ps\": \"推荐使用以下一键套餐，请按需选择或在\",\n\t\t\"install_s\": \"软件商店\",\n\t\t\"install_s1\": \"自行选择，推荐安装LEMP。\",\n\t\t\"install_lnmp\": \"LNMP(推荐)\",\n\t\t\"install_type\": \"方法\",\n\t\t\"install_rpm\": \"快地\",\n\t\t\"install_rpm_title\": \"即rpm，安装时间很短(5~10分钟)，性能和稳定性略低于编译\",\n\t\t\"install_src\": \"已编译\",\n\t\t\"install_src_title\": \"安装时间长(30分钟至3小时)，适用于生产环境\",\n\t\t\"install_key\": \"一键安装\",\n\t\t\"install_apache22\": \"选择Apache2.2，PHP将在php5_MODULE模式下运行！\",\n\t\t\"install_apache24\": \"选定Apache2.4，PHP将在php-fpm模式下运行！\",\n\t\t\"insatll_s22\": \"不支持Apache2.2\",\n\t\t\"insatll_s24\": \"不支持Apache2.4\",\n\t\t\"insatll_mem\": \"您的内存小于{1}，不建议安装MySQL-{2}\",\n\t\t\"install_to\": \"正在添加到安装程序...\",\n\t\t\"install_ok\": \"已将安装请求添加到安装程序\",\n\t\t\"task_add\": \"已添加到队列\",\n\t\t\"panel_open\": \"打开面板...\",\n\t\t\"panel_add\": \"添加aaPanel关联\",\n\t\t\"panel_edit\": \"修改关联\",\n\t\t\"panel_err_format\": \"面板地址格式不正确，例如\",\n\t\t\"panel_err_empty\": \"面板信息不能为空\",\n\t\t\"panel_address\": \"面板地址\",\n\t\t\"panel_user\": \"用户名\",\n\t\t\"panel_pass\": \"密码\",\n\t\t\"panel_ps\": \"备注\",\n\t\t\"panel_ps_1\": \"保留其他服务器面板的信息以启用一键登录功能\",\n\t\t\"panel_ps_2\": \"面板备注不能重复\",\n\t\t\"panel_ps_3\": \"<FONT STYLE=“COLOR：RED”>请注意，启用广告拦截将中断快速登录。<\\/FONT>\",\n\t\t\"task_time\": \"时间\",\n\t\t\"task_name\": \"名字\",\n\t\t\"task_msg_title\": \"消息通知\",\n\t\t\"task_title\": \"消息框\",\n\t\t\"task_tip_read\": \"标记为已读\",\n\t\t\"task_tip_all\": \"将ALL标记为Read\",\n\t\t\"no_data\": \"目前没有数据\"\n\t},\n\t\"files\": {\n\t\t\"expected_to_be\": \"预计将是\",\n\t\t\"continue\": \"是否要继续\",\n\t\t\"unfavorite1\": \"不受欢迎\",\n\t\t\"recycle_bin_warning\": \"回收站当前未打开，删除后无法恢复。是否要继续\",\n\t\t\"del_in_bulk\": \"批量删除\",\n\t\t\"del_to_recycle_bin\": \"删除后，将被移至回收站。你想继续吗？\",\n\t\t\"mounted_disk\": \"挂载磁盘\",\n\t\t\"file_has_been_shared\": \"文件已共享，请单击查看信息\",\n\t\t\"file_has_been_favorite\": \"该文件已添加到收藏夹，再次单击可取消\",\n\t\t\"recycle_bin_dir\": \"PS：回收站目录，请勿操作\",\n\t\t\"swap_file\": \"PS：交换交换分区文件由aaPanel默认设置\",\n\t\t\"apache_profile\": \"PS：阿帕奇用户配置文件(URL重写)\",\n\t\t\"php_profile\": \"PS：PHP用户配置文件(反跨站)！\",\n\t\t\"deleting_permission\": \"正在删除权限备份，请稍候...\",\n\t\t\"fix_permission\": \"正在修复文件权限，请稍候...\",\n\t\t\"setting_permission_list\": \"正在设置权限列表，请稍候...\",\n\t\t\"getting_permission_list\": \"正在获取权限列表，请稍候...\",\n\t\t\"getting_recycle_list\": \"正在获取回收站列表，请稍候...\",\n\t\t\"performing_bulk_opt\": \"正在执行批量操作，请稍候...\",\n\t\t\"adding_favorite\": \"正在添加收藏夹，请稍候...\",\n\t\t\"cancel_share\": \"正在取消共享，请稍候...\",\n\t\t\"create_share\": \"正在创建共享，请稍候...\",\n\t\t\"getting_s_share_info\": \"正在获取指定的共享信息，请稍候...\",\n\t\t\"getting_share_list\": \"正在获取共享列表，请稍候...\",\n\t\t\"unfavorite\": \"不速之客，请稍等...\",\n\t\t\"getting_favorite\": \"正在获取收藏列表，请稍候...\",\n\t\t\"create_favorite\": \"正在创建收藏夹类别，请稍候...\",\n\t\t\"getting_dir_size\": \"正在获取目录大小，请稍候...\",\n\t\t\"deleting_user\": \"正在删除用户，请稍候...\",\n\t\t\"check_same_name_file\": \"正在检查同名文件是否存在，请稍候...\",\n\t\t\"recycle_bin_re\": \"恢复\",\n\t\t\"recycle_bin_del\": \"永久删除\",\n\t\t\"recycle_bin_on\": \"文件回收站\",\n\t\t\"recycle_bin_on_db\": \"数据库回收站\",\n\t\t\"recycle_bin_ps\": \"警告：如果回收站功能关闭，删除的文件将无法恢复！\",\n\t\t\"recycle_bin_close\": \"清空回收站\",\n\t\t\"recycle_bin_type1\": \"全\",\n\t\t\"recycle_bin_type2\": \"文件夹\",\n\t\t\"recycle_bin_type3\": \"档案\",\n\t\t\"recycle_bin_type4\": \"图像\",\n\t\t\"recycle_bin_type5\": \"文档\",\n\t\t\"recycle_bin_type6\": \"数据库\",\n\t\t\"recycle_bin_th1\": \"文件名\",\n\t\t\"recycle_bin_th2\": \"原始目录\",\n\t\t\"recycle_bin_th3\": \"大小\",\n\t\t\"recycle_bin_th4\": \"移除时间\",\n\t\t\"recycle_bin_th5\": \"行动\",\n\t\t\"recycle_bin_title\": \"回收站\",\n\t\t\"recycle_bin_re_title\": \"恢复文件\",\n\t\t\"recycle_bin_re_msg\": \"同名文件或目录将被覆盖，是否继续？\",\n\t\t\"recycle_bin_re_the\": \"正在恢复，请稍候...\",\n\t\t\"recycle_bin_del_title\": \"删除文件\",\n\t\t\"recycle_bin_del_msg\": \"删除操作无法取消，是否继续？\",\n\t\t\"recycle_bin_del_the\": \"正在删除，请稍候...\",\n\t\t\"recycle_bin_close_msg\": \"清空回收站将永久删除文件，是否继续？\",\n\t\t\"recycle_bin_close_the\": \"正在删除，请稍候...\",\n\t\t\"file_menu_copy\": \"复制\",\n\t\t\"file_menu_mv\": \"切\",\n\t\t\"file_menu_rename\": \"改名\",\n\t\t\"file_menu_auth\": \"许可\",\n\t\t\"file_menu_zip\": \"压缩\",\n\t\t\"file_menu_unzip\": \"解压缩\",\n\t\t\"file_menu_edit\": \"编辑\",\n\t\t\"file_menu_img\": \"预览\",\n\t\t\"file_menu_down\": \"下载\",\n\t\t\"file_menu_del\": \"删除\",\n\t\t\"file_name\": \"文件名\",\n\t\t\"file_size\": \"大小\",\n\t\t\"file_etime\": \"修改时间\",\n\t\t\"file_auth\": \"许可\",\n\t\t\"file_own\": \"物主\",\n\t\t\"file_read\": \"朗读\",\n\t\t\"file_write\": \"写\",\n\t\t\"file_exec\": \"执行\",\n\t\t\"file_public\": \"公众\",\n\t\t\"file_group\": \"集团化\",\n\t\t\"file_act\": \"行动\",\n\t\t\"get_size\": \"共{1}个目录和{2}个文件，大小：\",\n\t\t\"get\": \"到达\",\n\t\t\"new\": \"新的\",\n\t\t\"new_empty_file\": \"新的空白文件\",\n\t\t\"new_dir\": \"新目录\",\n\t\t\"dir_name\": \"目录名\",\n\t\t\"return\": \"返回到上一页\",\n\t\t\"shell\": \"终端\",\n\t\t\"paste\": \"浆糊\",\n\t\t\"paste_all\": \"全部粘贴\",\n\t\t\"path_root\": \"文档根目录\",\n\t\t\"all\": \"批次\",\n\t\t\"set_auth\": \"设置权限\",\n\t\t\"up_title\": \"上传文件\",\n\t\t\"up_add\": \"增列\",\n\t\t\"up_start\": \"开始\",\n\t\t\"up_coding\": \"文件编码\",\n\t\t\"up_bin\": \"二进位\",\n\t\t\"unzip_title\": \"解压缩文件\",\n\t\t\"unzip_name\": \"文件名\",\n\t\t\"unzip_name_title\": \"解压缩文件名\",\n\t\t\"unzip_to\": \"解压缩为\",\n\t\t\"unzip_coding\": \"编码\",\n\t\t\"unzip_the\": \"正在解压，请稍候...\",\n\t\t\"zip_title\": \"压缩文件\",\n\t\t\"zip_to\": \"压缩为\",\n\t\t\"zip_the\": \"正在压缩，请稍候...\",\n\t\t\"zip_ok\": \"正在服务器后台压缩文件，请刷新文件列表稍后查看处理！\",\n\t\t\"zip_pass_title\": \"密码\",\n\t\t\"zip_pass_msg\": \"如果不需要，则留空\",\n\t\t\"mv_the\": \"正在移动，请稍候...\",\n\t\t\"copy_the\": \"正在复制，请稍候...\",\n\t\t\"copy_ok\": \"已复制\",\n\t\t\"mv_ok\": \"切\",\n\t\t\"shell_title\": \"执行命令(仅支持非交互命令)\",\n\t\t\"shell_go\": \"发送\",\n\t\t\"shell_ps\": \"命令行\",\n\t\t\"down_title\": \"下载文件\",\n\t\t\"down_url\": \"URL地址\",\n\t\t\"down_to\": \"下载至\",\n\t\t\"down_save\": \"要保存的文件名\",\n\t\t\"down_task\": \"正在添加队列，请稍候..\",\n\t\t\"del_file\": \"删除文件\",\n\t\t\"del_dir\": \"删除目录\",\n\t\t\"del_all_file\": \"批量删除文件\",\n\t\t\"del_all_msg\": \"你确定要把它们都放进回收站吗？\",\n\t\t\"file_conver_msg\": \"是否要覆盖以下文件，是否继续？\",\n\t\t\"calc_size\": \"正在计算目录大小，请稍候...\",\n\t\t\"search_now\": \"正在搜索，请稍候...\",\n\t\t\"per_page\": \"每页\",\n\t\t\"piece\": \"项目\",\n\t\t\"calc_click\": \"点击可计算\",\n\t\t\"ps_php\": \"PS：PHP配置文件(防跨目录)！\",\n\t\t\"ps_ap\": \"PS：APACHE用户配置文件(重写规则)\",\n\t\t\"ps_swap\": \"PS：AaPanel默认交换虚拟RAM文件\",\n\t\t\"last_edit_time\": \"上次修改时间\",\n\t\t\"will_cover_this_file\": \"即将覆盖以下文件\",\n\t\t\"file_name_cant_empty\": \"文件名不能为空！\",\n\t\t\"recommend\": \"推荐\",\n\t\t\"comp_type\": \"压缩类型\",\n\t\t\"general_format\": \"通用格式\",\n\t\t\"compatibility_better_chinese\": \"WinRar与中文更兼容\",\n\t\t\"calc_now\": \"正在计算，请稍候\",\n\t\t\"apply_to_subd\": \"应用于子目录\",\n\t\t\"upload_files_tips1\": \"PS：AaPanel文件上传临时文件，从断点重新上传简历，可以删除\",\n\t\t\"dir_menu_webshell\": \"特洛伊木马扫描\",\n\t\t\"file_menu_webshell\": \"特洛伊木马扫描\"\n\t},\n\t\"ftp\": {\n\t\t\"empty\": \"当前没有ftp数据\",\n\t\t\"stop_title\": \"停用此用户\",\n\t\t\"start_title\": \"激活此用户\",\n\t\t\"stop\": \"已停止\",\n\t\t\"start\": \"已激活\",\n\t\t\"copy\": \"复制密码\",\n\t\t\"open_path\": \"打开目录\",\n\t\t\"edit_pass\": \"CHG PW\",\n\t\t\"ps\": \"备注\",\n\t\t\"add_title\": \"添加ftp用户\",\n\t\t\"add_user\": \"用户名\",\n\t\t\"add_user_tips\": \"请输入FTP用户名\",\n\t\t\"add_pass\": \"密码\",\n\t\t\"add_pass_tips\": \"请输入ftp密码\",\n\t\t\"add_pass_rep\": \"随机密码\",\n\t\t\"add_path\": \"家\",\n\t\t\"add_path_tips\": \"请输入或选择ftp目录\",\n\t\t\"add_path_rep\": \"选择目录\",\n\t\t\"add_path_title\": \"用户的文档根目录，将自动创建同名目录\",\n\t\t\"add_path_ps\": \"Ftp指向的目录\",\n\t\t\"add_ps\": \"注意事项\",\n\t\t\"add_ps_title\": \"备注信息(少于255个字符)\",\n\t\t\"del_all\": \"是否批量删除选定的ftp用户？\",\n\t\t\"del_all_err\": \"以下ftp用户删除失败：\",\n\t\t\"stop_confirm\": \"是否要关闭{1}的ftp？\",\n\t\t\"pass_title\": \"更改ftp用户密码\",\n\t\t\"pass_user\": \"用户名\",\n\t\t\"pass_new\": \"新密码\",\n\t\t\"pass_confirm\": \"您确定要更改ftp用户密码吗？\",\n\t\t\"port_title\": \"更改FTP端口\",\n\t\t\"port_name\": \"港口\",\n\t\t\"port_tips\": \"请输入端口\",\n\t\t\"del_ftp_title\": \"删除ftp\",\n\t\t\"del_ftp_all_title\": \"删除所选的ftp\",\n\t\t\"status\": \"状态\",\n\t\t\"ftp_user\": \"Ftp用户\",\n\t\t\"operate\": \"操作\",\n\t\t\"change_pass\": \"更改ftp密码\",\n\t\t\"del\": \"删除\",\n\t\t\"set_path_tips1\": \"迁移数据的方式是复制\",\n\t\t\"set_path_tips3\": \"迁移完成后需要手动清理旧数据\",\n\t\t\"set_path_tips2\": \"如果数据量很大，建议手动迁移\",\n\t\t\"migrate\": \"迁徙\",\n\t\t\"change_ftp_user_home\": \"更改ftp用户主页\"\n\t},\n\t\"database\": {\n\t\t\"empty\": \"目前没有数据库\",\n\t\t\"database_search\": \"数据库搜索\",\n\t\t\"backup_empty\": \"不存在\",\n\t\t\"backup_ok\": \"存在\",\n\t\t\"copy_pass\": \"复制密码\",\n\t\t\"input\": \"进口\",\n\t\t\"input_title\": \"导入数据库\",\n\t\t\"admin\": \"经理\",\n\t\t\"admin_title\": \"数据库管理器\",\n\t\t\"auth\": \"许可\",\n\t\t\"auth_title\": \"设置访问权限\",\n\t\t\"edit_pass\": \"CHG PW\",\n\t\t\"edit_pass_title\": \"更改数据库密码\",\n\t\t\"del_title\": \"删除数据库\",\n\t\t\"ps\": \"备注信息\",\n\t\t\"add_title\": \"添加数据库\",\n\t\t\"add_name\": \"数据库名称\",\n\t\t\"add_name_title\": \"新数据库名称\",\n\t\t\"add_pass\": \"密码\",\n\t\t\"add_pass_title\": \"数据库密码\",\n\t\t\"add_pass_rep\": \"随机密码\",\n\t\t\"add_auth\": \"访问权限\",\n\t\t\"add_auth_local\": \"本地主机\",\n\t\t\"add_auth_all\": \"每个人\",\n\t\t\"add_auth_ip\": \"特定IP\",\n\t\t\"add_auth_ip_title\": \"请输入有权访问该数据库的IP\",\n\t\t\"add_ps\": \"备注\",\n\t\t\"edit_root\": \"超级用户密码\",\n\t\t\"user\": \"用户名\",\n\t\t\"edit_pass_new\": \"新密码\",\n\t\t\"edit_pass_new_title\": \"新数据库密码\",\n\t\t\"edit_pass_confirm\": \"您确定要更改密码吗？\",\n\t\t\"backup_re\": \"修补\",\n\t\t\"backup_name\": \"文件名\",\n\t\t\"backup_size\": \"文件大小\",\n\t\t\"backup_time\": \"备份时间\",\n\t\t\"backup_title\": \"数据库备份详细信息\",\n\t\t\"backup\": \"备份\",\n\t\t\"position\": \"职位\",\n\t\t\"input_confirm\": \"数据库将被覆盖，是否继续？\",\n\t\t\"input_the\": \"正在导入，请稍候...\",\n\t\t\"backup_the\": \"正在备份，请稍候...\",\n\t\t\"backup_del_title\": \"删除备份文件\",\n\t\t\"backup_del_confirm\": \"确定要删除备份文件吗？\",\n\t\t\"del_all_title\": \"批量删除数据库\",\n\t\t\"del_all_err\": \"以下数据库删除失败：\",\n\t\t\"input_title_file\": \"从文件导入到数据库\",\n\t\t\"input_local_up\": \"从本地上传\",\n\t\t\"input_ps1\": \"仅支持SQL、ZIP、(tar.gz|gz|tgz)\",\n\t\t\"input_ps2\": \"Zip，tar.gz存档的结构：test.sql必须包含在test.zip或test.tar.gz中\",\n\t\t\"input_ps3\": \"如果文件过大，还可以使用SFTP工具将数据库档案上载到\\/www\\/Backup\\/DATABASE\",\n\t\t\"input_up_type\": \"请上传SQL或Zip或tar.gz档案\",\n\t\t\"auth_err\": \"无法修改此数据库的访问权限\",\n\t\t\"auth_name\": \"访问权限\",\n\t\t\"sync_the\": \"正在同步，请稍候...\",\n\t\t\"phpmyadmin_err\": \"请安装phpMyAdmin\",\n\t\t\"phpmyadmin\": \"打开phpMyAdmin\",\n\t\t\"cant_get_pass\": \"无法获取密码，请通过设置密码\",\n\t\t\"button_set_pass\": \"按钮\",\n\t\t\"operation\": \"操作\",\n\t\t\"mysql_tools\": \"MySQL优化与修复工具\",\n\t\t\"tools\": \"工具\",\n\t\t\"set_db_auth\": \"设置数据库权限\",\n\t\t\"del\": \"删除\",\n\t\t\"get_data\": \"正在获取数据，请稍候...\",\n\t\t\"optimization\": \"优化\",\n\t\t\"change\": \"转换为\",\n\t\t\"size\": \"大小\",\n\t\t\"mysql_tools_box\": \"MySQL工具箱\",\n\t\t\"db_name\": \"数据库名称\",\n\t\t\"tb_name\": \"表名\",\n\t\t\"engine\": \"发动机\",\n\t\t\"character\": \"性格\",\n\t\t\"row_num\": \"行号\",\n\t\t\"tb_repair\": \"[修复]尝试使用修复命令修复损坏的台面。你只能做一个简单的修理。<br>&nbsp；&nbsp；&nbsp；如果修复失败，请考虑使用myisamchk工具。\",\n\t\t\"tb_optimization\": \"[优化]执行优化命令以恢复未释放的磁盘空间。建议每月执行一次。\",\n\t\t\"tb_change_engine\": \"[转换为InnoDB\\/MyISAM]转换数据库表引擎。建议将所有表转换为InnoDB\",\n\t\t\"repair\": \"修补\",\n\t\t\"send_repair_command\": \"修复命令已发送，请稍候...\",\n\t\t\"send_opt_command\": \"优化命令已发送，请稍候...\",\n\t\t\"send_change_command\": \"发动机转换命令已发送，请稍候...\",\n\t\t\"choose_at_least_one_tb\": \"请至少选择一张表！\",\n\t\t\"download\": \"下载\",\n\t\t\"not_found_pwd_1\": \"获取密码失败，请单击\",\n\t\t\"not_found_pwd_2\": \"重置\",\n\t\t\"not_found_pwd_3\": \"\",\n\t\t\"cloud_server\": \"远程数据库\",\n\t\t\"cloud_server_list\": \"远程数据库列表\",\n\t\t\"cloud_server_empty\": \"删除数据库列表为空\",\n\t\t\"server_address\": \"数据库地址\",\n\t\t\"port\": \"港口\",\n\t\t\"input_server_address\": \"请填写您的服务器地址\",\n\t\t\"input_port\": \"数据库端口\",\n\t\t\"input_username\": \"数据库管理员姓名\",\n\t\t\"input_password\": \"数据库管理员密码\",\n\t\t\"server_note\": \"服务器备注\",\n\t\t\"remote_help_1\": \"兼容MySQL5.5、MariaDB10.1及以上版本\",\n\t\t\"remote_help_2\": \"支持云数据库\",\n\t\t\"remote_help_3\": \"注意1：确保此服务器具有访问数据库的权限\",\n\t\t\"remote_help_4\": \"注2：请确保您填写的管理员帐户具有足够的权限\",\n\t\t\"add_cloud_server_tips\": \"正在连接到远程服务器，请稍候...\",\n\t\t\"edit_cloud_server_tips\": \"正在修改远程服务器连接信息，请稍候...\",\n\t\t\"add_server_tips\": \"至少添加一台远程服务器或安装本地数据库\",\n\t\t\"select_position\": \"选择数据库位置\",\n\t\t\"cloud_database\": \"远程数据库\",\n\t\t\"get_cloud_list_tips\": \"正在获取远程服务器列表，请稍候...\",\n\t\t\"del_cloud_server_tips\": \"仅删除面板中的管理信息和数据库记录，不删除远程数据库\",\n\t\t\"del_cloud_database_tips\": \"远程数据库不支持数据库回收站。删除后不可恢复。请谨慎操作！\"\n\t},\n\t\"soft\": {\n\t\t\"php_main1\": \"PHP服务\",\n\t\t\"php_main2\": \"上传限制\",\n\t\t\"php_main3\": \"超时限制\",\n\t\t\"php_main4\": \"配置文件\",\n\t\t\"php_main5\": \"安装扩展模块\",\n\t\t\"php_main6\": \"禁用的功能\",\n\t\t\"php_main7\": \"最佳化\",\n\t\t\"php_main8\": \"平均负载\",\n\t\t\"php_main9\": \"会话配置\",\n\t\t\"php_menu_ext\": \"扩展配置\",\n\t\t\"admin\": \"管理\",\n\t\t\"off\": \"关闭\",\n\t\t\"on\": \"在……上面\",\n\t\t\"stop\": \"停\",\n\t\t\"start\": \"开始\",\n\t\t\"status\": \"现状\",\n\t\t\"restart\": \"重新启动\",\n\t\t\"reload\": \"重新加载\",\n\t\t\"mysql_mem_err\": \"服务器RAM小于1G。不建议使用MySQL 5.5或更高版本。<\\/li><li>如果数据库自动停止，请尝试增加与Linux工具箱的交换空间或增加服务器内存\",\n\t\t\"concurrency_m\": \"自定义\",\n\t\t\"concurrency\": \"并发性\",\n\t\t\"concurrency_type\": \"并发计划\",\n\t\t\"php_fpm_model\": \"运行模式\",\n\t\t\"php_fpm_ps1\": \"PHP-FPM模式\",\n\t\t\"php_fpm_ps2\": \"允许创建的最大子进程数\",\n\t\t\"php_fpm_ps3\": \"初始进程数(服务器启动时的初始进程数)\",\n\t\t\"php_fpm_ps4\": \"最小空闲进程数(终止空闲进程后保持进程)\",\n\t\t\"php_fpm_ps5\": \"最大空闲进程数(达到此值时终止空闲进程)\",\n\t\t\"php_fpm_err1\": \"Max_备盘_服务器数不能超过max_Child\",\n\t\t\"php_fpm_err2\": \"最小备用服务器数不能超过启动服务器数\",\n\t\t\"php_fpm_err3\": \"最小备用服务器数不能大于最大备用服务器数\",\n\t\t\"php_fpm_err4\": \"START_SERVERS不能超过max_Child\",\n\t\t\"php_fpm_err5\": \"值集不能小于1\",\n\t\t\"phpinfo\": \"查看phpinfo()\",\n\t\t\"get\": \"得到..。\",\n\t\t\"get_config\": \"正在获取主配置文件...\",\n\t\t\"get_list\": \"正在获取名单...\",\n\t\t\"the_save\": \"正在保存数据...\",\n\t\t\"config_edit\": \"配置\",\n\t\t\"edit_empty\": \"如果未修改，请留空\",\n\t\t\"php_upload_size\": \"上传大小限制不能小于2M\",\n\t\t\"mvc_ps\": \"使用MVC架构模式的程序需要启用它，例如类型回显\",\n\t\t\"the_install\": \"正在安装...\",\n\t\t\"the_uninstall\": \"正在卸载...\",\n\t\t\"install_the\": \"正在安装...\",\n\t\t\"sleep_install\": \"正在等待安装...\",\n\t\t\"install\": \"安装\",\n\t\t\"uninstall\": \"卸载\",\n\t\t\"php_ext_name\": \"名字\",\n\t\t\"php_ext_type\": \"类型\",\n\t\t\"php_ext_ps\": \"描述\",\n\t\t\"php_ext_status\": \"状态\",\n\t\t\"php_ext_install_confirm\": \"您确定要安装{1}吗？\",\n\t\t\"php_ext_uninstall_confirm\": \"是否确实要卸载{1}？\",\n\t\t\"add_install\": \"正在添加到安装程序...\",\n\t\t\"install_title\": \"软件安装\",\n\t\t\"insatll_type\": \"安装方法\",\n\t\t\"install_version\": \"要安装的版本\",\n\t\t\"type_title\": \"选择安装方法\",\n\t\t\"err_install1\": \"请卸载阿帕奇\",\n\t\t\"err_install2\": \"请卸载Nginx\",\n\t\t\"err_install3\": \"请安装PHP\",\n\t\t\"err_install4\": \"请安装MySQL\",\n\t\t\"setup\": \"设置\",\n\t\t\"apache22\": \"警告：当前模式为php-fpm，Apache2.2不支持，请重新安装此PHP版本！\",\n\t\t\"apache24\": \"警告：当前模式为php5_MODULE，Nginx\\/Apache2.4不支持该模式，请重新安装此PHP版本！\",\n\t\t\"apache22_err\": \"Apache2.2不支持多PHP，请先卸载已安装的PHP版本，然后再安装此版本！\",\n\t\t\"mysql_f\": \"警告：安装新的MySQL版本将覆盖数据，请先备份数据库！\",\n\t\t\"mysql_d\": \"对不起，出于安全考虑，请到[数据库管理器]备份并删除所有数据库！\",\n\t\t\"fun_ps1\": \"添加要禁用的功能，例如EXEC\",\n\t\t\"fun_ps2\": \"这里可以禁用功能，以增强环境的安全性！\",\n\t\t\"fun_ps3\": \"强烈建议禁用EXEC、SYSTEM等关键功能！\",\n\t\t\"fun_msg\": \"您输入的功能已禁用！\",\n\t\t\"nginx_status\": \"平均负载\",\n\t\t\"nginx_version\": \"交换机版本\",\n\t\t\"waf_title\": \"WAF防火墙\",\n\t\t\"web_service\": \"Web服务\",\n\t\t\"waf_not\": \"当前Nginx版本不支持WAF模块，请安装Nginx 1.12，重新安装Nginx后不会丢失任何站点配置！\",\n\t\t\"waf_edit\": \"编辑规则\",\n\t\t\"waf_up\": \"上传限制\",\n\t\t\"waf_input1\": \"URL过滤器\",\n\t\t\"waf_input2\": \"Cookie过滤器\",\n\t\t\"waf_input3\": \"后置过滤器\",\n\t\t\"waf_input4\": \"CC攻击防御\",\n\t\t\"waf_input5\": \"记录防御日志\",\n\t\t\"waf_input6\": \"CC攻击(次)\",\n\t\t\"waf_input7\": \"CC攻击期\",\n\t\t\"waf_input8\": \"IP白名单\",\n\t\t\"waf_input9\": \"IP黑名单\",\n\t\t\"waf_ip\": \"IP地址\",\n\t\t\"waf_up_title\": \"上传文件后缀黑名单\",\n\t\t\"waf_up_from1\": \"添加禁止上传的文件扩展名，例如Zip\",\n\t\t\"waf_up_from2\": \"延拓\",\n\t\t\"waf_url_white\": \"URL白名单\",\n\t\t\"waf_index\": \"警告内容\",\n\t\t\"waf_cloud\": \"从云更新\",\n\t\t\"waf_update\": \"正在更新规则文件，请稍候...\",\n\t\t\"waf_cc_err\": \"CC防护配置值超出可用值(频率范围1-3000|周期1-1800)\",\n\t\t\"php_version\": \"PHP版本\",\n\t\t\"save_path\": \"存储位置\",\n\t\t\"service\": \"服务\",\n\t\t\"safe\": \"安全配置\",\n\t\t\"log\": \"原木\",\n\t\t\"mysql_to_msg\": \"移动数据库文件时MySQL服务将停止，是否继续？\",\n\t\t\"mysql_to_msg1\": \"正在移动，请稍候...\",\n\t\t\"mysql_to\": \"移动\",\n\t\t\"mysql_log_close\": \"空荡荡\",\n\t\t\"mysql_log_bin\": \"二进制日志\",\n\t\t\"mysql_log_err\": \"错误日志\",\n\t\t\"mysql_log_ps1\": \"没有日志内容！\",\n\t\t\"mysql_port_title\": \"更改数据库端口可能会使您的站点失去数据库连接，您确定要继续吗？\",\n\t\t\"select_version\": \"选择版本\",\n\t\t\"version_to\": \"交换机\",\n\t\t\"pma_port\": \"接入端口\",\n\t\t\"pma_port_title\": \"PhpMyAdmin访问端口\",\n\t\t\"pma_pass\": \"使用密码访问\",\n\t\t\"pma_user\": \"授权用户\",\n\t\t\"pma_pass1\": \"访问密码\",\n\t\t\"pma_pass2\": \"重复访问密码\",\n\t\t\"pma_ps\": \"为phpMyAdmin添加访问安全锁\",\n\t\t\"pma_pass_close\": \"您确定要禁用访问授权吗？\",\n\t\t\"pma_pass_empty\": \"授权用户或密码不能为空！\",\n\t\t\"menu_temp\": \"正在获取模板...\",\n\t\t\"menu_phpsafe\": \"PHP守护程序已打开，无需配置\",\n\t\t\"qiniu_lise\": \"从云中获取...\",\n\t\t\"qiniu_file_title\": \"文件列表\",\n\t\t\"qiniu_th1\": \"名字\",\n\t\t\"qiniu_th2\": \"类型\",\n\t\t\"qiniu_th3\": \"大小\",\n\t\t\"qiniu_th4\": \"更新时间\",\n\t\t\"mysql_del_err\": \"对不起，出于安全考虑，请到[数据库管理器]备份并删除所有数据库！\",\n\t\t\"uninstall_confirm\": \"确实要卸载[{1}-{2}]吗？\",\n\t\t\"from_err\": \"表格错误！\",\n\t\t\"lib_the\": \"正在提交配置，请稍候...\",\n\t\t\"lib_config\": \"配置\",\n\t\t\"lib_insatll_confirm\": \"您确定要安装[{1}]插件吗？\",\n\t\t\"lib_uninsatll_confirm\": \"您确定要卸载[{1}]插件吗？\",\n\t\t\"lib_install\": \"安装插件\",\n\t\t\"lib_uninstall\": \"卸载插件\",\n\t\t\"lib_install_the\": \"正在安装，请稍候...\",\n\t\t\"lib_uninstall_the\": \"正在卸载，请稍候...\",\n\t\t\"mysql_set_msg\": \"优化方案\",\n\t\t\"mysql_set_select\": \"选择\",\n\t\t\"mysql_set_maxmem\": \"最大RAM使用率\",\n\t\t\"mysql_set_key_buffer_size\": \"用于索引的缓冲区大小\",\n\t\t\"mysql_set_query_cache_size\": \"查询缓存，设置为0表示未启用\",\n\t\t\"mysql_set_tmp_table_size\": \"临时表高速缓存大小\",\n\t\t\"mysql_set_innodb_buffer_pool_size\": \"Innodb缓冲区大小\",\n\t\t\"mysql_set_innodb_log_buffer_size\": \"Innodb日志缓冲区大小\",\n\t\t\"mysql_set_sort_buffer_size\": \"每线程缓冲区大小排序\",\n\t\t\"mysql_set_read_buffer_size\": \"读缓冲区大小\",\n\t\t\"mysql_set_read_rnd_buffer_size\": \"随机读取缓冲区大小\",\n\t\t\"mysql_set_join_buffer_size\": \"连接表缓冲区大小\",\n\t\t\"mysql_set_thread_stack\": \"每个线程的堆栈大小\",\n\t\t\"mysql_set_binlog_cache_size\": \"Bin日志缓存大小(4096的倍数)\",\n\t\t\"mysql_set_thread_cache_size\": \"线程缓存大小\",\n\t\t\"mysql_set_table_open_cache\": \"表开缓存(最大不超过2048)\",\n\t\t\"mysql_set_max_connections\": \"最大连接数\",\n\t\t\"mysql_set_restart\": \"重新启动mySQLD服务\",\n\t\t\"mysql_set_conn\": \"连接数\",\n\t\t\"mysql_set_err\": \"错误，内存分配太高！<p style=“COLOR：red；”>物理内存：{1}MB<br>最大内存：{2}MB<br>可能的结果：mySQLD服务不稳定，甚至无法启动！<\\/p>\",\n\t\t\"mysql_status_title1\": \"发射时间\",\n\t\t\"mysql_status_title2\": \"总连接数\",\n\t\t\"mysql_status_title3\": \"输出\",\n\t\t\"mysql_status_title4\": \"输入\",\n\t\t\"mysql_status_title5\": \"QPS\",\n\t\t\"mysql_status_title6\": \"TPS\",\n\t\t\"mysql_status_title7\": \"档案\",\n\t\t\"mysql_status_title8\": \"职位\",\n\t\t\"mysql_status_title9\": \"活动\\/最大连接数\",\n\t\t\"mysql_status_title10\": \"线程缓存命中率\",\n\t\t\"mysql_status_title11\": \"指数命中率\",\n\t\t\"mysql_status_title12\": \"Innodb指数命中率\",\n\t\t\"mysql_status_title13\": \"查询缓存命中率\",\n\t\t\"mysql_status_title14\": \"已将临时表创建到磁盘\",\n\t\t\"mysql_status_title15\": \"打开的桌子\",\n\t\t\"mysql_status_title16\": \"未编制索引的金额\",\n\t\t\"mysql_status_title17\": \"表连接中未编制索引的金额\",\n\t\t\"mysql_status_title18\": \"排序后的合并数\",\n\t\t\"mysql_status_title19\": \"锁表数量\",\n\t\t\"mysql_status_ps1\": \"如果太高，则增加max_Connections\",\n\t\t\"mysql_status_ps2\": \"如果太低，则增加THREAD_CACHE_SIZE\",\n\t\t\"mysql_status_ps3\": \"如果太低，则增加key_Buffer_Size\",\n\t\t\"mysql_status_ps4\": \"如果太低，则增加Innodb_Buffer_Pool_Size\",\n\t\t\"mysql_status_ps5\": \"如果太低，则增加QUERY_CACHE_SIZE\",\n\t\t\"mysql_status_ps6\": \"如果太高，则增加临时表格大小\",\n\t\t\"mysql_status_ps7\": \"如果太高，则增加TABLE_CACHE_SIZE\",\n\t\t\"mysql_status_ps8\": \"如果不是0，请检查数据库表索引\",\n\t\t\"mysql_status_ps9\": \"如果不是0，请检查数据库表索引\",\n\t\t\"mysql_status_ps10\": \"如果太高，则增加SORT_BUFFER_SIZE\",\n\t\t\"mysql_status_ps11\": \"如果太高，请考虑提高数据库性能\",\n\t\t\"pro_expire\": \"Pro Edition已过期，付费插件已暂停。\",\n\t\t\"renew_pro\": \"立即续订专业版\",\n\t\t\"renew_now\": \"立即续订\",\n\t\t\"upgrade_pro\": \"升级到专业版，所有插件都可以免费使用。\",\n\t\t\"upgrade_now\": \"现在升级\",\n\t\t\"upgrade_pro_now\": \"立即升级到专业版\",\n\t\t\"bt_developer\": \"安全提示：aaPanel在第三方插件上架前正式进行了安全审计，但可能存在安全隐患。在生产环境中使用之前，请先对其进行检查。\",\n\t\t\"free_to_enter\": \"免费入场\",\n\t\t\"click_get_third_party_apps\": \"点击获取第三方应用程序\",\n\t\t\"get_third_party_apps\": \"获取第三方应用程序\",\n\t\t\"install_third_party_apps\": \"安装所有第三方插件包\",\n\t\t\"import_plug\": \"导入插件\",\n\t\t\"all\": \"全\",\n\t\t\"app_name\": \"软件名称\",\n\t\t\"ap2_2_not_support\": \"Apache2.2与此版本不兼容，如果您需要使用，请切换到Apachey2.4或Nginx。\",\n\t\t\"developers\": \"开发商\",\n\t\t\"the_official\": \"官吏\",\n\t\t\"instructions\": \"指令\",\n\t\t\"price\": \"价格\",\n\t\t\"free\": \"免费\",\n\t\t\"expire_time\": \"到期日\",\n\t\t\"renew\": \"续约\",\n\t\t\"permanent\": \"永久\",\n\t\t\"not_open\": \"未激活\",\n\t\t\"already_expire\": \"过期\",\n\t\t\"location\": \"位置\",\n\t\t\"status1\": \"状态\",\n\t\t\"display_at_homepage\": \"在仪表板上显示\",\n\t\t\"operate\": \"操作\",\n\t\t\"buy_now\": \"立即购买\",\n\t\t\"not_comp\": \"不具竞争力\",\n\t\t\"update\": \"更新\",\n\t\t\"installing\": \"正在安装\",\n\t\t\"wait_install\": \"挂起的安装\",\n\t\t\"run_log\": \"运行日志\",\n\t\t\"err_log\": \"错误日志\",\n\t\t\"no_slow_log\": \"没有慢速记录。\",\n\t\t\"no_log\": \"没有木头！\",\n\t\t\"listen_ip_tips\": \"监听IP，请勿随意修改\",\n\t\t\"listen_port_tips\": \"监听端口，一般不需要修改\",\n\t\t\"cache_size\": \"MB，<FONT>缓存大小，建议不要大于512M<\\/FONT>\",\n\t\t\"mac_connect\": \"最大连接数，建议不超过40960\",\n\t\t\"ip_format_err\": \"IP地址格式不正确！\",\n\t\t\"port_range_err\": \"端口范围不正确！\",\n\t\t\"cache_too_small\": \"缓存值太小\",\n\t\t\"connect_too_small\": \"最大连接数太小\",\n\t\t\"listen_ip\": \"监听的IP\",\n\t\t\"listen_port\": \"监听端口\",\n\t\t\"max_cache\": \"最大缓存\",\n\t\t\"max_connect_limit\": \"最大连接限制\",\n\t\t\"curr_connect\": \"当前连接\",\n\t\t\"get_request_num\": \"获取请求\",\n\t\t\"get_hit_num\": \"获得点击量\",\n\t\t\"get_miss_num\": \"未命中\",\n\t\t\"get_hit_percent\": \"获取命中率\",\n\t\t\"curr_cache_rows\": \"当前缓存的数据行\",\n\t\t\"mem_not_enough\": \"由于内存不足而清除的缓存行\",\n\t\t\"curr_mem_use\": \"当前使用的内存\",\n\t\t\"request_size_total\": \"请求的总大小\",\n\t\t\"send_size_total\": \"发送的总大小\",\n\t\t\"field\": \"字段\",\n\t\t\"curr_val\": \"现值\",\n\t\t\"php_plug_tips1\": \"请根据实际需求安装扩展，不要安装不必要的PHP扩展，这会影响PHP的执行效率，甚至可能导致异常\",\n\t\t\"php_plug_tips2\": \"Opcache\\/xcache\\/APC和其他脚本缓存扩展，请只安装其中的一个，否则可能会导致您的站点程序异常\",\n\t\t\"php_child_process\": \"当前服务器内存不足，最多允许[{1}]个子进程！\",\n\t\t\"del\": \"删除\",\n\t\t\"storage_mode\": \"存储模式\",\n\t\t\"ip_addr\": \"IP地址\",\n\t\t\"port\": \"港口\",\n\t\t\"passwd\": \"密码\",\n\t\t\"no_passwd_set_empty\": \"如果没有密码，则留空\",\n\t\t\"save\": \"保存\",\n\t\t\"php_seesion_tips1\": \"如果您的站点具有高并发性，则使用Redis或Memcache可以提高PHP并发性\",\n\t\t\"php_seesion_tips2\": \"如果切换会话模式后站点访问异常，请切换回原来的模式\",\n\t\t\"php_seesion_tips3\": \"切换会话模式将导致丢失在线用户会话。交通量低时，请转车\",\n\t\t\"clear_seesion_files\": \"清除会话文件\",\n\t\t\"total_seesion_files\": \"会话文件总数\",\n\t\t\"can_clear_seesion\": \"可以清除的会话文件\",\n\t\t\"clear_php_seesion_files\": \"清除php_会话文件\",\n\t\t\"sure_clear_php_seesion_files\": \"您确定要清除php_Session文件吗？\",\n\t\t\"only_files_storage_mode_can_clear\": \"只需在存储模式为文件时清除\",\n\t\t\"run_days\": \"运行天数\",\n\t\t\"curr_listen_port\": \"当前侦听的端口\",\n\t\t\"connected_clients\": \"已连接的客户端\",\n\t\t\"used_memory_rss\": \"Redis当前使用的系统内存总量\",\n\t\t\"used_memory\": \"Redis历史上分配内存的高峰\",\n\t\t\"mem_fragmentation_ratio\": \"内存碎片比率\",\n\t\t\"total_connections_received\": \"自启动以来收到的连接总数\",\n\t\t\"total_commands_processed\": \"自启动以来处理的命令总数\",\n\t\t\"instantaneous_ops_per_sec\": \"服务器每秒执行的命令数\",\n\t\t\"keyspace_hits\": \"数据库关键字空间搜索命中的次数\",\n\t\t\"keyspace_misses\": \"数据库关键字空间搜索未命中的次数\",\n\t\t\"db_his\": \"数据库关键字空间搜索命中率\",\n\t\t\"latest_fork_usec\": \"最近一次fork()操作所用的微秒数\",\n\t\t\"name\": \"名字\",\n\t\t\"version\": \"版本\",\n\t\t\"ps\": \"描述\",\n\t\t\"size\": \"大小\",\n\t\t\"author\": \"作者\",\n\t\t\"source\": \"来源\",\n\t\t\"third_party_apps_tips1\": \"这是第三方开发的插件，aaPanel无法验证其可靠性！\",\n\t\t\"third_party_apps_tips2\": \"安装过程可能需要几分钟时间，请耐心等待！\",\n\t\t\"third_party_apps_tips3\": \"如果这个插件已经存在，它将被替换！\",\n\t\t\"cancel\": \"取消\",\n\t\t\"confirm_install\": \"确定要安装\",\n\t\t\"upload_fail2\": \"上传失败2！\",\n\t\t\"installing_please_wait\": \"安装，这可能需要几分钟时间...\",\n\t\t\"running\": \"正在运行\",\n\t\t\"comingsoon\": \"即将到来，敬请关注\",\n\t\t\"del_custom_item\": \"删除自定义项目\",\n\t\t\"confirm_del\": \"确实要删除[{1}]吗？\",\n\t\t\"deleting\": \"正在删除，请稍候...\",\n\t\t\"php_base_info\": \"基本信息\",\n\t\t\"install_path\": \"安装路径\",\n\t\t\"loaded\": \"满载\",\n\t\t\"not_rated\": \"未评级\"\n\t},\n\t\"site\": {\n\t\t\"website\": \"网站\",\n\t\t\"executing\": \"正在执行中，请稍候...\",\n\t\t\"click_edit\": \"单击可编辑内容\",\n\t\t\"have_been_selected\": \"已选择\",\n\t\t\"running\": \"正在运行\",\n\t\t\"running_title\": \"停止此站点\",\n\t\t\"running_text\": \"正在运行\",\n\t\t\"stopped\": \"已停止\",\n\t\t\"stopped_title\": \"启动此站点\",\n\t\t\"backup_yes\": \"存在\",\n\t\t\"backup_no\": \"不存在\",\n\t\t\"web_end_time\": \"永久\",\n\t\t\"open_path_txt\": \"打开目录\",\n\t\t\"set\": \"CONF\",\n\t\t\"site_del_title\": \"删除站点\",\n\t\t\"site_no_data\": \"目前没有站点的数据\",\n\t\t\"site_null\": \"空\",\n\t\t\"site_bak\": \"备注信息\",\n\t\t\"saving_txt\": \"拯救..。\",\n\t\t\"domain_err_txt\": \"域名格式不正确，请重试！\",\n\t\t\"ftp\": \"Ftp用户配置文件\",\n\t\t\"ftp_tips\": \"通过ftp上传网站的文件！\",\n\t\t\"user\": \"用户\",\n\t\t\"password\": \"密码\",\n\t\t\"database_txt\": \"数据库用户配置文件\",\n\t\t\"database\": \"数据库\",\n\t\t\"database_name\": \"数据库名称\",\n\t\t\"database_set\": \"数据库设置\",\n\t\t\"success_txt\": \"已成功创建站点\",\n\t\t\"php_ver\": \"PHP版本\",\n\t\t\"site_add\": \"添加站点\",\n\t\t\"domain\": \"域名\",\n\t\t\"port\": \"港口\",\n\t\t\"note\": \"注意事项\",\n\t\t\"note_ph\": \"现场备注\",\n\t\t\"web_root_dir\": \"Web文档根目录\",\n\t\t\"web_dir\": \"Web目录\",\n\t\t\"root_dir\": \"文档根目录\",\n\t\t\"yes\": \"创建\",\n\t\t\"no\": \"取消\",\n\t\t\"ftp_set\": \"Ftp设置\",\n\t\t\"ftp_help\": \"在创建站点时，为站点创建对应的ftp用户，ftp目录指向站点所在的目录。\",\n\t\t\"database_help\": \"在创建站点时，为站点创建相应的数据库，以方便不同的数据库使用不同的数据库。\",\n\t\t\"domain_help\": \"每行一个域，默认端口为80<br>通配符域格式：*.domain.com<br>要添加另一个端口，格式为www.domain.com：88\",\n\t\t\"domain_len_msg\": \"请勿超过20个字符\",\n\t\t\"anti_XSS_attack\": \"抗XSS攻击(基本目录限制)\",\n\t\t\"write_access_log\": \"写访问日志\",\n\t\t\"run_dir\": \"运行目录\",\n\t\t\"site_help_1\": \"有些程序需要指定二级目录作为工作目录，如ThinkPHP5、Laravel\",\n\t\t\"site_help_2\": \"选择工作目录，保存\",\n\t\t\"default_doc_help\": \"默认索引，每行一个，优先级从上到下。\",\n\t\t\"site_stop_txt\": \"关闭站点后无法访问，您确定要继续吗？\",\n\t\t\"site_start_txt\": \"即将打开此站点，您确定要继续吗？\",\n\t\t\"site_del_info\": \"这将删除选定的网站配置文件。<br><br>如果选中下面的复选框，则相应的内容将被删除\",\n\t\t\"all_del_info\": \"同时删除网站和文档根目录\",\n\t\t\"all_del_site\": \"批量删除网站\",\n\t\t\"del_err\": \"删除以下网站失败\",\n\t\t\"click_access\": \"单击以访问\",\n\t\t\"operate\": \"操作\",\n\t\t\"domain_man\": \"域管理器\",\n\t\t\"unresolved\": \"未解决\",\n\t\t\"parsed\": \"已解决\",\n\t\t\"this_domain_un\": \"此域未解析\",\n\t\t\"analytic_ip\": \"域名指向IP\",\n\t\t\"current_server_ip\": \"当前服务器IP\",\n\t\t\"parsed_info\": \"仅供参考，使用CDN的用户请忽略\",\n\t\t\"domain_empty\": \"域名不能为空！\",\n\t\t\"domain_last_cannot\": \"无法删除最后一个域名\",\n\t\t\"domain_del_confirm\": \"您确定要删除该域名吗？\",\n\t\t\"webback_del_confirm\": \"确定要删除备份文件吗？\",\n\t\t\"del_bak_file\": \"删除备份文件\",\n\t\t\"filename\": \"文件名\",\n\t\t\"filesize\": \"文件大小\",\n\t\t\"backuptime\": \"备份时间\",\n\t\t\"backup_title\": \"包备份\",\n\t\t\"public_set\": \"全局设置\",\n\t\t\"local_site\": \"本地站点\",\n\t\t\"setindex\": \"设置网站默认索引\",\n\t\t\"default_doc\": \"默认索引\",\n\t\t\"default_site\": \"默认网站\",\n\t\t\"default_site_yes\": \"默认网站\",\n\t\t\"default_site_no\": \"未设置默认网站\",\n\t\t\"default_site_help_1\": \"设置后，未绑定的域名和IP将重定向到此网站\",\n\t\t\"default_site_help_2\": \"可有效防止恶意域名解析\",\n\t\t\"site_menu_1\": \"子目录绑定\",\n\t\t\"site_menu_2\": \"站点目录\",\n\t\t\"site_menu_3\": \"交通管制\",\n\t\t\"site_menu_4\": \"URL重写\",\n\t\t\"site_menu_5\": \"默认索引\",\n\t\t\"site_menu_6\": \"配置\",\n\t\t\"site_menu_7\": \"SSL\",\n\t\t\"site_menu_8\": \"PHP版本\",\n\t\t\"site_menu_9\": \"汤姆猫\",\n\t\t\"site_menu_10\": \"301重定向\",\n\t\t\"site_menu_11\": \"反向代理\",\n\t\t\"site_menu_12\": \"防盗链\",\n\t\t\"site_menu_13\": \"目录守卫\",\n\t\t\"website_change\": \"站点修改\",\n\t\t\"addtime\": \"添加的时间\",\n\t\t\"the_msg\": \"提交.。\",\n\t\t\"start_scan\": \"开始扫描\",\n\t\t\"update_lib\": \"更新定义库\",\n\t\t\"scanned\": \"已扫描\",\n\t\t\"risk_quantity\": \"风险量\",\n\t\t\"danger_fun\": \"危险功能\",\n\t\t\"danger_fun_no\": \"未禁用危险功能\",\n\t\t\"danger\": \"险情\",\n\t\t\"file\": \"档案\",\n\t\t\"ssh_port\": \"SSH端口\",\n\t\t\"high_risk\": \"高风险\",\n\t\t\"sshd_tampering\": \"SSHD文件被篡改\",\n\t\t\"xss_attack\": \"XSS攻击\",\n\t\t\"site_xss_attack\": \"站点未启用反XSS攻击(基本目录限制)！\",\n\t\t\"mod_time\": \"修改时间\",\n\t\t\"code\": \"代码\",\n\t\t\"behavior\": \"行为\",\n\t\t\"risk\": \"风险\",\n\t\t\"details\": \"细节\",\n\t\t\"to_update\": \"正在更新，请稍候...\",\n\t\t\"limit_net_1\": \"论坛\\/博客\",\n\t\t\"limit_net_2\": \"照片对开本\",\n\t\t\"limit_net_3\": \"下载\",\n\t\t\"limit_net_4\": \"商城\",\n\t\t\"limit_net_5\": \"传送门\",\n\t\t\"limit_net_6\": \"公司\",\n\t\t\"limit_net_7\": \"视频\",\n\t\t\"limit_net_8\": \"启用交通控制\",\n\t\t\"limit_net_9\": \"极限计划\",\n\t\t\"limit_net_10\": \"并发限制\",\n\t\t\"limit_net_11\": \"最大并发数限制\",\n\t\t\"limit_net_12\": \"阻止单个IP\",\n\t\t\"limit_net_13\": \"单IP访问最大并发数限制\",\n\t\t\"limit_net_14\": \"交通管制\",\n\t\t\"limit_net_15\": \"限制每个请求的最大流量限制(单位：KB)\",\n\t\t\"subdirectories\": \"子目录\",\n\t\t\"url_rewrite_alter\": \"是否确实要为此子目录创建独立的URL重写规则？\",\n\t\t\"rule_cov_tool\": \"重写规则转换器\",\n\t\t\"a_c_n\": \"阿帕奇到恩吉克斯\",\n\t\t\"save_as_template\": \"另存为模板\",\n\t\t\"url_rw_help_1\": \"请选择您的应用程序。如果在设置重写规则的情况下无法按预期访问站点，请尝试重置为默认设置\",\n\t\t\"url_rw_help_2\": \"您可以修改重写规则，修改后保存即可。\",\n\t\t\"config_url\": \"配置重写规则\",\n\t\t\"d_s_empty\": \"域和子目录名称不能为空\",\n\t\t\"s_bin_del\": \"您确定要删除此子目录绑定吗？\",\n\t\t\"proxy_url\": \"目标URL\",\n\t\t\"proxy_url_info\": \"请使用完整的url，例如http:\\/\\/www.test.com\",\n\t\t\"proxy_domain\": \"已发送域\",\n\t\t\"proxy_domian_info\": \"要发送到目标服务器的域，例如www.test.com\",\n\t\t\"proxy_cache\": \"启用缓存\",\n\t\t\"con_rep\": \"内容替换\",\n\t\t\"con_rep_info\": \"源文本\",\n\t\t\"to_con\": \"替换为，可以为空\",\n\t\t\"proxy_enable\": \"启用反向代理\",\n\t\t\"proxy_help_1\": \"目标URL必须是可访问的，否则将直接返回502错误代码。\",\n\t\t\"proxy_help_2\": \"默认情况下，此站点上的所有域都将传递到目标服务器，请确保目标服务器绑定了域名\",\n\t\t\"proxy_help_3\": \"如果您的站点是被动代理，请在发送的域中填写目标站点的域。\",\n\t\t\"proxy_help_4\": \"如果您不需要内容替换功能，请留空\",\n\t\t\"proxy_help_5\": \"您可以通过清除来清除缓存，例如http:\\/\\/test.com\\/purge\\/test.png\",\n\t\t\"access_domain\": \"接入域\",\n\t\t\"all_site\": \"整个站点\",\n\t\t\"target_url\": \"目标URL\",\n\t\t\"eg_url\": \"请使用完整的url，例如http:\\/\\/www.test.com\",\n\t\t\"enable_301\": \"启用301\",\n\t\t\"to301_help_1\": \"如果选择整个站点，请不要将目标URL设置为同一站点中的域。\",\n\t\t\"to301_help_2\": \"取消301重定向后，您需要清除浏览器缓存才能看到结果\",\n\t\t\"bt_ssl\": \"AaPanel SSL\",\n\t\t\"lets_ssl\": \"让我们加密免费证书\",\n\t\t\"other\": \"其他\",\n\t\t\"other_ssl\": \"其他证书\",\n\t\t\"use_other_ssl\": \"使用其他证书\",\n\t\t\"ssl_help_1\": \"未设置此网站的SSL，如果需要，请切换选项卡以申请SSL证书。<br><p style=“COLOR：Red；”>禁用SSL后，请确保在访问该网站之前清除浏览器缓存。<\\/p>\",\n\t\t\"ssl_help_2\": \"自动生成的let加密免费证书；\",\n\t\t\"ssl_help_3\": \"如果您有自己的SSL，请切换到[其他证书]选项卡添加\",\n\t\t\"ssl_key\": \"私钥(Key)\",\n\t\t\"ssl_crt\": \"证书(CRT\\/PEM)\",\n\t\t\"ssl_close\": \"禁用SSL\",\n\t\t\"bt_bind_no\": \"未绑定到aaPanel帐户，请注册并绑定。绑定aaPanel账号(非论坛账号)后，即可一键部署SSL\",\n\t\t\"bt_user\": \"AaPanel帐户\",\n\t\t\"bt_user_first\": \"帐号\",\n\t\t\"login\": \"登录\",\n\t\t\"bt_reg\": \"注册aaPanel帐户\",\n\t\t\"bt_ssl_help_1\": \"AaPanel SSL证书由TrustAsia颁发，需要实名标识\",\n\t\t\"bt_ssl_help_2\": \"如果您有aaPanel帐户，请登录并绑定\",\n\t\t\"bt_ssl_help_3\": \"AaPanel SSL应用证书TrustAsia DV SSL CA-G5。原价：1900元\\/年，但aaPanel用户免费！\",\n\t\t\"bt_ssl_help_4\": \"到期一年后免费补发。\",\n\t\t\"btapply\": \"应用\",\n\t\t\"endtime\": \"过期日期\",\n\t\t\"status\": \"状态\",\n\t\t\"bt_ssl_help_5\": \"请在申请前检查域名解析，未解析的域名会导致审核失败。\",\n\t\t\"bt_ssl_help_6\": \"AaPanel SSL证书是TrustAsia DV SSLCA-G5证书的免费版本，仅支持单个域名。\",\n\t\t\"bt_ssl_help_7\": \"有效期为1年，不支持续费，到期后需重新申请。\",\n\t\t\"bt_ssl_help_8\": \"证书有效期为3个月，支持通配符域名。默认情况下自动续订。\",\n\t\t\"bt_ssl_help_9\": \"如果您使用CDN或重定向，则可能无法通过文件验证进行申请和续费。\",\n\t\t\"bt_ssl_help_10\": \"粘贴您的按键和crt内容，然后将其保存<a href=“http:\\/\\/www.bt.cn\\/bbs\\/thread-704-1-1.html”class=“btlink”TARGET=“_BLACK”>[帮助]<\\/a>。\",\n\t\t\"phone_input\": \"输入手机号码\",\n\t\t\"ssl_apply_1\": \"正在提交订单，请稍候..\",\n\t\t\"ssl_apply_2\": \"正在验证域，请稍候...\",\n\t\t\"ssl_apply_3\": \"正在部署证书，请稍候..\",\n\t\t\"ssl_apply_4\": \"正在更新证书，请稍候..\",\n\t\t\"lets_help_1\": \"无实名身份验证，浏览器兼容性稍低，应用时可能会失败\",\n\t\t\"lets_help_2\": \"我们的加密证书有效期为3个月。\",\n\t\t\"lets_help_3\": \"3个月后自动续费\",\n\t\t\"get_ssl_list\": \"正在获取证书列表，请稍候...\",\n\t\t\"order_success\": \"订单已完成\",\n\t\t\"deploy\": \"部署\",\n\t\t\"deployed\": \"已部署\",\n\t\t\"domain_wait\": \"正在等待域确认\",\n\t\t\"domain_validate\": \"验证域\",\n\t\t\"domain_check\": \"请检查域名是否解析到服务器\",\n\t\t\"update_ssl\": \"更新证书\",\n\t\t\"get_ssl_err\": \"无法获取证书\",\n\t\t\"get_ssl_err1\": \"无法获取证书，错误消息如下\",\n\t\t\"err_type\": \"错误类型\",\n\t\t\"ssl_close_info\": \"SSL已禁用，请在清理浏览器数据后访问网站！\",\n\t\t\"switch\": \"交换机\",\n\t\t\"switch_php_help1\": \"请根据您的程序要求选择版本\",\n\t\t\"switch_php_help2\": \"如果没有必要，请尽量不要使用PHP5.2，这会降低您的服务器安全性；\",\n\t\t\"switch_php_help3\": \"PHP7不支持MySQL扩展，默认安装mysqli和mysql_pdo。\",\n\t\t\"enable_nodejs\": \"启用Node.js\",\n\t\t\"nodejs_help1\": \"当前版本为Node.js\",\n\t\t\"nodejs_help2\": \"Js可以与PHP共存，但不能与Tomcat共存；\",\n\t\t\"nodejs_help3\": \"如果您的Node.js应用程序有php脚本，请在访问时添加.php扩展名。\",\n\t\t\"a_n_n\": \"Apache2.2不支持Tomcat！\",\n\t\t\"enable_tomcat\": \"启用Tomcat\",\n\t\t\"tomcat_help1\": \"当前版本为Tomcat\",\n\t\t\"tomcat_help2\": \"如果您需要其他版本，请在软件商店-所有软件中进行更改；\",\n\t\t\"tomcat_help3\": \"部署顺序：安装Tomcat>>创建站点>>上传和配置项目>>启用Tomcat\",\n\t\t\"tomcat_help4\": \"如果您的Tomcat应用程序有php脚本，请在访问时添加.php扩展名。\",\n\t\t\"tomcat_help5\": \"启用成功后，大约需要1-5分钟才能生效！\",\n\t\t\"tomcat_err_msg\": \"您尚未安装Tomcat，请先安装！\",\n\t\t\"tomcat_err_msg1\": \"请先安装Tomcat！\",\n\t\t\"web_config_help\": \"这是站点的主配置文件，如果您不知道配置规则，请不要随意修改。\",\n\t\t\"rewritename\": \"0.Current\",\n\t\t\"template_empty\": \"模板名称不能为空\",\n\t\t\"save_rewrite_temp\": \"另存为重写模板\",\n\t\t\"template_name\": \"模板名称\",\n\t\t\"change_defalut_page\": \"更改默认页面\",\n\t\t\"err_404\": \"404错误页\",\n\t\t\"empty_page\": \"空白页\",\n\t\t\"default_page_stop\": \"默认站点停止页\",\n\t\t\"site_name\": \"站点名称\",\n\t\t\"normal\": \"正常\",\n\t\t\"backup\": \"后退\",\n\t\t\"open_dir\": \"打开目录\",\n\t\t\"firewalld\": \"防火墙\",\n\t\t\"firewalld_switch\": \"防火墙交换机\",\n\t\t\"del\": \"删除\",\n\t\t\"del_site\": \"删除站点\",\n\t\t\"site_classification\": \"站点类别\",\n\t\t\"all_classification\": \"所有类别\",\n\t\t\"firewalld_nonactivated_tips\": \"{1}网站管家尚未激活。<br>请转到&quot；<a href=“\\/soft”class=“btlink”>应用商店>专业版>{2}网站管家<\\/a>&<br>以激活和安装它。\",\n\t\t\"firewalld_nonactivated\": \"防火墙未激活\",\n\t\t\"download\": \"下载\",\n\t\t\"submit\": \"提交\",\n\t\t\"set_site_classification\": \"设置站点类别\",\n\t\t\"input_classification_name\": \"请输入类别名称\",\n\t\t\"add\": \"增列\",\n\t\t\"mam_site_classificacion\": \"站点类别管理器\",\n\t\t\"default_classification_cant_operation\": \"默认类别不能删除\\/编辑！\",\n\t\t\"sure_del_classification\": \"您确定要删除类别吗？\",\n\t\t\"del_classification\": \"删除类别\",\n\t\t\"edit_classification_mam\": \"编辑类别\",\n\t\t\"classification_name\": \"类别名称\",\n\t\t\"turn_off\": \"关上\",\n\t\t\"name\": \"名字\",\n\t\t\"edit\": \"编辑\",\n\t\t\"del_domain\": \"删除域\",\n\t\t\"save\": \"保存\",\n\t\t\"rewrite_change_tools\": \"重写规则转换器\",\n\t\t\"ap_change_ng\": \"阿帕奇到恩吉克斯\",\n\t\t\"rewrite_tips\": \"请选择您的应用程序。如果在设置重写规则的情况下无法按预期访问站点，请尝试重置为默认设置\",\n\t\t\"rewrite_tips_1\": \"请选择您的应用程序。\",\n\t\t\"rewrite_tips_2\": \"如果在重写规则设置后无法访问站点，请尝试重置为默认设置。\",\n\t\t\"edit_rewrite\": \"您可以修改重写规则，修改后保存即可。\",\n\t\t\"specify_subdir\": \"有些程序需要指定一个二级目录作为工作目录，例如，ThinkPHP5，Laravel，选择您的工作目录，点击保存\",\n\t\t\"independent_storage\": \"如果启用，会话文件将存储在单独的文件夹中，不与其他站点共享。\",\n\t\t\"pass_visit\": \"密码访问\",\n\t\t\"session_off\": \"会话隔离\",\n\t\t\"access_account\": \"授权帐户\",\n\t\t\"pass_again\": \"重复密码\",\n\t\t\"no_change_set_empty\": \"如果未修改，请留空\",\n\t\t\"bbs_or_blog\": \"论坛\\/博客\",\n\t\t\"photo_station\": \"照片对开本\",\n\t\t\"download_station\": \"下载\",\n\t\t\"mall\": \"商城\",\n\t\t\"portal_site\": \"传送门\",\n\t\t\"enterprise\": \"公司\",\n\t\t\"video\": \"视频\",\n\t\t\"not_resolve_domain\": \"您申请了域[{1}]的证书，但程序检测到您没有将其根域[{2}]绑定并解析到站点，这将导致证书颁发失败！\",\n\t\t\"ssl_tips1\": \"在申请之前，请确保域名已解析。如果没有解决，审核将失败(包括根域)。\",\n\t\t\"ssl_tips2\": \"AaPanel SSL申请免费版TrustAsia DV SSLCA-G5证书，仅支持单一域名申请。\",\n\t\t\"ssl_tips3\": \"有效期为1年，不支持续费，到期后需重新申请\",\n\t\t\"ssl_tips4\": \"建议使用二级域名为www的域名申请证书，这样系统默认会将顶级域名作为可选名称赠送\",\n\t\t\"ssl_tips5\": \"如果未指定SSL默认站点，则在使用HTTPS访问未启用SSL的站点时，您将直接访问启用了SSL的站点\",\n\t\t\"ssl_tips6\": \"99%的用户可以轻松部署自己，如果您不了解，aaPanel提供一次50元的证书部署服务<\\/a>https:\\/\\/www.bt.cn\\/yunwei“\",\n\t\t\"checking_mode\": \"验证模式\",\n\t\t\"file_check\": \"文件验证\",\n\t\t\"dns_check_tips1\": \"在DNS验证中，我们提供了三种自动化的DNSAPI，并提供了手动模式\",\n\t\t\"dns_check_tips2\": \"证书可以使用DNSAPI自动续费。在手动模式下，证书过期后需要重新应用证书\",\n\t\t\"dns_check_tips3\": \"在使用[aaPanel DNS云解析]接口之前，您需要确认您要申请SSL证书的域名为[云解析]\",\n\t\t\"dns_check_tips4\": \"在使用[DNSPod\\/ALI云域名解析]接口之前，您需要在弹出窗口中设置对应接口的API密钥\",\n\t\t\"dns_check_tips5\": \"提前检查(提前发现问题)\",\n\t\t\"check_dns\": \"DNS验证(通配符支持)\",\n\t\t\"choose_dns\": \"选择DNS API\",\n\t\t\"interface\": \"应用编程接口\",\n\t\t\"wait\": \"等\",\n\t\t\"second\": \"第二\",\n\t\t\"admin_email\": \"管理员电子邮件\",\n\t\t\"resolve_txt\": \"手动添加TXT记录\",\n\t\t\"resolve_txt_by_list\": \"请按照下面的列表进行TXT解析\",\n\t\t\"check\": \"查证\",\n\t\t\"resolve_domain\": \"解析域\",\n\t\t\"txt\": \"TXT记录值\",\n\t\t\"dns_resolve_tips1\": \"解析域名需要一段时间，因此在完成所有解析操作后，请至少等待3分钟，然后再单击验证按钮\",\n\t\t\"dns_resolve_tips2\": \"可以通过CMD命令手动验证域解析：nslookup-q=txt_acme-challenge.bt.cn\",\n\t\t\"dns_resolve_tips3\": \"如果您使用aaPanel云解析插件、ALI云域名服务、DNSPod作为域名服务，您可以使用DNSAPI设置自动解析\",\n\t\t\"dns_resolve_tips4\": \"解析域名需要一段时间，因此在完成所有解析操作后，请等待一分钟，然后再单击验证按钮\",\n\t\t\"ssl_dir\": \"证书持有人\",\n\t\t\"brand\": \"品牌\",\n\t\t\"force_https\": \"强制HTTPS\",\n\t\t\"close_force_https_tips\": \"关闭强制HTTPS后，需要清空浏览器缓存才能看到效果。继续？\",\n\t\t\"close_force_https\": \"关闭强制HTTPS\",\n\t\t\"redirect_tips1\": \"类型：选择的域名或输入的路径将重定向到指定的URL\",\n\t\t\"redirect_tips2\": \"目标URL：填写需要重定向到的URL地址\",\n\t\t\"redirect_tips3\": \"模式：永久重定向使用301，临时重定向使用302\",\n\t\t\"redirect_tips4\": \"保留URI参数：重定向的URL是否有源URL的子路径或参数\",\n\t\t\"redirect_tips5\": \"保留URI参数：http:\\/\\/b.com\\/1.html->http:\\/\\/a.com\\/1.html\",\n\t\t\"redirect_tips6\": \"不保留URI参数：http:\\/\\/b.com\\/1.html->http:\\/\\/a.com\",\n\t\t\"create_redirect\": \"创建重定向\",\n\t\t\"modify_redirect\": \"修改重定向\",\n\t\t\"open_redirect\": \"使能\",\n\t\t\"redirect_name\": \"重定向名称\",\n\t\t\"reserve_url\": \"保留URI参数\",\n\t\t\"redirect_type\": \"类型\",\n\t\t\"redirect_mode\": \"模\",\n\t\t\"redirect_domain\": \"来源\",\n\t\t\"path\": \"路径\",\n\t\t\"redirect_path\": \"重定向路径\",\n\t\t\"choose_domain\": \"选择一个域...\",\n\t\t\"choose_all\": \"全选\",\n\t\t\"cancel_all\": \"全部取消\",\n\t\t\"site\": \"整个站点\",\n\t\t\"add_redirect\": \"增列\",\n\t\t\"turn_on\": \"使能\",\n\t\t\"already_stop\": \"停顿\",\n\t\t\"edit_conf\": \"编辑配置\",\n\t\t\"load_conf\": \"以下是负载均衡器的配置文件。如果您不知道配置规则，请不要随意修改\",\n\t\t\"proxy_tips1\": \"代理目录：访问此目录时，将显示目标URL的内容(高级需求)\",\n\t\t\"proxy_tips2\": \"目标URL：填写您需要代理的网站，目标URL必须是可访问的URL\",\n\t\t\"proxy_tips3\": \"已发送域名：将域名添加到请求头，并将其传递给代理服务器\",\n\t\t\"proxy_tips4\": \"内容替换：Nginx独家，将网站内容替换为指定内容\",\n\t\t\"create_proxy\": \"创建反向代理\",\n\t\t\"modify_proxy\": \"修改反向代理\",\n\t\t\"open_proxy\": \"启用代理\",\n\t\t\"proxy_adv\": \"高级功能\",\n\t\t\"proxy_name\": \"代理名称\",\n\t\t\"cache_time\": \"缓存时间\",\n\t\t\"proxy_dir\": \"代理目录\",\n\t\t\"empty\": \"空荡荡\",\n\t\t\"add_rep_content\": \"添加内容替换\",\n\t\t\"add_proxy\": \"添加反向代理\",\n\t\t\"add_dir_guard\": \"添加目录守卫\",\n\t\t\"cache\": \"高速缓存\",\n\t\t\"already_open\": \"启用\",\n\t\t\"already_close\": \"禁用\",\n\t\t\"url_suffix\": \"URL后缀\",\n\t\t\"access_domain1\": \"接入域\",\n\t\t\"start_anti_leech\": \"开启防盗链\",\n\t\t\"access_empty_ref_default\": \"默认情况下允许直接访问资源，<br>&nbsp；&nbsp；&nbsp；即不限制HTTP_REFERER为空的请求。\",\n\t\t\"multi_url\": \"多个URL后缀和域名应用逗号(，)分隔，例如png、jpeg、zip、js\",\n\t\t\"trigger_return_404\": \"当触发防盗链时，直接返回404状态\",\n\t\t\"redirect\": \"重定向\",\n\t\t\"redirect_test\": \"重定向\",\n\t\t\"response_log\": \"响应日志\",\n\t\t\"minute\": \"分钟\",\n\t\t\"install_web_server_first\": \"请先安装Web服务器！\",\n\t\t\"to_install\": \"安装\",\n\t\t\"php_cli_ver\": \"PHP-CLI版本\",\n\t\t\"php_cli_tips1\": \"您可以在此处设置使用PHP命令行界面时的PHP版本\",\n\t\t\"php_cli_tips2\": \"需要在安装新版本的PHP后重置此设置\",\n\t\t\"set_php_cli_cmd\": \"设置PHP-CLI(命令行)版本\",\n\t\t\"deploy_success_cret\": \"提醒：\",\n\t\t\"try_renew_cret\": \"SSL将在到期日期前1个月自动续费\",\n\t\t\"cert_brand\": \"品牌：\",\n\t\t\"expire_time\": \"到期日期：\",\n\t\t\"auth_domain\": \"认证域：\",\n\t\t\"ssl_renew\": \"续约\",\n\t\t\"deploy_success_tips\": \"<b>已成功部署：<\\/b>请在证书过期前替换新证书\",\n\t\t\"not_deploy_and_save\": \"<b style=“color：red；”>当前未部署：<\\/b>点击[保存]按钮完成该证书的部署\",\n\t\t\"default_site_not_set\": \"未设置默认网站\",\n\t\t\"backup_time\": \"备份时间\",\n\t\t\"enable_website\": \"启用网站\",\n\t\t\"backup_website\": \"备份网站\",\n\t\t\"set_expired\": \"设置过期日期\",\n\t\t\"set_php_version\": \"设置php版本\",\n\t\t\"set_category\": \"设置类别\",\n\t\t\"del_website\": \"删除网站\",\n\t\t\"accomplish\": \"完成\",\n\t\t\"persent\": \"当前\",\n\t\t\"select_batch_type\": \"选择批次类型\",\n\t\t\"batch_input_tips\": \"点击编辑内容，按Enter或失去焦点自动保存\",\n\t\t\"batch_lack_tips\": \"缺少数据或URL参数\",\n\t\t\"get_list_tips\": \"正在获取列表数据\",\n\t\t\"data_empty\": \"数据为空\",\n\t\t\"opt_result\": \"OPT结果\",\n\t\t\"select_batch_opt\": \"选择批量操作\",\n\t\t\"category_manager\": \"类别管理器\",\n\t\t\"executing_batch\": \"正在执行批处理\",\n\t\t\"request_network_error\": \"请求网络错误\",\n\t\t\"batch_risk\": \"可能是有风险的。你想继续吗？\",\n\t\t\"batch_opt\": \"批量操作\",\n\t\t\"items_page\": \"项目\\/页面\",\n\t\t\"site_page_jump\": \"页面\",\n\t\t\"site_btn_jump\": \"确认\",\n\t\t\"batch_selected\": \"已选择\",\n\t\t\"batch_text\": \"批次\",\n\t\t\"add_site\": {\n\t\t\t\"domain\": \"域名\",\n\t\t\t\"description\": \"描述\",\n\t\t\t\"root\": \"网站路径\",\n\t\t\t\"ftp\": \"Ftp\",\n\t\t\t\"database\": \"数据库\",\n\t\t\t\"program\": \"节目类型\",\n\t\t\t\"php_version\": \"PHP版本\",\n\t\t\t\"category\": \"站点类别\",\n\t\t\t\"ftp_set\": \"Ftp设置\",\n\t\t\t\"database_set\": \"数据库设置\",\n\t\t\t\"root_ph\": \"选择嘟嘟声小路\",\n\t\t\t\"dont_create\": \"不创建\",\n\t\t\t\"create\": \"创建\",\n\t\t\t\"ftp_ph\": \"创建ftp帐户\",\n\t\t\t\"password\": \"密码\",\n\t\t\t\"ftp_password\": \"Ftp密码\",\n\t\t\t\"database_ph\": \"创建数据库帐户\",\n\t\t\t\"database_password\": \"数据库密码\",\n\t\t\t\"bath_code_ph\": \"域|1|0|0|0\\n域|1|0|0|0\\n域|1|0|0|0\",\n\t\t\t\"bath_tips1\": \"批处理格式：域|文档根|FTP|数据库|PHP版本\",\n\t\t\t\"bath_tips2\": \"<SPAN style=“padding-top:5px；display:inline-block；”>Domain格式：域使用&nbsp；，&nbsp；拆分<\\/span>\",\n\t\t\t\"bath_tips3\": \"文档根：输入&nbsp；1&nbsp；是自动创建的，或输入特定目录\",\n\t\t\t\"bath_tips4\": \"Ftp格式：输入&nbsp；1&nbsp；为自动创建，输入&nbsp；0&nbsp；不创建\",\n\t\t\t\"bath_tips5\": \"数据库格式：输入&nbsp；1&nbsp；为自动创建，输入&nbsp；0&nbsp；未创建\",\n\t\t\t\"bath_tips6\": \"Php版本：输入为静态，或输入特定版本的php，eq，56、71、74\",\n\t\t\t\"bath_tips7\": \"<SPAN每行style=“padding-bottom:5px；display:inline-block；”>A域<\\/SPAN>\",\n\t\t\t\"bath_tips8\": \"Eq，bt.cn，est.cn：8081|\\/www\\/wwwroot\\/bt.cn|1|1|56\",\n\t\t\t\"create_site\": \"创建站点\",\n\t\t\t\"batch_creat\": \"批量创建\",\n\t\t\t\"add_site_title\": \"添加站点-支持批量站点建设\",\n\t\t\t\"empty_ps\": \"是空的！\",\n\t\t\t\"batch_site_ps\": \"请输入要批量创建的站点参数！\",\n\t\t\t\"error_line\": \"线\",\n\t\t\t\"domain_error\": \"，域名格式错误\",\n\t\t\t\"port_error\": \"，端口格式错误\",\n\t\t\t\"success\": \"成功\",\n\t\t\t\"not_created\": \"未创建\",\n\t\t\t\"created\": \"已成功创建\",\n\t\t\t\"batch_add_site\": \"批量添加站点\",\n\t\t\t\"site_name\": \"站点名称\",\n\t\t\t\"opt_result\": \"OPT结果\"\n\t\t}\n\t},\n\t\"public\": {\n\t\t\"network_err\": \"网络中断\",\n\t\t\"getting_disk_list\": \"正在获取磁盘列表，请稍候...\",\n\t\t\"search_file_name\": \"搜索文件名\",\n\t\t\"next\": \"下一步\",\n\t\t\"select\": \"选择\",\n\t\t\"fileordir\": \"文件\\/目录\",\n\t\t\"jump_to_page\": \"跳转到页面\",\n\t\t\"bulk_opt\": \"批量操作\",\n\t\t\"select_opt_type\": \"请选择所需的操作类型\",\n\t\t\"risk_prompt\": \"该操作可能有风险，是否要继续？\",\n\t\t\"in_bulk\": \"散装的\",\n\t\t\"request_error\": \"请求错误\",\n\t\t\"please_wait\": \"请稍候...\",\n\t\t\"schedule\": \"进度表\",\n\t\t\"executeing\": \"执行\",\n\t\t\"miss_data_or_url\": \"缺少数据或URL参数\",\n\t\t\"success\": \"操作成功！\",\n\t\t\"error\": \"操作失败！\",\n\t\t\"add_success\": \"添加成功！\",\n\t\t\"del_success\": \"已成功删除\",\n\t\t\"save\": \"保存\",\n\t\t\"edit\": \"编辑\",\n\t\t\"up_level\": \"上一级\",\n\t\t\"edit_ok\": \"编辑成功！\",\n\t\t\"edit_err\": \"编辑失败！\",\n\t\t\"know\": \"好的\",\n\t\t\"close\": \"关\",\n\t\t\"cancel\": \"取消\",\n\t\t\"ok\": \"好的\",\n\t\t\"empty\": \"空荡荡\",\n\t\t\"submit\": \"提交\",\n\t\t\"exec\": \"执行\",\n\t\t\"script\": \"脚本\",\n\t\t\"log\": \"日志\",\n\t\t\"slow_log\": \"慢速原木\",\n\t\t\"del\": \"删除\",\n\t\t\"add\": \"增列\",\n\t\t\"the_get\": \"正在获取，请稍候...\",\n\t\t\"fresh\": \"刷新\",\n\t\t\"config\": \"正在配置...\",\n\t\t\"config_ok\": \"配置成功！\",\n\t\t\"the\": \"正在处理中，请稍候...\",\n\t\t\"user\": \"帐号\",\n\t\t\"pass\": \"密码\",\n\t\t\"read\": \"正在阅读，请稍候...\",\n\t\t\"pre\": \"百分比\",\n\t\t\"num\": \"数\",\n\t\t\"byte\": \"字节\",\n\t\t\"input_err\": \"表单不合法，请重试！\",\n\t\t\"the_add\": \"正在添加，请稍候...\",\n\t\t\"the_del\": \"正在删除，请稍候...\",\n\t\t\"msg\": \"提示\",\n\t\t\"list_empty\": \"列表为空！\",\n\t\t\"all\": \"全\",\n\t\t\"upload\": \"上传\",\n\t\t\"download\": \"下载\",\n\t\t\"action\": \"行动\",\n\t\t\"warning\": \"警告\",\n\t\t\"return\": \"返回\",\n\t\t\"help\": \"帮助\",\n\t\t\"list\": \"明细表\",\n\t\t\"off\": \"关闭\",\n\t\t\"on\": \"在……上面\",\n\t\t\"cp_success\": \"复制成功！\",\n\t\t\"cp_fail\": \"复制失败，浏览器不兼容！\",\n\t\t\"input_calc_result\": \"请正确输入计算结果！\",\n\t\t\"usually_username_ban\": \"禁止使用常用用户名\",\n\t\t\"onclick_install\": \"一键安装\",\n\t\t\"exec_log\": \"执行日志\",\n\t\t\"scan\": \"正在扫描\",\n\t\t\"task_long_time_not_exec\": \"如果任务很长时间没有执行，请尝试在主页[重启面板]重置任务队列\",\n\t\t\"login_expire\": \"您的登录状态已过期，请重新登录！\",\n\t\t\"session_expire\": \"会话已过期\",\n\t\t\"logout\": \"注销\",\n\t\t\"bt_terminal\": \"AaPanel端子\",\n\t\t\"paste_comm_this\": \"请将命令粘贴到此处...\",\n\t\t\"send\": \"发送\",\n\t\t\"turnoff\": \"关\",\n\t\t\"cp_to_shear_plate\": \"复制到剪贴板\",\n\t\t\"paste_choose\": \"粘贴所选项目\",\n\t\t\"translate\": \"翻译\",\n\t\t\"translate_now\": \"正在翻译...\",\n\t\t\"search\": \"百度搜索\",\n\t\t\"original\": \"原件：\",\n\t\t\"translation\": \"译文：\",\n\t\t\"start_up\": \"开始\",\n\t\t\"stop\": \"停\",\n\t\t\"restart\": \"重新启动\",\n\t\t\"reload\": \"重新加载\",\n\t\t\"performance_tuning\": \"性能调整\",\n\t\t\"storage_location\": \"存储位置\",\n\t\t\"port\": \"港口\",\n\t\t\"status\": \"现状\",\n\t\t\"server_status\": \"服务状态\",\n\t\t\"ver_mam\": \"版本管理\",\n\t\t\"edit_conf\": \"配置\",\n\t\t\"add_db\": \"添加数据库\",\n\t\t\"backup\": \"备份\",\n\t\t\"username\": \"用户名\",\n\t\t\"db_name\": \"数据库名称\",\n\t\t\"operate\": \"操作\",\n\t\t\"get_now\": \"vbl.得到，得到\",\n\t\t\"install_ver\": \"安装版本\",\n\t\t\"uninstall_ver\": \"卸载版本\",\n\t\t\"file_tips\": \"提示：Ctrl+F搜索关键字，Ctrl+G查找下一步，Ctrl+S保存，Ctrl+Shift+R查找和替换！\",\n\t\t\"transfer\": \"转接\",\n\t\t\"input_db_name\": \"请输入数据库名称\",\n\t\t\"input_db_username\": \"请输入数据库用户名\",\n\t\t\"input_db_passwd\": \"请输入数据库密码\",\n\t\t\"access_right\": \"访问权限\",\n\t\t\"local_server\": \"本地服务器\",\n\t\t\"everyone\": \"每个人\",\n\t\t\"specified_network\": \"指定网段\",\n\t\t\"file_name\": \"文件名\",\n\t\t\"file_size\": \"文件大小\",\n\t\t\"back_time\": \"备份时间\",\n\t\t\"tips\": \"提示\",\n\t\t\"confirm\": \"确认\",\n\t\t\"privilege_man\": \"权限管理\",\n\t\t\"change_passwd\": \"更改密码\",\n\t\t\"copy_passwd\": \"复制密码\",\n\t\t\"import\": \"进口\",\n\t\t\"permission\": \"许可\",\n\t\t\"edit_pass\": \"CHG PW\",\n\t\t\"res\": \"还原\",\n\t\t\"install_now\": \"正在安装\",\n\t\t\"local\": \"本地服务器\",\n\t\t\"plug_err\": \"缺少插件类名或插件方法名！\",\n\t\t\"request_err\": \"请求过程中出错！\",\n\t\t\"already_install\": \"已安装\",\n\t\t\"rootdir\": \"文档根目录\",\n\t\t\"back\": \"背\",\n\t\t\"flush\": \"刷新\",\n\t\t\"set_account\": \"帐户设置\",\n\t\t\"newdir\": \"新文件夹\",\n\t\t\"name\": \"名字\",\n\t\t\"size\": \"大小\",\n\t\t\"update_time\": \"更新时间\",\n\t\t\"upload_file_success\": \"上传成功[{1}]个文件！\",\n\t\t\"upload_now\": \"上传\",\n\t\t\"upload_fail2\": \"上载失败2\",\n\t\t\"create_dir\": \"创建一个目录\",\n\t\t\"dir_name\": \"目录名：\",\n\t\t\"dir_name_err\": \"目录名称不能为空\",\n\t\t\"submitting\": \"提交\",\n\t\t\"update\": \"更新\",\n\t\t\"history_file_empty\": \"历史文件为空\",\n\t\t\"history_version\": \"文件历史记录版本\",\n\t\t\"v_time\": \"版本时间\",\n\t\t\"restore\": \"还原\",\n\t\t\"open_file\": \"打开文件\",\n\t\t\"no_file_history\": \"当前文件没有历史版本\",\n\t\t\"read_only_file\": \"只读文件，文件为\",\n\t\t\"restore_history\": \"单击以恢复当前历史版本\",\n\t\t\"history_v\": \"历史版本\",\n\t\t\"can_not_switch_lan\": \"目前尚不支持切换语言模式，敬请关注！\",\n\t\t\"set_file_encoding\": \"设置文件编码\",\n\t\t\"encoding\": \"编码\",\n\t\t\"dir\": \"目录\",\n\t\t\"hide_dir\": \"隐藏文件目录\",\n\t\t\"show_file_dir\": \"显示文件目录\",\n\t\t\"dir_cannot_empty\": \"文件目录不能为空\",\n\t\t\"file_name_empty_err\": \"文件名不能为空\",\n\t\t\"new_name_err\": \"新名称不能为空\",\n\t\t\"same_name_dir\": \"存在同名目录\",\n\t\t\"same_name_file\": \"存在同名文件\",\n\t\t\"rename_err\": \"此文件已打开，无法编辑\",\n\t\t\"renaming_file\": \"正在重命名文件或目录，请稍候...\",\n\t\t\"creating_file\": \"正在创建文件，请稍候...\",\n\t\t\"creating_dir\": \"正在创建目录，请稍候...\",\n\t\t\"deleting_file\": \"正在删除文件，请稍候...\",\n\t\t\"deleting_dir\": \"正在删除目录，请稍候...\",\n\t\t\"get_autosave_file\": \"正在获取自动保存文件信息，请稍候...\",\n\t\t\"restore_history_files\": \"还原历史记录文件\",\n\t\t\"confirm_restore_file\": \"是否还原历史文件\",\n\t\t\"confirm_restore_file1\": \"恢复历史文件后，当前文件内容将被替换！\",\n\t\t\"recover_file\": \"正在恢复历史文件，请稍候...\",\n\t\t\"get_file_contents\": \"正在获取文件内容，请稍候...\",\n\t\t\"get_file_history\": \"正在获取历史文件内容，请稍候...\",\n\t\t\"space\": \"空间\",\n\t\t\"tab_length\": \"制表符长度\",\n\t\t\"lan\": \"语言\",\n\t\t\"row\": \"划\",\n\t\t\"column\": \"立柱\",\n\t\t\"opend_file\": \"打开的文件\",\n\t\t\"save_file_content\": \"正在保存文件内容，请稍候...\",\n\t\t\"save_ace_config\": \"正在设置ACE配置，请稍候...\",\n\t\t\"get_ace_config\": \"正在获取ACE配置，请稍候...\",\n\t\t\"save_all\": \"全部保存成功\",\n\t\t\"online_text_editor\": \"在线文本编辑器\",\n\t\t\"save_tips\": \"保存提示\",\n\t\t\"save_tips1\": \"检测到文件未保存，您是否保存了文件更改？\",\n\t\t\"save_tips2\": \"如果您不保存，更改将会丢失！\",\n\t\t\"dont_save\": \"不存钱\",\n\t\t\"terminal\": \"终端\",\n\t\t\"set\": \"集\",\n\t\t\"result\": \"结果\",\n\t\t\"selected\": \"已选择\",\n\t\t\"please_choose\": \"请选择\",\n\t\t\"manage_cloud_server\": \"远程服务器\",\n\t\t\"capacity\": \"配额\",\n\t\t\"notConfigured\": \"未设置\",\n\t\t\"currentUsedCapacity\": \"已设置配额\",\n\t\t\"quotaCapacity\": \"设置新配额\",\n\t\t\"capacityFinished\": \"容量用完了\",\n\t\t\"finished\": \"已经完成了\",\n\t\t\"modifyQuotaCapacity\": \"单击修改容量配额\",\n\t\t\"capacityTips1\": \"提醒：此功能是专业版独有的\",\n\t\t\"capacityTips2\": \"需要XFS文件系统，并包含要使用的[prjQuota]参数\",\n\t\t\"capacityTips3\": \"Fstab：\\/dev\\/vdc1\\/data XFS缺省值的示例，prj配额0 0\",\n\t\t\"capacityTips4\": \"使用面板或根用户导入，不受配额影响\",\n\t\t\"capacityTips5\": \"配额：要取消配额，请设置为“0”\",\n\t\t\"modify_path_quota\": \"正在设置目录配额，请稍候...\",\n\t\t\"modify_mysql_quota\": \"正在设置MySQL配额，请稍候...\",\n\t\t\"setup_success\": \"安装成功！\",\n\t\t\"setup_fail\": \"安装失败！\"\n\t},\n\t\"public_backup\": {\n\t\t\"login_expire\": \"您的登录状态已过期，请重新登录！\",\n\t\t\"session_expire\": \"会话已过期\",\n\t\t\"click_detail\": \"点击查看说明\",\n\t\t\"stop\": \"停\",\n\t\t\"restart\": \"重新启动\",\n\t\t\"reload\": \"重新加载\",\n\t\t\"server\": \"服务器\",\n\t\t\"cp_success\": \"已成功复制\",\n\t\t\"cp_fail\": \"复制失败，浏览器不兼容！\",\n\t\t\"bind_bt_account\": \"绑定aaPanel帐户\",\n\t\t\"mobile_phone\": \"手机\",\n\t\t\"mobile_phone_or_email\": \"您的电子邮件地址\",\n\t\t\"pass\": \"密码\",\n\t\t\"rootpass\": \"超级用户密码\",\n\t\t\"login\": \"登录\",\n\t\t\"no_account\": \"没有帐号，去注册吧\",\n\t\t\"oneclick_install\": \"一键安装\",\n\t\t\"user_img\": \"个人资料图片\",\n\t\t\"nick_name\": \"昵称：\",\n\t\t\"cancel_wechat_bind\": \"取消当前微信小程序的绑定\",\n\t\t\"cancel_bind\": \"解除绑定\",\n\t\t\"add_account_bind\": \"添加绑定帐户\",\n\t\t\"unbind_account\": \"确定要取消当前绑定吗？\",\n\t\t\"confirm\": \"好的\",\n\t\t\"cancel\": \"取消\",\n\t\t\"unbind\": \"解除绑定\",\n\t\t\"open_bt_small_app\": \"打开aaPanel面板小程序\",\n\t\t\"app_qr_core\": \"小程序二维码\",\n\t\t\"scan_qr_core\": \"使用aaPanel Mobile扫描当前二维码并绑定到面板\",\n\t\t\"return_bind_list\": \"返回面板绑定列表\",\n\t\t\"read_bind_list\": \"查看绑定列表\",\n\t\t\"bind_wechat\": \"捆绑微信\",\n\t\t\"bind_success\": \"绑定成功！\",\n\t\t\"del\": \"删除\",\n\t\t\"del_dir\": \"您确定要删除此目录吗？\",\n\t\t\"del_task\": \"您确定要删除此cron作业吗？\",\n\t\t\"tips\": \"提示\",\n\t\t\"stop_crontab\": \"Cron作业在暂停后将不会继续运行。是否确实要停用此计划任务？\",\n\t\t\"start_crontab\": \"Cron作业已停用。是否要启用此cron作业？\",\n\t\t\"submit_data\": \"正在提交数据...\",\n\t\t\"read_log\": \"查看日志\",\n\t\t\"log_empty\": \"当前日志为空\",\n\t\t\"microsoft_yahei\": \"微软雅黑\",\n\t\t\"all\": \"全\",\n\t\t\"server_disk\": \"服务器磁盘\",\n\t\t\"get_cert\": \"获取证书信息\",\n\t\t\"key\": \"钥匙\",\n\t\t\"cret_format\": \"证书(PEM格式)\",\n\t\t\"save\": \"保存\",\n\t\t\"cret_help\": \"粘贴您的*.key和*.pem内容并保存\",\n\t\t\"help\": \"帮助\",\n\t\t\"cret_err\": \"如果浏览器提示证书链不完整，请检查PEM证书是否拼接正确\",\n\t\t\"pem_format\": \"PEM格式证书=域名证书.crt+根证书(ROOT_Bundle).crt\",\n\t\t\"custom_panel_set\": \"自定义面板证书\",\n\t\t\"usually_user_ban\": \"不要使用普通用户名！\",\n\t\t\"install\": \"安装\",\n\t\t\"uninstall\": \"卸载\",\n\t\t\"no_fpm_log\": \"当前没有FPM日志\",\n\t\t\"no_slow_log\": \"目前没有慢速日志\",\n\t\t\"year\": \"年\",\n\t\t\"month\": \"月份\",\n\t\t\"day\": \"天\",\n\t\t\"month1\": \"1个月\",\n\t\t\"month3\": \"3个月\",\n\t\t\"month6\": \"6个月\",\n\t\t\"year1\": \"1年\",\n\t\t\"year2\": \"2年\",\n\t\t\"year3\": \"3年\",\n\t\t\"permanent\": \"永久\",\n\t\t\"buy_multiplev_bt_pro\": \"注意：如果您需要购买多个永久许可证，请访问aaPanel官方网站进行购买\",\n\t\t\"goto_bt\": \"转到aaPanel官方网站\",\n\t\t\"up_pro_use_allplug_free\": \"升级到专业版，所有插件均可免费使用\",\n\t\t\"buy\": \"买\",\n\t\t\"renew\": \"续约\",\n\t\t\"type\": \"类型\",\n\t\t\"add_to\": \"加到\",\n\t\t\"apiece_of_plug\": \"1个插件\",\n\t\t\"up_pro\": \"升级到专业版\",\n\t\t\"use_allplug_free\": \"所有插件均可免费使用\",\n\t\t\"pro_expire_must_renew_or_change_free_version\": \"(Pro版本到期后，需要续费才能登录，也可以使用SSH执行免费版本降级命令切换到免费版本)\",\n\t\t\"duration\": \"持续时间\",\n\t\t\"total\": \"总计\",\n\t\t\"rmb\": \"元\",\n\t\t\"pay_by_wechatqrcore\": \"微信二维码支付\",\n\t\t\"get_payment_info\": \"正在获取付款信息...\",\n\t\t\"loading\": \"正在加载，请稍候\",\n\t\t\"choose_cash_coupon\": \"请选择优惠券\",\n\t\t\"no_cash_coupon\": \"没有优惠券可用\",\n\t\t\"pay_plug_success\": \"成功支付插件费用！\",\n\t\t\"pay_pro_success\": \"专业版支付成功！\",\n\t\t\"pay_method\": \"支付方式\",\n\t\t\"pay_by_wechat\": \"微信付款\",\n\t\t\"cash_coupon\": \"息票\",\n\t\t\"opening_time\": \"开业时间\",\n\t\t\"cash_coupon_list\": \"优惠券列表\",\n\t\t\"submit\": \"提交\",\n\t\t\"discount\": \"折扣\",\n\t\t\"update\": \"更新\",\n\t\t\"third_party_plug\": \"第三方插件包\",\n\t\t\"name\": \"南：\",\n\t\t\"version\": \"版本：\",\n\t\t\"ps\": \"描述：\",\n\t\t\"size\": \"大小：\",\n\t\t\"author\": \"作者：\",\n\t\t\"source\": \"资料来源：\",\n\t\t\"update_wait\": \"更新过程可能需要几分钟时间，请耐心等待！\",\n\t\t\"install_wait\": \"安装过程可能需要几分钟时间，请耐心等待！\",\n\t\t\"exist_cover\": \"如果这个插件已经存在，它将被替换！\",\n\t\t\"update_tips\": \"建议您在服务器负载较低时更新软件。\",\n\t\t\"db_update_tips\": \"更新数据库有风险，建议在更新之前备份数据库。\",\n\t\t\"update_tips1\": \"如果您使用的是云服务器，强烈建议您在更新之前拍摄快照。\",\n\t\t\"update_tips2\": \"更新过程可能会导致服务中断。您真的现在将[{1}]更新为[{2}.{3}]吗？\",\n\t\t\"update_tips3\": \"正在更新到[{1}-{2}.{3}]，请稍候...\",\n\t\t\"del_rep\": \"删除重定向\",\n\t\t\"sure_del_rep\": \"您确定要删除重定向吗？\",\n\t\t\"del_proxy\": \"删除反向代理\",\n\t\t\"sure_del_proxy\": \"确定要从列表中删除吗？\",\n\t\t\"no_log\": \"当前没有日志\",\n\t\t\"deploy_cert\": \"正在部署证书...\",\n\t\t\"del_cert\": \"删除证书\",\n\t\t\"sure_del_cert\": \"您确定要从证书持有者中删除该证书吗？\",\n\t\t\"stop_site\": \"停止站点\",\n\t\t\"start_site\": \"起始站点\",\n\t\t\"turn_off\": \"关\",\n\t\t\"access_right\": \"访问权限\",\n\t\t\"local_server\": \"本地服务器\",\n\t\t\"every_one\": \"每个人\",\n\t\t\"specify_ip\": \"指定IP\",\n\t\t\"access_ip_tips\": \"由(，)分隔的多个IP\",\n\t\t\"db_name\": \"数据库名称\",\n\t\t\"new_db_name\": \"新数据库名称\",\n\t\t\"user_name\": \"用户名\",\n\t\t\"db_user\": \"数据库用户\",\n\t\t\"set_db_permissions\": \"设置数据库权限\",\n\t\t\"change_db_pass\": \"更改数据库密码\",\n\t\t\"domain\": \"域\",\n\t\t\"domian_tips\": \"每行一个域，默认端口为80<br>通配符域格式：*.domain.com<br>要添加另一个端口，格式为www.domain.com：88\",\n\t\t\"site_ps\": \"现场备注\",\n\t\t\"root_dir\": \"文档根目录\",\n\t\t\"dont_create\": \"不创建\",\n\t\t\"create\": \"创建\",\n\t\t\"set_ftp\": \"Ftp设置\",\n\t\t\"ftp_tips\": \"在创建站点时，为站点创建对应的ftp用户，ftp目录指向站点所在的目录。\",\n\t\t\"db\": \"数据库\",\n\t\t\"unsupport_sqlserver\": \"Linux目前不支持SQLServer！\",\n\t\t\"db_set\": \"数据库设置\",\n\t\t\"create_site_tips\": \"在创建站点时，为站点创建相应的数据库，以方便不同的数据库使用不同的数据库。\",\n\t\t\"php_v\": \"PHP版本\",\n\t\t\"sitic\": \"纯静电\",\n\t\t\"site_classification\": \"站点类别\",\n\t\t\"domain_format_not_right\": \"主域的格式不正确\",\n\t\t\"default_port\": \"默认端口\",\n\t\t\"recover\": \"还原\",\n\t\t\"permanent_delete\": \"永久删除\",\n\t\t\"name_err\": \"缺少必需的参数名称\",\n\t\t\"preparing_for_cert\": \"准备证书\"\n\t},\n\t\"layout\": {\n\t\t\"download\": \"正在下载：\",\n\t\t\"cancel\": \"取消\",\n\t\t\"connect\": \"正在连接中..\",\n\t\t\"wait_task\": \"正在等待任务执行\",\n\t\t\"cancel_task\": \"正在取消任务...\",\n\t\t\"task_queue\": \"任务队列\"\n\t},\n\t\"install\": {\n\t\t\"passwd_cant_empty\": \"用户名或密码不能为空！\",\n\t\t\"passwd_not_same\": \"两次输入的密码不一致，请重新输入！\",\n\t\t\"setting_up\": \"正在处理中...\"\n\t},\n\t\"login\": {\n\t\t\"qr_core_login\": \"AaPanel手机二维码登录\",\n\t\t\"open\": \"打开\",\n\t\t\"bt_small_p\": \"AaPanel Mobile\",\n\t\t\"scan_login\": \"扫描以登录\",\n\t\t\"scan_more_safety\": \"二维码登录更安全\",\n\t\t\"scan_success\": \"扫描二维码成功，请稍候...\",\n\t\t\"safe_logging_now\": \"正在安全登录，请稍候...\",\n\t\t\"user_login\": \"单击帐户以登录\",\n\t\t\"form_err\": \"表单错误，请重新输入！\",\n\t\t\"logging\": \"正在登录...\"\n\t},\n\t\"tomcat2\": {\n\t\t\"project_mam\": \"项目管理\",\n\t\t\"server\": \"服务\",\n\t\t\"conf_file\": \"配置文件\",\n\t\t\"version_mam\": \"版本管理\",\n\t\t\"log\": \"日志\",\n\t\t\"add_project\": \"添加项目\",\n\t\t\"project_domain\": \"项目域\",\n\t\t\"project_path\": \"项目路径\",\n\t\t\"sub_dir\": \"子目录\",\n\t\t\"tomcat_version\": \"Tomcat版本\",\n\t\t\"operate\": \"运营\",\n\t\t\"project_tips1\": \"默认项目不可编辑\",\n\t\t\"project_tips2\": \"可通过域名直接访问项目地图\",\n\t\t\"project_tips3\": \"Tomcat7、8和9的默认端口为8081、8082和8083\",\n\t\t\"project_tips4\": \"如果你有问题，可以在这里发帖。\",\n\t\t\"project_tips5\": \"查看详细信息\",\n\t\t\"project_tips6\": \"提示：Ctrl+F搜索关键字，Ctrl+G查找下一步，Ctrl+S保存，Ctrl+Shift+R查找和替换！\",\n\t\t\"save\": \"保存\",\n\t\t\"project_mapping\": \"项目测绘\",\n\t\t\"already_install\": \"已安装\",\n\t\t\"not_install\": \"未安装\",\n\t\t\"install_version\": \"安装版本\",\n\t\t\"uninstall_version\": \"卸载版本\",\n\t\t\"not_install_tomcat\": \"未安装Tomcat服务\",\n\t\t\"add_tomcat_project\": \"添加Tomcat项目\",\n\t\t\"project_version\": \"项目版本\",\n\t\t\"input_project_domain\": \"请输入项目域\",\n\t\t\"input_project_path\": \"请输入项目路径\",\n\t\t\"project_tips7\": \"项目版本：如果您需要添加其他版本的Tomcat服务，请安装在\",\n\t\t\"project_tips8\": \"\",\n\t\t\"confirm\": \"好的\",\n\t\t\"cancel\": \"取消\",\n\t\t\"input_project_version\": \"请输入项目版本\",\n\t\t\"uninstall_confirm\": \"您确定要卸载吗\",\n\t\t\"program\": \"计划\",\n\t\t\"uninstall_tomcat\": \"卸载Tomcat\",\n\t\t\"install_now\": \"正在安装\",\n\t\t\"uninstall_now\": \"正在卸载\",\n\t\t\"install_tips1\": \"服务部，请耐心等待\",\n\t\t\"get_version_info\": \"正在获取版本信息，请稍候...\",\n\t\t\"mamager\": \"Mamager\",\n\t\t\"proxy\": \"代理\",\n\t\t\"edit\": \"编辑\",\n\t\t\"del\": \"删除\",\n\t\t\"default_project_subdir_err\": \"默认项目不支持添加子目录\",\n\t\t\"add_sub_dir\": \"添加一个子目录\",\n\t\t\"input_sub_dir\": \"请输入子目录\",\n\t\t\"input_visit_path\": \"请输入访问路径\",\n\t\t\"sub_dir_cant_empty\": \"子目录不能为空\",\n\t\t\"visit_path_cant_empty\": \"访问路径不能为空\",\n\t\t\"del_confirm\": \"删除或不删除\",\n\t\t\"del_sub_dir\": \"删除子目录\",\n\t\t\"del_sub_dir_now\": \"正在删除子目录，请稍候...\",\n\t\t\"add_sub_dir_now\": \"正在添加子目录，请稍候...\",\n\t\t\"get_sub_dir\": \"正在获取子目录，请稍候...\",\n\t\t\"stop_reloadable_confirm\": \"是否确实要关闭可重新加载的属性\",\n\t\t\"start_reloadable_confirm\": \"您确定要打开ReLoadable属性吗\",\n\t\t\"set_reloadable\": \"设置ReLoadable属性\",\n\t\t\"stop_reloadable_now\": \"关闭可重新加载的属性，请稍候...\",\n\t\t\"start_reloadable_now\": \"打开可重新加载的属性，请稍候...\",\n\t\t\"stop_server\": \"停止服务\",\n\t\t\"stop_confirm\": \"你确定要停下来吗？\",\n\t\t\"stop_now\": \"正在停止\",\n\t\t\"wait\": \"请稍等\",\n\t\t\"start_server\": \"启动服务\",\n\t\t\"start_confirm\": \"你确定要开始了吗？\",\n\t\t\"start_now\": \"启动\",\n\t\t\"reload_server\": \"重新加载服务\",\n\t\t\"reload_confirm\": \"你确定要重新装弹吗？\",\n\t\t\"reload_now\": \"重新装填\",\n\t\t\"get_port\": \"正在进港，请稍候...\",\n\t\t\"set_port\": \"正在设置端口，请稍候...\",\n\t\t\"get_proxy\": \"获取地图状态，请稍候...\",\n\t\t\"default_project_proxy_err\": \"默认项目不支持映射\",\n\t\t\"proxy_confirm\": \"是否映射\",\n\t\t\"proxy_project\": \"测绘项目\",\n\t\t\"set_proxy_now\": \"正在设置映射，请稍候...\",\n\t\t\"get_reloadable_status\": \"正在获取可重新加载状态，请稍候...\",\n\t\t\"set_reloadable_status\": \"正在设置可重载状态，请稍候...\",\n\t\t\"default_project_edit_err\": \"默认项目不支持编辑\",\n\t\t\"modify\": \"修改\",\n\t\t\"project\": \"项目\",\n\t\t\"modify_success\": \"已修改\",\n\t\t\"project_unmodified\": \"项目未修改\",\n\t\t\"set_project\": \"设置项目\",\n\t\t\"project_set_dir\": \"目录，请稍候...\",\n\t\t\"project_set_domain\": \"域名，请稍候...\",\n\t\t\"default_project_del_err\": \"默认项目不支持删除\",\n\t\t\"del_project\": \"删除项目\",\n\t\t\"del_project_confirm\": \"项目，继续吗？\",\n\t\t\"add_project_now\": \"正在添加Tomcat项目，请稍候...\",\n\t\t\"get_project_now\": \"正在获取Tomcat项目列表，请稍候...\",\n\t\t\"status\": \"当前状态：\",\n\t\t\"port\": \"港口\",\n\t\t\"change\": \"变化\",\n\t\t\"jdk_version\": \"JDK版本：\",\n\t\t\"reload_conf\": \"重新加载\",\n\t\t\"get_service_status\": \"正在获取服务状态，请稍候...\",\n\t\t\"save_conf\": \"正在保存配置文件，请稍候\",\n\t\t\"get_conf\": \"正在获取配置文件，请稍候\",\n\t\t\"get_log\": \"正在获取日志，请稍候\",\n\t\t\"plug_err\": \"缺少插件类名或插件方法名！\",\n\t\t\"requery_err\": \"请求过程中出错！\",\n\t\t\"visit_path\": \"访问路径\",\n\t\t\"tomcat_status_tips1\": \"服务台，请稍等\",\n\t\t\"del_confirm_p\": \"是否删除\",\n\t\t\"del_project_now\": \"正在删除项目，请稍候...\",\n\t\t\"open\": \"正在运行\",\n\t\t\"stop\": \"停\",\n\t\t\"startup\": \"开始\"\n\t},\n\t\"pythonmamager\": {\n\t\t\"project_mam\": \"项目管理\",\n\t\t\"version_mam\": \"版本管理\",\n\t\t\"log\": \"日志\",\n\t\t\"add_project\": \"添加项目\",\n\t\t\"project_name\": \"项目名称\",\n\t\t\"project_path\": \"项目路径\",\n\t\t\"port\": \"港口\",\n\t\t\"start_type\": \"启动模式\",\n\t\t\"py_version\": \"PYTHON版本\",\n\t\t\"mem\": \"记忆\",\n\t\t\"status\": \"状态\",\n\t\t\"operate\": \"运营\",\n\t\t\"py_tips1\": \"默认情况下，管理器使用pip安装Document Root中Requirements s.txt中的模块。如果还有其他模块需要安装，请手动进入虚拟环境进行安装\",\n\t\t\"py_tips2\": \"进入虚拟环境的方法：\",\n\t\t\"py_tips3\": \"在CLI上输入\",\n\t\t\"py_tips4\": \"源项目路径\\/项目名称_venv\\/bin\\/激活\",\n\t\t\"like\": \"例如：\",\n\t\t\"get_now\": \"得到..。\",\n\t\t\"instarll_version\": \"安装版本\",\n\t\t\"uninstarll_version\": \"卸载版本\",\n\t\t\"install_py_tips\": \"安装python版本可能需要很长时间，请耐心等待\",\n\t\t\"py_project\": \"PYTHON项目：\",\n\t\t\"already_install\": \"已安装\",\n\t\t\"no_install\": \"未安装\",\n\t\t\"uninstall_confirm\": \"您确定要卸载吗\",\n\t\t\"program\": \"计划\",\n\t\t\"uninstall_py\": \"卸载Python\",\n\t\t\"add_py_project\": \"添加一个Python项目\",\n\t\t\"confirm\": \"好的\",\n\t\t\"cancel\": \"取消\",\n\t\t\"name\": \"名字\",\n\t\t\"input_project_name\": \"请输入项目名称\",\n\t\t\"path\": \"路径\",\n\t\t\"input_project_path\": \"请选择项目路径\",\n\t\t\"run_dir_file\": \"启动文件\\/文件夹\",\n\t\t\"input_run_file\": \"请选择项目启动文件\",\n\t\t\"choose_project_dir\": \"选择项目目录\",\n\t\t\"run_type\": \"启动模式\",\n\t\t\"input_project_port\": \"请输入项目端口，如果没有端口则为空\",\n\t\t\"add_py_tips1\": \"项目版本：如果您需要添加另一个版本的Python，请安装在\",\n\t\t\"add_py_tips2\": \"版本管理\",\n\t\t\"add_py_tips3\": \"\",\n\t\t\"add_py_tips4\": \"Gunicorn是一种广泛使用的Python WSGI Unix HTTP服务器\",\n\t\t\"add_py_tips5\": \"UWsgi是一个高性能的Web服务器\",\n\t\t\"add_py_tips6\": \"Python直接使用Python运行项目\",\n\t\t\"project_name_cant_empty\": \"项目名称不能为空！\",\n\t\t\"project_path_cant_empty\": \"项目地址不能为空！\",\n\t\t\"project_runfile_cant_empty\": \"项目启动文件不能为空！\",\n\t\t\"stop\": \"停顿\",\n\t\t\"cancel_mapping\": \"取消映射\",\n\t\t\"runing\": \"正在运行\",\n\t\t\"mapping\": \"映射\",\n\t\t\"restart\": \"重新启动\",\n\t\t\"restart_project\": \"重新启动项目\",\n\t\t\"conf\": \"配置\",\n\t\t\"conf_file\": \"配置文件\",\n\t\t\"module_mam\": \"模块管理\",\n\t\t\"module\": \"模块\",\n\t\t\"del_project\": \"删除项目\",\n\t\t\"del\": \"删除\",\n\t\t\"no_data\": \"目前没有数据\",\n\t\t\"whether\": \"一定会的\",\n\t\t\"open\": \"使能\",\n\t\t\"close\": \"禁用\",\n\t\t\"mapping_project\": \"测绘项目\",\n\t\t\"whether_restart_python_project\": \"您确定要重新启动Python项目吗\",\n\t\t\"whether_cancel_python_project\": \"您确定要取消项目映射域吗\",\n\t\t\"whether_del_python_project\": \"确定要删除该Python项目吗\",\n\t\t\"whether_uninstall_module\": \"您确定要卸载该模块吗\",\n\t\t\"tips\": \"提示\",\n\t\t\"submit\": \"提交\",\n\t\t\"mapping_domain\": \"映射域\",\n\t\t\"input_mapping_domain\": \"请输入映射域\",\n\t\t\"edit\": \"编辑\",\n\t\t\"project_conf\": \"项目配置\",\n\t\t\"file_tips\": \"提示：Ctrl+F搜索关键字，Ctrl+G查找下一步，Ctrl+S保存，Ctrl+Shift+R查找和替换！\",\n\t\t\"get_project_list_now\": \"正在获取项目列表，请稍候...\",\n\t\t\"cancel_mapping_now\": \"正在取消项目映射，请稍候...\",\n\t\t\"get_python_ver\": \"正在获取PYTHON版本，请稍候...\",\n\t\t\"uninstall\": \"卸载\",\n\t\t\"module_name\": \"模块名称\",\n\t\t\"module_ver\": \"模块版本\",\n\t\t\"add\": \"加到\",\n\t\t\"add_module_tips\": \"*&nbsp；如果模块版本为空，则将安装最新版本&nbsp；*\",\n\t\t\"version\": \"版本\",\n\t\t\"warn\": \"警告\",\n\t\t\"get_project_module_now\": \"正在获取项目[{1}]模块，请稍候...\",\n\t\t\"set_project_module_now\": \"正在设置项目[{1}]模块，请稍候...\",\n\t\t\"install_dependent\": \"正在安装项目所需的依赖项，请稍候...\",\n\t\t\"being\": \"\",\n\t\t\"start_py_project\": \"打开Python项目\",\n\t\t\"stop_py_project\": \"关闭Python项目\",\n\t\t\"pleace_wait\": \"，请稍候...\",\n\t\t\"mapping_py_project\": \"正在映射Python项目，请稍候...\",\n\t\t\"del_py_project\": \"正在删除Python项目，请稍候...\",\n\t\t\"get_py_ver\": \"正在获取PYTHON版本，请稍候...\",\n\t\t\"install_py_ver\": \"正在安装Python版本[{1}]，请稍候...\",\n\t\t\"uninstall_py_ver\": \"正在卸载Python版本[{1}]，请稍候...\",\n\t\t\"get_conf_now\": \"正在获取配置信息，请稍候...\",\n\t\t\"save_conf_now\": \"正在保存配置信息，请稍候...\",\n\t\t\"choose_file\": \"请选择一个文件\",\n\t\t\"input_newfile_name\": \"请输入新文件名\",\n\t\t\"rootdir\": \"文档根目录\",\n\t\t\"create_newfile\": \"正在创建新文件，请稍候...\",\n\t\t\"get_file_list\": \"正在获取文件列表，请稍候...\",\n\t\t\"plug_err\": \"缺少插件类名或插件方法名！\",\n\t\t\"reuqest_err\": \"请求过程中出错！\"\n\t},\n\t\"pgsql\": {\n\t\t\"like\": \"例如：\",\n\t\t\"log\": \"日志\",\n\t\t\"slow_log\": \"慢速原木\",\n\t\t\"performance_tuning\": \"性能调整\",\n\t\t\"port\": \"港口\",\n\t\t\"server_status\": \"服务状态\",\n\t\t\"ver_man\": \"版本管理\",\n\t\t\"edit_conf\": \"配置\",\n\t\t\"add_db\": \"添加数据库\",\n\t\t\"backup\": \"备份\",\n\t\t\"username\": \"用户名\",\n\t\t\"db_name\": \"数据库名称\",\n\t\t\"operate\": \"运营\",\n\t\t\"get_now\": \"vbl.得到，得到\",\n\t\t\"install_ver\": \"安装版本\",\n\t\t\"uninstall_ver\": \"卸载版本\",\n\t\t\"file_tips\": \"提示：Ctrl+F搜索关键字，Ctrl+G查找下一步，Ctrl+S保存，Ctrl+Shift+R查找和替换！\",\n\t\t\"transfer\": \"转接\",\n\t\t\"input_db_name\": \"请输入数据库名称\",\n\t\t\"input_db_username\": \"请输入数据库用户名\",\n\t\t\"input_db_passwd\": \"请输入数据库密码\",\n\t\t\"access_right\": \"访问权限\",\n\t\t\"local_server\": \"本地服务器\",\n\t\t\"everyone\": \"每个人\",\n\t\t\"specified_network\": \"指定网段\",\n\t\t\"file_name\": \"文件名\",\n\t\t\"file_size\": \"文件大小\",\n\t\t\"back_time\": \"备份时间\",\n\t\t\"tips\": \"提示\",\n\t\t\"confirm\": \"测定\",\n\t\t\"privilege_man\": \"权限管理\",\n\t\t\"change_passwd\": \"更改密码\",\n\t\t\"copy_passwd\": \"复制密码\",\n\t\t\"import\": \"进口\",\n\t\t\"permission\": \"权限\",\n\t\t\"edit_pass\": \"CHG PW\",\n\t\t\"res\": \"还原\",\n\t\t\"install_now\": \"正在安装\",\n\t\t\"local\": \"本地服务器\",\n\t\t\"plug_err\": \"缺少插件类名或插件方法名！\",\n\t\t\"request_err\": \"请求过程中出错！\",\n\t\t\"db_list\": \"数据库列表\",\n\t\t\"client_auth\": \"客户端身份验证\",\n\t\t\"pgsql_ver\": \"PgSQL版本\",\n\t\t\"pgsql_tips1\": \"安装PgSQL版本可能需要很长时间，请耐心等待\",\n\t\t\"pgsql_tips2\": \"要切换版本，请先卸载当前版本，然后手动备份当前数据库文件\",\n\t\t\"pgsql_tips3\": \"下面是pgsql主配置文件。如果您不知道配置规则，请不要随意修改\",\n\t\t\"pgsql_tips4\": \"此配置文件可以配置为允许哪些用户连接到哪个数据库，允许哪些IP或网段连接到服务器，以及用于指定连接的身份验证模式！\",\n\t\t\"pgsql_tips5\": \"下面是pgsql客户端身份验证配置文件。如果您不知道配置规则，请不要随意修改\",\n\t\t\"restart_db\": \"重新启动数据库\",\n\t\t\"get_pgsql_service\": \"正在获取PgSQL服务，请稍候...\",\n\t\t\"choose_sql_ver\": \"请选择已安装的数据库版本\",\n\t\t\"db_name_err\": \"数据库名称不能包含特殊字符\",\n\t\t\"cp_fail\": \"复制失败，请手动复制Ctrl+C\",\n\t\t\"db_back_list\": \"数据库[{1}]备份列表\",\n\t\t\"whether_res_db_file\": \"是否确实要恢复&nbsp；[{1}]备份文件？\",\n\t\t\"download_back_file\": \"正在下载备份文件，请稍候...\",\n\t\t\"whether_del_db_file\": \"确定要删除&nbsp；[{1}]&nbsp；备份文件吗？\",\n\t\t\"import_back_file\": \"数据库[{1}]，本地文件导入备份\",\n\t\t\"upload_from_local\": \"从本地上传\",\n\t\t\"whether_del_import_file\": \"您确定要删除&nbsp；[{1}]&nbsp；损坏的文件吗？\",\n\t\t\"whether_del_db\": \"确定要删除数据库[{1}]吗？\",\n\t\t\"del_back_file\": \"同时删除数据库备份文件\",\n\t\t\"input_storage_location\": \"请输入数据库存储位置！\",\n\t\t\"input_db_port\": \"请输入数据库端口！\",\n\t\t\"change_ver_tips\": \"切换版本，请切换版本，请先卸载当前版本，然后手动备份当前数据库文件\",\n\t\t\"whether_install_db_ver\": \"是否要安装[{1}]数据，请选择已安装的数据库存储库？\",\n\t\t\"whether_install_db\": \"您确定要安装[{1}]数据库吗？\",\n\t\t\"install_pgsql_now\": \"正在安装PgSQL，请稍候...\",\n\t\t\"whether_uninstall_sqldb\": \"是否确实要卸载数据库[{1}]？\",\n\t\t\"uninstall_pgsql_now\": \"正在卸载PgSQL，请稍候...\",\n\t\t\"get_service_status\": \"正在获取服务状态，请稍候...\",\n\t\t\"get_db_list\": \"正在获取数据库列表，请稍候...\",\n\t\t\"change_db_passwd\": \"正在更改数据库密码，请稍候...\",\n\t\t\"set_db_permission\": \"正在设置数据库权限，请稍候...\",\n\t\t\"del_db_now\": \"正在删除数据库，请稍候...\",\n\t\t\"add_db_now\": \"正在添加数据库，请稍候...\",\n\t\t\"get_db_import_list\": \"正在获取数据库导入列表，请稍候...\",\n\t\t\"upload_db_backfile\": \"上传数据库备份文件\",\n\t\t\"import_db\": \"正在导入数据库备份，请稍候...\",\n\t\t\"get_db_back_list\": \"正在获取数据库备份列表，请稍候...\",\n\t\t\"add_db_back\": \"正在添加数据库备份，请稍候...\",\n\t\t\"del_db_back\": \"正在删除数据库备份，请稍候...\",\n\t\t\"get_pgsql_ver\": \"正在获取PgSQL版本，请稍候...\",\n\t\t\"pgsql_port_release\": \"PgSQL数据库端口版本\",\n\t\t\"pgsql_install_success\": \"PgSQL数据库[{1}]已成功安装\",\n\t\t\"get_client_auth_info\": \"正在获取客户端身份验证信息，请稍候...\",\n\t\t\"save_conf_info\": \"正在保存配置文件信息，请稍候...\",\n\t\t\"get_conf_info\": \"正在获取配置文件信息，请稍候...\",\n\t\t\"get_db_storage_dir\": \"正在获取数据库存储目录，请稍候...\",\n\t\t\"set_db_storage_dir\": \"正在设置数据库存储目录，请稍候...\",\n\t\t\"get_db_port\": \"正在获取数据库端口，请稍候...\",\n\t\t\"set_db_port\": \"正在设置数据库端口，请稍候...\",\n\t\t\"get_db_status\": \"正在获取数据库状态，请稍候...\",\n\t\t\"get_db_performance\": \"正在获取数据库性能配置，请稍候...\",\n\t\t\"set_db_performance\": \"正在保存数据库性能数据，请稍候...\",\n\t\t\"get_db_log\": \"正在获取数据库日志，请稍候...\",\n\t\t\"get_db_slow_log\": \"正在获取数据库慢日志，请稍候...\",\n\t\t\"storage_location\": \"存储位置\",\n\t\t\"status\": \"现状\",\n\t\t\"open\": \"使能\",\n\t\t\"startup\": \"开始\",\n\t\t\"stop\": \"停\",\n\t\t\"restart\": \"重新启动\",\n\t\t\"reload\": \"重新加载\",\n\t\t\"passwd\": \"密码\",\n\t\t\"save\": \"保存\",\n\t\t\"modify\": \"修改\",\n\t\t\"del_db\": \"DEL数据库\"\n\t},\n\t\"ftpplug\": {\n\t\t\"get_file_list\": \"正在获取文件列表...\",\n\t\t\"del\": \"删除\",\n\t\t\"download\": \"下载\",\n\t\t\"roodir\": \"文档根目录\",\n\t\t\"back\": \"背\",\n\t\t\"flush\": \"刷新\",\n\t\t\"set_account\": \"帐户设置\",\n\t\t\"upload\": \"上传\",\n\t\t\"newdir\": \"新目录\",\n\t\t\"name\": \"名字\",\n\t\t\"update_time\": \"更新时间\",\n\t\t\"operate\": \"运营\",\n\t\t\"upload_file_success\": \"上传成功[{1}]个文件！\",\n\t\t\"upload_now\": \"上传\",\n\t\t\"upload_fail2\": \"上载失败2\",\n\t\t\"create_dir\": \"创建一个目录\",\n\t\t\"dir_name\": \"目录名：\"\n\t},\n\t\"webhook\": {\n\t\t\"add\": \"增列\",\n\t\t\"name\": \"名字\",\n\t\t\"add_time\": \"添加时间\",\n\t\t\"recently_used\": \"最近的呼叫\",\n\t\t\"use_count\": \"呼叫数\",\n\t\t\"key\": \"钥匙\",\n\t\t\"operate\": \"操作\",\n\t\t\"submitting\": \"提交.。\",\n\t\t\"exec_file\": \"执行脚本\",\n\t\t\"get_list\": \"正在获取列表...\",\n\t\t\"read_key\": \"查看密钥\",\n\t\t\"test\": \"测试\",\n\t\t\"use_method\": \"如何使用aaPanel WebHook：\",\n\t\t\"use_tips1\": \"Http:\\/\\/panel\\/hook?access_key=123&amp；param=aaa\",\n\t\t\"use_tips2\": \"@param access_key字符串钩键\",\n\t\t\"use_tips3\": \"@param param字符串自定义参数(使用$1在钩子脚本中接收)\",\n\t\t\"get\": \"正在检索...\",\n\t\t\"task_log\": \"任务执行日志\",\n\t\t\"add_hook\": \"添加挂钩\"\n\t},\n\t\"linuxsys\": {\n\t\t\"set_dns\": \"域名系统设置\",\n\t\t\"swap\": \"交换\\/虚拟内存\",\n\t\t\"set_time_zone\": \"时区设置\",\n\t\t\"sys_pass\": \"系统密码\",\n\t\t\"set_ip\": \"IP设置\",\n\t\t\"mem_disk\": \"RAM盘\",\n\t\t\"m_dns\": \"主域名系统\",\n\t\t\"b_dns\": \"备用域名系统\",\n\t\t\"test\": \"测试\",\n\t\t\"save\": \"保存\",\n\t\t\"dns_tips1\": \"如果域名设置不正确，您的服务器将无法解析该域名，即您将无法通过服务器访问该域名！\",\n\t\t\"dns_tips2\": \"请在保存前点击测试按钮，以测试您设置的域名是否有效！\",\n\t\t\"total_space\": \"总容量：\",\n\t\t\"use\": \"已使用：\",\n\t\t\"no_use\": \"现有：\",\n\t\t\"add_swap\": \"添加交换\",\n\t\t\"confirm\": \"确认\",\n\t\t\"swap_tips1\": \"交换是Linux下的虚拟内存，设置适当的交换以增加服务器的稳定性\",\n\t\t\"swap_tips2\": \"建议交换容量约为实际内存容量的1.5倍。如果您的服务器内存大于4 GB，您可以设置1-2 GB的固定值\",\n\t\t\"swap_tips3\": \"默认情况下，交换文件保存在\\/www\\/swap中。在设置前请确保磁盘空间充足\",\n\t\t\"swap_tips4\": \"如果您不需要交换，请将容量设置为0。\",\n\t\t\"swap_tips5\": \"此功能不适用于OVZ虚拟基础架构计算机\",\n\t\t\"now\": \"当前时间：\",\n\t\t\"time_zone_tips1\": \"如果时区设置不正确，可能会导致服务器时间“不准确”！\",\n\t\t\"time_zone_tips2\": \"北京时间(CST+0800)，请选择亚洲\\/上海\",\n\t\t\"user_name\": \"用户名\",\n\t\t\"new_passwd\": \"新密码\",\n\t\t\"again_passwd\": \"重复密码\",\n\t\t\"edit\": \"修改\",\n\t\t\"get_sys_user\": \"该程序自动获取系统的当前用户\",\n\t\t\"ubuntu_input_change_username\": \"Ubuntu请手动输入要修改的用户名\",\n\t\t\"ipaddr\": \"IP地址\",\n\t\t\"netmask\": \"子网掩码\",\n\t\t\"gateway\": \"网关\",\n\t\t\"add\": \"增列\",\n\t\t\"operate\": \"运营中\",\n\t\t\"mount\": \"装载目录\",\n\t\t\"mount_size\": \"安装大小\",\n\t\t\"dir\": \"目录表\",\n\t\t\"space\": \"容量\",\n\t\t\"used\": \"使用\",\n\t\t\"mem_disk_tips1\": \"内存磁盘的读写速度是物理磁盘无法比拟的，但只能用来保存临时数据！\",\n\t\t\"mem_disk_tips2\": \"RAM磁盘直接将物理RAM的一部分挂载为磁盘。请根据当前服务器内存使用情况安排挂载容量！\",\n\t\t\"mem_disk_tips3\": \"重新启动服务器或卸载RAM磁盘后，RAM磁盘中保存的数据将被清除！\",\n\t\t\"only_supp_centos\": \"目前仅支持CentOS！\",\n\t\t\"init_netcard\": \"初始化网卡\",\n\t\t\"cancel\": \"取消\",\n\t\t\"del\": \"删除\",\n\t\t\"umount\": \"卸载\",\n\t\t\"initting_netcard\": \"正在初始化NIC...\",\n\t\t\"adding\": \"正在添加...\",\n\t\t\"del_netcard_confirm\": \"是否确实要从NIC配置中删除[{1}]？\",\n\t\t\"del_ip\": \"删除IP地址\",\n\t\t\"deleting\": \"正在删除...\",\n\t\t\"umount_mem_disk\": \"卸载RAM磁盘\",\n\t\t\"umount_tips1\": \"卸载RAM磁盘后，目标装载目录将被清除。<\\/p>是否确实要卸载装载目录[{1}]？\",\n\t\t\"umountting\": \"正在卸载...\",\n\t\t\"change_pass_now\": \"正在更改密码...\",\n\t\t\"setting_time_zone\": \"正在设置时区...\",\n\t\t\"setting_swap\": \"正在设置交换...\",\n\t\t\"save_now\": \"正在保存配置...\",\n\t\t\"testting_dns\": \"正在测试DNS是否有效...\"\n\t},\n\t\"redis\": {\n\t\t\"service\": \"服务\",\n\t\t\"switch_ver\": \"版本切换\",\n\t\t\"conf_set\": \"性能调整\",\n\t\t\"conf_file\": \"配置文件\",\n\t\t\"load_status\": \"加载状态\",\n\t\t\"set_save\": \"设置持久性\",\n\t\t\"curr_status\": \"当前状态：\",\n\t\t\"open\": \"在……上面\",\n\t\t\"startup\": \"开始\",\n\t\t\"stop\": \"停\",\n\t\t\"restart\": \"重新启动\",\n\t\t\"reload\": \"重新加载\",\n\t\t\"choose_ver\": \"选择版本\",\n\t\t\"switch\": \"交换机\",\n\t\t\"edit_conf_tips\": \"只有手动重启Redis，配置才会生效。如果您的数据需要持久化，请先执行保存操作。\",\n\t\t\"edit_file_tips\": \"提示：Ctrl+F搜索关键字，Ctrl+G查找下一个，Ctrl+S保存，Ctrl+Shift+R查找替换！\",\n\t\t\"save\": \"保存\",\n\t\t\"edit_file_tips1\": \"这是Redis主配置文件。如果您不了解配置规则，请不要随意修改。\",\n\t\t\"field\": \"字段\",\n\t\t\"curr_val\": \"现值\",\n\t\t\"description\": \"描述\",\n\t\t\"save_path\": \"永久文件存储路径\",\n\t\t\"save_aof\": \"AOF持久化\",\n\t\t\"save_rdb\": \"RDB持久化\",\n\t\t\"tips1\": \"在几秒钟内，插入\",\n\t\t\"tips2\": \"条形图数据\",\n\t\t\"redis_tips1\": \"正在使用{1}Redis服务，请稍候...\",\n\t\t\"redis_tips2\": \"正在设置Redis配置，请稍候...\",\n\t\t\"redis_tips3\": \"正在获取Redis服务状态，请稍候...\",\n\t\t\"redis_tips4\": \"正在获取Redis配置文件，请稍候...\",\n\t\t\"redis_tips5\": \"正在保存Redis配置文件，请稍候...\",\n\t\t\"redis_tips6\": \"正在获取Redis加载状态，请稍候...\",\n\t\t\"redis_tips7\": \"正在获取Redis永久配置，请稍候...\",\n\t\t\"redis_tips8\": \"正在保存Redis持久性配置，请稍候...\",\n\t\t\"redis_status_tips1\": \"运行天数\",\n\t\t\"redis_status_tips2\": \"当前监听端口\",\n\t\t\"redis_status_tips3\": \"连接的客户端数\",\n\t\t\"redis_status_tips4\": \"Redis当前占用的系统内存总量\",\n\t\t\"redis_status_tips5\": \"Redis历史内存分配的巅峰\",\n\t\t\"redis_status_tips6\": \"内存碎片率\",\n\t\t\"redis_status_tips7\": \"自运行以来连接的客户端总数\",\n\t\t\"redis_status_tips8\": \"自运行以来执行的命令总数\",\n\t\t\"redis_status_tips9\": \"服务器每秒执行的命令数\",\n\t\t\"redis_status_tips10\": \"查找成功的数据库密钥的数量\",\n\t\t\"redis_status_tips11\": \"查找失败的数据库键的数量\",\n\t\t\"redis_status_tips12\": \"查找数据库键命中率\",\n\t\t\"redis_status_tips13\": \"最后一次fork()操作所用的微秒数\",\n\t\t\"redis_save_tips1\": \"满足任何一个条件都会触发RDB持久性\"\n\t},\n\t\"mongodb\": {\n\t\t\"service_status\": \"服务状态\",\n\t\t\"database\": \"数据库\",\n\t\t\"conf\": \"配置项\",\n\t\t\"conf_file\": \"配置文件\",\n\t\t\"log\": \"日志\",\n\t\t\"mongo_tips\": \"请先启动MongoDB服务！\",\n\t\t\"mongo_tips1\": \"正在获取状态...\",\n\t\t\"curr_status\": \"当前状态：\",\n\t\t\"mongo_tips2\": \"正在执行操作...\",\n\t\t\"mongo_tips3\": \"正在获取数据库列表...\",\n\t\t\"db_name\": \"数据库名称\",\n\t\t\"create_db\": \"创建一个数据库\",\n\t\t\"db_size\": \"数据大小\",\n\t\t\"db_name_cant_empty\": \"数据库名称不能为空！\",\n\t\t\"mongo_tips4\": \"正在创建数据库...\",\n\t\t\"del_db\": \"删除数据库\",\n\t\t\"wherter_del_db\": \"是否确实要删除数据库[{1}]？\",\n\t\t\"mongo_tips5\": \"正在删除数据库...\",\n\t\t\"mongo_tips6\": \"正在获取数据...\",\n\t\t\"mongo_tips7\": \"正在保存配置...\",\n\t\t\"mongo_conf_tips1\": \"监听IP，请勿随意修改\",\n\t\t\"mongo_conf_tips2\": \"侦听端口，一般不需要修改\",\n\t\t\"mongo_conf_tips3\": \"数据存储位置\",\n\t\t\"mongo_conf_tips4\": \"日志文件位置\",\n\t\t\"mongo_conf_tips5\": \"PID保存路径\",\n\t\t\"mongo_conf_file_tips1\": \"提示：Ctrl+F搜索关键字，Ctrl+G查找下一个，Ctrl+S保存，Ctrl+Shift+R查找替换！\",\n\t\t\"mongo_conf_file_tips2\": \"这是MongoDB主配置文件。如果您不了解配置规则，请不要随意修改。\",\n\t\t\"mongo_conf_file_tips3\": \"保存配置文件\",\n\t\t\"port_range_err\": \"端口范围不合法\"\n\t},\n\t\"fail2ban\": {\n\t\t\"anti_port\": \"端口\",\n\t\t\"anti_maxretry\": \"最大重试次数\",\n\t\t\"anti_findtime\": \"查找时间\",\n\t\t\"anti_bantime\": \"午餐时间\",\n\t\t\"anti_act\": \"施展\",\n\t\t\"mode\": \"模式\",\n\t\t\"shield_currently_failed\": \"当前失败\",\n\t\t\"shield_total_banned\": \"总计被禁\",\n\t\t\"shield_total_failed\": \"失败总数\",\n\t\t\"shield_banned_ip_list\": \"被禁IP\",\n\t\t\"shield_file_list\": \"日志\",\n\t\t\"shield_currently_banned\": \"目前被禁止\",\n\t\t\"anti_tips\": \"请先启动Fail2ban服务！\",\n\t\t\"anti_tips1\": \"正在获取状态...\",\n\t\t\"curr_status\": \"当前状态：\",\n\t\t\"anti_tips2\": \"正在执行操作...\",\n\t\t\"anti_tips3\": \"正在获取Fail2ban的列表...\",\n\t\t\"anti_tips4\": \"正在设置状态...\",\n\t\t\"create_site\": \"创建站点\",\n\t\t\"edit_site\": \"编辑站点\",\n\t\t\"create_server\": \"创建一台服务器\",\n\t\t\"edit_server\": \"编辑服务器\"\n\t},\n\t\"one_click\": {\n\t\t\"add_source_pkg\": \"添加源包\",\n\t\t\"title\": \"标题\",\n\t\t\"identification\": \"鉴定\",\n\t\t\"description\": \"描述\",\n\t\t\"ver\": \"版本\",\n\t\t\"whether_set_url_rewrite\": \"是否设置URL重写\",\n\t\t\"whether_execute_shell\": \"是否执行SHELL\",\n\t\t\"support_php_ver\": \"支持的php版本\",\n\t\t\"download_link\": \"下载链接\",\n\t\t\"domain_format_err\": \"Doamin地址格式不正确，请重新输入\",\n\t\t\"create_site\": \"正在创建站点\",\n\t\t\"db_account_info\": \"数据库帐户信息\",\n\t\t\"db_name\": \"数据库名称\",\n\t\t\"user\": \"用户\",\n\t\t\"passwd\": \"密码\",\n\t\t\"src_download_fail\": \"源代码下载失败\",\n\t\t\"success_deploy\": \"部署成功，无需安装，请登录修改默认帐号密码。\",\n\t\t\"access_site\": \"访问站点\",\n\t\t\"success_deploy1\": \"已成功部署\",\n\t\t\"download_file\": \"下载文件\",\n\t\t\"being\": \"存在\",\n\t\t\"miss_php\": \"缺少受支持的PHP版本，请安装\",\n\t\t\"domain\": \"域\",\n\t\t\"domain_tips\": \"每行一个域，默认端口为80<br>通配符域格式：*.domain.com<br>要添加另一个端口，格式为www.domain.com：88\",\n\t\t\"remark\": \"备注\",\n\t\t\"web_note\": \"网站备注\",\n\t\t\"root_dir\": \"文档根目录\",\n\t\t\"web_root_dir\": \"网站文档根目录\",\n\t\t\"db\": \"数据库\",\n\t\t\"username_dbname\": \"用户名\\/数据库名称\",\n\t\t\"src_code\": \"源代码\",\n\t\t\"deploy_tips\": \"为您的部署准备源代码\",\n\t\t\"php_ver\": \"PHP版本\",\n\t\t\"choose_php\": \"请选择源程序支持的php版本。\",\n\t\t\"one_click\": \"AaPanel一键\",\n\t\t\"character_tips\": \"请勿超过20个字符\",\n\t\t\"getting_list\": \"获取列表\",\n\t\t\"one_click1\": \"一键操作\"\n\t},\n\t\"mail_sys\": {\n\t\t\"domain_list\": \"域列表\",\n\t\t\"mail_box\": \"信箱\",\n\t\t\"send_mail\": \"发送邮件\",\n\t\t\"add_domain\": \"添加域\",\n\t\t\"domain\": \"域\",\n\t\t\"mx_record\": \"MX记录\",\n\t\t\"txt_record\": \"TXT记录\",\n\t\t\"operating\": \"运营中\",\n\t\t\"add_domain_tips\": \"添加域名后，您需要添加MX记录(用于邮箱服务)和TXT记录(用于邮箱反垃圾服务)才能正常使用邮箱服务。\",\n\t\t\"add_domain_tips1\": \"提示：默认情况下，一些云供应商将关闭端口25。您需要联系制造商打开25端口才能使用邮局服务<\\/font><\\/li>\\n<li>自建邮局版为基础版。它只提供基本的功能。F\",\n\t\t\"mail_user\": \"邮件用户\",\n\t\t\"sender\": \"发件人\",\n\t\t\"theme\": \"主旋律\",\n\t\t\"time\": \"时间\",\n\t\t\"recipient\": \"收件人\",\n\t\t\"text\": \"文本\",\n\t\t\"confirm_del_domain\": \"是否删除[{1}]域名\",\n\t\t\"del_domain\": \"DEL域\",\n\t\t\"domain_record_err\": \"当前域名未设置或尚未生效，或记录了多条记录。\",\n\t\t\"user_manager\": \"[{1}]_用户管理器\",\n\t\t\"add_user\": \"添加用户\",\n\t\t\"email\": \"电子邮件\",\n\t\t\"name\": \"名字\",\n\t\t\"mailbox_space\": \"邮箱空间\",\n\t\t\"type\": \"类型\",\n\t\t\"status\": \"状态\",\n\t\t\"add_user_tips\": \"注：当前邮件服务器支持IMAP\\/POP3\\/SMTP\\/HTTP协议。\",\n\t\t\"add_user_tips1\": \"POP服务[服务器地址：{1}<\\/b>端口：110\\/995<\\/b>]\",\n\t\t\"add_user_tips2\": \"IMAP服务[服务器地址：{1}<\\/b>端口：143\\/993<\\/b>]\",\n\t\t\"add_user_tips3\": \"SMTP服务[服务器地址：<1}<\\/b>端口：<b>25\\/465\\/587<\\/b>]\",\n\t\t\"confirm_del_user\": \"是否删除[{1}]成员\",\n\t\t\"del_member\": \"删除成员\",\n\t\t\"check_mail_server\": \"正在检查邮局服务是否正常，请稍候...\",\n\t\t\"not_install_mail_server\": \"以前没有安装过邮件服务器，请随意安装\",\n\t\t\"mail_server_init\": \"邮件服务器初始化\",\n\t\t\"mail_domain\": \"域名\",\n\t\t\"mail_domain_tips\": \"输入邮件服务器域名，如：btmail.if22.cn\",\n\t\t\"mail_domain_tips1\": \"邮件服务器域名需要向邮局服务器IP添加A记录\",\n\t\t\"mail_domain_tips2\": \"添加记录解析参数[记录类型\",\n\t\t\"host_record\": \"主机记录\",\n\t\t\"record_value\": \"创纪录的价值\",\n\t\t\"mail_server_ip\": \"邮件服务器IP地址\",\n\t\t\"mail_server_domain_empty_err\": \"邮件服务器域名不能为空！\",\n\t\t\"installing_mail_server\": \"正在安装邮件服务，请稍候...\",\n\t\t\"edit_user\": \"编辑用户\",\n\t\t\"email_addr\": \"电子邮件地址\",\n\t\t\"input_email_addr\": \"请输入电子邮件地址\",\n\t\t\"user_type\": \"用户类型\",\n\t\t\"guser\": \"一般用户\",\n\t\t\"admin\": \"管理员\",\n\t\t\"input_username\": \"请输入用户名\",\n\t\t\"mail_pass\": \"电子邮件密码\",\n\t\t\"no_change_passwd\": \"如果为空，则不会更改密码。\",\n\t\t\"enter_email_pass\": \"请输入您的电子邮件密码\",\n\t\t\"enter_size\": \"输入邮箱大小\",\n\t\t\"email_addr_empty_err\": \"电子邮件地址不能为空\",\n\t\t\"email_size_empty_err\": \"邮箱大小不能为空\",\n\t\t\"username_empty_err\": \"用户名不能为空\",\n\t\t\"phone_number_err\": \"会员电话号码格式错误，请重试\",\n\t\t\"add_record\": \"[{1}]添加记录值\",\n\t\t\"record_tips1\": \"步骤1：添加MX记录\",\n\t\t\"record_tips2\": \"登录域名服务商，为邮箱服务添加一条记录类型为MX的记录(请直接复制以下参数)\",\n\t\t\"record_type\": \"记录类型\",\n\t\t\"mx_priority\": \"MX优先级\",\n\t\t\"copy\": \"复制\",\n\t\t\"record_tips3\": \"第二步：添加TXT记录\",\n\t\t\"record_tips4\": \"添加记录类型为TXT的邮箱反垃圾记录(请直接复制以下参数)\",\n\t\t\"verify_domain_resolve\": \"已设置，验证域名解析\",\n\t\t\"success_copy\": \"复制成功\",\n\t\t\"copy_fail\": \"复制失败，请手动复制文本\",\n\t\t\"edit_domain\": \"编辑域\",\n\t\t\"enter_domain\": \"请输入域名\",\n\t\t\"domain_empty_err\": \"域不能为空\",\n\t\t\"manager_phone_number_err\": \"管理电话号码格式错误，请重试\",\n\t\t\"enter_recipient\": \"请输入收件人\",\n\t\t\"enter_subject\": \"请输入电子邮件的主题\",\n\t\t\"enter_content\": \"请输入电子邮件的内容\",\n\t\t\"already_set\": \"已设置\",\n\t\t\"record_value_not_set\": \"未设置记录\",\n\t\t\"add_record_value\": \"添加记录\",\n\t\t\"user_manager1\": \"用户管理器\",\n\t\t\"get_mailbox_list\": \"正在获取邮箱列表，请稍候...\",\n\t\t\"account_name_err\": \"帐户名无效。\",\n\t\t\"check_mail\": \"检查邮件\",\n\t\t\"reply_mail\": \"回复邮件\",\n\t\t\"get_mailbox_userlist\": \"正在获取邮箱用户列表，请稍候...\",\n\t\t\"add_mailbox_user\": \"正在添加邮箱用户，请稍候...\",\n\t\t\"del_mailbox_user\": \"正在删除邮箱用户，请稍候...\",\n\t\t\"edit_mailbox_user\": \"正在编辑邮箱用户，请稍候...\",\n\t\t\"add_domain1\": \"正在添加域名，请稍候...\",\n\t\t\"del_domain1\": \"正在删除域名，请稍候...\",\n\t\t\"modify_domain\": \"正在修改域名数据，请稍候...\",\n\t\t\"verify_domain_record\": \"正在验证域名MX记录和TXT记录，请稍候...\",\n\t\t\"sending_mail\": \"正在发送邮件，请稍候...\",\n\t\t\"verify_email_account\": \"正在验证电子邮件帐户，请稍候...\",\n\t\t\"email_account\": \"电子邮件帐户\",\n\t\t\"login_email\": \"登录电子邮件\",\n\t\t\"login\": \"登录\",\n\t\t\"receiving_agreement\": \"收货协议\",\n\t\t\"smtp_server_addr\": \"SMTP服务器地址\",\n\t\t\"imap_server_addr\": \"IMAP服务器地址\",\n\t\t\"enter_manager_phone\": \"请输入管理员的电话号码\",\n\t\t\"pop_server_addr\": \"POP服务器地址\",\n\t\t\"passwd_empty_err\": \"密码不能为空\",\n\t\t\"switch_account\": \"转换帐户\",\n\t\t\"email_account_empty_err\": \"电子邮件帐户不能为空\",\n\t\t\"email_passwd_empty_err\": \"电子邮件密码不能为空\"\n\t},\n\t\"docker\": {\n\t\t\"public\": {\n\t\t\t\"activated\": \"正在运行\",\n\t\t\t\"paused\": \"停顿\",\n\t\t\t\"stopped\": \"已停止\",\n\t\t\t\"please_enter\": \"请输入\",\n\t\t\t\"container\": \"名字\",\n\t\t\t\"compose\": \"作曲\",\n\t\t\t\"compose_template\": \"合成模板\",\n\t\t\t\"mirror_image\": \"图像\",\n\t\t\t\"network\": \"网络\",\n\t\t\t\"volume\": \"卷名\",\n\t\t\t\"repository\": \"存储库\",\n\t\t\t\"tag\": \"标签\",\n\t\t\t\"creation_time\": \"创建时间\",\n\t\t\t\"execution\": \"执行中，请稍候...\",\n\t\t\t'no_data': function (val) {\n\t\t\t\treturn val + ' 列表为空'\n\t\t\t},\n\t\t\t'del_tips': function (val) {\n\t\t\t\treturn '是否确实要从列表中删除此' + val.toLowerCase() + '？'\n\t\t\t},\n\t\t\t'batch_select_tips': function (val) {\n\t\t\t\treturn '选择' + val.toLowerCase() + ' 执行！'\n\t\t\t},\n\t\t\t'batch_del': function (val) {\n\t\t\t\treturn '批量删除 ' + val.toLowerCase();\n\t\t\t},\n\t\t\t'batch_del_tips': function (val) {\n\t\t\t\treturn '同时删除选中' + val.toLowerCase() + '，是否继续？'\n\t\t\t},\n\t\t},\n\t\t\"container\": {\n\t\t\t\"add_container\": \"添加容器\",\n\t\t\t\"name\": \"集装箱名称\",\n\t\t\t\"status\": \"状态\",\n\t\t\t\"mirror_image\": \"图像\",\n\t\t\t\"cpu_usage\": \"CPU使用率\",\n\t\t\t\"port\": \"端口(主机-->容器)\",\n\t\t\t\"time\": \"开始时间\",\n\t\t\t\"start\": \"开始\",\n\t\t\t\"stop\": \"停\",\n\t\t\t\"pause\": \"暂停\",\n\t\t\t\"unpause\": \"取消暂停\",\n\t\t\t\"restart\": \"重新启动\",\n\t\t\t\"reload\": \"重新加载\",\n\t\t\t\"monitoring\": \"统计数据\",\n\t\t\t\"online_monitoring\": \"在线统计数据\",\n\t\t\t\"basic_information\": \"基本信息\",\n\t\t\t\"flow_situation\": \"流态\",\n\t\t\t\"path\": \"路径\",\n\t\t\t\"batch_select_tips\": \"选择要执行的容器！\",\n\t\t\t\"path_not\": \"目录不存在\",\n\t\t\t\"get_logs_tips\": \"获取容器日志\",\n\t\t\t\"log\": \"集装箱日志\",\n\t\t\t\"log_none\": \"当前日志为空\",\n\t\t\t\"del_container\": \"删除容器\",\n\t\t\t\"batch_del_container_tips\": \"同时删除选中的容器，是否继续？\",\n\t\t\t\"del_container_msg\": \"是否确实要从列表中删除此容器？\",\n\t\t\t\"del_container_tips\": \"删除容器\",\n\t\t\t\"network\": \"网络IO\",\n\t\t\t\"disk\": \"磁盘IO\",\n\t\t\t\"start_container\": \"起始容器\",\n\t\t\t\"stop_container\": \"停放集装箱\",\n\t\t\t\"pause_container\": \"暂停容器\",\n\t\t\t\"unpause_container\": \"取消暂停容器\",\n\t\t\t\"restart_container\": \"重新启动容器\",\n\t\t\t\"reload_container\": \"重新装货集装箱\",\n\t\t\t\"create_container\": \"集装箱\",\n\t\t\t\"container_arr\": \"作曲\",\n\t\t\t\"container_input_tips\": \"容器名称，例如：DOKER_1\",\n\t\t\t\"port_select1\": \"暴露端口\",\n\t\t\t\"port_select2\": \"显示所有端口\",\n\t\t\t\"container_port\": \"集装箱港口\",\n\t\t\t\"server_port\": \"主机端口\",\n\t\t\t\"boot_command\": \"命令\",\n\t\t\t\"boot_command_input_tips\": \"请输入引导命令\",\n\t\t\t\"shop_container_del\": \"容器停止后自动删除容器\",\n\t\t\t\"limit_cpu\": \"限制CPU\",\n\t\t\t\"mount_volume\": \"卷\",\n\t\t\t\"server_directory\": \"服务器目录\",\n\t\t\t\"container_directory\": \"容器目录\",\n\t\t\t\"read_only\": \"只读\",\n\t\t\t\"tag\": \"标签\",\n\t\t\t\"tag_textarea_tips\": \"容器标签，每行一个，例如：key=Value\",\n\t\t\t\"env_variable\": \"环境变量\",\n\t\t\t\"one_line\": \"(每行一个)\",\n\t\t\t\"env_variable_textarea_tips\": \"添加环境变量格式，如下所示。如果您有多个，请添加：\",\n\t\t\t\"restart_rule\": \"重新启动规则\",\n\t\t\t\"restart_rule_select1\": \"关门后立即休息\",\n\t\t\t\"restart_rule_select2\": \"出错时重启(默认重启5次)\",\n\t\t\t\"restart_rule_select3\": \"未重新启动\",\n\t\t\t\"restart_rule_select_tips\": \"手动关闭不会自动开始\",\n\t\t\t\"add_container_tips1\": \"容器名称不能为空\",\n\t\t\t\"add_container_tips2\": \"请选择图像\",\n\t\t\t\"add_container_tips3\": \"CPU不能小于0\",\n\t\t\t\"add_container_tips4\": \"内存不能小于0\",\n\t\t\t\"add_container_api_tips\": \"添加容器\",\n\t\t\t\"execute_container_command\": \"执行CONTAINER命令\"\n\t\t},\n\t\t\"compose\": {\n\t\t\t\"no_data\": \"撰写列表为空\",\n\t\t\t\"project_name\": \"项目名称\",\n\t\t\t\"container_number\": \"集装箱数量\",\n\t\t\t\"startup_time\": \"启动时间\",\n\t\t\t\"batch_select_tips\": \"选择要执行的作文！\",\n\t\t\t\"add_btn\": \"添加撰写项目\",\n\t\t\t\"name_input_tips\": \"请输入作曲名称\",\n\t\t\t\"description_input_tips\": \"请输入描述\",\n\t\t\t\"compose_template_select_tips\": \"请选择合成模板\",\n\t\t\t\"add_compose_tips1\": \"请先创建合成模板\",\n\t\t\t\"add_compose_tips2\": \"请输入名称\",\n\t\t\t\"getting_compose\": \"开始作曲\",\n\t\t\t\"container_list\": \"集装箱列表\",\n\t\t\t\"no_container\": \"没有集装箱\",\n\t\t\t\"del_compose\": \"删除作文\",\n\t\t\t\"del_compose_tips\": \"是否确实要从列表中删除此文章？\",\n\t\t\t\"deleting_compose\": \"删除撰写文章\",\n\t\t\t\"batch_del_compose\": \"批量删除撰写\",\n\t\t\t\"batch_del_tips\": \"同时删除所选作文，是否继续？\"\n\t\t},\n\t\t\"compose_template\": {\n\t\t\t\"template_name\": \"模板名称\",\n\t\t\t\"compose_template_name\": \"合成模板名称\",\n\t\t\t\"pull_mirror_image\": \"拉取图像\",\n\t\t\t\"getting_template\": \"正在获取模板\",\n\t\t\t\"del_template\": \"删除模板\",\n\t\t\t\"del_template_tips\": \"是否确实要从列表中删除此模板？\",\n\t\t\t\"add_title\": \"添加合成模板\",\n\t\t\t\"create_template\": \"模板名称\",\n\t\t\t\"create_template_input\": \"请输入模板名称\",\n\t\t\t\"content\": \"内容\",\n\t\t\t\"search_local_template\": \"搜索本地模板\",\n\t\t\t\"search_input_tips\": \"请输入或选择撰写文件所在的文件夹\",\n\t\t\t\"search\": \"搜索\",\n\t\t\t\"add_yaml_template\": \"添加YAML模板\",\n\t\t\t\"add_search_tips1\": \"选择需要添加的构图\",\n\t\t\t\"selected\": \"已选择\",\n\t\t\t\"add_template\": \"添加模板\",\n\t\t\t\"adding_template\": \"添加模板\",\n\t\t\t\"search_folder_tips1\": \"请输入或选择您的文件夹路径\",\n\t\t\t\"search_folder_tips2\": \"未找到撰写文件，请检查路径\",\n\t\t\t\"add_template_tips1\": \"模板名称不能为空\",\n\t\t\t\"add_template_tips2\": \"模板内容不能为空\",\n\t\t\t\"add_path_tips1\": \"请选择撰写文件\",\n\t\t\t\"add_path_tips2\": \"是否继续添加所选的\",\n\t\t\t\"add_path_tips3\": \"对模板进行合成？\",\n\t\t\t\"batch_select_tips\": \"选择要执行的模板！\",\n\t\t\t\"batch_del_template\": \"批量删除模板\",\n\t\t\t\"batch_del_tips\": \"同时删除所选模板，是否继续？\",\n\t\t\t\"saving\": \"正在保存模板\"\n\t\t},\n\t\t\"image\": {\n\t\t\t\"name\": \"图像名称\",\n\t\t\t\"creation_time\": \"创建时间\",\n\t\t\t\"push\": \"推\",\n\t\t\t\"export\": \"出口\",\n\t\t\t\"btn1\": \"拉取图像\",\n\t\t\t\"btn2\": \"导入图像\",\n\t\t\t\"btn3\": \"构建映像\",\n\t\t\t\"batch_tips\": \"选择要执行的映像！\",\n\t\t\t\"batch_del\": \"批量删除图像\",\n\t\t\t\"batch_del_tips\": \"同时删除所选图像，是否继续？\",\n\t\t\t\"push_tips1\": \"请选择存储库\",\n\t\t\t\"push_tips2\": \"请先创建存储库\",\n\t\t\t\"push_tips3\": \"标签不能为空\",\n\t\t\t\"push_title1\": \"推\",\n\t\t\t\"push_title2\": \"到储存库\",\n\t\t\t\"warehouse_name\": \"存储库名称\",\n\t\t\t\"tag_input\": \"请输入标签，例如：Image：V1\",\n\t\t\t'export_title': function (val) {\n\t\t\t\treturn '导出图像 [' + val + ']'\n\t\t\t},\n\t\t\t\"path_input\": \"请输入镜像路径\",\n\t\t\t\"file_input\": \"请输入暴露的文件名\",\n\t\t\t\"export_tips1\": \"路径不能为空\",\n\t\t\t\"export_tips2\": \"导出文件名不能为空\",\n\t\t\t\"exporting\": \"正在导出图像\",\n\t\t\t'del': function (val) {\n\t\t\t\tif (val) return '删除图像 [' + val + ']'\n\t\t\t\treturn '删除图像'\n\t\t\t},\n\t\t\t\"del_tips\": \"是否确实要从列表中删除此镜像？\",\n\t\t\t\"deleting\": \"删除图像\",\n\t\t\t\"pull_title\": \"拉取图像\",\n\t\t\t\"warehouse_select\": \"请选择存储库\",\n\t\t\t\"mirror_name\": \"图像\",\n\t\t\t\"mirror_input\": \"请输入镜像名称，例如：[镜像：V1]\",\n\t\t\t\"pull_tips1\": \"请先创建存储库\",\n\t\t\t\"pull_tips2\": \"图像名称不能为空\",\n\t\t\t\"import\": \"进口\",\n\t\t\t\"importing\": \"正在导入图像\",\n\t\t\t\"build_title\": \"构建映像\",\n\t\t\t\"dockerfile_input\": \"请输入或选择dockerfile文件\"\n\t\t},\n\t\t\"network\": {\n\t\t\t\"name\": \"网络名称\",\n\t\t\t\"show\": \"显示\",\n\t\t\t\"num\": \"网络号\",\n\t\t\t\"gateway\": \"网关\",\n\t\t\t\"add\": \"添加网络\",\n\t\t\t'del': function (val) {\n\t\t\t\tif (val) return '删除网络 [' + val + ']'\n\t\t\t\treturn '删除网络'\n\t\t\t},\n\t\t\t\"del_tips\": \"确实要从列表中删除此网络吗？\",\n\t\t\t\"deleting\": \"删除网络\",\n\t\t\t\"name_input\": \"请输入网络名称\",\n\t\t\t\"device\": \"装置\",\n\t\t\t\"parameter\": \"参数\",\n\t\t\t\"parameter_textarea\": \"参数，每行一个，例如：key=Value\",\n\t\t\t\"sub_network\": \"子网\",\n\t\t\t\"sub_network_input\": \"请输入子网\",\n\t\t\t\"gateway_input\": \"请输入网关\",\n\t\t\t\"ip_range\": \"IP地址范围\",\n\t\t\t\"ip_range_input\": \"请输入IP地址范围\",\n\t\t\t\"tag_textarea\": \"网络标签，每行一个，例如：key=Value\",\n\t\t\t\"add_tips1\": \"网络名称不能为空\",\n\t\t\t\"add_tips2\": \"参数不能为空\",\n\t\t\t\"add_tips3\": \"子网不能为空\",\n\t\t\t\"add_tips4\": \"网关不能为空\",\n\t\t\t\"add_tips5\": \"网段不能为空\",\n\t\t\t\"adding\": \"添加网络\"\n\t\t},\n\t\t\"volume\": {\n\t\t\t\"mount\": \"安装点\",\n\t\t\t\"driver\": \"司机\",\n\t\t\t'del': function (val) {\n\t\t\t\tif (val) return '删除卷 [' + val + ']'\n\t\t\t\treturn '删除卷'\n\t\t\t},\n\t\t\t\"deleting\": \"删除卷\",\n\t\t\t\"add\": \"添加卷\",\n\t\t\t\"name_input\": \"请输入卷名\",\n\t\t\t\"option\": \"选择权\",\n\t\t\t\"tag_textarea\": \"卷标签，每行一个，例如：Key=Value\",\n\t\t\t\"add_tips1\": \"卷名不能为空\",\n\t\t\t\"adding\": \"添加音量\"\n\t\t},\n\t\t\"repository\": {\n\t\t\t\"username\": \"用户名\",\n\t\t\t\"name\": \"存储库名称\",\n\t\t\t'del': function (val) {\n\t\t\t\tif (val) return '删除存储库 [' + val + ']'\n\t\t\t\treturn '删除存储库'\n\t\t\t},\n\t\t\t\"deleting\": \"正在删除存储库\",\n\t\t\t\"add\": \"添加存储库\",\n\t\t\t\"address\": \"存储库地址\",\n\t\t\t\"address_input\": \"请输入存储库地址\",\n\t\t\t\"name_input\": \"请输入存储库名称\",\n\t\t\t\"user_input\": \"请输入存储库用户名\",\n\t\t\t\"pwd\": \"密码\",\n\t\t\t\"pwd_input\": \"请输入存储库密码\",\n\t\t\t\"namespaces\": \"命名空间\",\n\t\t\t\"namespaces_input\": \"请输入命名空间\",\n\t\t\t\"form_tips1\": \"存储库地址不能为空\",\n\t\t\t\"form_tips2\": \"存储库名称不能为空\",\n\t\t\t\"form_tips3\": \"存储库用户名不能为空\",\n\t\t\t\"form_tips4\": \"存储库密码不能为空\",\n\t\t\t\"form_tips5\": \"命名空间不能为空\"\n\t\t},\n\t\t\"setup\": {\n\n\t\t}\n\t}\n}"
  },
  {
    "path": "simplified_chinese/log.json",
    "content": "{\r\n\t\"TYPE_SITE\": \"网站管理\",\r\n\t\"TYPE_LOGIN\": \"用户登录\",\r\n\t\"TYPE_LOGOUT\": \"注销\",\r\n\t\"TYPE_DATABASE\": \"数据库管理\",\r\n\t\"TYPE_FTP\": \"FTP管理\",\r\n\t\"TYPE_FILE\": \"文件管理\",\r\n\t\"TYPE_SETUP\": \"安装器\",\r\n\t\"TYPE_SOFT\": \"软件管理\",\r\n\t\"TYPE_SOFE\": \"守护程序\",\r\n\t\"TYPE_CONFIG\": \"面板设置\",\r\n\t\"TYPE_PROCESS\": \"进程管理\",\r\n\t\"TYPE_PANEL\": \"面板配置\",\r\n\t\"TYPE_PHP\": \"PHP配置\",\r\n\t\"TYPE_CRON\": \"计划任务\",\r\n\t\"USER_MANAGE\": \"用户管理\",\r\n\t\"TYPE_FIREWALL\": \"防火墙管理\",\r\n\t\"DOMAIN_ADD_SUCCESS\": \"网站[{1}]添加域名[{2}]成功!\",\r\n\t\"DOMAIN_DEL_SUCCESS\": \"网站[{1}]删除域名[{2}]成功!\",\r\n\t\"SITE_ADD_SUCCESS\": \"添加网站[{1}]成功!\",\r\n\t\"SITE_DEL_SUCCESS\": \"删除网站[{1}]成功!\",\r\n\t\"SITE_SSL_SAVE_SUCCESS\": \"证书已保存!\",\r\n\t\"SITE_SSL_OPEN_SUCCESS\": \"网站[{1}]开启SSL成功!\",\r\n\t\"SITE_SSL_CLOSE_SUCCESS\": \"网站[{1}]关闭SSL成功!\",\r\n\t\"SITE_STOP_SUCCESS\": \"网站[{1}]已被停用!\",\r\n\t\"SITE_START_SUCCESS\": \"网站[{1}]已被启用!\",\r\n\t\"SITE_NETLIMIT_CLOSE_SUCCESS\": \"网站[{1}]流量限制已关闭!\",\r\n\t\"SITE_NETLIMIT_OPEN_SUCCESS\": \"网站[{1}]流量限制已开启!\",\r\n\t\"SITE_BINDING_ADD_SUCCESS\": \"网站[{1}]子目录[{2}]绑定到[{3}]\",\r\n\t\"SITE_BINDING_DEL_SUCCESS\": \"删除网站[{1}]子目录[{2}]绑定\",\r\n\t\"SITE_INDEX_SUCCESS\": \"网站[{1}]的默认文档设置为[{2}]\",\r\n\t\"SITE_PATH_SUCCESS\": \"修改网站[{1}]物理路径成功!\",\r\n\t\"SITE_PHPVERSION_SUCCESS\": \"将网站[{1}]PHP版本切换为[{2}]!\",\r\n\t\"SITE_BACKUP_SUCCESS\": \"备份网站[{1}]成功!\",\r\n\t\"SITE_BACKUP_DEL_SUCCESS\": \"删除网站[{1}]的备份[{2}]成功!\",\r\n\t\"SITE_AUTH_OPEN_SUCCESS\": \"设置网站[{1}]为需要密码认证!\",\r\n\t\"SITE_AUTH_CLOSE_SUCCESS\": \"清除网站[{1}]的密码认证!\",\r\n\t\"SITE_TOMCAT_OPEN\": \"开启站点[{1}]的Tomcat支持!\",\r\n\t\"SITE_TOMCAT_CLOSE\": \"关闭站点[{1}]的Tomcat支持!\",\r\n\t\"SITE_SCAN_ADD\": \"添加目录[{1}]木马扫描任务!\",\r\n\t\"SITE_EXPIRE_SUCCESS\": \"设置站点[{1}]到期日期为[{2}]!\",\r\n\t\"SOFT_PHPMYADMIN_STATUS\": \"PHPMyAdmin已{1}!\",\r\n\t\"SOFT_PHPMYADMIN_PHP\": \"修改PHPMyAdmin运行PHP版本为PHP-{1}!\",\r\n\t\"SOFT_PHPMYADMIN_PORT\": \"修改PHPMyAdmin访问端口为{1}!\",\r\n\t\"LOG_CLOSE\": \"面板操作日志已清空!\",\r\n\t\"KILL_PROCESS\": \"结束进程[{1}][{2}]成功!\",\r\n\t\"USER_PASSWORD_SUCCESS\": \"修改用户[{1}]密码成功!\",\r\n\t\"USER_USERNAME_SUCCESS\": \"用户名从[{1}]修改为[{2}]\",\r\n\t\"PANEL_SET_SUCCESS\": \"设置面板端口[{1}],域名[{2}],默认备份路径[{3}],默认网站路径[{4}],服务器IP[{5}],授权IP[{6}]!\",\r\n\t\"PHP_PATHINFO_SUCCESS\": \"设置PHP-{1} PATH_INFO模块为[{2}]!\",\r\n\t\"PHP_UPLOAD_MAX\": \"设置PHP-{1}最大上传大小为[{2}MB]!\",\r\n\t\"PHP_DISABLE_FUNCTION\": \"修改PHP-{1}的禁用函数为[{2}]\",\r\n\t\"PHP_TIMEOUT\": \"设置PHP-{1}最大脚本超时时间为[{2}秒]!\",\r\n\t\"PHP_CHILDREN\": \"设置PHP-{1}并发设置,max_children={2},start_servers={3},min_spare_servers={4},max_spare_servers={5}\",\r\n\t\"DATE_SUCCESS\": \"同步服务器时间成功!\",\r\n\t\"CONTROL_CLOSE\": \"监控服务已关闭!\",\r\n\t\"CONTROL_OPEN\": \"开启监控服务,记录保存[{1}]天!\",\r\n\t\"CRONTAB_DEL\": \"删除计划任务[{1}]成功!\",\r\n\t\"DATABASE_ADD_SUCCESS\": \"添加数据库[{1}]成功!\",\r\n\t\"DATABASE_ADD_ERR\": \"添加数据库[{1}]失败!,{2}\",\r\n\t\"DATABASE_DEL_SUCCESS\": \"删除数据库[{1}]成功!\",\r\n\t\"DATABASE_DEL_ERR\": \"删除数据库[{1}]失败!,{2}\",\r\n\t\"DATABASE_ROOT_SUCCESS\": \"数据库root密码修改成功!\",\r\n\t\"DATABASE_PASS_SUCCESS\": \"修改数据库[{1}]密码成功!\",\r\n\t\"DATABASE_PASS_ERROR\": \"修改数据库[{1}]密码失败! => {2}\",\r\n\t\"DATABASE_BACKUP_SUCCESS\": \"备份数据库[{1}]成功!\",\r\n\t\"DATABASE_BACKUP_DEL_SUCCESS\": \"删除数据库[{1}]的备份[{2}]成功!\",\r\n\t\"DATABASE_BACKUP_DEL_ERR\": \"删除数据库[{1}]的备份[{2}]失败! => {3}\",\r\n\t\"DATABASE_INPUT_ERR\": \"导入数据库[{1}]失败, => {2}\",\r\n\t\"DATABASE_INPUT_SUCCESS\": \"导入数据库[{1}]成功\",\r\n\t\"DATABASE_ACCESS_ERR\": \"设置数据库权限[{1}]失败 => {2}\",\r\n\t\"FILE_UPLOAD_SUCCESS\": \"上传文件[{1}] 到 [{2}]成功!\",\r\n\t\"FILE_CREATE_SUCCESS\": \"创建文件[{1}]成功!\",\r\n\t\"DIR_CREATE_SUCCESS\": \"创建目录[{1}]成功!\",\r\n\t\"DIR_DEL_SUCCESS\": \"删除目录[{1}]成功!\",\r\n\t\"FILE_DEL_SUCCESS\": \"删除文件[{1}]成功!\",\r\n\t\"FILE_MOVE_RECYCLE_BIN\": \"移动文件[{1}]到回收站成功!\",\r\n\t\"FILE_MOVE_RECYCLE_BIN_ERR\": \"移动文件[{1}]到回收站失败!\",\r\n\t\"FILE_RE_RECYCLE_BIN_ERR\": \"从回收站恢复[{1}]失败!\",\r\n\t\"FILE_RE_RECYCLE_BIN\": \"从回收站恢复[{1}]成功!\",\r\n\t\"FILE_DEL_RECYCLE_BIN\": \"已彻底从回收站删除{1}!\",\r\n\t\"FILE_CLOSE_RECYCLE_BIN\": \"已清空回收站!\",\r\n\t\"FILE_OFF_RECYCLE_BIN\": \"已关闭回收站功能!\",\r\n\t\"FILE_ON_RECYCLE_BIN\": \"已开启回收站功能!\",\r\n\t\"FILE_COPY_SUCCESS\": \"复制文件[{1}]到[{2}]成功!\",\r\n\t\"DIR_COPY_SUCCESS\": \"复制目录[{1}]到[{2}]成功!\",\r\n\t\"MOVE_SUCCESS\": \"移动文件或目录[{1}]到[{2}]成功!\",\r\n\t\"FILE_SAVE_SUCCESS\": \"文件[{1}]保存成功!\",\r\n\t\"ZIP_SUCCESS\": \"压缩文件[{1}]到[{2}]成功!\",\r\n\t\"UNZIP_SUCCESS\": \"解压文件[{1}]到[{2}]成功!\",\r\n\t\"FILE_ACCESS_SUCCESS\": \"设置[{1}]权限为[{2}]所有者为[{3}]\",\r\n\t\"SITE_LOG_CLOSE\": \"网站日志已被清空!\",\r\n\t\"FILE_ALL_ACCESS\": \"批量设置权限成功!\",\r\n\t\"FILE_ALL_DEL\": \"批量设置权限成功!\",\r\n\t\"FILE_ALL_COPY\": \"从[{1}]批量复制到[{2}]成功\",\r\n\t\"FILE_ALL_MOTE\": \"从[{1}]批量移动到[{2}]成功\",\r\n\t\"FILE_DOWNLOAD\": \"下载文件[{1}]到[{2}]\",\r\n\t\"PLUGIN_ADD\": \"添加安装任务[{1}-{2}]成功\",\r\n\t\"PLUGIN_UNINSTALL\": \"卸载[{1}-{2}]成功\",\r\n\t\"PLUGIN_UNINSTALL_SOFT\": \"卸载软件[{1}]成功\",\r\n\t\"PLUGIN_INSTALL_LIB\": \"安装插件[{1}]成功\",\r\n\t\"PLUGIN_UNINSTALL_LIB\": \"卸载插件[{1}]成功\",\r\n\t\"FIREWALL_DROP_IP\": \"屏蔽IP[{1}]成功!\",\r\n\t\"FIREWALL_ACCEPT_IP\": \"解除IP[{1}]的屏蔽!\",\r\n\t\"FIREWALL_ACCEPT_PORT\": \"放行端口[{1}]成功!\",\r\n\t\"FIREWALL_DROP_PORT\": \"删除防火墙放行端口[{1}]成功!\",\r\n\t\"FIREWALL_SSH_PORT\": \"改SSH端口为[{1}]成功!\",\r\n\t\"FTP_ADD_SUCCESS\": \"添加FTP用户[{1}]成功!\",\r\n\t\"FTP_ADD_ERR\": \"添加FTP用户[{1}]失败! => {2}\",\r\n\t\"FTP_DEL_SUCCESS\": \"删除FTP用户[{1}]成功!\",\r\n\t\"FTP_DEL_ERR\": \"删除FTP用户[{1}]失败! => {2}\",\r\n\t\"FTP_PASS_SUCCESS\": \"FTP用户[{1}]密码修改成功!\",\r\n\t\"FTP_PASS_ERR\": \"FTP用户[{1}]密码修改失败! => {2}\",\r\n\t\"FTP_STATUS\": \"{1}FTP用户[{2}]成功!\",\r\n\t\"FTP_STATUS_ERR\": \"{1}FTP用户[{2}]失败! => {3}\",\r\n\t\"FTP_PORT\": \"修改FTP端口为[{1}]成功!\",\r\n\t\"FTP_PORT_ERR\": \"修改FTP端口失败! => {1}\",\r\n\t\"CONF_CHECK_ERR\": \"配置文件错误: {1}\",\r\n\t\"MYSQL_CHECK_ERR\": \"检测到MySQL配置文件异常,可能导致mysqld服务无法正常启动,已自动修复!\",\r\n\t\"SYS_EXEC_ERR\": \"执行失败: {1}\",\r\n\t\"SYS_EXEC_SUCCESS\": \"{1}执行成功\",\r\n\t\"LOGIN_ERR_CODE\": \"验证码错误,帐号:{1},验证码:{2},登录IP:{3}\",\r\n\t\"LOGIN_ERR_PASS\": \"密码错误,帐号:{1},密码:{2},登录IP:{3}\",\r\n\t\"LOGIN_SUCCESS\": \"登录成功,帐号:{1},登录IP:{2}\",\r\n\t\"SET_API\": \"接口配置\",\r\n\t\"P_CONF\": \"面板设置\",\r\n\t\"MODIFY_CRON_STATUS\": \"已将cron作业[{1}]状态修改为[{2}]\",\r\n\t\"MODIFY_CRON\": \"‘已成功修改cron作业[{1}]’\",\r\n\t\"PHPDAEMON\": \"PHP守护程序\",\r\n\t\"PHP_CHECK_ERR_FIX_SUCCESS\": \"PHP-{1}检测到处理异常并已自动修复！\",\r\n\t\"API\": \"应用编程接口\",\r\n\t\"API_INTERFACE\": \"{1}个API\",\r\n\t\"SET_API_STATUS\": \"已有{1}个API服务！\",\r\n\t\"TURNON_API\": \"已成功打开API！\",\r\n\t\"EDIT_API\": \"修改接口配置成功！\",\r\n\t\"RENAME\": \"[{1}]已重命名为[{2}]\",\r\n\t\"PLUG_MAM\": \"插件管理器\",\r\n\t\"SET_PLUG\": \"将插件[‘{1}’]设置为！\",\r\n\t\"INSTALL_THIRD_PARDY_PLUG\": \"已安装第三方插件[{1}]\",\r\n\t\"SITE_DIR_NOT_EXIST_RECREATE\": \"站点[{1}]，文档根目录[{2}]不存在，正在重新创建！\",\r\n\t\"SITE_STOP_ANTI_STEALING_LINK\": \"站点[{1}]防盗链已禁用！\",\r\n\t\"SITE_START_ANTI_STEALING_LINK\": \"站点[{1}]防盗链已启用！\",\r\n\t\"SET_PHP_CLI\": \"将PHP-CLI版本设置为：{1}\",\r\n\t\"SET_BASICAUTH_STATUS\": \"将BasicAuth状态设置为：{1}\",\r\n\t\"MANUALLY_LOGOUT\": \"客户端：{1}，已手动退出面板\",\r\n\t\"GET_INFO\": \"获取信息\",\r\n\t\"NGINX_LOAD_ERR\": \"Nginx负载状态获取失败：{1}\",\r\n\t\"GET_DATA_ERR\": \"数据采集失败！\",\r\n\t\"PHP_LOAD_ERR\": \"获取PHP加载状态失败：{1}\",\r\n\t\"MODIFY_SSH_INFO\": \"修改主机的SSH信息：{1}\",\r\n\t\"ADD_SSH_INFO\": \"添加主机的SSH信息：{1}\",\r\n\t\"DEL_SSH_INFO\": \"删除主机的SSH信息：{1}\",\r\n\t\"ADD_COMMAND_COMMAND\": \"添加常用命令[{1}]\",\r\n\t\"EDIT_COMMAND_COMMAND\": \"修改常用命令[{1}]\",\r\n\t\"DEL_COMMAND_COMMAND\": \"删除常用命令[{1}]\",\r\n\t\"OPEN_FILE\": \"打开文件\",\r\n\t\"TASK_QUEUE\": \"任务队列\",\r\n\t\"SSH_LOGIN\": \"已成功登录到SSH服务器[{1}：{2}]\",\r\n\t\"EDIT_MENU_SUCCESS\": \"成功修改面板菜单显示列表\",\r\n\t\"TMP_LOGIN\": \"生成临时连接，过期时间：{1}\",\r\n\t\"TMP_LOGIN1\": \"已生成临时登录URL\",\r\n\t\"TMP_LOGIN2\": \"无法生成临时登录URL\",\r\n\t\"TMP_LOGIN3\": \"删除临时登录URL\",\r\n\t\"LOGOUT_TMP_UESR\": \"强制临时用户注销：{1}\",\r\n\t\"CREATE_USER\": \"创建新用户{1}\",\r\n\t\"DEL_USER\": \"删除用户[{1}]\",\r\n\t\"EDIT_USER\": \"编辑用户{1}\",\r\n\t\"ADD_COMPILATION_PARA\": \"添加自定义编译参数：{1}：{2}\",\r\n\t\"REMOVE_PARA\": \"删除自定义编译参数：{1}：{2}\",\r\n\t\"SET_SOFTWARE_COMPILATION\": \"安装软件：将{1}的自定义编译参数配置为：{2}\",\r\n\t\"SET_FILE_NOTES\": \"设置文件名[{1}]，备注：{2}\",\r\n\t\"CLEAR_FILE_NOTES\": \"清除文件备注[{1}]\",\r\n\t\"CREATE_SOFTLINK\": \"创建软链接：{1}->{2}\",\r\n\t\"EXEC_COMPOSER\": \"在目录[{2}]中执行Composer[{1}]，\"\r\n}"
  },
  {
    "path": "simplified_chinese/menu.json",
    "content": "[\r\n  {\r\n    \"title\": \"首页\",\r\n    \"href\": \"/\",\r\n    \"class\": \"menu_home\",\r\n    \"id\": \"memuA\",\r\n    \"sort\": 1\r\n  },\r\n  {\r\n    \"title\": \"网站\",\r\n    \"href\": \"/site\",\r\n    \"class\": \"menu_web\",\r\n    \"id\": \"memuAsite\",\r\n    \"sort\": 2\r\n  },\r\n  {\r\n    \"title\": \"FTP\",\r\n    \"href\": \"/ftp\",\r\n    \"class\": \"menu_ftp\",\r\n    \"id\": \"memuAftp\",\r\n    \"sort\": 3\r\n  },\r\n  {\r\n    \"title\": \"数据库\",\r\n    \"href\": \"/database\",\r\n    \"class\": \"menu_data\",\r\n    \"id\": \"memuAdatabase\",\r\n    \"sort\": 4\r\n  },\r\n    {\r\n    \"title\": \"Docker\",\r\n    \"href\": \"/docker\",\r\n    \"class\": \"menu_docker\",\r\n    \"id\": \"memuDocker\",\r\n    \"sort\": 5\r\n  },\r\n  {\r\n    \"title\": \"监控\",\r\n    \"href\": \"/control\",\r\n    \"class\": \"menu_control\",\r\n    \"id\": \"memuAcontrol\",\r\n    \"sort\": 6\r\n  },\r\n  {\r\n    \"title\": \"安全\",\r\n    \"href\": \"/firewall\",\r\n    \"class\": \"menu_firewall\",\r\n    \"id\": \"memuAfirewall\",\r\n    \"sort\": 7\r\n  },\r\n  {\r\n    \"title\": \"防火墙\",\r\n    \"href\": \"/btwaf/index\",\r\n    \"class\": \"menu_btwaf\",\r\n    \"id\": \"memu_btwaf\",\r\n    \"sort\": 8\r\n  },\r\n  {\r\n    \"title\": \"文件管理\",\r\n    \"href\": \"/files\",\r\n    \"class\": \"menu_folder\",\r\n    \"id\": \"memuAfiles\",\r\n    \"sort\": 9\r\n  },\r\n  {\r\n    \"title\": \"终端\",\r\n    \"href\": \"/xterm\",\r\n    \"class\": \"menu_xterm\",\r\n    \"id\": \"memuAxterm\",\r\n    \"sort\": 10\r\n  },\r\n  {\r\n    \"title\": \"计划任务\",\r\n    \"href\": \"/crontab\",\r\n    \"class\": \"menu_day\",\r\n    \"id\": \"memuAcrontab\",\r\n    \"sort\": 11\r\n  },\r\n\r\n  {\r\n    \"title\": \"软件商店\",\r\n    \"href\": \"/soft\",\r\n    \"class\": \"menu_soft\",\r\n    \"id\": \"memuAsoft\",\r\n    \"sort\": 12\r\n  },\r\n  {\r\n    \"title\": \"面板设置\",\r\n    \"href\": \"/config\",\r\n    \"class\": \"menu_set\",\r\n    \"id\": \"memuAconfig\",\r\n    \"sort\": 13\r\n  },\r\n  {\r\n    \"title\": \"退出登录\",\r\n    \"href\": \"/login?dologin=True\",\r\n    \"class\": \"menu_exit\",\r\n    \"id\": \"dologin\",\r\n    \"sort\": 14\r\n  }\r\n]"
  },
  {
    "path": "simplified_chinese/public.json",
    "content": "{\r\n\t\"NAME\": \"AaPanel\",\r\n\t\"BRAND\": \"AaPanel\",\r\n\t\"PRODUCT\": \"Linux面板\",\r\n\t\"PAGE_ERR_TITLE\": \"拒绝访问\",\r\n\t\"PAGE_ERR_DOMAIN_H1\": \"抱歉,您没有访问权限\",\r\n\t\"PAGE_ERR_DOMAIN_P1\": \"请使用正确的域名访问!\",\r\n\t\"PAGE_ERR_DOMAIN_P2\": \"查看许可域名: cat \\/www\\/server\\/panel\\/data\\/domain.conf\",\r\n\t\"PAGE_ERR_DOMAIN_P3\": \"关闭访问限制: rm -f \\/www\\/server\\/panel\\/data\\/domain.conf\",\r\n\t\"PAGE_ERR_IP_H1\": \"抱歉,您的IP没有被授权\",\r\n\t\"PAGE_ERR_IP_P1\": \"您当前的IP为[{1}]，请使用正确的IP访问!\",\r\n\t\"PAGE_ERR_IP_P2\": \"查看授权IP: cat \\/www\\/server\\/panel\\/data\\/limitip.conf\",\r\n\t\"PAGE_ERR_IP_P3\": \"关闭访问限制: rm -f \\/www\\/server\\/panel\\/data\\/limitip.conf\",\r\n\t\"PAGE_ERR_404_TITLE\": \"404 Not Found\",\r\n\t\"PAGE_ERR_404_H1\": \"抱歉,页面不存在\",\r\n\t\"PAGE_ERR_404_P1\": \"您请求的页面不存在,请检查URL地址是否正确!\",\r\n\t\"PAGE_ERR_500_TITLE\": \"500 Internal Server Error\",\r\n\t\"PAGE_ERR_500_H1\": \"抱歉,程序异常\",\r\n\t\"PAGE_ERR_500_P1\": \"您请求的页面因发生异常而中断!\",\r\n\t\"PAGE_ERR_HELP\": \"请求帮助\",\r\n\t\"ARGS_ERR\": \"指定参数无效!\",\r\n\t\"INIT_FUN_NOT_EXISTS\": \"方法不存在\",\r\n\t\"INIT_CHECK_ERR\": \"验证失败\",\r\n\t\"INIT_WEBHOOK_ERR\": \"请先安装WebHook插件!\",\r\n\t\"INIT_WEBSSH_LOGOUT\": \"会话丢失，请重新登陆面板!\\r\\n\",\r\n\t\"INIT_WEBSSH_CONN_ERR\": \"连接SSH服务失败!\\r\\n\",\r\n\t\"INIT_WEBSOCKET_ERR\": \"指定模块不存在!\",\r\n\t\"INIT_ARGS_ERR\": \"参数错误!\",\r\n\t\"INIT_PLUGIN_NOT_EXISTS\": \"指定插件不存在!\",\r\n\t\"INIT_PLUGIN_NOT_DOWN_FUN\": \"指定插件没有文件下载方法!\",\r\n\t\"INIT_TOKEN_ERR\": \"无效的Token!\",\r\n\t\"INIT_PLU_ACC_ERR\": \"您没有权限访问当前插件!\",\r\n\t\"USER_INODE_ERR\": \"磁盘Inode已用完,面板已尝试释放Inode,请重试...\",\r\n\t\"AJAX_CONN_ERR\": \"连接服务器失败!\",\r\n\t\"AJAX_USER_BINDING_ERR\": \"请先绑定宝塔官网帐户!\",\r\n\t\"AJAX_USER_BE_OVERDUE\": \"BT账号绑定已过期，请在[设置]页面重新绑定！\",\r\n\t\"AJAX_USER_IS_VALID\": \"绑定有效！\",\r\n\t\"AJAX_PHPMYADMIN_PORT_ERR\": \"请不要使用常用端口作为phpMyAdmin端口!\",\r\n\t\"AJAX_WARNING_ERR\": \"警告列表不存在!\",\r\n\t\"AJAX_LOG_FILR_NOT_EXISTS\": \"日志文件不存在!\",\r\n\t\"CODE_BOOM\": \"请不要频繁刷新验证码!\",\r\n\t\"LOGIN_USER_EMPTY\": \"用户名或密码不能为空!\",\r\n\t\"LOGIN_ERR_LIMIT\": \"您多次登录失败,暂时禁止登录!\",\r\n\t\"LOGIN_SUCCESS\": \"登录成功,正在跳转...\",\r\n\t\"LOGIN_USER_ERR\": \"用户名或密码错误,您还可以尝试[{1}]次!\",\r\n\t\"ERROR\": \"操作失败\",\r\n\t\"SUCCESS\": \"操作成功\",\r\n\t\"START\": \"启动\",\r\n\t\"STOP\": \"停止\",\r\n\t\"OFF\": \"停用\",\r\n\t\"ON\": \"启用\",\r\n\t\"OPEN\": \"打开\",\r\n\t\"CLOSE\": \"关闭\",\r\n\t\"ADD_SUCCESS\": \"添加成功\",\r\n\t\"ADD_ERROR\": \"添加失败\",\r\n\t\"DEL_SUCCESS\": \"删除成功\",\r\n\t\"DEL_ERROR\": \"删除失败\",\r\n\t\"SET_SUCCESS\": \"设置成功\",\r\n\t\"SET_ERROR\": \"设置失败\",\r\n\t\"EDIT_SUCCESS\": \"修改成功\",\r\n\t\"EDIT_ERROR\": \"修改失败\",\r\n\t\"CONF_ERROR\": \"配置文件错误\",\r\n\t\"CONF_FILE_NOT_EXISTS\": \"配置文件不存在\",\r\n\t\"PHP_GET_ERR\": \"PHP版本获取失败!\",\r\n\t\"PHP_NOT_EXISTS\": \"指定PHP版本不存在!\",\r\n\t\"DIR_EMPTY\": \"目录不能为空!\",\r\n\t\"FILE_NOT_EXISTS\": \"指定文件不存在!\",\r\n\t\"SPECIFY_METHOD\": \"指定的方法不存在\",\r\n\t\"SPECIFY_PLUG_ERR\": \"指定的插件不支持公共访问！\",\r\n\t\"SPECIFY_TEMPLATE\": \"指定的模板不存在\",\r\n\t\"PATH_ERROR\": \"不能以系统关键目录作为站点目录\",\r\n\t\"BACKUP_SUCCESS\": \"备份成功!\",\r\n\t\"UPDATE_SUCCESS\": \"更新成功!\",\r\n\t\"PANEL_UPDATE\": \"成功升级到{1}\",\r\n\t\"PANEL_UPDATE_ERR_DOWN\": \"文件下载失败，请重试或在命令行手动升级!\",\r\n\t\"PANEL_UPDATE_ERR_NEW\": \"当前已是最新版本!\",\r\n\t\"PANEL_UPDATE_MSG\": \"当前为正式版，已是最新版本，正式版更新周期一般一两个月更新一次，内测版每周三更新!\",\r\n\t\"PANEL_UPDATE_MSG_TEST\": \"当前为内测版，已是最新版本，正式版更新周期一般一两个月更新一次，内测版每周三更新!\",\r\n\t\"EXEC_ERR_TASK\": \"请等待所有安装任务完成再执行!\",\r\n\t\"CONNECT_ERR\": \"连接服务器失败!\",\r\n\t\"INPUT_PS\": \"填写备注\",\r\n\t\"SET_PORT_SUCCESS\": \"端口修改成功!\",\r\n\t\"SITE_ADD_SUCCESS\": \"成功创建站点!\",\r\n\t\"SITE_ADD_ERR_EXISTS\": \"您添加的站点已存在!\",\r\n\t\"SITE_ADD_ERR_PORT\": \"端口范围不合法\",\r\n\t\"SITE_ADD_ERR_PHPEMPTY\": \"PHP版本号不能为空\",\r\n\t\"SITE_ADD_ERR_DOMAIN\": \"主域名格式不正确\",\r\n\t\"SITE_ADD_ERR_DOMAIN_TOW\": \"主域名不能为泛解析\",\r\n\t\"SITE_ADD_ERR_DOMAIN_EXISTS\": \"您添加的域名已存在\",\r\n\t\"SITE_ADD_ERR_WRITE\": \"添加失败,写入配置错误!\",\r\n\t\"SITE_DEL_SUCCESS\": \"站点删除成功!\",\r\n\t\"SITE_ADD_DOMAIN\": \"域名添加成功!\",\r\n\t\"SITE_ADD_DOMAIN_ERR_EXISTS\": \"指定域名已绑定过!\",\r\n\t\"SITE_ADD_DOMAIN_ERR_POER\": \"端口范围不合法!\",\r\n\t\"SITE_ADD_DOMAIN_ERR_FORMAT\": \"域名格式不正确!\",\r\n\t\"SITE_ADD_DOMAIN_ERR_EMPTY\": \"域名不能为空!\",\r\n\t\"SITE_DEL_DOMAIN_ERR_ONLY\": \"最后一个域名不能删除!\",\r\n\t\"SITE_SSL_ERR_PRIVATE\": \"秘钥错误，请检查!\",\r\n\t\"SITE_SSL_ERR_CERT\": \"证书错误，请检查!\",\r\n\t\"SSL_ERR_CERT\": \"证书错误\",\r\n\t\"SITE_SSL_SUCCESS\": \"证书已保存!\",\r\n\t\"SITE_SSL_UPDATE_SUCCESS\": \"证书已更新!\",\r\n\t\"SITE_SSL_OPEN_SUCCESS\": \"SSL开启成功!\",\r\n\t\"SITE_SSL_CLOSE_SUCCESS\": \"SSL已关闭!\",\r\n\t\"SITE_SSL_ERR_301\": \"检测到您的站点做了301重定向设置，请先关闭重定向!\",\r\n\t\"SITE_SSL_ERR_DNS\": \"以下域名解析错误，或解析未生效:{1}\",\r\n\t\"SITE_SSL_ERR_EMPTY\": \"请选择域名(不包括IP地址与泛域名)\",\r\n\t\"SITE_SSL_ERR_RE\": \"索引到当前域名组件的证书尚未到期，不能重复申请，请尝试其它域名组合!\",\r\n\t\"SITE_SSL_ERR_AU\": \"授权错误: 您的服务器最近提交了过多无效申请!\",\r\n\t\"SITE_SSL_ERR_ACCESS\": \"Let's Encrypt证书获取失败，认证服务器无法访问您的站点!\",\r\n\t\"SITE_START_SUCCESS\": \"站点已启用\",\r\n\t\"SITE_STOP_SUCCESS\": \"站点已停用\",\r\n\t\"SITE_NETLIMIT_ERR\": \"流量限制当前仅支持Nginx环境!\",\r\n\t\"SITE_NETLIMIT_CLOSE_SUCCESS\": \"已关闭流量限制!\",\r\n\t\"SITE_ADD_BINDING\": \"域名和子目录名称不能为空!\",\r\n\t\"SITE_INDEX_ERR_FORMAT\": \"默认文档格式不正确，例：index.html\",\r\n\t\"SITE_INDEX_ERR_EMPTY\": \"默认文档不能为空!\",\r\n\t\"SITE_PATH_ERR_RE\": \"与原路径一致，无需修改!\",\r\n\t\"SITE_PHPVERSION_ERR_A22\": \"Apache2.2不支持多PHP版本共存!\",\r\n\t\"SITE_PHPVERSION_SUCCESS\": \"成功切换网站[{1}]的PHP版本为PHP-{2}\",\r\n\t\"SITE_BASEDIR_OPEN_SUCCESS\": \"已打开防跨站设置!\",\r\n\t\"SITE_BASEDIR_CLOSE_SUCCESS\": \"已清除防跨站设置!\",\r\n\t\"SITE_PROXY_ERR_URL\": \"URL地址不正确!\",\r\n\t\"SITE_PROXY_ERR_HOST\": \"发送域名格式不正确!\",\r\n\t\"SITE_REWRITE_NOW\": \"当前\",\r\n\t\"SITE_REWRITE_SAVE\": \"已保存URL重写规则到模板!\",\r\n\t\"SITE_TOMCAT_OPEN\": \"开启成功,请测试jsp程序!\",\r\n\t\"SITE_TOMCAT_CLOSE\": \"已关闭Tomcat映射!\",\r\n\t\"SITE_SCAN_ADD\": \"已将扫描任务添加到队列!\",\r\n\t\"SITE_EXPIRE_SUCCESS\": \"设置成功,站点到期后将自动停止!\",\r\n\t\"SOFT_PHPVERSION_SET\": \"PHP版本修改成功!\",\r\n\t\"SOFT_PHPVERSION_PS\": \"新的phpMyAdmin端口\",\r\n\t\"SOFT_PHPVERSION_ERR_PORT\": \"与当前端口相同，无需修改!\",\r\n\t\"SOFT_PHPVERSION_ERR_PORT_RE\": \"不能和面板设为同一端口!\",\r\n\t\"LOG_CLOSE\": \"日志已清空\",\r\n\t\"KILL_PROCESS\": \"结束进程[{1}][{2}]成功!\",\r\n\t\"KILL_PROCESS_ERR\": \"失败，无法结束此进程!\",\r\n\t\"USER_PASSWORD_CHECK\": \"两次输入的密码不一致，请重新输入!\",\r\n\t\"USER_USERNAME_CHECK\": \"两次输入的用户名不一致，请重新输入!\",\r\n\t\"USER_PASSWORD_LEN\": \"用户密码不能小于5位!\",\r\n\t\"USER_PASSWORD_SUCCESS\": \"密码修改成功!\",\r\n\t\"USER_USERNAME_SUCCESS\": \"用户修改成功!\",\r\n\t\"PORT_CHECK_EXISTS\": \"端口[{1}]已被占用!\",\r\n\t\"PORT_CHECK_RANGE\": \"端口范围不正确!\",\r\n\t\"PORT_CHECK_PS\": \"新的面板端口\",\r\n\t\"PANEL_SAVE\": \"配置已保存\",\r\n\t\"PHP_UPLOAD_MAX_ERR\": \"上传大小限制不能小于2MB\",\r\n\t\"PHP_TIMEOUT_ERR\": \"请填写30-86400间的值!\",\r\n\t\"DATE_SUCCESS\": \"同步服务器时间成功!\",\r\n\t\"CONTROL_CLOSE\": \"监控服务已关闭!\",\r\n\t\"CONTROL_ERR\": \"保存天数不合法!\",\r\n\t\"PANEL_CLOSE\": \"面板已关闭!\",\r\n\t\"PANEL_SSL_CLOSE\": \"SSL已关闭，请使用http协议访问面板!\",\r\n\t\"PANEL_SSL_ERR\": \"开启失败，无法自动安装pyOpenSSL组件!<p>请尝试手动安装: pip install pyOpenSSL<\\/p>\",\r\n\t\"PANEL_SSL_OPEN\": \"开启成功，请使用https协议访问面板!\",\r\n\t\"PANEL_SSL_ADD_EXISTS\": \"备注或面板地址重复!\",\r\n\t\"PANEL_SSL_ADD_NOT_EXISTS\": \"指定面板资料不存在!\",\r\n\t\"CRONTAB_TODAY\": \"每天\",\r\n\t\"CRONTAB_TODAY_CYCLE\": \"每天, {1}点{2}分 执行\",\r\n\t\"CRONTAB_N_TODAY\": \"每{1}天\",\r\n\t\"CRONTAB_N_TODAY_CYCLE\": \"每隔{1}天, {2}点{3}分 执行\",\r\n\t\"CRONTAB_HOUR\": \"每小时\",\r\n\t\"CRONTAB_HOUR_CYCLE\": \"每小时, 第{1}分钟 执行\",\r\n\t\"CRONTAB_N_HOUR\": \"每{1}小时\",\r\n\t\"CRONTAB_N_HOUR_CYCLE\": \"每{1}小时, 第{2}分钟 执行\",\r\n\t\"CRONTAB_N_MINUTE\": \"每{1}分钟\",\r\n\t\"CRONTAB_N_MINUTE_CYCLE\": \"每隔{1}分钟执行\",\r\n\t\"CRONTAB_WEEK\": \"每周\",\r\n\t\"CRONTAB_WEEK_CYCLE\": \"每周{1}, {2}点{3}分执行\",\r\n\t\"CRONTAB_MONTH\": \"每月\",\r\n\t\"CRONTAB_MONTH_CYCLE\": \"每月, {1}日 {2}点{3}分执行\",\r\n\t\"CRONTAB_SUNDAY\": \"日\",\r\n\t\"CRONTAB_MONDAY\": \"一\",\r\n\t\"CRONTAB_TUESDAY\": \"二\",\r\n\t\"CRONTAB_WEDNESDAY\": \"三\",\r\n\t\"CRONTAB_THURSDAY\": \"四\",\r\n\t\"CRONTAB_FRIDAY\": \"五\",\r\n\t\"CRONTAB_SATURDAY\": \"六\",\r\n\t\"CRONTAB_TASKNAME_EMPTY\": \"任务名称不能为空!\",\r\n\t\"CRONTAB_TASKLOG_EMPTY\": \"当前日志为空!\",\r\n\t\"CRONTAB_TASKLOG_CLOSE\": \"任务日志已清空!\",\r\n\t\"CRONTAB_TASKLOG_CLOSE_ERR\": \"任务日志清空失败!\",\r\n\t\"FILE_WRITE_ERR\": \"文件写入失败!\",\r\n\t\"CRONTAB_TASK_EXEC\": \"任务已执行!\",\r\n\t\"DATABASE_NAME_ERR\": \"数据库名称不合法!\",\r\n\t\"DATABASE_NAME_ERR_T\": \"数据库名称不能带有特殊符号!\",\r\n\t\"DATABASE_NAME_EXISTS\": \"数据库已存在!\",\r\n\t\"DATABASE_USERNAME_EXISTS\": \"该用户名已存在。出于安全原因，我们不允许一个数据库用户管理多个数据库\",\r\n\t\"DATABASE_NAME_LEN\": \"数据库名不能大于16位!\",\r\n\t\"DATABASE_ERR_CONNECT\": \"数据库连接失败,请检查数据库服务是否启动!\",\r\n\t\"DATABASE_ERR_PASS\": \"数据库管理密码错误!\",\r\n\t\"DATABASE_ERR_NOT_EXISTS\": \"数据库用户不存在!\",\r\n\t\"DATABASE_USER_NAME_ERR\": \"数据库用户名不合法！\",\r\n\t\"DATABASE_ERR_MYSQLDB\": \"MySQLdb组件缺失! <br>进入SSH命令行输入： btpip install mysql-python\",\r\n\t\"DATABASE_ROOT_SUCCESS\": \"数据库root密码修改成功!\",\r\n\t\"DATABASE_PASS_ERR_NOT_EXISTS\": \"修改失败,数据库用户不存在!\",\r\n\t\"DATABASE_PASS_SUCCESS\": \"修改数据库[{1}]密码成功!\",\r\n\t\"DATABASE_PASS_ERROR\": \"修改数据库[{1}]密码失败!\",\r\n\t\"DATABASE_INPUT_ERR_FORMAT\": \"请选择sql、gz、zip文件格式!\",\r\n\t\"DATABASE_INPUT_ERR\": \"导入数据库失败!\",\r\n\t\"DATABASE_INPUT_SUCCESS\": \"导入数据库成功!\",\r\n\t\"DATABASE_SYNC_SUCCESS\": \"本次共同步了{1}个数据库!\",\r\n\t\"DATABASE_GET_SUCCESS\": \"本次共从服务器获取了{1}个数据库!\",\r\n\t\"DATABASE_DEL_RECYCLE_BIN\": \"数据库[{1}]已在回收站，请从回收站恢复！\",\r\n\t\"DATABASE_TEST\": \"测试数据库\",\r\n\t\"DATABASE_MOVE_RE\": \"与当前存储目录相同，无法迁移文件!\",\r\n\t\"DATABASE_MOVE_ERR\": \"文件迁移失败!\",\r\n\t\"DATABASE_MOVE_SUCCESS\": \"存储目录迁移成功!\",\r\n\t\"FILE_UPLOAD_SUCCESS\": \"上传成功!\",\r\n\t\"FILE_EXISTS\": \"指定文件已存在!\",\r\n\t\"DIR_EXISTS\": \"指定目录已存在!\",\r\n\t\"DIR_NOT_EXISTS\": \"指定目录不存在!\",\r\n\t\"DIR_ERR_NOT_EMPTY\": \"不能删除非空目录!\",\r\n\t\"FILE_DANGER\": \"请不要花样作死\",\r\n\t\"FILE_CREATE_SUCCESS\": \"文件创建成功!\",\r\n\t\"FILE_CREATE_ERR\": \"文件创建失败!\",\r\n\t\"DIR_CREATE_SUCCESS\": \"目录创建成功!\",\r\n\t\"DIR_CREATE_ERR\": \"目录创建失败!\",\r\n\t\"CREATE_FAIL\": \"创建失败\",\r\n\t\"DIR_MOVE_RECYCLE_BIN\": \"已将目录移动到回收站!\",\r\n\t\"FILE_MOVE_RECYCLE_BIN\": \"已将文件移动到回收站!\",\r\n\t\"DIR_DEL_SUCCESS\": \"删除目录成功!\",\r\n\t\"DIR_DEL_ERR\": \"删除目录失败!\",\r\n\t\"FILE_DEL_SUCCESS\": \"删除文件成功!\",\r\n\t\"FILE_DEL_ERR\": \"删除文件失败!\",\r\n\t\"FILE_RE_RECYCLE_BIN_ERR\": \"恢复失败!\",\r\n\t\"FILE_RE_RECYCLE_BIN\": \"恢复成功!\",\r\n\t\"FILE_DEL_RECYCLE_BIN\": \"已彻底从回收站删除{1}!\",\r\n\t\"FILE_CLOSE_RECYCLE_BIN\": \"已清空回收站!\",\r\n\t\"FILE_OFF_RECYCLE_BIN\": \"已关闭回收站功能!\",\r\n\t\"FILE_ON_RECYCLE_BIN\": \"已开启回收站功能!\",\r\n\t\"FILE_COPY_SUCCESS\": \"文件复制成功!\",\r\n\t\"FILE_COPY_ERR\": \"文件复制失败!\",\r\n\t\"DIR_COPY_SUCCESS\": \"目录复制成功!\",\r\n\t\"DIR_COPY_ERR\": \"目录复制失败!\",\r\n\t\"MOVE_SUCCESS\": \"移动文件或目录成功!\",\r\n\t\"MOVE_ERR\": \"移动文件或目录失败!\",\r\n\t\"FILE_GET_ERR\": \"文件内容获取失败,格式不被支持!\",\r\n\t\"FILE_SAVE_SUCCESS\": \"文件已保存!\",\r\n\t\"FILE_SAVE_ERR\": \"文件保存失败!\",\r\n\t\"ZIP_SUCCESS\": \"文件压缩成功!\",\r\n\t\"ZIP_ERR\": \"文件压缩失败!\",\r\n\t\"UNZIP_SUCCESS\": \"文件解压成功!\",\r\n\t\"UNZIP_ERR\": \"文件解压失败!\",\r\n\t\"FILE_ALL_TIPS\": \"标记成功,请在目标目录点击粘贴所有按钮!\",\r\n\t\"FILE_ALL_ACCESS\": \"批量设置权限成功!\",\r\n\t\"FILE_ALL_DEL\": \"批量删除成功!\",\r\n\t\"FILE_ALL\": \"批量操作成功[{1}],失败[{2}]\",\r\n\t\"FILE_DOANLOAD\": \"已将下载任务添加到队列!\",\r\n\t\"PLUGIN_ADD\": \"已将下载任务添加到队列!\",\r\n\t\"PLUGIN_DEL\": \"任务已删除\",\r\n\t\"PLUGIN_ACTION\": \"任务队列已激活\",\r\n\t\"PLUGIN_UNINSTALL\": \"卸载成功\",\r\n\t\"PLUGIN_INSTALL_ADD\": \"已将安装任务添加到队列\",\r\n\t\"PLUGIN_INSTALL_SUCCESS\": \"安装成功!\",\r\n\t\"PLUGIN_INSTALL_ERR\": \"安装成功!\",\r\n\t\"PLUGIN_SORT\": \"排序已保存\",\r\n\t\"PLUGIN_GET_HTML\": \"该插件没有配置模板!\",\r\n\t\"PLUGIN_GET_LAN_ERR\": \"此插件没有模板\",\r\n\t\"PLUGIN_UPDATE_ERR\": \"您的插件列表已经是最新版本\",\r\n\t\"PLUGIN_UPDATE\": \"成功从云端获取[{1}]个新插件,[{2}]个插件更新!\",\r\n\t\"PLUGIN_INPUT_A\": \"请传入插件名称!\",\r\n\t\"PLUGIN_INPUT_B\": \"该插件没有扩展方法!\",\r\n\t\"PLUGIN_INPUT_C\": \"指定方法[{1}]不存在!\",\r\n\t\"TASK_SLEEP\": \"等待执行...\",\r\n\t\"FILE_SHELL_ERR\": \"抱歉,不支持[{1}]命令!\",\r\n\t\"FILE_SHELL_EXEC\": \"命令已发送\",\r\n\t\"FILE_SHELL_EMPTY\": \"当前没有SHELL在执行!\",\r\n\t\"FIREWALL_IP_FORMAT\": \"您输入的IP地址不合法!\",\r\n\t\"FIREWALL_IP_EXISTS\": \"您要放屏蔽的IP已存在屏蔽列表，无需重复处理!\",\r\n\t\"FIREWALL_PORT_EXISTS\": \"您要放行的端口已存在，无需重复放行!\",\r\n\t\"FIREWALL_PORT_PANEL\": \"失败，不能删除当前面板端口!\",\r\n\t\"FIREWALL_SSH_STOP\": \"SSH服务已停用\",\r\n\t\"FIREWALL_SSH_START\": \"SSH服务已启用\",\r\n\t\"FIREWALL_SSH_PORT_ERR\": \"端口范围必需在22-65535之间!\",\r\n\t\"FIREWALL_SSH_PORT_EXISTS\": \"指定端口为常用端口，请换一个试试!\",\r\n\t\"FTP_USERNAME_ERR_T\": \"用户名不合法,不能带有特殊符号!\",\r\n\t\"FTP_USERNAME_ERR_LEN\": \"用户名不合法,不能少于3个字符!\",\r\n\t\"FTP_USERNAME_ERR_DIR\": \"不能以系统关键目录作为FTP目录!\",\r\n\t\"FTP_USERNAME_ERR_EXISTS\": \"用户[{1}]已存在!\",\r\n\t\"FTP_STATUS_ERR\": \"{1}FTP用户失败!\",\r\n\t\"FTP_PORT_PS\": \"FTP端口\",\r\n\t\"PAGE\": {\r\n\t\t\"PREV\": \"上一页\",\r\n\t\t\"NEXT\": \"下一页\",\r\n\t\t\"START\": \"首页\",\r\n\t\t\"END\": \"尾页\",\r\n\t\t\"COUNT_START\": \"共\",\r\n\t\t\"COUNT_END\": \"条\",\r\n\t\t\"FO\": \"从\",\r\n\t\t\"LINE\": \"条\"\r\n\t},\r\n\t\"SSL_CHECK_WRITE_ERR\": \"验证信息写入失败!\",\r\n\t\"SSL_CHECK_DNS_ERR\": \"以下域名解析不正确，或解析未生效!<li style='color:red;'>{1}<\\/li>\",\r\n\t\"SSL_GET_SUCCESS\": \"获取成功!\",\r\n\t\"SSL_NOT_BTUSER\": \"请绑定宝塔帐户!\",\r\n\t\"SSL_BTUSER_UN\": \"已解除绑定!\",\r\n\t\"WAF_NOT_NGINX\": \"当前只支持Nginx\",\r\n\t\"WAF_NOT_NGINX_VERSION\": \"您当前的Nginx未安装WAF支持，请重新安装Nginx!\",\r\n\t\"WAF_UPDATE\": \"更新成功!\",\r\n\t\"WAF_CONF_NOT_EXISTS\": \"失败，指定配置值不存在!\",\r\n\t\"WAF_CONF_EXISTS\": \"失败，指定配置值已存在!\",\r\n\t\"WAF_CONF_ERR\": \"失败，设置值不合法!\",\r\n\t\"CODE_ERR\": \"验证码错误,请重新输入!\",\r\n\t\"CODE_TIMEOUT\": \"验证码已过期,请点验证码图片重新获取!\",\r\n\t\"CODE_NOT_EXISTS\": \"验证码不存在!\",\r\n\t\"REQUEST_ERR\": \"错误的请求!\",\r\n\t\"SYS_BOOT_TIME\": \"{1}天{2}小时{3}分钟\",\r\n\t\"SYS_NOT_INSTALL_APACHE\": \"执行失败,请检查是否安装Apache\",\r\n\t\"SYS_CONF_APACHE_ERR\": \"Apache配置规则错误: <br><a style='color:red;'>{1}<\\/a>\",\r\n\t\"SYS_CONF_NGINX_REP\": \"因重装Nginx导致的配置文件不匹配已修正\",\r\n\t\"SYS_CONF_NGINX_ERR\": \"Nginx配置规则错误: <br><a style='color:red;'>{1}<\\/a>\",\r\n\t\"SYS_EXEC_SUCCESS\": \"执行成功!\",\r\n\t\"SYS_REBOOT\": \"命令发送成功!\",\r\n\t\"TOMCAT_IP\": \"失败,主域名不能为IP地址!\",\r\n\t\"RECYCLE_BIN_DB\": \"已成功将数据库移动到回收站!\",\r\n\t\"RECYCLEDB\": \"已恢复数据库!\",\r\n\t\"UNZIP_ERR_DIR\": \"不能在关键目录解压文件,这会导致系统目录的权限被替换.\",\r\n\t\"PHP_CONF_1\": \"短标签支持\",\r\n\t\"PHP_CONF_2\": \"ASP标签支持\",\r\n\t\"PHP_CONF_3\": \"安全模式\",\r\n\t\"PHP_CONF_4\": \"最大脚本运行时间\",\r\n\t\"PHP_CONF_5\": \"最大输入时间\",\r\n\t\"PHP_CONF_6\": \"脚本内存限制\",\r\n\t\"PHP_CONF_7\": \"POST数据最大尺寸\",\r\n\t\"PHP_CONF_8\": \"是否允许上传文件\",\r\n\t\"PHP_CONF_9\": \"允许上传文件的最大尺寸\",\r\n\t\"PHP_CONF_10\": \"允许同时上传文件的最大数量\",\r\n\t\"PHP_CONF_11\": \"Socket超时时间\",\r\n\t\"PHP_CONF_12\": \"错误级别\",\r\n\t\"PHP_CONF_13\": \"是否输出详细错误信息\",\r\n\t\"PHP_CONF_14\": \"是否开启pathinfo\",\r\n\t\"PHP_CONF_15\": \"时区\",\r\n\t\"NGINX_CONF_MSG1\": \"SSL相关配置，请勿删除或修改下一行带注释的404规则\",\r\n\t\"NGINX_CONF_MSG2\": \"错误页配置，可以注释、删除或修改\",\r\n\t\"NGINX_CONF_MSG3\": \"PHP引用配置，可以注释或修改\",\r\n\t\"NGINX_CONF_MSG4\": \"URL重写规则引用,修改后将导致面板设置的伪静态规则失效\",\r\n\t\"ALREADY_INSTALLED\": \"已安装\",\r\n\t\"NOT_INSTALL\": \"未安装\",\r\n\t\"GET_QINIU_FILE_LIST\": \"获取列表失败，请检查[AK\\/SK\\/存储]设置是否正确！\",\r\n\t\"SECOND\": \"第二\",\r\n\t\"REQUEST_TIMEOUT_TIME\": \"请求超时\",\r\n\t\"CONNECT_TIMEOUT_TIME\": \"连接超时\",\r\n\t\"MAX_KEEP_ALIVE_REQUESTS\": \"每个连接的最大保活请求数\",\r\n\t\"WORKER_PROCESSES\": \"工作进程\",\r\n\t\"WORKER_PROCESSES_AUTO\": \"AUTO表示自动\",\r\n\t\"KEEP_ALIVE\": \"保持活力\",\r\n\t\"DEFUALT_PROCESSES\": \"默认进程\",\r\n\t\"MAX_PROCESSES\": \"最大进程数\",\r\n\t\"MAX_CONNECTIONS\": \"最大连接数\",\r\n\t\"NOT_LIMITED_BY_0\": \"0表示不受限制\",\r\n\t\"MAX_SPARE_THREADS\": \"最大空闲线程数\",\r\n\t\"MIN_SPARE_THREADS\": \"可用于处理请求峰值的最小空闲线程数\",\r\n\t\"THREADS_PER_CHILD\": \"每个子进程创建的线程数\",\r\n\t\"MAX_REQUEST_WORKERS\": \"将同时处理的最大连接数\",\r\n\t\"MaxConnectionsPerChild\": \"单个子服务器在其生命周期内将处理的连接数的限制\",\r\n\t\"CONFIG_ERROR\": \"配置错误\",\r\n\t\"SECRET_KEY_CHECK_FALSE\": \"密钥验证失败\",\r\n\t\"CHECK_IP_FALSE\": \"IP验证失败，您的访问IP为\",\r\n\t\"NOT_LESS_THAN_TIMEOUT\": \"超时时间不能少于300秒\",\r\n\t\"SECURITY_ENTRANCE_ADDRESS_NOT_LESS_THAN\": \"安全入口不能少于6个字符！\",\r\n\t\"SECURITY_ENTRANCE_ADDRESS_EXIST\": \"此入口已被展台使用，请设置其他入口！\",\r\n\t\"SECURITY_ENTRANCE_ADDRESS_INCORRECT\": \"入口地址格式不正确，例如\\/my_panel\",\r\n\t\"SECURITY_ENTRANCE_ADDRESS_TRUEN_OFF_WARN\": \"警告，关闭安全入口会将您的后端直接暴露在公网，非常危险。必须至少打开以下安全措施之一才能关闭安全入口：\",\r\n\t\"OPEN_SUCCESSFUL\": \"打开成功！\",\r\n\t\"SPECIAL_CHARACTRES\": \"请不要输入以下特殊字符{1}\",\r\n\t\"INSTALL_EXTEND_FIRST\": \"请先安装{1}扩展。\",\r\n\t\"CANT_SET_API_WITH_API\": \"无法通过API配置API\",\r\n\t\"REGENERATE_API_TOKEN \": \"重新生成API-Token\",\r\n\t\"TURN_ON\": \"打开\",\r\n\t\"CHANGE_IP_LIMIT\": \"将IP限制更改为[{1}]\",\r\n\t\"SAVE_SUCCESS\": \"保存成功！\",\r\n\t\"SAVE_SUCCESS1\": \"已成功保存\",\r\n\t\"P_STOP_IPV6\": \"禁用面板的IPv6兼容性！\",\r\n\t\"P_START_IPV6\": \"启用面板的IPv6兼容性！\",\r\n\t\"SYSSAFE_CANT_WRITE_FILE\": \"无法写入文件，请检查是否启用了系统强化！\",\r\n\t\"AK_SK_CONNECT_ERROR\": \"错误：无法连接到{1}服务器，请检查[AK\\/SK\\/存储]设置是否正确！\",\r\n\t\"MYSQL_FIX_WITH_AUTO_ERR\": \"执行失败，正在尝试自动修复，请稍后再试！\",\r\n\t\"MYSQL_TURNOFF_BIN_CHECK\": \"请先卸载MySQL主从插件，然后再关闭二进制日志！\",\r\n\t\"MYSQL_PASS_ERR\": \"MySQL密码错误！\",\r\n\t\"GET_DB_ERR\": \"获取数据库失败\",\r\n\t\"REPAIR_SUCCESS\": \"维修成功！\",\r\n\t\"REPAIR_FAILURE\": \"修复失败！\",\r\n\t\"OPTIMIZED_SUCCESS\": \"优化成功！\",\r\n\t\"OPTIMIZED_FAIL_OR_ALREADY_OPTIMIZED\": \"优化失败或已优化\",\r\n\t\"CHANGE_SUCCESS\": \"已成功更改\",\r\n\t\"CHANVE_FAIL\": \"更改失败\",\r\n\t\"DB_NOT_EXIST\": \"数据库不存在！\",\r\n\t\"DOWNLOAD_FILE\": \"下载文件\",\r\n\t\"DOWNLOAD_FILE1\": \"下载文件{1}\",\r\n\t\"FILE_NAME_SPECIAL_CHARACTRES\": \"文件名不能包含特殊字符！\",\r\n\t\"DIR_NAME_SPECIAL_CHARACTRES\": \"目录名称不能包含特殊字符！\",\r\n\t\"RENAME_SUCCESS\": \"已成功重命名！\",\r\n\t\"CANT_EDIT_ONLINE_FILE\": \"无法在线编辑大于2MB的文件！\",\r\n\t\"INCOMPATIBLE_FILECODE\": \"由于文件编码不兼容，文件无法正确读取！‘{1}\",\r\n\t\"DECOMPRESSION_FILE\": \"解压缩文件\",\r\n\t\"COMPRESSION_FILE\": \"压缩文件\",\r\n\t\"ADD_COMPRESSION_TO_LINEUP\": \"消息队列中添加了压缩任务！\",\r\n\t\"ADD_DECOMPRESSION_TO_LINEUP\": \"消息队列中添加了解压缩任务！\",\r\n\t\"NO_TASK_AT_LINEUP\": \"队列{1}中当前没有正在执行的任务！\",\r\n\t\"HAVE_BEEN_SAVE\": \"已保存\",\r\n\t\"HAVE_NOT_DRAFT\": \"没有可用的草稿！\",\r\n\t\"SSH_SERVER\": \"SSH服务器\",\r\n\t\"DESIGNATED_POROTOCOL_NOT_EXIST\": \"指定的协议不存在！\",\r\n\t\"DONT_USE_PORT\": \"不要使用公共默认端口！\",\r\n\t\"ALREADY_RUN\": \"正在运行\",\r\n\t\"WORKER_CONNECTIONS\": \"工作人员连接\",\r\n\t\"NGINX_ZIP\": \"是否启用压缩传输\",\r\n\t\"NGINX_ZIP_MIN\": \"要压缩的最小文件\",\r\n\t\"ZIP_COMP_LEVEL\": \"压缩级别\",\r\n\t\"UPLOAD_MAX_FILE\": \"最大上载文件数\",\r\n\t\"SERVER_NAME_HASH\": \"服务器名称的哈希表大小\",\r\n\t\"CLIENT_HEADER_BUFF\": \"客户端头缓冲区大小\",\r\n\t\"CLIENT_BODY_BUFF\": \"客户端正文缓冲区\",\r\n\t\"NOT_TURNON_API\": \"错误：API服务未启用！\",\r\n\t\"INIT_API\": \"接口初始化成功！\",\r\n\t\"LOGIN_FIRST\": \"请先使用BT帐户登录\",\r\n\t\"FLUSH_STATUS_SUCCESS\": \"刷新状态成功\",\r\n\t\"CANT_WRITE_SYS_DIR\": \"<a style=‘COLOR：red；’>错误：系统关键目录不可写！<\\/a><br>1.如果安装了[BT系统强化]，请关闭<br><br>2.如果安装了云锁，请关闭[系统强化]功能<br>3.如果安装了SafeDog，请关闭\",\r\n\t\"UNINSTALL_FIRST\": \"请先卸载[{1}]\",\r\n\t\"DEP_PAGE\": \"取决于以下软件，请先安装[{1}]\",\r\n\t\"MINIMUM_CPU_REQUIRED\": \"至少需要[{1}]个CPU核心才能安装\",\r\n\t\"MINIMUM_MEM_REQUIRED\": \"至少需要[{1}MB]内存才能安装\",\r\n\t\"ALL\": \"全\",\r\n\t\"ONLY_SUP_SYS\": \"仅支持[{1}]系统\",\r\n\t\"CHECK_FILE_HASH\": \"文件哈希验证失败，请停止安装！\",\r\n\t\"INSTALL_FAIL\": \"安装失败\",\r\n\t\"INSTALL\": \"安装\",\r\n\t\"UNINSTALL\": \"卸载\",\r\n\t\"NOT_SUP_NG1.8\": \"Nginx 1.8.1太旧，不再可用，请选择其他版本！\",\r\n\t\"RM_DB_WARN\": \"数据库列表不为空。为了您的数据安全，请备份并删除已有的数据库。<br>强制卸载命令：rm-rf\\/www\\/server\\/mySQL\",\r\n\t\"GET_SOFTLIST_FAIL\": \"无法获取软件列表({1})\",\r\n\t\"DONT_ADD_AGAIN\": \"请不要重复添加\",\r\n\t\"HP_DIS_MOST\": \"仪表盘最多只能显示12个软件！\",\r\n\t\"BAR_DIS_MOST\": \"快捷栏最多只能显示5个软件！\",\r\n\t\"NOT_OPENED\": \"未打开\",\r\n\t\"WAITING_FOR_PAY\": \"待付报酬\",\r\n\t\"EXPIRED\": \"过期\",\r\n\t\"PLUGIN_UPDATE_ERR1\": \"您的插件列表已经是最新版本{1}！\",\r\n\t\"SOFTLIST_UPDATE_SUCCESS\": \"软件列表已更新！\",\r\n\t\"HAVE_ERR\": \"对不起，出了点问题\",\r\n\t\"DOWNLOAD_FILE_FAIL\": \"文件下载失败！\",\r\n\t\"UNKNOW\": \"未知\",\r\n\t\"CANT_FIND_PLU_IN_PACKAGE\": \"存档中找不到插件信息，请检查插件包！\",\r\n\t\"TEM_FILE_NOT_EXIST\": \"临时文件不存在，请重新上传！\",\r\n\t\"PLUG_EXPORT_FAIL\": \"导出失败，请检查权限！\",\r\n\t\"CANT_GET_URL\": \"无法获取目标URL\",\r\n\t\"NGINX_REDIRECT_REP\": \"#引用的重定向规则，如果注释，则配置的重定向规则无效\",\r\n\t\"NGINX_REDIRECT_REP1\": \"#引用的重定向规则\",\r\n\t\"GET_ERR_IN_CONFILE\": \"在配置文件中检测到错误。请先解决它，然后再继续\",\r\n\t\"NAME_LEN\": \"名称必须包含3个以上不超过15个字符\",\r\n\t\"REDIRECT_EXIST\": \"指定的重定向名称已存在\",\r\n\t\"SELECT_RED_DOMAIN\": \"请选择重定向域\",\r\n\t\"INPUT_RED_DOMAIN\": \"请输入重定向路径\",\r\n\t\"PATH_ERR\": \"路径格式不正确，格式为\\/xxx\",\r\n\t\"RED_DOMAIN_EXIST\": \"重定向域已存在{1}\",\r\n\t\"URL_FORMAT_ERR\": \"目标URL格式不正确{1}\",\r\n\t\"DOMAIN_SAMEAS_URL\": \"域名{1}与目标域名相同，请取消选择\",\r\n\t\"URL_SAMEAS_REDPATH\": \"{1}，目标URL与重定向路径相同\",\r\n\t\"CREATE_SUCCESS\": \"已成功创建\",\r\n\t\"OLD_CONF\": \"旧配置\",\r\n\t\"CONF\": \"配置\",\r\n\t\"CLEAR_OLD_RED\": \"旧的重定向已清理\",\r\n\t\"RED_ALREADY_STOP\": \"重定向已挂起\",\r\n\t\"DANGER\": \"险情\",\r\n\t\"HIGH_RISK\": \"高风险\",\r\n\t\"GET_POST_EXPLOITABLE_VULNERABILITIES\": \"获取\\/发布可利用的漏洞\",\r\n\t\"ONE_WORD_TROJAN_HORSE\": \"一字木马\",\r\n\t\"WEBSHELL\": \"Web外壳行为\",\r\n\t\"EXPLOITABLE_VULNERABILITIES\": \"可利用的漏洞\",\r\n\t\"GET_POST_COOKIE_EXPLOITABLE_VULNERABILITIES\": \"获取\\/发布\\/Cookie可利用的漏洞\",\r\n\t\"HAZARDOUS_FILE_OPERATION_VULNERABILITIES\": \"危险的文件操作漏洞\",\r\n\t\"DANGEROUS_UPLOAD_VULNERABILITIES\": \"危险的上传漏洞\",\r\n\t\"DANGEROUS_CITATION\": \"危险参考\",\r\n\t\"NGINX_CONF_BAN_FILE_DIR\": \"#禁止的文件或目录\",\r\n\t\"NGINX_CONF_ONECLICK_SET_SSL_DIR\": \"#一键申请SSL证书目录验证相关设置\",\r\n\t\"SITE_NOT_EXIST\": \"指定的站点不存在\",\r\n\t\"AUTO_INSTALL_ACME_FAIL\": \"尝试自动安装ACME失败，请尝试通过以下命令手动安装<p>安装命令\",\r\n\t\"SET_API_FIRST\": \"请先设置此接口\",\r\n\t\"INSTALL_CLOUDDNS_FIRST\": \"请先安装[CloudDNS]插件。\",\r\n\t\"CHECK_SSL_ERR\": \"通配符域名不能使用[文件验证]的方式申请证书！\",\r\n\t\"RESOLVE_DOMAIN_BYF\": \"获取成功，请手动解析域名\",\r\n\t\"GET_FAIL\": \"获取失败！\",\r\n\t\"ISSUANCE_FAIL\": \"‘问题失败，我们无法验证您的域：<p>1.检查域名是否绑定到相应的站点<\\/p><p>2.检查域名是否正确解析到服务器，或者解析未完全生效<\\/p><p>3.如果您的站点\",\r\n\t\"NOT_OPEN_SSL\": \"当前未启用SSL\",\r\n\t\"OLD_PROXY\": \"旧代理\",\r\n\t\"PROXY_NAME_OR_DIR_EXIST\": \"指定的反向代理名称或代理文件夹已存在\",\r\n\t\"CANT_SET_DIRANDGLOBA\": \"无法同时设置目录代理和全局代理\",\r\n\t\"INPUT_NUM\": \"请输入号码\",\r\n\t\"PROXY_DIR_ERR\": \"代理目录不能包含以下特殊字符{1}\",\r\n\t\"PROXY_URL_ERR\": \"目标URL不能包含以下特殊字符{1}\",\r\n\t\"SENT_DOMAIN_FORMAT\": \"发送的域格式错误{1}\",\r\n\t\"DOMAIN_FORMAT\": \"域格式错误{1}\",\r\n\t\"INPUT_REPLACE_CONTENT\": \"请输入要替换的内容\",\r\n\t\"REP_CON_CANT_SAMEAS_BEREP_CON\": \"要替换的内容不能与要替换的内容相同\",\r\n\t\"CLEAR_CACHE\": \"#清除缓存\",\r\n\t\"NGINX_PROXY_REP\": \"#引用反向代理规则，如果注释，则配置的反向代理将无效\",\r\n\t\"NGINX_PROXY_EXIST_ERR\": \"重写\\/nginx主配置\\/vhost文件中已存在全局反向代理\",\r\n\t\"PROXY_WAS_STOP\": \"代理已挂起\",\r\n\t\"NGINX_PERSISTENCE\": \"#持久连接相关配置\",\r\n\t\"INPUT_DB_PS\": \"请输入备注\",\r\n\t\"SCAN_DIR\": \"扫描目录\",\r\n\t\"URL_SUFFIX_NOT_EMPTY\": \"URL后缀不能为空\",\r\n\t\"SECURITY_START\": \"#Security-启动防盗链配置\",\r\n\t\"LOG_EMPTY\": \"日志为空\",\r\n\t\"DEFAULT_SORT\": \"默认类别\",\r\n\t\"SORT_NAME_ERR\": \"类别名称不能为空\",\r\n\t\"SORT_NAME_LEN_ERR\": \"类别名称不能超过6个汉字或18个字母\",\r\n\t\"SORT_MOST\": \"加起来最多10个类别！\",\r\n\t\"SORT_NAME_EXIST\": \"指定的类别名称已存在！\",\r\n\t\"SORT_NOT_EXIST\": \"指定的类别不存在！\",\r\n\t\"SORT_DEL\": \"类别已删除！\",\r\n\t\"CANT_CREATE\": \"无法创建[{1}]\",\r\n\t\"CHECKING\": \"正在检查...\",\r\n\t\"CRET_NOT_EXIST\": \"证书不存在！\",\r\n\t\"CRET_DEL\": \"证书已删除！\",\r\n\t\"CRET_DEL_FAIL\": \"删除失败！\",\r\n\t\"CRET_RESOLVE_FAIL\": \"证书解析失败\",\r\n\t\"CRET_SAVE_SUSSESS\": \"证书保存成功！\",\r\n\t\"CRET_SAVE_FAIL\": \"保存证书失败！\",\r\n\t\"TASK_CANCEL\": \"任务取消！\",\r\n\t\"NOT_SUP_COMP_FORMAT\": \"不支持指定的压缩格式！\",\r\n\t\"SITE_DOMAIN_FORMAT_ERR\": \"域[{1}]格式错误！\",\r\n\t\"SITE_DOMAIN_EXIST\": \"域[{1}]已存在！\",\r\n\t\"PANEL_WAS_RESTART\": \"面板已重新启动\",\r\n\t\"USER_NAME\": \"用户名\",\r\n\t\"NEW_PASS\": \"新密码\",\r\n\t\"CLEARING_LOG\": \"清除日志信息\",\r\n\t\"CLEARING_TASK_HISTORY\": \"清除任务历史记录\",\r\n\t\"CLEARING_NET_MO\": \"清除网络监控记录\",\r\n\t\"CLEARING_CPU_MO\": \"清除CPU监视记录\",\r\n\t\"CLEARING_DISK_MO\": \"清除磁盘监控记录\",\r\n\t\"CLEARING_IP\": \"清除IP信息\",\r\n\t\"CLEARING_SYS_HISTORY\": \"清除系统历史记录\",\r\n\t\"PANEL_TIPS\": \"面板封装成功。请勿登录面板进行任何其他操作！\",\r\n\t\"PANEL_INIT_ADD\": \"面板初始化地址\",\r\n\t\"CLEAR_TASK\": \"已成功清除{1}个任务！\",\r\n\t\"CLEAR_RUBBISH\": \"清除了系统垃圾，完全删除了[{1}]个文件，释放了磁盘空间[{2}]\",\r\n\t\"CLEAR_RUBBISH1\": \"|-清除[{1}]，删除[{2}]个文件，释放磁盘空间[{3}]\",\r\n\t\"CLEAR_RUBBISH2\": \"|-假脱机已清除，删除了[{1}]个文件，释放了磁盘空间[{2}]\",\r\n\t\"CLEAR_PHP_SESSION\": \"|-正在清除PHP会话...\",\r\n\t\"CLEAR_PHP_SESSION1\": \"|-PHP会话已清除，删除了[{1}]个文件，释放了磁盘空间[{2}]\",\r\n\t\"CLEAR_RUBBISH3\": \"|-正在清除临时文件和网站日志...\",\r\n\t\"CLEAR_RUBBISH4\": \"|-清除临时文件和站点日志，删除[{1}]个文件，释放磁盘空间[{2}]\",\r\n\t\"USER_NAME_LEN_ERR\": \"|-错误，用户名不能少于5个字符\",\r\n\t\"EASY_NAME\": \"|-错误，不能使用太简单的用户名\",\r\n\t\"NEW_NAME\": \"|-新用户名：{1}\",\r\n\t\"WITH_BT_CUSTOM_EDITION\": \"使用aaPanel定制版\",\r\n\t\"PANEL\": \"嵌板\",\r\n\t\"PLUG_UPDATEING\": \"正在更新插件...\",\r\n\t\"PLUG_UPDATE_TO_6\": \"所有插件已成功更新到兼容6.0的版本！\",\r\n\t\"PANEL_SHELL\": \"AaPanel CLI\",\r\n\t\"RESTART_PANEL\": \"重新启动面板\",\r\n\t\"CHANGE_PANEL_PORT\": \"更改面板端口\",\r\n\t\"STOP_PANEL\": \"停止面板\",\r\n\t\"CLEAR_PANEL_CACHE\": \"清除面板缓存\",\r\n\t\"START_PANEL\": \"开始面板\",\r\n\t\"CLEAR_PANEL_LIMIT\": \"清除登录限制\",\r\n\t\"RELOAD_PANEL\": \"重新加载面板\",\r\n\t\"CANCEL_ENTRY\": \"取消入场限制\",\r\n\t\"CHANGE_PANEL_PASS\": \"更改面板密码\",\r\n\t\"CANCEL_DOMAIN_BIND\": \"取消域名绑定限制\",\r\n\t\"CHANGE_PANEL_USER\": \"更改面板用户名\",\r\n\t\"CANCEL_IP_LIMIT\": \"CACEL IP访问限制\",\r\n\t\"CHANGE_MYSQL_PASS_FORCE\": \"强制更改MySQL超级用户密码\",\r\n\t\"GET_PANEL_DEFAULT_MSG\": \"查看面板默认信息\",\r\n\t\"CANCEL\": \"卡塞尔\",\r\n\t\"CLEAR_SYS_RUBBISH\": \"清除系统垃圾\",\r\n\t\"CANCELLED\": \"被召唤了！\",\r\n\t\"EXECUTING\": \"正在执行({1})...\",\r\n\t\"INPUT_CMD_NUM\": \"请输入命令编号：\",\r\n\t\"INPUT_NEW_PASS\": \"请输入新密码：\",\r\n\t\"INPUT_NEW_USER\": \"请输入新用户名(>5个字符)：\",\r\n\t\"INPUT_NEW_MYSQL_PASS\": \"请输入新的MySQL超级用户密码：\",\r\n\t\"PASS_NOT_EMPTY\": \"|-错误，密码不能为空\",\r\n\t\"PASS_LEN_ERR\": \"|-错误，密码不能少于8个字符\",\r\n\t\"PASS_SPECIAL_CHARACTRES_ERR\": \"|-错误，密码不能包含特殊字符\",\r\n\t\"INPUT_NEW_PANEL_PORT\": \"请输入新的面板端口：\",\r\n\t\"INPUT_PANEL_PORT_ERR\": \"|-错误，未输入有效端口\",\r\n\t\"CANT_USE_USUALLY_PORT_ERR\": \"|-错误，请不要使用公共端口作为面板端口\",\r\n\t\"NEW_PORT_SAMEAS_OLD\": \"|-错误，新端口与当前面板端口相同，无需更改\",\r\n\t\"PORT_ALREADY_IN_USE\": \"|-Error，指定的端口已在使用\",\r\n\t\"CHANGE_PORT_SUCCESS\": \"|-面板端口更改为：{1}\",\r\n\t\"CLOUD_RELEASE_PORT\": \"|-如果您的服务器提供商是[阿里云][腾讯云][华为云]或其他开启了[安全组]的服务器，请到安全组版本[{1}]端口访问面板\",\r\n\t\"CHANGE_LIMITED_CANCEL\": \"|--门票限制取消\",\r\n\t\"CHANGE_DOMAIN_CANCEL\": \"|-已取消域名限制\",\r\n\t\"CHANGE_IP_CANCEL\": \"|-IP访问限制已取消\",\r\n\t\"SCAN_QRCORE_SUCCESS_LOGGING_IN\": \"扫描二维码成功，正在登录\",\r\n\t\"WECHAT_SCAN_QRCORE\": \"微信扫描二维码登录\",\r\n\t\"LOGIN_SUCCESS1\": \"登录成功\",\r\n\t\"LOGIN_FAIL\": \"登录失败\",\r\n\t\"PANEL_TOO_LOW\": \"面板版本太低，请更新到最新版本\",\r\n\t\"NOT_BIND_WECHAT\": \"目前未绑定微信账号\",\r\n\t\"QRCORE_EXPIRE\": \"二维码已过期{1}\",\r\n\t\"SK_NOT_INCORRECT\": \"密钥不正确\",\r\n\t\"UNAUTHORIZED\": \"未经授权\",\r\n\t\"BIND_SUCCESS\": \"绑定成功\",\r\n\t\"TOP_TIPS\": \"当前IE浏览器版本太低，无法显示某些功能，请使用其他浏览器。或者，如果您使用的是中国公司开发的浏览器，请切换到极限模式！\",\r\n\t\"BT_HELP\": \"如需支持|建议，请访问aaPanel论坛\",\r\n\t\"MANUAL\": \"用户手册\",\r\n\t\"DOWNLOAD\": \"正在下载：\",\r\n\t\"TOMCAT_PS\": \"Tomcat外部端口\",\r\n\t\"TOMCAT_PS1\": \"Tomcat的地图站点[{1}]\",\r\n\t\"TYPE_ERR\": \"类型错误\",\r\n\t\"START_SUCCESS\": \"已成功启动\",\r\n\t\"STOP_SUCCESS\": \"已成功停止\",\r\n\t\"RELOAD_SUCCESS\": \"已成功重新加载\",\r\n\t\"TOMCAT_ENV_ERR\": \"Tomcat{1}环境有问题，请检查是否正常\",\r\n\t\"JDK_NOT_INSTALL\": \"未安装此JDK\",\r\n\t\"DOMAIN_FORMAT_ERR\": \"请输入正确的域\",\r\n\t\"CONF_ERR_OR_SERVER_NOT_INSTALL\": \"配置错误或未安装服务\",\r\n\t\"ALREADY_EXIST\": \"已存在\",\r\n\t\"CONF_ERR\": \"配置错误，请检查配置文件\",\r\n\t\"NOT_EXIST\": \"不存在\",\r\n\t\"CHANGE_FAIL_DIR_NOT_EXIST\": \"更改失败，目录不存在\",\r\n\t\"TOMCAT_DOAMIN_ERR\": \"Tomcat中不存在该域名\",\r\n\t\"TOMCAT_PROXY_SUCCESS\": \"已成功添加映射[{1}]\",\r\n\t\"TOMCAT_PROXY_FAIL\": \"无法添加映射[{1}]\",\r\n\t\"PROXY_DOMAIN_EXIT\": \"域已映射或已存在。请在更换之前将其删除。\",\r\n\t\"GET_DOMAIN_LIST_ERR\": \"获取域列表失败！\",\r\n\t\"PORT_ALREADY_EXIST\": \"端口已存在！\",\r\n\t\"RETURN_TYPE_ERR\": \"返回类型错误\",\r\n\t\"PEM_FORMAT_ERR\": \"证书错误，请粘贴正确的pem格式证书！\",\r\n\t\"ACCEPT_SSL_ERR\": \"通配符域和子域不能一起申请证书\",\r\n\t\"CHECK_TXT_ERR1\": \"<h2>TXT记录验证失败、未添加TXT记录或添加错误！<\\/h2>\",\r\n\t\"CHECK_TXT_ERR2\": \"TXT记录验证错误，当前TXT记录无效或过期\",\r\n\t\"CHECK_TXT_ERR3\": \"<h2>当前TXT记录已过期，请重新获取！<\\/h2>\",\r\n\t\"CHECK_TXT_ERR4\": \"TXT记录已过期，请重新获取\",\r\n\t\"CHECK_TXT_ERR5\": \"TXT记录验证失败\",\r\n\t\"CHECK_TXT_ERR6\": \"当前txt记录已过期，请重新获取\",\r\n\t\"ACCEPT_SSL_ERR1\": \"<h2>颁发失败，尝试申请证书失败的次数已达到限制！<\\/h2>\",\r\n\t\"ACCEPT_SSL_ERR2\": \"<h2>颁发失败，：：通配域和子域不能一起申请证书！<\\/h2>\",\r\n\t\"ACCEPT_SSL_ERR3\": \"<h2>问题失败、TXT记录验证失败、域解析错误或无效！<\\/h2>\",\r\n\t\"ACCEPT_SSL_ERR4\": \"<h2>出库失败，当前txt记录已过期，请重新获取！<\\/h2>\",\r\n\t\"ACCEPT_SSL_ERR5\": \"<h2>问题失败、域解析错误或无效，或者域名不是工信部备案的！<\\/h2>\",\r\n\t\"ACCEPT_SSL_ERR6\": \"错误，找不到文件openssl.cnf，请安装openssl\",\r\n\t\"ACCEPT_SSL_ERR7\": \"<h2>问题失败，请安装openssl！<\\/h2>\",\r\n\t\"ACME_ERR1\": \"无法初始化ACME客户端\",\r\n\t\"ACME_ERR2\": \"无法初始化客户端\",\r\n\t\"ACME_ERR3\": \"网络请求超时，让我们加密\",\r\n\t\"ACME_ERR4\": \"获取ACME终结点时出错\",\r\n\t\"CREATE_ACCOUNT_KEY\": \"创建帐户密钥\",\r\n\t\"SSL_REGISTER_ERR\": \"注册时出错\",\r\n\t\"SSL_ACCEPT_ERR\": \"请求证书时出错\",\r\n\t\"SSL_ACCEPT_ERR1\": \"获取标识符授权时出错\",\r\n\t\"SSL_CHECK_TIPS\": \"检查完成={1}。允许的最大检查数={2}。检查间隔={3}秒。\",\r\n\t\"SSL_SEND_CSR_ERR\": \"发送CSR时出错\",\r\n\t\"SSL_GET_CERT_ERR\": \"获取证书时出错\",\r\n\t\"DNSPORD_ERR\": \"此DNSPod帐户中不存在此域，无法添加解析\",\r\n\t\"DNSPORD_ERR1\": \"DNSPod API密钥错误，无法添加解析\",\r\n\t\"ALICLOUD_ERR\": \"该阿里云账号中不存在该域名，添加解析失败\",\r\n\t\"CLOUDXNS_ERR\": \"此CloudXNS帐户中不存在此域，无法添加解析\",\r\n\t\"API_SK_ERR\": \"API密钥错误，无法添加解析\",\r\n\t\"CANT_FIND_RECORDID\": \"未找到域的Record_ID：\",\r\n\t\"DEL_RES_FAIL\": \"删除DNS记录失败\",\r\n\t\"SK_ERR\": \"密钥错误，无法添加解析\",\r\n\t\"BT_DNSRES_ERR\": \"当前绑定的BT云域名帐号中不存在该域名，添加解析失败！\",\r\n\t\"ADD_ARGS_TO_SHELL_ERR\": \"传递给脚本的参数格式不正确\",\r\n\t\"PANEL_THREAD_RANGE_ERR\": \"面板螺纹数应在1-1024之间\",\r\n\t\"NOT_RENEW_CERT\": \"当前没有要续订的证书\",\r\n\t\"EXIST_RENEW_TASK\": \"当前续订任务正在进行中！\",\r\n\t\"ADD_RENEW_TO_TASK\": \"续订任务已添加到队列中！\",\r\n\t\"GET_FAIL_NOT_RESULT\": \"获取失败，当前没有结果！\",\r\n\t\"RENEW_NOW\": \"续订\",\r\n\t\"WAIT_RENEW\": \"等待续签\",\r\n\t\"RENEW_SUCCESS\": \"续订成功\",\r\n\t\"RENEW_FAIL\": \"续订失败。请尝试关闭SSL，然后使用文件身份验证或DNS身份验证重新申请此域证书！\",\r\n\t\"RENEW_FAIL1\": \"续订失败。域名解析错误，或无效！\",\r\n\t\"RENEW_FAIL2\": \"续订失败。尝试申请证书失败的次数已达到限制！\",\r\n\t\"CLOSE_BETA\": \"测试员配置文件\",\r\n\t\"PORT_RANGE_ERR\": \"请输入正确的端口范围1<端口<65535\",\r\n\t\"PORT_TYPE_ERR\": \"请为端口输入一个整数\",\r\n\t\"PROJECT_EXIST\": \"项目已存在\",\r\n\t\"DEPENDENT_FILE\": \"在工作目录中找不到依赖文件Requirements s.txt，请在创建之前添加它\",\r\n\t\"SANIC_ERR\": \"Sanic框架项目请使用Gunicorn或Python启动\",\r\n\t\"PYTHON_EDIT_CONF_ERR\": \"Python启动模式没有要修改的配置文件\",\r\n\t\"CONF_MODIFY_SUCCESS\": \"配置修改成功，请手动重新启动项目\",\r\n\t\"SAVE_FAIL\": \"保存失败\",\r\n\t\"PIP_CANT_UNINSTALL\": \"无法卸载PIP\",\r\n\t\"UNINSTALL_FAIL\": \"卸载失败\",\r\n\t\"PROJECT_START_FAIL\": \"项目启动失败，请查看项目日志\",\r\n\t\"ENV_ERR\": \"未创建虚拟环境，请重新创建项目\",\r\n\t\"PROJECT_ALREADY_START\": \"项目已启动\",\r\n\t\"PROJECT_STOP\": \"项目已停止\",\r\n\t\"STOP_SUCCESS1\": \"已成功停止\",\r\n\t\"STOP_FAIL\": \"停止失败\",\r\n\t\"PROJECT_MAPPING_FAIL\": \"项目没有端口，无法映射。在此阶段，uwsgi模式不支持套接字文件模式映射。\",\r\n\t\"PYTHON_PROJECT_MAPPING\": \"Python项目的地图站点[{1}]\",\r\n\t\"CANCEL_SUCCESS\": \"已成功取消\",\r\n\t\"DEL_PROJECT_MUST_STOP_FIRST\": \"请先停止项目再删除\",\r\n\t\"THIS_PYTHON_ALREADY_INSTALL\": \"此版本的Python已安装{1}\",\r\n\t\"SYS_PY_CANT_UNINSTALL\": \"此版本的Python是系统默认版本，无法卸载。\",\r\n\t\"UNINSTALL_PY_MUST_DEL_PROJECT_FIRST\": \"此版本正被项目使用，请在卸载前删除该项目\",\r\n\t\"NO_INSTALL_THIS_PY\": \"未安装此版本的Python\",\r\n\t\"UNINSTALL_PY_FAIL\": \"卸载Python失败，请重试\",\r\n\t\"UNINSTALL_PY_SUCCESS\": \"成功卸载Python\",\r\n\t\"PROJECT_NO_LOG\": \"该项目没有日志\",\r\n\t\"PGSQL_TEST_DATA\": \"后台返回的测试数据\",\r\n\t\"PGSQL_ADD_ERR\": \"您输入的权限无效，添加失败！\",\r\n\t\"DB_EXIST\": \"数据库已存在\",\r\n\t\"USER_EXIST\": \"用户已存在\",\r\n\t\"CREATE_DB_SUCCESS\": \"已成功创建数据库\",\r\n\t\"PGSQL_DIR_MOVE_ERR\": \"您提交的目录无效，迁移失败\",\r\n\t\"PGSQL_MOVE_SUCCESS\": \"迁移成功\",\r\n\t\"CANT_USE_PORT\": \"该端口号不能使用，修改失败\",\r\n\t\"PGSQL_CURR_STATUS1\": \"当前与PostgreSQL相关的进程\",\r\n\t\"PGSQL_CURR_STATUS2\": \"总连接数\",\r\n\t\"PGSQL_CURR_STATUS3\": \"数据库空间\",\r\n\t\"PGSQL_CURR_STATUS4\": \"开始时间\",\r\n\t\"PGSQL_CURR_STATUS5\": \"数据库ID\",\r\n\t\"PGSQL_CURR_STATUS6\": \"数据库内存\",\r\n\t\"PGSQL_CURR_STATUS7\": \"表进程已锁定的物理内存大小\",\r\n\t\"PGSQL_CURR_STATUS8\": \"分配给数据库的最大物理内存\",\r\n\t\"PGSQL_CURR_STATUS9\": \"过程数据段大小\",\r\n\t\"PGSQL_CURR_STATUS10\": \"进程堆栈段的大小\",\r\n\t\"PGSQL_CURR_STATUS11\": \"过程代码的大小\",\r\n\t\"PGSQL_CURR_STATUS12\": \"进程使用的库大小\",\r\n\t\"PGSQL_CURR_STATUS13\": \"进程使用的交换大小\",\r\n\t\"PGSQL_CURR_STATUS14\": \"使用的页表大小\",\r\n\t\"PGSQL_CURR_STATUS15\": \"当前挂起信号的数量\",\r\n\t\"PGSQL_SET_TIPS1\": \"PostgreSQL通过SHARED_BUFFER与内核和磁盘交互，通常设置为实际内存的10%。\",\r\n\t\"PGSQL_SET_TIPS2\": \"增加work_mem有助于提高排序速度，通常设置为实际RAM的2%-4%。\",\r\n\t\"PGSQL_SET_TIPS3\": \"Pgsql可以使用的最大缓存，例如，如果有4 GB内存，则可以设置为3 GB。\",\r\n\t\"PGSQL_SET_TIPS4\": \"设置每个数据库会话使用的临时缓冲区的最大数量。默认值为8MB\",\r\n\t\"PGSQL_SET_TIPS5\": \"设置可同时处于准备状态的最大事务数\",\r\n\t\"PGSQL_SET_TIPS6\": \"指定服务器执行堆栈的最大安全深度。默认值为2MB\",\r\n\t\"PGSQL_SET_TIPS7\": \"一个周期内写入了多少脏页\",\r\n\t\"PGSQL_SET_TIPS8\": \"如果要使用工作进程，最多允许派生多少个工作进程\",\r\n\t\"PGSQL_SET_TIPS9\": \"Pgsql监听地址\",\r\n\t\"BACK_SUCCESS\": \"备份成功\",\r\n\t\"DEL_BACKFILE_SUCCESS\": \"已成功删除备份文件\",\r\n\t\"DEL_DB_SUCCESS\": \"已成功删除数据库\",\r\n\t\"RES_DB_SUCCESS\": \"已成功还原数据库\",\r\n\t\"FILE_FORMAT_ERR\": \"文件格式不正确\",\r\n\t\"RES_DB_SUCCESS1\": \"已成功还原数据库{1}！\",\r\n\t\"CHANGE_PASSWD_SUCCESS\": \"已成功更改密码\",\r\n\t\"PGSQL_INPUT_ERR\": \"您的输入非法，修改失败\",\r\n\t\"PGSQL_CHANGE_AUTHORITY_SUCCESS\": \"已成功更改pgsql用户访问权限\",\r\n\t\"ALREADY_INSTALL\": \"已安装\",\r\n\t\"PGSQL_UNINSTALL_SUCCESS\": \"已成功卸载pgsql\",\r\n\t\"PGSQL_ALREADY_INSTALL\": \"已安装Pgsql\",\r\n\t\"PGSQL_INSTALL_NOW\": \"{1}正在安装，请稍候...\",\r\n\t\"SITE_NOT_EXIST1\": \"站点[{1}]不存在！\",\r\n\t\"SITE_BACK_FILE\": \"站点[{1}]备份失败！\",\r\n\t\"SITE_BACKFTP_SUCCESS\": \"站点[{1}]备份到FTP成功，只需[{2}]秒\",\r\n\t\"KEEP_PART\": \"|-保留最新的[{1}]个备份\",\r\n\t\"FTP_FILE_NAME\": \"|--文件名：\",\r\n\t\"FTP_CLEAN_BACK_FILE\": \"|-已清理过期的备份文件：\",\r\n\t\"FTP_DB_NOT_EXIST\": \"数据库[{1}]不存在！\",\r\n\t\"FTP_DB_BACK\": \"数据库[{1}]备份失败！\",\r\n\t\"FTP_DB_BACK_SUCCESS\": \"数据库[{1}]备份成功，只需[{2}]秒\",\r\n\t\"FTP_DIR_BACK_FAIL\": \"目录[{1}]备份失败\",\r\n\t\"FTP_DIR_BACK_SUCCESS\": \"直接备份成功，在[{2}]秒内完成\",\r\n\t\"TITLE_HOOK_CANT_EMPTY\": \"标题和挂钩脚本不能为空\",\r\n\t\"RUN_SUCCESS\": \"成功运行\",\r\n\t\"HOOK_NOT_EXIST\": \"指定的挂钩不存在\",\r\n\t\"IPADDR_ERR\": \"IP地址无效\",\r\n\t\"NETMASK_ERR\": \"子网掩码无效\",\r\n\t\"GATEWAY_ERR\": \"网关地址无效\",\r\n\t\"CANT_GET_DEVNAME\": \"无法获取正确的设备名称\",\r\n\t\"SPECIFY_IP_EXIST\": \"指定的IP地址已存在\",\r\n\t\"THIS_IP_CANT_DEL\": \"该IP不能删除\",\r\n\t\"INIT_NETCARD_SUCCESS\": \"已成功初始化网卡\",\r\n\t\"NETWORK_RESTART\": \"网络已重新启动\",\r\n\t\"NO_INIT_NETCARD\": \"网卡未初始化\",\r\n\t\"DNS_CAN_USE\": \"当前的域名系统可用\",\r\n\t\"DNS_CANT_USE\": \"当前的域名系统不可用\",\r\n\t\"DISK_SPACE_NOT_ENOUGH\": \"失败，磁盘空间不足，当前可用空间：\",\r\n\t\"USERNAME_CANT_EMPTY\": \"用户名不能为空\",\r\n\t\"MEM_DISK_SET_ERR\": \"内存盘最大容量不能超过物理内存的50%！\",\r\n\t\"INPUT_ABSOLUTE_PATH\": \"请输入绝对路径\",\r\n\t\"DIR_EXIST_ERR\": \"目录已有文件，请更改另一个目录\",\r\n\t\"INPUT_ARGS_ERR\": \"请输入正确的参数\",\r\n\t\"UMOUNT_TIPS\": \"已成功卸载，某些目录可能需要重新启动服务器才能生效！\",\r\n\t\"UMOUNT_ERR\": \"卸载失败\",\r\n\t\"MOUNT_ERR\": \"不允许挂载到挂载子目录\",\r\n\t\"MOUNT_SUCCESS\": \"已成功装载\",\r\n\t\"REDIS_PASSWD_ERR\": \"‘请不要输入以下特殊字符[~`\\/=’]\",\r\n\t\"IP_FORMAT_ERR\": \"请输入正确的IP地址\",\r\n\t\"PORT_FORMAT_ERR\": \"请输入正确的端口号\",\r\n\t\"MAX_MEM_ERR\": \"请输入一个整数作为最大内存数\",\r\n\t\"SET_FORMAT_ERR\": \"集合{1}请输入一个整数\",\r\n\t\"REDIS_CONF_TIPS1\": \"绑定IP(修改绑定IP可能存在安全风险)\",\r\n\t\"REDIS_CONF_TIPS2\": \"绑定端口\",\r\n\t\"REDIS_CONF_TIPS3\": \"空闲连接超时，0表示未断开\",\r\n\t\"REDIS_CONF_TIPS4\": \"最大连接数\",\r\n\t\"REDIS_CONF_TIPS5\": \"数据库数量\",\r\n\t\"REDIS_CONF_TIPS6\": \"Redis密码，留空表示未设置密码\",\r\n\t\"REDIS_CONF_TIPS7\": \"MB，最大RAM使用率，0表示没有限制\",\r\n\t\"RDB_ERR\": \"请为RDB参数输入一个整数\",\r\n\t\"SYS_DB_CANT_DEL\": \"系统数据库，不能删除\",\r\n\t\"SAVE_CONF\": \"配置已保存\",\r\n\t\"OPERATE_SUCCESS\": \"操作成功\",\r\n\t\"FILED_GET_CLOUD\": \"无法从云中获取\",\r\n\t\"NO_NEED_UPDATE\": \"无需更新\",\r\n\t\"PROGRAM_ID_EXIST\": \"您要添加的程序ID已存在\",\r\n\t\"PACKAGE_NOT_EXIST\": \"指定的包不存在。\",\r\n\t\"VERIFYING_PACKAGE\": \"正在验证包...\",\r\n\t\"UNPACKING\": \"打开包裹..。\",\r\n\t\"SET_PERMISSION\": \"设置权限\",\r\n\t\"INSTALL_NECESSARY_PHP_EXT\": \"安装必要的PHP扩展\",\r\n\t\"EXECUTE_EXTRA_SHELL\": \"执行额外的外壳\",\r\n\t\"SET_URL_REWRITE\": \"设置URL重写\",\r\n\t\"SET_RUN_DIR\": \"设置运行目录\",\r\n\t\"IMPORT_DB\": \"导入数据库\",\r\n\t\"READY_DEPLOY\": \"随时可以部署\",\r\n\t\"NO_DEPLOYMENT\": \"现在没有部署任务\",\r\n\t\"CHECK_A\": \"检测记录失败\",\r\n\t\"SUCCESS_INSTALL\": \"成功安装\",\r\n\t\"HOST_DOMAIN_NAME\": \"请输入主机域名\",\r\n\t\"DELETE_HOSTNAME\": \"已成功删除会话中的主机名{1}缓存记录\",\r\n\t\"DOMAIN_NAME\": \"请输入域名\",\r\n\t\"DELETE_DOMAIN_CACHE\": \"已成功删除会话中的域({})缓存记录\",\r\n\t\"MAX_DOMAIN_ERR\": \"域名数量超过上限\",\r\n\t\"DOMAIN_EXIST\": \"该域已存在\",\r\n\t\"ADD_DOMAIN_SUCCESS\": \"新域成功！{1}\",\r\n\t\"DELETE_DOMAIN\": \"成功删除域{1}\",\r\n\t\"ENTER_ACCOUNT_NAME\": \"请输入帐户名\",\r\n\t\"EMAIL_EXIST\": \"该电子邮件地址已存在\",\r\n\t\"ADD_MAILUSER\": \"成功添加邮箱用户{1}\",\r\n\t\"MODIFY_MAILUSER\": \"修改邮箱用户成功{1}\",\r\n\t\"DEL_MAILUSER\": \"成功删除邮箱用户{1}\",\r\n\t\"RECIPIENT_EMPTY_ERR\": \"收件人不能为空\",\r\n\t\"RECIPIENT_LIST_ERR\": \"无法将收件人解析为列表\",\r\n\t\"SENT_SUCCESS\": \"已成功发送邮件\",\r\n\t\"SENT_FAIL\": \"发送邮件失败，错误原因[{1}]\",\r\n\t\"RECEIVE_FAIL\": \"无法接收邮件，错误原因[{1}]\",\r\n\t\"LOGIN_FAIL1\": \"登录失败，错误原因[{0}]\",\r\n\t\"ACCOUNT_NAME_ERR\": \"帐户名无效。\",\r\n\t\"GET_MAIL_ERR\": \"无法获取邮件，错误原因[{1}]\",\r\n\t\"RECIPENT_ERR\": \"没有收件人，请先设置邮件的基本信息。\",\r\n\t\"NOT_INSTALL_MAIL_SERVER\": \"以前没有安装过邮件服务器，请随意安装\",\r\n\t\"MAIL_SERVER_EXIST\": \"邮件服务器已存在，请先卸载后再重新安装\",\r\n\t\"VERIFICATION_FAILED\": \"验证失败\",\r\n\t\"PLUGIN_INPUT_ERR\": \"请传入插件名称!\",\r\n\t\"INSTALL_USER_EMPTY\": \"用户名不能为空!\",\r\n\t\"INIT_CSRF_ERR\": \"权限认证失败，请尝试刷新页面，若多次出现请重新登录面板\",\r\n\t\"EXPIRED_TOKEN\": \"过期令牌\",\r\n\t\"INIT_ACCEPT_NOT\": \"越权的操作!\",\r\n\t\"UNSAFE_PATH\": \"不安全的路径\",\r\n\t\"PHP_NOT_INSTALL\": \"未安装PHP\",\r\n\t\"SPECIFIED_PHP_NOT_INSTALL\": \"未安装指定的PHP版本\",\r\n\t\"CLEARED\": \"安全了！\",\r\n\t\"INIT_DEBUG_INFO\": \"以上调试信息仅在开发者模式显示\",\r\n\t\"INIT_VERSION_LAST\": \"版本号: \",\r\n\t\"SSH_ERROR\": \"面板会话丢失，请重新登录面板!\",\r\n\t\"SSH_INFO_ERROR\": \"获取失败!\",\r\n\t\"INIT_RELOAD_ERR\": \"重载失败!\",\r\n\t\"INIT_REQUEST_CHECK_LOCAL_ERR\": \"离线模式下无法使用此功能!\",\r\n\t\"CLOSED\": \"已关闭\",\r\n\t\"OPENED\": \"已开启\",\r\n\t\"NEVER_EXPIRES\": \"永不过期\",\r\n\t\"WRONG_PASSWD\": \"密码错误！\",\r\n\t\"V_CODE_LEN_ERR\": \"验证码长度错误！\",\r\n\t\"EXTRA_PARAMETER\": \"您不能有额外的参数\",\r\n\t\"ACME_MSG_ERR\": \"由于维护导致服务关闭或内部错误，请查看<a HREF=“https:\\/\\/letsencrypt.status.io\\/”TARGET=“_BLACK”class=“btlink”>https:\\/\\/letsencrypt.status.io\\/<\\/a>以了解更多详细信息。\",\r\n\t\"ACME_ACCOUNT_ERR\": \"指定的帐户不存在\",\r\n\t\"ACME_SUCCESS_ACCOUNT_SETUP\": \"账号设置成功！\",\r\n\t\"ACME_ORDER_NOT_EXIST\": \"指定的订单不存在！\",\r\n\t\"ACME_DEL_ODER_SUCCESS\": \"订单删除成功！\",\r\n\t\"ACME_GET_CERT_ERR\": \"证书读取失败，目录不存在！\",\r\n\t\"ACME_CERT_ERR\": \"找不到指定订单的证书！\",\r\n\t\"ACME_CERT_READ_ERR\": \"证书读取失败！\",\r\n\t\"ACME_DOMAIN_ERR\": \"至少需要一个域名！\",\r\n\t\"ACME_AUTH_ERR\": \"无法获取授权：{1}\",\r\n\t\"ACME_INVALID_ORDER\": \"订单无效，该订单当前处于验证失败状态！\",\r\n\t\"ACME_V_INFO_ERR\": \"验证信息化建设失败！\",\r\n\t\"ACME_V_DIR\": \"|-验证目录：{1}\",\r\n\t\"ACME_WRITE_V_FILE_ERR\": \"写入验证文件失败：{1}\",\r\n\t\"ACME_DNS_API_ERR\": \"未找到有效的DNSAPI密钥信息\",\r\n\t\"ACME_QUERY_V_RESULT\": \"|-{1}查询验证结果..\",\r\n\t\"ACME_V_TIMES\": \"错误：尝试验证{1}次。最大验证次数为{2}。验证间隔为{3}秒。\",\r\n\t\"ACME_V_SUCCESS\": \"|-验证成功！\",\r\n\t\"ACME_ERR_MSG1\": \"CA无法验证您的域名，请检查域名解析是否正确，或等待5-10分钟后重试。\",\r\n\t\"ACME_ERR_MSG2\": \"CA服务器连接超时，请稍后重试。\",\r\n\t\"ACME_ERR_MSG3\": \"该域名不属于此DNS服务提供商，请确保域名填写正确。\",\r\n\t\"ACME_ERR_MSG4\": \"DNS服务器连接失败，请检查密钥是否正确。\",\r\n\t\"ACME_ERR_MSG5\": \"数据验证失败，CA无法从经过身份验证的连接获取正确的验证码。\",\r\n\t\"ACME_ERR_MSG6\": \"发布失败，域名{1}已超过每周重新发布的限制！\",\r\n\t\"ACME_ERR_MSG7\": \"下发失败，当前服务器IP已达到每3小时最多创建10个账户的限制。\",\r\n\t\"ACME_ERR_MSG8\": \"验证失败、域名未解析或解析未生效！\",\r\n\t\"ACME_ERR_MSG9\": \"验证失败，无法访问域名解析错误或验证URL！\",\r\n\t\"ACME_ERR_MSG10\": \"连接到CA服务器失败，请稍后重试。\",\r\n\t\"ACME_ERR_MSG11\": \"不支持的域名{1}，请检查域名是否正确！\",\r\n\t\"ACME_ERR_MSG12\": \"没有找到域名{1}的解析记录，请检查域名解析是否生效！\",\r\n\t\"ACME_ERR_MSG13\": \"在域名{1}中找不到有效的TXT解析记录，请检查TXT记录是否解析正确。如果是DNSAPI申请的，请在10分钟后重试！\",\r\n\t\"ACME_ERR_MSG14\": \"在{1}：{2}上发现错误的TXT记录，请检查TXT分辨率是否正确，如果是DNSAPI应用，请在10分钟后重试！\",\r\n\t\"ACME_ERR_MSG15\": \"该dnspod帐号下不存在该域名，添加解析失败！\",\r\n\t\"ACME_ERR_MSG16\": \"在域名{1}中找不到有效的TXT解析记录，请检查TXT记录是否解析正确。如果是DNSAPI申请的，请在10分钟后重试！\",\r\n\t\"ACME_ERR_MSG17\": \"连接超时，CA服务器无法访问您的网站！\",\r\n\t\"ACME_ERR_MSG18\": \"当前需要域名{1}来验证CAA记录，请手动解析CAA记录，或在1小时后重试申请！\",\r\n\t\"ACME_ERR_MSG19\": \"验证超时。请检查域名解析是否正确。如果正确解析，服务器和We‘sEncrypt之间的连接可能会异常。请稍后再试!\",\r\n\t\"ACME_ERR_MSG20\": \"不能为{1}颁发证书，不能直接申请带域名后缀的通配符证书！\",\r\n\t\"ACME_ERR_MSG21\": \"该账户在1小时内有超过5个订单失败，请等待1小时后重试！\",\r\n\t\"ACME_ERR_MSG22\": \"订单创建失败，请稍后再试！\",\r\n\t\"ACME_ERR_MSG23\": \"1小时内超过5次验证失败，该应用程序暂时被禁止，请稍后再试！\",\r\n\t\"ACME_ERR_MSG24\": \"CA服务器拒绝访问，请稍后重试！\",\r\n\t\"ACME_ERR_MSG25\": \"服务器的域名有问题，无法解析域名。请使用Linux工具箱检查DNS配置\",\r\n\t\"ACME_ERR_MSG26\": \"对此域名的请求太多。请在3小时后重试\",\r\n\t\"ACME_SEND_CSR_ERR\": \"错误：正在发送CSR：响应状态{1}响应值：{2}\",\r\n\t\"ACME_CERT_DOWNLOAD_ERR\": \"无法下载证书：{1}\",\r\n\t\"ACME_CERT_REPLACE\": \"|-检测到{1}下的证书与此应用程序的证书重叠且过期时间较早，已被新证书替换！\",\r\n\t\"ACME_CERT_FILE_ERR\": \"指定的证书文件不存在！\",\r\n\t\"ACME_CERT_GET_CERTINFO_ERR\": \"获取证书信息失败！\",\r\n\t\"ACME_CHECK_DNS\": \"|-尝试在本地验证DNS记录，域名：{1}，类型：{2}记录值：{3}\",\r\n\t\"ACME_CHECK_DNS1\": \"|-验证次数：{1}，值：{2}\",\r\n\t\"ACME_CHECK_DNS2\": \"|-本地身份验证成功！\",\r\n\t\"ACME_CHECK_DNS3\": \"|-本地身份验证失败！\",\r\n\t\"ACME_BUILD_AUTH\": \"|-验证类型：{1}\",\r\n\t\"ACME_REGISTERED_ERR\": \"注册ACME帐户失败：{1}\",\r\n\t\"ACME_CREAT_ORDER\": \"|-创建订单..\",\r\n\t\"ACME_GET_V\": \"|-正在获取验证信息..\",\r\n\t\"ACME_V_DOMAIN\": \"|-正在验证域名..\",\r\n\t\"ACME_SEND_CSR\": \"|-发送CSR..\",\r\n\t\"ACME_DOWNLOAD_CERT\": \"|-下载证书..\",\r\n\t\"ACME_APPLY_SUCCESS\": \"申请成功！\",\r\n\t\"ACME_APPLY_SUCCESS1\": \"|-申请成功，正在部署到站点..\",\r\n\t\"ACME_DIR_ERR\": \"无效的站点目录，请检查指定的站点是否存在！\",\r\n\t\"ACME_PAN_DOMAIN_ERR\": \"PAN域名不能使用[文件验证]申请证书！\",\r\n\t\"ACME_PROXY_ERR\": \"打开反向代理的站点不能申请SSL！\",\r\n\t\"ACME_FORCE_SSL_ERR\": \"配置强制HTTPS后，不能使用[文件验证]申请证书！\",\r\n\t\"ACME_DNS_ERR\": \"请到软件商店安装[云分析]，完成域名NS绑定。\",\r\n\t\"ACME_RENEW_ERR\": \"指定的订单号不存在，不能续订！\",\r\n\t\"ACME_NO_NEED_RENEW\": \"|--30天内未找到任何SSL证书！\",\r\n\t\"ACME_NEED_RENEW\": \"|-共有{1}个证书需要续订\",\r\n\t\"ACME_RENEWING\": \"|-正在续订{1}的证书编号，域：{2}..\",\r\n\t\"ACME_RENEW_SUCCESS\": \"续费成功！\",\r\n\t\"ACME_RENEW_SUCCESS1\": \"|-续费成功！\",\r\n\t\"ACME_USE_TIPS\": \"必选参数：--域名列表，多个逗号分隔！\",\r\n\t\"ACME_USE_TIPS1\": \"请指定要申请证书的域名\",\r\n\t\"ACME_USE_TIPS2\": \"请指定验证类型\",\r\n\t\"ACME_USE_TIPS3\": \"请指定网站文档根目录\",\r\n\t\"ACME_USE_TIPS4\": \"请指定DNSAPI\",\r\n\t\"ACME_USE_TIPS5\": \"请指定DNSAPI密钥\",\r\n\t\"ACME_USE_TIPS6\": \"请指定DNSAPI密码\",\r\n\t\"ACME_USE_TIPS7\": \"指定订单索引\",\r\n\t\"ACME_USE_TIPS8\": \"续订证书\",\r\n\t\"ACME_USE_TIPS9\": \"吊销证书\",\r\n\t\"ACME_USE_TIPS10\": \"请在--index参数中输入要撤销的订单的索引\",\r\n\t\"ACME_USE_TIPS11\": \"请在--DOMAIN参数中指定要为其申请证书的域名，多个域名之间用逗号(，)分隔\",\r\n\t\"ACME_USE_TIPS12\": \"请在--type参数中指定正确的身份验证类型，支持dns和http\",\r\n\t\"ACME_USE_TIPS13\": \"请在--Path参数中指定网站文档根！\",\r\n\t\"ACME_USE_TIPS14\": \"指定的站点根目录不存在，请检查：{1}\",\r\n\t\"ACME_USE_TIPS15\": \"当使用dnsani应用程序时，在--dns_key参数中指定dnsani密钥！\",\r\n\t\"ACME_USE_TIPS16\": \"在使用dnsani进行应用时，请在--dns_secret参数中指定dnsani的密码！\",\r\n\t\"ACME_USE_TIPS17\": \"|-手动提交订单成功，请按照以下提示解析DNS记录：\",\r\n\t\"ACME_USE_TIPS18\": \"|-订单索引：{1}\",\r\n\t\"ACME_USE_TIPS19\": \"|-重试该命令\",\r\n\t\"ACME_USE_TIPS20\": \"|-共有\\\\033[36M{1}\\\\033[0M条域名记录需要解析。\",\r\n\t\"ACME_USE_TIPS21\": \"|-The\\\\033[36M{1}\\\\033[0M域名为：{2}，请解析以下信息：\",\r\n\t\"ACME_USE_TIPS22\": \"|-记录类型：txt记录名称：\\\\033[41M{1}\\\\033[0M记录值：\\\\033[41M{2}\\\\033[0M[必填]\",\r\n\t\"ACME_USE_TIPS23\": \"|-记录类型：CAA记录名称：\\\\033[41M{1}\\\\033[0M记录值：\\\\033[41M{2}\\\\033[0M[可选]\",\r\n\t\"ACME_USE_TIPS24\": \"请在完成解析后等待2-3分钟，然后输入Y并按Enter键继续验证域名：\",\r\n\t\"ACME_USE_TIPS25\": \"|-用户放弃应用程序，退出程序！\",\r\n\t\"ACME_USE_TIPS26\": \"|-证书获取成功！\",\r\n\t\"ACME_USE_TIPS27\": \"认证域名：{1}\",\r\n\t\"ACME_USE_TIPS28\": \"证书过期时间：{1}\",\r\n\t\"ACME_USE_TIPS29\": \"证书保存位置：{}\\/\",\r\n\t\"PHP_LOAD_ERR1\": \"获取PHP加载状态失败！\",\r\n\t\"NOT_SUPPORT_OLS\": \"当前的Web服务器是开放的，速度很快。目前尚不支持此功能。\",\r\n\t\"PHPMYADMIN_SSL_ERR\": \"未找到{1}配置文件，请在打开之前尝试关闭SSL端口设置\",\r\n\t\"PHPMYADMIN_SSL_ERR1\": \"未找到Apachephpmyadmin SSL配置文件，请在打开之前尝试关闭SSL端口设置\",\r\n\t\"PHPMYADMIN_SSL_ERR2\": \"未检测到nginx phpmyadmin监听的端口，请确认该文件是否已被手动修改。\",\r\n\t\"PHPMYADMIN_SSL_ERR3\": \"未检测到Apachephpmyadmin侦听的端口，请确认该文件是否已手动修改。\",\r\n\t\"PHPMYADMIN_SSL_ERR4\": \"面板证书不存在。请申请面板证书，然后重试。\",\r\n\t\"PHPMYADMIN_SSL_ERR5\": \"打开成功，请手动释放phpmyadmin SSL端口\",\r\n\t\"CONCTION_FAILURE\": \"连接失败！\",\r\n\t\"SSH_LOGIN_INFO_ERR\": \"密码或私钥不能同时为空：{1}：{2}\",\r\n\t\"SSH_LOGIN_ERR\": \"无法完成自动认证，请将127.0.0.1添加到服务器列表中，并将认证方式设置为[密码认证]\",\r\n\t\"SSH_LOGIN_ERR1\": \"帐户或密码不正确：{1}\",\r\n\t\"SSH_LOGIN_ERR2\": \"不支持的身份验证类型：{1}\",\r\n\t\"SSH_LOGIN_ERR3\": \"目标服务器主动拒绝连接\",\r\n\t\"SSH_LOGIN_ERR4\": \"协议头响应超时，目标服务器的网络质量太差：{1}\",\r\n\t\"SSH_LOGIN_ERR5\": \"SSH协议握手超时，与目标服务器的网络质量太差\",\r\n\t\"SSH_LOGIN_ERR6\": \"未知错误：{1}\",\r\n\t\"LOGIN_SUCCESS2\": \"登录成功\\n\",\r\n\t\"CONNECTION_SUCCEEDED\": \"连接成功\",\r\n\t\"RECONNECT_SSH\": \"连接已断开，请按Enter尝试重新连接！\",\r\n\t\"SSH_LOGIN_ERR7\": \"指定的SSH信息不存在！\",\r\n\t\"SSH_LOGIN_ERR8\": \"指定的主机地址已添加到其他SSH信息中！\",\r\n\t\"SSH_LOGIN_ERR9\": \"请传入[SORT_LIST]字段\",\r\n\t\"COMMAND_NAME_EXIST\": \"指定的命令名已存在\",\r\n\t\"COMMAND_NOTEXIST\": \"指定的命令不存在\",\r\n\t\"AUTH_FAILED\": \"1小时内禁止连续10次身份验证失败\",\r\n\t\"AUTH_FAILED1\": \"连续20次验证失败，禁止1小时\",\r\n\t\"UNBOUND_DEVICE\": \"未绑定的设备\",\r\n\t\"KEY_ERR\": \"密钥验证失败\",\r\n\t\"FORM_DATA_ERR\": \"未找到表单数据数据(_D)\",\r\n\t\"WRONG_RESPONSE\": \"错误响应：{1}\",\r\n\t\"TYPE_TERMINAL\": \"AaPanel端子\",\r\n\t\"WRONG_CONN_ADDR\": \"错误的连接地址\",\r\n\t\"RECONN_TIMES\": \"重新连接尝试：{1}\",\r\n\t\"RECONN_FAILED\": \"重试连接失败，{1}\",\r\n\t\"CONN_FAIL\": \"连接失败：{1}\",\r\n\t\"CONN_FAIL1\": \"连接失败：{1}：{2}\",\r\n\t\"AUTH_PRI_KEY\": \"验证私钥\",\r\n\t\"AUTH_PASSWD\": \"正在验证密码\",\r\n\t\"AUTH_FAIL\": \"身份验证失败{1}\",\r\n\t\"SSH_LOGIN_ERR10\": \"协议头响应超时\",\r\n\t\"SSH_LOGIN_ERR11\": \"SSH协议握手超时\",\r\n\t\"SSH_LOGIN_INFO3\": \"身份验证成功，正在构建会话通道\",\r\n\t\"SSH_LOGIN_INFO2\": \"渠道已建成\",\r\n\t\"SSH_LOGIN_ERR14\": \"通道已断开\",\r\n\t\"SSH_LOGIN_INFO\": \"会话中断\",\r\n\t\"SSH_LOGIN_ERR15\": \"读取tty缓冲区数据时出错，{1}\",\r\n\t\"SSH_LOGIN_INFO1\": \"客户端已主动断开连接\",\r\n\t\"SSH_LOGIN_ERR16\": \"从WebSocket读取数据时出错。正在重试\",\r\n\t\"SSH_LOGIN_ERR17\": \"将数据写入缓冲区时出错：{1}\",\r\n\t\"DB_EXIST1\": \"MySQL中已存在指定的数据库，请更改名称！\",\r\n\t\"LOGOUT_TMP_USER\": \"临时用户已被强制注销：{1}\",\r\n\t\"TMP_USER_NOT_LOGIN\": \"指定的用户当前未登录！\",\r\n\t\"PERMISSION_DENIED\": \"拒绝许可！\",\r\n\t\"PARAMETER_LEN_ERR\": \"参数长度错误！\",\r\n\t\"PARAMETER_FORMAT_ERR\": \"参数格式错误！\",\r\n\t\"VCODE_LEN_ERR\": \"验证码长度错误！\",\r\n\t\"EXTRA_PARAMETER_ERR\": \"登录参数中不能有额外的参数\",\r\n\t\"USER_OR_PASSWD_ERR\": \"用户名或密码不正确：{1}\",\r\n\t\"NGINX_CONF_NOT_EXISTS\": \"Nginx配置文件不存在！\",\r\n\t\"PARAMETER_WEBNAME_ERR\": \"WebName参数的格式不正确，它应该是可分析的JSON字符串\",\r\n\t\"WEBSITE_TRAFFIC_LIMIT_ERR\": \"并发限制、IP限制、流量限制必须大于0\",\r\n\t\"INDEX_FILE_ERR\": \"获取失败，配置文件中没有默认文档\",\r\n\t\"STATIC\": \"静电\",\r\n\t\"PHP_SETUP_FAILED\": \"安装失败，网站配置文件中找不到与Enable-php-xx相关的配置项！\",\r\n\t\"GET_RUN_PATH_FAILED\": \"获取站点运行路径为假\",\r\n\t\"ANTI_THEFT_EMPTY_ERR\": \"防盗链域名不能为空！\",\r\n\t\"ANTI_THEFT_ERR\": \"请先打开防盗功能！\",\r\n\t\"SSL_ORDER_GET_FAILED\": \"获取失败，请稍后再试！\",\r\n\t\"SSL_ORDER_HTTPS_ERR\": \"当前网站已启用[强制HTTPS]，请在申请SSL证书前关闭该功能！\",\r\n\t\"SSL_ERR_MSG\": \"无法正确访问验证文件\",\r\n\t\"SSL_ERR_MSG1\": \"可能的原因：\",\r\n\t\"SSL_ERR_MSG2\": \"1.解析不正确或无效[请正确解析域名，或等待解析生效后重试]\",\r\n\t\"SSL_ERR_MSG3\": \"2.检查是否设置了301\\/302重定向[请暂时关闭重定向相关配置]\",\r\n\t\"SSL_ERR_MSG4\": \"3.检查网站是否设置为强制HTTPS[请暂时关闭强制HTTPS功能]\",\r\n\t\"SSL_RENEW_ERR\": \"当前没有要续订的证书！\",\r\n\t\"WEBSITE_SSL_RENEW_ERR\": \"当前网站上没有可以续订的证书。\",\r\n\t\"MYSQL_SSL_ERR\": \"数据库中未启用SSL，请先在MySQL管理器中打开它\",\r\n\t\"MYSQL_SSL_OPEN_SUCCESS\": \"打开成功，手动重启数据库后生效\",\r\n\t\"MYSQL_CONF_ERR\": \"数据库配置文件检查失败，请检查MySQL配置文件是否存在[\\/etc\\/my.cnf]\",\r\n\t\"MYSQL_DATA_DIR_ERR\": \"数据库目录不存在！\",\r\n\t\"MYSQL_BINLOG_ERR\": \"请在关闭二进制日志之前卸载MySQL主从复制插件！！\",\r\n\t\"MYSQL_PARAMETER_ERR\": \"Innodb_LOG_BUFFER_SIZE不得小于8MB\",\r\n\t\"NONSUPPORT51\": \"不支持mysql5.1！\",\r\n\t\"START_BACKUP\": \"开始备份\",\r\n\t\"BACKUP_COMPLETED\": \"备份已完成\",\r\n\t\"BACKUP_DIR_NOT_EXIST\": \"指定的目录{1}不存在！\",\r\n\t\"BACKUP_UPLOADING\": \"正在上载到{1}，请稍候...\",\r\n\t\"BACKUP_UPLOAD_SUCCESS\": \"已成功上载到{1}\",\r\n\t\"BACKUP_UPLOAD_FAILED\": \"文件上传失败，跳过此备份！\",\r\n\t\"BACKUP_DEL\": \"用户设置不保留本地备份，已删除{1}\",\r\n\t\"BACKUP_CLEAN_ERR\": \"清除过期备份失败，错误：{1}\",\r\n\t\"BACKUP_KEEP\": \"保留最新的备份数量：{1}份\",\r\n\t\"BACKUP_CLEAN\": \"已从磁盘中清除过期的备份文件：{1}\",\r\n\t\"BACKUP_CLEAN_REMOVE\": \"已从{1}中清除过期的备份文件：{2}\",\r\n\t\"BACKUP_SITE\": \"备份站点：{1}\",\r\n\t\"WEBSITE_DIR\": \"网站文档根目录：{1}\",\r\n\t\"BACKUP_DIR\": \"备份目录：{1}\",\r\n\t\"DIR_SIZE\": \"目录大小：{1}\",\r\n\t\"BACKUP_EXCLUSION\": \"排除设置：{1}\",\r\n\t\"PARTITION_INFO\": \"分区{1}可用磁盘空间为：{2}，可用信息节点为：{3}\",\r\n\t\"PARTITION_LESS_THEN\": \"目标分区的可用磁盘空间小于{1}，无法完成备份。请在设置页面上增加磁盘容量或更改默认备份目录！\",\r\n\t\"INODE_LESS_THEN\": \"目标分区的可用信息节点少于{1}，无法完成备份。请在设置页面上增加磁盘容量或更改默认备份目录！\",\r\n\t\"START_COMPRESS\": \"开始压缩文件：{1}\",\r\n\t\"COMPRESS_TIME\": \"压缩完成，耗时{1}秒，压缩包大小：{2}\",\r\n\t\"WEBSITE_BACKUP_TO\": \"站点已备份到：{1}\",\r\n\t\"DIR_BACKUP_TO\": \"目录已备份到：{1}\",\r\n\t\"DB_BACKUP_ERR\": \"指定的数据库[{1}]没有数据！\",\r\n\t\"DB_BACKUP\": \"备份数据库：{1}\",\r\n\t\"DB_SIZE\": \"数据库大小：{1}\",\r\n\t\"DB_CHARACTER\": \"数据库字符集：{1}\",\r\n\t\"EXPORT_DB\": \"开始导出数据库：{1}\",\r\n\t\"EXPORT_DB_ERR\": \"数据库导出失败！\",\r\n\t\"DB_BACKUP_TO\": \"数据库已备份到：{1}\",\r\n\t\"EMAIL_NOT_EXISTS\": \"电子邮件不存在\",\r\n\t\"INPUT_EMAIL\": \"请输入您的电子邮件\",\r\n\t\"EMAIL_ERR\": \"请输入您的有效电子邮件\",\r\n\t\"EMAIL_EXISTS\": \"电子邮件已存在\",\r\n\t\"COMPLETE_INFO\": \"请填写以下信息\",\r\n\t\"TEST_MAIL_TITLE\": \"AaPanel警报测试电子邮件\",\r\n\t\"TEST_MAIL_CONTENT\": \"AaPanel警报测试电子邮件\",\r\n\t\"TEST_MAIL_SEND_ERR\": \"电子邮件发送失败，请检查STMP密码或主机是否正确\",\r\n\t\"NO_DATA\": \"无数据\",\r\n\t\"MAILBOX_NOT_EXIST\": \"邮箱不存在，请将其添加到邮箱列表中\",\r\n\t\"EMAIL_TITLE_ERR\": \"请填写电子邮件标题\",\r\n\t\"EMAIL_CONTENT_ERR\": \"请输入电子邮件内容\",\r\n\t\"SMTP_INFO_ERR\": \"未找到STMP信息，请在设置中重新添加自定义邮件STMP信息\",\r\n\t\"SEND_SUCCESS\": \"发送成功\",\r\n\t\"SEND_FAILED\": \"发送失败\",\r\n\t\"USERNAME_ERR\": \"用户名必须至少为2个字符\",\r\n\t\"PASSWORD_ERR\": \"密码必须至少为8个字符\",\r\n\t\"USERNAME_EXIST\": \"指定的用户名已存在！\",\r\n\t\"USERNAME_NOT_EXIST\": \"指定的用户名不存在！\",\r\n\t\"CREATE_USER_SUCCESS\": \"新建用户{1}成功！\",\r\n\t\"DEL_USER_ERR\": \"不能删除初始默认用户！\",\r\n\t\"DEL_USER_SUCCESS\": \"删除用户{1}成功！\",\r\n\t\"DEL_USER_FAILED\": \"用户删除失败！\",\r\n\t\"CREATE_USER_FAILED\": \"创建新用户失败！\",\r\n\t\"NO_CHANGE_SUBMITTED\": \"未提交任何更改\",\r\n\t\"WRONG_MODE\": \"错误的操作模式\",\r\n\t\"EMAIL_FORMAT_ERR\": \"电子邮件格式不合法\",\r\n\t\"GET_PHP_VER_ERR\": \"获取php版本失败！\",\r\n\t\"DEVELOPER_MODE\": \"{1}开发人员模式(调试)\",\r\n\t\"OFFLINE_MODE\": \"{1}脱机模式\",\r\n\t\"KEY_NOT_EXIST\": \"密钥不存在。请打开并重试。\",\r\n\t\"USERNAME_NOT_EXIST1\": \"用户名不存在。请打开并重试。\",\r\n\t\"SELECT_MODE\": \"请进入运行模式\",\r\n\t\"GENERATE_KEY_ERR\": \"无法生成密钥或用户名。请检查硬盘空间是否不足或无法写入目录。[{1}]\",\r\n\t\"CLOSE_SUCCESS\": \"已成功关闭\",\r\n\t\"GOOGLE_AUTH_ERR\": \"未打开Google身份验证\",\r\n\t\"TURN_ON_GOOGLE_AUTH\": \"Google身份验证已打开\",\r\n\t\"QR_CODE_ERR\": \"没有二维码数据，请重新打开\",\r\n\t\"MYSQL_ROOT_PASSWD_EMTPY_ERR\": \"超级用户密码不能为空\",\r\n\t\"DB_PASSWD_EMPTY_ERR\": \"数据库[{1}]密码不能为空\",\r\n\t\"NGINX_NOT_INSTALL\": \"未安装Nginx\",\r\n\t\"CREATE_SITE_DIR_ERR\": \"无法创建站点文档根目录，{1}\",\r\n\t\"CHOOSE_DOMAIN\": \"请选择域名\",\r\n\t\"CHOOSE_PORT\": \"请选择端口\",\r\n\t\"CERT_ERR\": \"证书错误，请粘贴正确的PEM格式证书！\",\r\n\t\"SSL_FILE_V_ERR\": \"通用域名不能用于通过[文件验证]申请证书！\",\r\n\t\"SSL_FILE_V_ERR_PROXY\": \"启用了反向代理的站点无法请求SSL！\",\r\n\t\"API_ERR\": \"请先设置[{1}]的接口参数。\",\r\n\t\"CLOUD_DNS_ERR\": \"请到软件商店安装[云解析]，完成域名NS绑定。\",\r\n\t\"REQUEST_MODULE_ERR\": \"缺少请求组件，请尝试修复面板！\",\r\n\t\"WEBSITE_CONF_NOT_EXIST\": \"指定的网站配置文件不存在\",\r\n\t\"RESPONSE_ERR\": \"响应资源应使用URI路径或HTTP状态代码，例如：\\/test.png或404\",\r\n\t\"PHP_NOT_FOUND\": \"找不到兼容的PHP版本，请先安装\",\r\n\t\"COMPLIANT_NAME_ERR\": \"不符合要求的名称只能是数字、字母、下划线\",\r\n\t\"PARA_NOT_EXIST\": \"指定的自定义编译参数不存在！\",\r\n\t\"WRONG_PARAMETER\": \"参数错误\",\r\n\t\"UPLOAD_DIR_ERR\": \"无法将文件上传到系统文档根目录！\",\r\n\t\"RECYCLE_BIN_ERR\": \"这是回收站目录，请按右上角的[回收站]按钮打开\",\r\n\t\"DIR_ERR\": \"这不是一个目录\",\r\n\t\"FILE_EXIST_ERR\": \"目标文件名已存在！\",\r\n\t\"MEANINGLESS_OPERA\": \"无意义的操作\",\r\n\t\"FILE_ONLINE_EDIT_ERR\": \"该文件格式不支持在线编辑！\",\r\n\t\"FILE_ERR\": \"这不是一个文件！\",\r\n\t\"FILE_ERR1\": \"文件编码不兼容，无法正确读取！\",\r\n\t\"FILE_ERR2\": \"打开文件失败，文件可能已被其他进程占用！\",\r\n\t\"PATH_PARA_ERR\": \"[路径]参数不能为空！\",\r\n\t\"HISTORY_DIR_ERR\": \"不能直接修改历史副本！\",\r\n\t\"FILE_ERR3\": \"档案内容错误，请重新保存！\",\r\n\t\"HISTORY_ERR\": \"指定的历史副本不存在！\",\r\n\t\"NOT_EDIT\": \"未编辑\",\r\n\t\"AUTO_SAVE\": \"自动保存成功！\",\r\n\t\"COPY_PRESS_ERR\": \"操作失败，请重新复制复制或剪切过程\",\r\n\t\"OPERA_FAILED\": \"操作失败，请重新操作\",\r\n\t\"PHP_EXTENSION_UNINSTALL_ERR\": \"此扩展模块是OLS的默认扩展模块，无法卸载\",\r\n\t\"QUERY_ERR\": \"查询错误，{1}\",\r\n\t\"FILE_DIR_NOT_EXIST\": \"文件或目录不存在！\",\r\n\t\"ADD_REPEATEDLY\": \"请勿重复添加！\",\r\n\t\"FAVORITE_NOT_FOUND\": \"找不到此收藏对象！\",\r\n\t\"ADDRESS_NOT_EXIST\": \"指定的地址不存在！\",\r\n\t\"PASSWD_ERR\": \"提取的密码长度不能小于4位\",\r\n\t\"ALREADY_SHARED\": \"已共享！\",\r\n\t\"COMMAND_SENT\": \"命令已发出！\",\r\n\t\"NO_COMPOSER_AVAILABLE\": \"没有可用的作曲家！\",\r\n\t\"PHP_VER_NOT_FOUND\": \"找不到可用的PHP版本，或未安装指定的PHP版本！\",\r\n\t\"COMPOSER_CONF_NOT_FOUND\": \"在指定目录中找不到Composer.json配置文件！\",\r\n\t\"COMPOSER_UPDATE_ERR\": \"目前为最新版本，无需升级！\",\r\n\t\"COMPOSER_UPDATE\": \"将Composer从{1}升级到{2}\",\r\n\t\"SITE_SSL_ERR_3011\": \"网站已被重定向，请关闭后再申请！\",\r\n\t\"DEL_ERROR1\": \"删除时出错，请重试。\",\r\n\t\"DEL_WEBSITE_MULTIPLE\": \"成功删除网站[{1}]\",\r\n\t\"DEL_DOMAIN_MULTIPLE\": \"成功删除域[{1}]\",\r\n\t\"ENABLE_WEBSITE_MULTIPLE\": \"成功启用网站[{1}]\",\r\n\t\"DISABLE_WEBSITE_MULTIPLE\": \"成功禁用网站[{1}]\",\r\n\t\"DEL_SUBDIRBIND\": \"成功删除[{}]个子目录绑定\",\r\n\t\"SET_ERROR1\": \"设置出错，请重试。\",\r\n\t\"SET_PHPV_MULTIPLE\": \"成功设置网站[{1}]PHP版本\",\r\n\t\"SET_EDATE_MULTIPLE\": \"成功设置网站[{1}]过期时间\",\r\n\t\"CREATE_WEBSITE_ERR\": \"创建时出错，请重试。\",\r\n\t\"CREATE_WEBSITE_MULTIPLE\": \"成功创建网站[{1}]\",\r\n\t\"DEL_PROXY_MULTIPLE\": \"成功删除[{1}]个代理\",\r\n\t\"DEL_DIR_AUTH_MULTIPLE\": \"成功删除[{}]个目录身份验证\",\r\n\t\"DEL_REDIRECT_MULTIPLE\": \"成功删除重定向[{1}]\",\r\n\t\"ALARM_TEST\": \"AaPanel报警测试\",\r\n\t\"MAIL_ADD_FAILED\": \"添加失败，请检查URL是否正确\",\r\n\t\"RENEW_FAILED\": \"续订失败，证书目录不存在。\",\r\n\t\"RENEW_FAILED1\": \"续订失败，缺少Account_Key。\",\r\n\t\"RENEW_SUCCESS1\": \"[{1}]证书续订成功。\",\r\n\t\"APPLY_SSL\": \"已准备好申请SSL，域名为{1}\",\r\n\t\"APPLY_SSL_DOMAIN_ERR\": \"已申请域名列表不能为空。\",\r\n\t\"MANUALLY_RESOLVE_DOMAIN\": \"获取成功，请手动解析域名\",\r\n\t\"SAVEING_SSL\": \"|-保存证书..\",\r\n\t\"SET_AUTORENEW\": \"|-设置自动续订配置..\",\r\n\t\"DEPLOY_SSL_TO_SITE\": \"|-应用成功，正在自动部署到网站！\",\r\n\t\"APPLY_SSL_SUCCESS\": \"申请成功。\",\r\n\t\"INIT_ACME\": \"|-正在初始化ACME协议...\",\r\n\t\"REGISTER_ACCOUNT\": \"|-正在注册帐户...\",\r\n\t\"GET_VERIFICATION_INFO\": \"|-正在获取验证信息...\",\r\n\t\"RETURN_VERIFICATION_INFO\": \"|-向前端返回验证信息，等待用户手动解析域名并完成验证...\",\r\n\t\"SUBMIT_V_REQUEST\": \"|-用户提交验证请求...\",\r\n\t\"CA_V_DOMAIN\": \"|-正在请求CA验证域名[{1}]...\",\r\n\t\"GET_CA_V_RES\": \"|-获取CA验证结果[{1}]...\",\r\n\t\"ALL_DOMAIN_V_PASS\": \"|-所有域名均已验证，正在发送CSR...\",\r\n\t\"GET_CERT_CONTENT\": \"|-正在获取证书内容...\",\r\n\t\"CERT_APPLY_ERR\": \"证书获取失败，请稍后重试。\",\r\n\t\"CERT_APPLY_ERR1\": \"|-错误：{1}，已退出应用程序进程。\",\r\n\t\"DNS_CONNECT_ERR\": \"|-域名验证失败。请检查一下钥匙是否正确。\",\r\n\t\"EXIT_APPLY_PROCESS\": \"|-已退出申请进程！\",\r\n\t\"DNS_CONNECT_ERR1\": \"DNS验证失败。请检查一下钥匙是否正确。\",\r\n\t\"ADD_TXT_RECORD\": \"|-添加解析记录，域名[{1}]，记录值[{2}]...\",\r\n\t\"CHECK_TXT_RECORD\": \"|-尝试验证解析结果，域名[{}]，记录值[{}]...\",\r\n\t\"CA_CHECK_RECORD\": \"|-请求CA验证域名[{1}]...\",\r\n\t\"CHECK_CA_RES\": \"|-检查CA验证结果[{1}]...\",\r\n\t\"APPLY_WITH_DNS_ERR\": \"|-出现错误，请重试[{1}]\",\r\n\t\"FETCH_CERT_CONTENT\": \"|-正在获取证书内容...\",\r\n\t\"CLEAR_RESOLVE_HISTORY\": \"|-正在清除解析历史记录[{1}]\",\r\n\t\"DNS_APPLY_ERR\": \"|-错误：{1}，退出应用程序进程。\",\r\n\t\"CREATE_V_FILE\": \"|-正在写入验证文件[{1}]...\",\r\n\t\"CHECK_FILE_CONTENT\": \"|-尝试通过HTTP[{1}]验证文件内容...\",\r\n\t\"CHECK_FILE_CONTENT1\": \"|-已验证，内容[{1}]...\",\r\n\t\"APPLY_SSL_ERROR_MSG\": \"签名失败，我们无法验证您的域名：<p>1.检查域名是否绑定到相应的站点。<\\/p><p>2.检查域名是否正确解析到服务器，或者解析未完全生效。<\\/p><p>3。\",\r\n\t\"SUCCESS_V\": \"|-验证成功，域名[{1}]，记录类型[{2}]，记录值[{3}]！\",\r\n\t\"NO_ORDER_RENEW\": \"|-当前没有要续订的证书。\",\r\n\t\"TOTAL_RENEW\": \"|-{1}总计[{2}]个签证续签任务\",\r\n\t\"SSL_NOT_EXPIRED_OR_NOT_USE\": \"|-[{1}]未过期或网站未使用let的加密证书。\",\r\n\t\"WAIT_RENEW1\": \"|-{1}正在等待续订[{2}]。\",\r\n\t\"RENEW_COMPLETED\": \"|-任务完成后，总共需要续费。[{1}]，续费成功[%s]，续费失败[{2}]。\",\r\n\t\"RENEW_SUCCESS2\": \"|-续订成功：{1}\",\r\n\t\"RENEW_FAILED2\": \"|-续费失败：\",\r\n\t\"DIR_END_WITH\": \"网站目录的末尾不能为“。”\",\r\n\t\"File_END_WITH\": \"不推荐使用“。在文件末尾，因为可能存在安全风险\",\r\n\t\"DIR_END_WITH1\": \"不推荐使用“。在目录的末尾，因为可能存在安全风险\",\r\n\t\"API_DISABLED\": \"接口已关闭\",\r\n\t\"UNBOUND_USER\": \"未绑定用户\",\r\n\t\"FILE_NAME_ERR\": \"文件名不能包含特殊字符！\",\r\n\t\"SOFTLINK_FILE_EXIST\": \"软链接文件名已存在，请使用其他文件名或将其删除！\",\r\n\t\"SOFTLINK_FILE_PATH\": \"软链接文件名必须是绝对路径(完整路径)\",\r\n\t\"SOFTLINK_CREATE_ERR\": \"创建软链接文件失败\",\r\n\t\"SOFTLINK_CREATE_SUCCESS\": \"已成功创建软链接文件\",\r\n\t\"COMPOSER_CONF_NOT_EXIST\": \"在指定目录中找不到[Composer.json]配置文件！\",\r\n\t\"COMPOSERLOGCK_EXIST\": \"指定目录下存在[Composer.lock]文件，请删除后再执行\",\r\n\t\"KEEP_LOCAL\": \"本地备份已保留\",\r\n\t\"DB_CONN_ERR\": \"数据库连接异常。请检查根用户权限或数据库配置参数是否正确。\",\r\n\t\"BACKUP_TASK_TITLE\": \"{1}-{2}任务已成功执行\",\r\n\t\"NOTIFICATION_SENT\": \"已发送通知\",\r\n\t\"NOTIFICATION_ERR\": \"发送通知失败\",\r\n\t\"BACKUP_MSG\": \"备份到{1}，共备份{3}个{2}个，失败{4}个。\",\r\n\t\"BACKUP_MSG1\": \"备份失败{1}个\\/共{2}个站点\",\r\n\t\"NOTIFICATION\": \"通知\"\r\n}"
  },
  {
    "path": "simplified_chinese/template.json",
    "content": "{\r\n\t\"index\": {\r\n\t\t\"H1\": \"首页\",\r\n\t\t\"H2\": \"服务器状态\",\r\n\t\t\"V1\": \"版本\",\r\n\t\t\"V2\": \"（测试版）\",\r\n\t\t\"V3\": \"检查更新\",\r\n\t\t\"S1\": \"系统:\",\r\n\t\t\"S2\": \"获取中: \",\r\n\t\t\"S3\": \"已不间断运行: \",\r\n\t\t\"S4\": \" 获取中\",\r\n\t\t\"S5\": \"重启服务器\",\r\n\t\t\"S6\": \"重启面板\",\r\n\t\t\"S7\": \"修复面板\",\r\n\t\t\"L1\": \"管理\",\r\n\t\t\"L2\": \"添加\",\r\n\t\t\"L3\": \"个\",\r\n\t\t\"N1\": \"网站\",\r\n\t\t\"N2\": \"数据库\",\r\n\t\t\"N3\": \"FTP\",\r\n\t\t\"N4\": \"安全风险\",\r\n\t\t\"T1\": \"服务器状态\",\r\n\t\t\"T2\": \"连接管理\",\r\n\t\t\"T3\": \"进程管理\",\r\n\t\t\"P1\": \"CPU使用率\",\r\n\t\t\"P2\": \"内存使用率\",\r\n\t\t\"P3\": \"点击释放内存\",\r\n\t\t\"P4\": \"软件\",\r\n\t\t\"NET1\": \"网络流量\",\r\n\t\t\"NET2\": \"上行速度\",\r\n\t\t\"NET3\": \"下行速度\",\r\n\t\t\"NET4\": \"总发送\",\r\n\t\t\"NET5\": \"总接收\",\r\n\t\t\"ACCOUNT\": \"帐号\",\r\n\t\t\"FREE\": \"免费\",\r\n\t\t\"INVITATION_REWARD\": \"邀请函奖励\",\r\n\t\t\"WECHAT\": \"微信\",\r\n\t\t\"UPDATE\": \"更新\",\r\n\t\t\"FIX\": \"修整\",\r\n\t\t\"RESTART\": \"重新启动\",\r\n\t\t\"STATUS\": \"状态\",\r\n\t\t\"LOAD_STATUS\": \"加载状态\",\r\n\t\t\"FLOW\": \"车流\",\r\n\t\t\"UPLOAD\": \"上游\",\r\n\t\t\"DOWNLOAD\": \"下游\",\r\n\t\t\"TOTAL_TX\": \"发送总数\",\r\n\t\t\"TOTAL_RX\": \"收到的总数\",\r\n\t\t\"Overview\": \"概述\"\r\n\t},\r\n\t\"site\": {\r\n\t\t\"H1\": \"首页\",\r\n\t\t\"H2\": \"网站管理\",\r\n\t\t\"SEARCH\": \"网站搜索\",\r\n\t\t\"PS\": \"使用宝塔Linux面板创建站点时会自动创建权限配置，统一使用www用户。\",\r\n\t\t\"BTN1\": \"添加站点\",\r\n\t\t\"BTN2\": \"修改默认页\",\r\n\t\t\"BTN3\": \"默认站点\",\r\n\t\t\"BTN4\": \"删除选中\",\r\n\t\t\"BTN5\": \"分类管理\",\r\n\t\t\"TH1\": \"域名\",\r\n\t\t\"TH2\": \"网站状态\",\r\n\t\t\"TH3\": \"备份\",\r\n\t\t\"TH4\": \"网站目录\",\r\n\t\t\"TH5\": \"到期日期\",\r\n\t\t\"TH6\": \"备注\",\r\n\t\t\"TH7\": \"操作\",\r\n\t\t\"JS1\": \"请先安装Web服务器!\",\r\n\t\t\"JS2\": \"去安装\",\r\n\t\t\"MOVE_TO\": \"移到\",\r\n\t\t\"PHP_CLI_VER\": \"PHP CLI版本\"\r\n\t},\r\n\t\"ftp\": {\r\n\t\t\"H1\": \"首页\",\r\n\t\t\"H2\": \"FTP管理\",\r\n\t\t\"SEARCH\": \"FTP搜索\",\r\n\t\t\"PS\": \"当前FTP地址为：\",\r\n\t\t\"BTN1\": \"添加FTP\",\r\n\t\t\"BTN2\": \"修改FTP端口\",\r\n\t\t\"BTN3\": \"删除选中\",\r\n\t\t\"TH1\": \"用户名\",\r\n\t\t\"TH2\": \"密码\",\r\n\t\t\"TH3\": \"状态\",\r\n\t\t\"TH4\": \"根目录\",\r\n\t\t\"TH5\": \"备注\",\r\n\t\t\"TH6\": \"操作\",\r\n\t\t\"JS1\": \"请先安装Pure-Ftpd!\",\r\n\t\t\"JS2\": \"去安装\",\r\n\t\t\"DEL_FTP\": \"删除ftp\"\r\n\t},\r\n\t\"database\": {\r\n\t\t\"H1\": \"首页\",\r\n\t\t\"H2\": \"数据库管理\",\r\n\t\t\"SEARCH\": \"搜索数据库\",\r\n\t\t\"BTN1\": \"添加数据库\",\r\n\t\t\"BTN2\": \"root密码\",\r\n\t\t\"BTN3\": \"phpMyAdmin\",\r\n\t\t\"BTN4\": \"删除选中\",\r\n\t\t\"BTNT1\": \"添加数据库\",\r\n\t\t\"BTNT2\": \"设置MySQL管理员密码\",\r\n\t\t\"BTNT3\": \"打开phpMyadmin\",\r\n\t\t\"BTNT4\": \"删除选中项\",\r\n\t\t\"TH1\": \"数据库名\",\r\n\t\t\"TH2\": \"用户名\",\r\n\t\t\"TH3\": \"密码\",\r\n\t\t\"TH4\": \"备份\",\r\n\t\t\"TH5\": \"备注\",\r\n\t\t\"TH6\": \"操作\",\r\n\t\t\"SP1\": \"同步选中\",\r\n\t\t\"SP2\": \"同步所有\",\r\n\t\t\"SP3\": \"从服务器获取\",\r\n\t\t\"TP1\": \"将选中数据库信息同步到服务器\",\r\n\t\t\"TP2\": \"将所有数据库信息同步到服务器\",\r\n\t\t\"TP3\": \"从服务器获取数据库列表\",\r\n\t\t\"JS1\": \"请先安装MySQL数据库!\",\r\n\t\t\"JS2\": \"去安装\",\r\n\t\t\"RECYCLE_BIN\": \"回收站\",\r\n\t\t\"NOT_INSTALL_DATABASE_DESC\": \"未安装本地数据库，已隐藏无法使用的功能!\"\r\n\t},\r\n\t\"config\": {\r\n\t\t\"H1\": \"首页\",\r\n\t\t\"H2\": \"面板设置\",\r\n\t\t\"I1\": \"关闭面板\",\r\n\t\t\"I2\": \"自动更新\",\r\n\t\t\"I3\": \"面板SSL\",\r\n\t\t\"C1\": \"设置\",\r\n\t\t\"C2\": \"API设置\",\r\n\t\t\"C3\": \"为了提高安全，请修改别名、默认端口、面板用户和密码!\",\r\n\t\t\"C4\": \"保存\",\r\n\t\t\"CT1\": \"别名\",\r\n\t\t\"CT2\": \"面板端口\",\r\n\t\t\"CT3\": \"域名\",\r\n\t\t\"CT4\": \"授权IP\",\r\n\t\t\"CT5\": \"默认建站目录\",\r\n\t\t\"CT6\": \"默认备份目录\",\r\n\t\t\"CT7\": \"服务器IP\",\r\n\t\t\"CT8\": \"服务器时间\",\r\n\t\t\"CT9\": \"面板用户\",\r\n\t\t\"CT10\": \"面板密码\",\r\n\t\t\"CT11\": \"绑定宝塔账号\",\r\n\t\t\"CT12\": \"面板模板\",\r\n\t\t\"CY1\": \"给面板取个别名\",\r\n\t\t\"CY2\": \"建议端口范围8888 - 65535\",\r\n\t\t\"CY3\": \"为面板绑定一个访问域名;注意：一旦绑定域名,只能通过域名访问面板!\",\r\n\t\t\"CY31\": \"注意：设置后才能使用该域名进入面板\",\r\n\t\t\"CY4\": \"设置访问授权IP,多个请使用逗号(,)隔开,注意：一旦设置授权IP,只有指定IP的电脑能访问面板!\",\r\n\t\t\"CY41\": \"如果设置了IP，则只有授权的IP才能访问面板！\",\r\n\t\t\"CY5\": \"新创建的站点,默认将保存到该目录的下级目录!\",\r\n\t\t\"CY6\": \"网站和数据库的备份目录!\",\r\n\t\t\"CY7\": \"默认为外网IP,若您在本地虚拟机测试,请填写虚拟机内网IP!\",\r\n\t\t\"CY8\": \"同步\",\r\n\t\t\"CY9\": \"修改\",\r\n\t\t\"CY10\": \"修改\",\r\n\t\t\"CY11\": \"绑定\",\r\n\t\t\"CY12\": \"确定\",\r\n\t\t\"PASSWORD_EXPIRE\": \"密码过期\",\r\n\t\t\"TEMP_ACCESS\": \"临时登录\",\r\n\t\t\"TEMP_ACCESS_DESC\": \"临时向非管理员提供面板访问权限\",\r\n\t\t\"PASSWORD_EXPIRE_DESC\": \"设置面板密码过期时间\",\r\n\t\t\"STRONG_PASSWORD\": \"强密码\",\r\n\t\t\"NOT_LOGGED_IN_RESPONSE\": \"未登录响应\",\r\n\t\t\"NOT_LOGGED_IN_RESPONSE_DESC\": \"未登录且未正确输入安全条目时的响应，可用于隐藏面板功能\",\r\n\t\t\"SET_IPV6\": \"打开后允许IPv6访问面板\",\r\n\t\t\"LISTEN_IPV6\": \"监听IPv6\",\r\n\t\t\"SET_PANEL_SSL\": \"点击以自定义面板证书\",\r\n\t\t\"SET_API\": \"点击可配置接口\",\r\n\t\t\"API\": \"应用编程接口\",\r\n\t\t\"LOGINTIMEOUT\": \"登录会话超时\",\r\n\t\t\"TIMEOUT\": \"超时\",\r\n\t\t\"CY13\": \"秒，如果用户在\",\r\n\t\t\"CY14\": \"秒，该面板将自动注销\",\r\n\t\t\"S_ENTRY\": \"安检入口\",\r\n\t\t\"CY15\": \"Panel Admin入口。设置完成后，您只能通过指定的安全入口登录面板，如\\/www_bt_CN\",\r\n\t\t\"WECHAT\": \"微信小程序\",\r\n\t\t\"panel_performance\": \"面板性能调整\",\r\n\t\t\"concurrent_thread\": \"并发线程\",\r\n\t\t\"thread_ps\": \"除非超过10人\\/秒访问面板，否则推荐值不应超过2。注意：>1会导致BT终端插件异常。\",\r\n\t\t\"BASICAUTH\": \"基本身份验证\",\r\n\t\t\"BASICAUTH_TIPS1\": \"用于BasicAuth身份验证配置\",\r\n\t\t\"CONFIG\": \"集\",\r\n\t\t\"BASICAUTH_TIPS2\": \"向面板添加基于BasicAuth的身份验证服务以防止面板被扫描\",\r\n\t\t\"S_PORT_TIPS\": \"注意：对于有安全组的服务器，请提前释放安全组中的新端口。\",\r\n\t\t\"CLOSE_PANEL\": \"只关闭面板，不影响网站、数据库等的运行。\",\r\n\t\t\"ALLOW_IPV6\": \"允许通过IPv6地址访问面板\",\r\n\t\t\"OFFLINE\": \"所有需要互联网接入的服务都将不可用\",\r\n\t\t\"OFFLINE_MODE\": \"脱机模式\",\r\n\t\t\"DEV_MODE\": \"开发人员模式\",\r\n\t\t\"DEV_MODE_DESC\": \"仅供第三方开发人员在开发阶段使用\",\r\n\t\t\"API_DESC\": \"启用面板界面访问(APP需要启用此功能)\",\r\n\t\t\"HELP\": \"帮助\",\r\n\t\t\"HIDE_MENU_BAR\": \"菜单栏隐藏\",\r\n\t\t\"HIDE_MENU_BAR_DESC\": \"隐藏左侧菜单栏\",\r\n\t\t\"UNBIND\": \"解除绑定\",\r\n\t\t\"BIND_ACCOUNT\": \"绑定帐户\",\r\n\t\t\"GLOBAL\": \"全球\",\r\n\t\t\"SECURITY\": \"安防\",\r\n\t\t\"NOTIFY\": \"通知\",\r\n\t\t\"SET_SSL\": \"打开后，只能通过HTTPS访问\",\r\n\t\t\"BASEAUTH_DESC\": \"增加额外一层身份验证，有效防止面板被扫描\",\r\n\t\t\"GOOGLE_AUTH_DESC\": \"需要动态验证码才能登录面板\",\r\n\t\t\"STRONG_PASS_DESC\": \"启用面板的强密码，规则：\",\r\n\t\t\"STRONG_PASS_DESC1\": \"长度8，大小写字母、数字、字符\",\r\n\t\t\"EMAIL_NOT_SET\": \"未设置电子邮件\",\r\n\t\t\"TG_NOT_SET\": \"未设置电报\",\r\n\t\t\"NOTIFY_DESC\": \"设置完成后，可以推送异常消息\",\r\n\t\t\"LOGIN_ALARM\": \"登录面板通知\",\r\n\t\t\"LOGIN_ALARM_DESC\": \"每次您登录时，面板都会向您的接收者推送一条消息\"\r\n\t},\r\n\t\"close\": {\r\n\t\t\"TITLE\": \"面板已关闭\",\r\n\t\t\"H1\": \"抱歉,管理员已关闭面板\",\r\n\t\t\"P1\": \"开启命令: rm -f \\/www\\/server\\/panel\\/data\\/close.pl\",\r\n\t\t\"NAME\": \"宝塔Linux面板\",\r\n\t\t\"HELP\": \"请求帮助\",\r\n\t\t\"AUTHTITLE\": \"安全入口身份验证失败\",\r\n\t\t\"AUTHENTRY\": \"请使用正确的条目登录到面板\",\r\n\t\t\"AUTHERR_REASON\": \"身份验证错误原因：\",\r\n\t\t\"AUTHERR_REASON_CONTENT\": \"当前的aaPanel已打开安全入口登录。新安装的机器将随机分配一个8位数的安全入口。也可以在面板设置中修改它。如果你没有录制或者你不记得了，你可以\",\r\n\t\t\"AUTHERR_RESOLVENT\": \"解决方案：\",\r\n\t\t\"AUTHERR_RESOLVENT_CONTENT\": \"在SSH终端上输入以下命令之一\",\r\n\t\t\"AUTHERR_RESOLVENT1\": \"查看安全入口的步骤\",\r\n\t\t\"AUTHERR_RESOLVENT2\": \"关闭安全入口的步骤\",\r\n\t\t\"AUTHERR_TACK_CARE\": \"注意：[关闭安全入口]会使您的面板登录地址直接暴露在互联网上，非常危险。请多加小心。\"\r\n\t},\r\n\t\"control\": {\r\n\t\t\"H1\": \"首页\",\r\n\t\t\"H2\": \"系统监控\",\r\n\t\t\"C1\": \"开启监控\",\r\n\t\t\"C2\": \"保存天数：\",\r\n\t\t\"C3\": \"更改\",\r\n\t\t\"C4\": \"清空记录\",\r\n\t\t\"T1\": \"CPU\",\r\n\t\t\"T2\": \"内存\",\r\n\t\t\"T3\": \"磁盘IO\",\r\n\t\t\"T4\": \"网络IO\",\r\n\t\t\"S1\": \"区间检索：\",\r\n\t\t\"S2\": \"自定义时间\",\r\n\t\t\"D1\": \"昨天\",\r\n\t\t\"D2\": \"今天\",\r\n\t\t\"D3\": \"最近7天\",\r\n\t\t\"D4\": \"最近30天\",\r\n\t\t\"G1\": \"开始时间：\",\r\n\t\t\"G2\": \"结束时间：\",\r\n\t\t\"G3\": \"提交\",\r\n\t\t\"LOAD_BALANCE\": \"平均负载\"\r\n\t},\r\n\t\"crontab\": {\r\n\t\t\"H1\": \"首页\",\r\n\t\t\"H2\": \"计划任务\",\r\n\t\t\"H3\": \"添加计划任务\",\r\n\t\t\"H4\": \"任务列表\",\r\n\t\t\"PS\": \"任务类型包含以下部分：Shell脚本、备份网站、备份数据库、日志切割、释放内存、访问URL\",\r\n\t\t\"PS1\": \"添加备份任务时，应手动运行，并检查备份包是否完整\",\r\n\t\t\"PS2\": \"磁盘空间不足、数据库密码错误、网络不稳定等可能导致数据备份不完整\",\r\n\t\t\"PS3\": \"支持在备份站点和目录时排除文件或目录。请将需要排除的插件升级到最新版本\",\r\n\t\t\"T1\": \"任务类型\",\r\n\t\t\"T2\": \"任务名称\",\r\n\t\t\"T3\": \"执行周期\",\r\n\t\t\"T4\": \"脚本内容\",\r\n\t\t\"T5\": \"添加任务\",\r\n\t\t\"TT1\": \"Shell脚本\",\r\n\t\t\"TT2\": \"备份网站\",\r\n\t\t\"TT3\": \"备份数据库\",\r\n\t\t\"TT4\": \"日志切割\",\r\n\t\t\"TT5\": \"释放内存\",\r\n\t\t\"TT6\": \"访问URL\",\r\n\t\t\"TZ1\": \"每天\",\r\n\t\t\"TZ2\": \"N天\",\r\n\t\t\"TZ3\": \"每小时\",\r\n\t\t\"TZ4\": \"N小时\",\r\n\t\t\"TZ5\": \"N分钟\",\r\n\t\t\"TZ6\": \"每星期\",\r\n\t\t\"TZ7\": \"每月\",\r\n\t\t\"TZZ1\": \"周一\",\r\n\t\t\"TZZ2\": \"周二\",\r\n\t\t\"TZZ3\": \"周三\",\r\n\t\t\"TZZ4\": \"周四\",\r\n\t\t\"TZZ5\": \"周五\",\r\n\t\t\"TZZ6\": \"周六\",\r\n\t\t\"TZZ7\": \"周日\",\r\n\t\t\"TZS1\": \"时\",\r\n\t\t\"TZS2\": \"分\",\r\n\t\t\"BTN1\": \"删除选中\",\r\n\t\t\"TH1\": \"任务名称\",\r\n\t\t\"TH2\": \"周期\",\r\n\t\t\"TH3\": \"执行时机\",\r\n\t\t\"TH4\": \"添加时间\",\r\n\t\t\"TH5\": \"操作\",\r\n\t\t\"TH6\": \"状态\",\r\n\t\t\"TH7\": \"保存数量\",\r\n\t\t\"TH8\": \"备份到\",\r\n\t\t\"BACKDIR\": \"备份目录\"\r\n\t},\r\n\t\"files\": {\r\n\t\t\"BTN1\": \"后退\",\r\n\t\t\"BTN2\": \"刷新\",\r\n\t\t\"BTN3\": \"上传\",\r\n\t\t\"BTN4\": \"远程下载\",\r\n\t\t\"TI1\": \"下载文件到服务器\",\r\n\t\t\"TI2\": \"图标排列\",\r\n\t\t\"TI3\": \"列表排列\",\r\n\t\t\"L1\": \"复制\",\r\n\t\t\"L2\": \"剪切\",\r\n\t\t\"L3\": \"压缩\",\r\n\t\t\"L4\": \"权限\",\r\n\t\t\"L5\": \"删除\",\r\n\t\t\"CONTAIN_SUBDIR\": \"包含子目录\"\r\n\t},\r\n\t\"firewall\": {\r\n\t\t\"H1\": \"首页\",\r\n\t\t\"H2\": \"系统安全\",\r\n\t\t\"H3\": \"防火墙\",\r\n\t\t\"H4\": \"面板操作日志\",\r\n\t\t\"SEARCH\": \"搜索日志\",\r\n\t\t\"BTN1\": \"启用SSH\",\r\n\t\t\"BTN2\": \"SSH端口：\",\r\n\t\t\"BTN3\": \"更改\",\r\n\t\t\"BTN4\": \"启用禁ping\",\r\n\t\t\"BTN5\": \"清空\",\r\n\t\t\"S1\": \"Web日志：\",\r\n\t\t\"F1\": \"放行端口\",\r\n\t\t\"F2\": \"屏蔽IP\",\r\n\t\t\"F3\": \"端口\",\r\n\t\t\"F4\": \"备注\\/说明\",\r\n\t\t\"F5\": \"放行\",\r\n\t\t\"F6\": \"说明: 支持放行端口范围，如: 3000:3500\",\r\n\t\t\"F7\": \"点击查看说明\",\r\n\t\t\"TH1\": \"编号\",\r\n\t\t\"TH2\": \"行为\",\r\n\t\t\"TH3\": \"状态\",\r\n\t\t\"TH4\": \"添加时间\",\r\n\t\t\"TH5\": \"说明\",\r\n\t\t\"TH6\": \"操作\",\r\n\t\t\"LTH1\": \"编号\",\r\n\t\t\"LTH2\": \"操作类型\",\r\n\t\t\"LTH3\": \"详情\",\r\n\t\t\"LTH4\": \"操作时间\",\r\n\t\t\"PANEL_LOG\": \"面板日志\",\r\n\t\t\"LOG_EMPTY\": \"日志为空\",\r\n\t\t\"UNABLE_RETRIEVE_LOG\": \"无法检索日志信息\"\r\n\t},\r\n\t\"soft\": {\r\n\t\t\"H1\": \"首页\",\r\n\t\t\"H2\": \"软件商店\",\r\n\t\t\"TH1\": \"软件名称\",\r\n\t\t\"TH2\": \"类型\",\r\n\t\t\"TH3\": \"说明\",\r\n\t\t\"TH4\": \"位置\",\r\n\t\t\"TH5\": \"状态\",\r\n\t\t\"TH6\": \"首页显示\",\r\n\t\t\"TH7\": \"操作\",\r\n\t\t\"SEARCH_APP\": \"搜索应用程序\",\r\n\t\t\"APP_SORT\": \"应用程序排序\",\r\n\t\t\"UPDATE_APP_LIST\": \"更新应用程序列表\",\r\n\t\t\"UPDATE_FROM_CLOUD\": \"从云更新\",\r\n\t\t\"PS\": \"升级到专业版，所有插件，免费使用！\",\r\n\t\t\"UPDATE_PRO_NOW\": \"立即升级到专业版\",\r\n\t\t\"UPDATE_NOW\": \"现在升级\"\r\n\t},\r\n\t\"install\": {\r\n\t\t\"TITLE\": \"初始化BT软件\",\r\n\t\t\"INIT_PANEL\": \"初始化BT Linux面板\",\r\n\t\t\"SET_ADMIN\": \"设置管理员\",\r\n\t\t\"USER_NAME\": \"用户名\",\r\n\t\t\"SET_ADMIN_NAME\": \"*请设置管理员名称\",\r\n\t\t\"SET_ADMIN_PASS\": \"*请设置管理员密码\",\r\n\t\t\"MAM_PASS\": \"管理密码\",\r\n\t\t\"REPEAT_PASS\": \"重复口令\",\r\n\t\t\"CONFIRM\": \"确认\",\r\n\t\t\"INIT_PANEL_SUCCESS\": \"BT Linux面板初始化成功\",\r\n\t\t\"LOGIN_PAGE\": \"登录页\",\r\n\t\t\"BT\": \"AaPanel\",\r\n\t\t\"PS1\": \"|让服务器的使用更轻松\",\r\n\t\t\"PASS_CANT_EMPTY\": \"用户名或密码不能为空！\",\r\n\t\t\"PASS_NOT_SAME\": \"两次输入的密码不一致，请重新输入！\",\r\n\t\t\"SETTING_UP\": \"正在设置...\"\r\n\t},\r\n\t\"login\": {\r\n\t\t\"N1\": \"请填写账号\",\r\n\t\t\"N2\": \"格式不对\",\r\n\t\t\"N3\": \"账号\",\r\n\t\t\"N4\": \"请填写密码\",\r\n\t\t\"N5\": \"请填写密码\",\r\n\t\t\"N6\": \"密码\",\r\n\t\t\"N7\": \"请填写4位验证码\",\r\n\t\t\"N8\": \"验证码不对\",\r\n\t\t\"N9\": \"请填写验证码\",\r\n\t\t\"N10\": \"点击换一张\",\r\n\t\t\"N11\": \"登录\",\r\n\t\t\"N12\": \"3次以上登录错误将会出现验证码\",\r\n\t\t\"N13\": \"忘记密码>>\",\r\n\t\t\"JS1\": \"表单错误,请重新输入!\",\r\n\t\t\"JS2\": \"正在登录...\",\r\n\t\t\"QR_CORE_LOGIN\": \"使用aaPanel Mobile登录\",\r\n\t\t\"OPEN\": \"打开\",\r\n\t\t\"BT_SMALL_P\": \"AaPanel Mobile\",\r\n\t\t\"SCAN_LOGIN\": \"扫描方式\",\r\n\t\t\"SCAN_SUCCESS\": \"扫描成功，请稍候...\",\r\n\t\t\"SAFE_LOGGING_NOW\": \"正在安全登录，请稍候...\",\r\n\t\t\"SCAN_MORE_SAFETY\": \"二维码登录更安全\",\r\n\t\t\"USER_LOGIN\": \"单击帐户以登录\",\r\n\t\t\"FORM_ERR\": \"表单错误，请重新输入！\"\r\n\t},\r\n\t\"menu\": {\r\n\t\t\"M1\": \"首页\",\r\n\t\t\"M2\": \"网站\",\r\n\t\t\"M3\": \"FTP\",\r\n\t\t\"M4\": \"数据库\",\r\n\t\t\"M5\": \"监控\",\r\n\t\t\"M6\": \"安全\",\r\n\t\t\"M7\": \"文件\",\r\n\t\t\"M8\": \"计划任务\",\r\n\t\t\"M9\": \"软件管理\",\r\n\t\t\"M10\": \"面板设置\",\r\n\t\t\"M11\": \"退出\",\r\n\t\t\"HELP\": \"问题求助|产品建议请上宝塔论坛\"\r\n\t},\r\n\t\"layout\": {\r\n\t\t\"tips1\": \"当前IE浏览器版本太低，无法显示某些功能，请使用其他浏览器。或者，如果您使用的是中国公司开发的浏览器，请切换到极限模式！\"\r\n\t}\r\n}"
  },
  {
    "path": "traditional_chinese/lan.js",
    "content": "var lan = {\n\t\"get\":function(key,args){\n\t\tvar msgs = {\n    \t\t\"diskinfo_span_1\": \"磁碟片分區[{1}]上的可用空間不足1 GB，這可能會導致MySQL服務自動停止，或面板無法訪問，請清理它！\",\n    \t\t\"process_kill_confirm\": \"正在結束任務進度名稱[{1}]、ID[{2}]可能會影響服務器服務，是否繼續？\",\n    \t\t\"del\": \"刪除[{1}]\",\n    \t\t\"del_all_task\": \"已完全選中[{1}]個任務，刪除後無法恢復，是否繼續？\",\n    \t\t\"del_all_task_ok\": \"已成功刪除[{1}]個任務！\",\n    \t\t\"del_all_task_the\": \"正在刪除[{1}]，請稍候...\",\n    \t\t\"add_all_task_ok\": \"已成功添加[{1}]個任務！\",\n    \t\t\"add\": \"正在添加[{1}]，請稍候...\",\n    \t\t\"confirm_del\": \"確定要刪除[{1}]嗎？\",\n    \t\t\"update_num\": \"一次只能選擇{1}個檔案，其餘不處理！\",\n    \t\t\"service_confirm\": \"您確定要{1}{2}服務嗎？\",\n    \t\t\"service_the\": \"{1}{2}服務正在進行，請稍候...\",\n    \t\t\"service_ok\": \"{1}服務已{2}\",\n    \t\t\"service_err\": \"{1}服務{2}失敗！\",\n    \t\t\"recycle_bin_confirm\": \"您確定要將此檔案[{1}]放入回收站嗎？\",\n    \t\t\"recycle_bin_confirm_dir\": \"您確定要將此目錄[{1}]放入回收站嗎？\",\n    \t\t\"del_all_ftp\": \"已選擇[{1}]個ftp，刪除後無法恢復，是否繼續？\",\n    \t\t\"del_all_ftp_ok\": \"已成功刪除{1}個FTP帳戶\",\n    \t\t\"del_all_database\": \"總共選擇了[{1}]個數據庫，刪除後無法恢復，是否繼續？\",\n    \t\t\"del_all_database_ok\": \"成功刪除[{1}]個數據庫！\",\n    \t\t\"config_edit_ps\": \"這是{1}主配置檔案，如果您不知道配置規則，請不要隨意編輯。\",\n    \t\t\"install_confirm\": \"確定要安裝{1}-{2}嗎？\",\n    \t\t\"del_all_site\": \"已完全選中[{1}]個站點，刪除後無法恢復，是否繼續？\",\n    \t\t\"del_all_site_ok\": \"已成功刪除[{1}]個站點！\",\n    \t\t\"ssl_enable\": \"您已啟用[{1}]證書。若要禁用它，請單擊“禁用SSL”按鈕\",\n    \t\t\"lack_param\": \"缺少必需的參數[{1}]\",\n    \t\t\"del_ftp\": \"您確定要刪除ftp帳戶[{1}]嗎？\"\n\t\t}\n\n\t\tif(!msgs[key]) return '';\n\t\tmsg = msgs[key];\n\t\tfor(var i=0;i<args.length;i++){\n\t\t\t// console.log('test',args[i])\n\t\t\tmsg = msg.replace('{'+(i+1)+'}',args[i]+'');\n\t\t}\n\n\t\treturn msg;\n\t},\n\t\"index\": {\n\t\t\"memre\": \"釋放內存\",\n\t\t\"memre_ok\": \"已完成釋放\",\n\t\t\"memre_ok_0\": \"釋放\",\n\t\t\"memre_ok_1\": \"已釋放\",\n\t\t\"memre_ok_2\": \"已經是最好的了\",\n\t\t\"mem_warning\": \"目前可用的物理內存不足64M，這可能會導致MySQL自動停止、SITE 502等錯誤，請嘗試釋放內存！\",\n\t\t\"user_warning\": \"當前面板用戶為管理員，可能會給面板帶來風險！！\",\n\t\t\"cpu_core\": \"核心\",\n\t\t\"interfacespeed\": \"接口速度\",\n\t\t\"package_num\": \"包裹號\",\n\t\t\"interface_net\": \"即時接口流量\",\n\t\t\"net_up\": \"上游\",\n\t\t\"net_down\": \"下游\",\n\t\t\"unit\": \"單位\",\n\t\t\"net_font\": \"宋體\",\n\t\t\"update_go\": \"立即更新\",\n\t\t\"update_get\": \"正在獲取版本資訊...\",\n\t\t\"update_check\": \"檢查更新\",\n\t\t\"update_to\": \"更新為\",\n\t\t\"update_the\": \"正在更新面板...\",\n\t\t\"update_ok\": \"更新！\",\n\t\t\"update_log\": \"版本更新\",\n\t\t\"reboot_title\": \"安全重啟服務器\",\n\t\t\"reboot_warning\": \"警告，如果此服務器是容器，請取消\",\n\t\t\"reboot_ps\": \"安全重新啟動有助於保護檔案，並將執行以下操作：\",\n\t\t\"reboot_ps_1\": \"1.停止Web服務\",\n\t\t\"reboot_ps_2\": \"2.停止MySQL服務\",\n\t\t\"reboot_ps_3\": \"3.啟動重啟服務器\",\n\t\t\"reboot_ps_4\": \"4.正在等待服務器啟動\",\n\t\t\"reboot_msg_1\": \"正在停止Web服務\",\n\t\t\"reboot_msg_2\": \"正在停止MySQL服務\",\n\t\t\"reboot_msg_3\": \"開始重新啟動服務器\",\n\t\t\"reboot_msg_4\": \"正在等待服務器啟動\",\n\t\t\"reboot_msg_5\": \"服務器重新啟動成功！\",\n\t\t\"panel_reboot_title\": \"重啟面板服務\",\n\t\t\"panel_reboot_msg\": \"Panel服務將重新啟動，是否繼續？\",\n\t\t\"panel_reboot_to\": \"正在重新啟動面板服務，請稍候...\",\n\t\t\"panel_reboot_ok\": \"Panel服務已成功重新啟動！\",\n\t\t\"net_dorp_ip\": \"阻止此IP\",\n\t\t\"net_doup_ip_msg\": \"該IP不能一個接一個地訪問服務器，您可以在[安全]中解鎖該IP，是否繼續？\",\n\t\t\"net_doup_ip_ps\": \"手動閉塞\",\n\t\t\"net_doup_ip_to\": \"手動閉塞\",\n\t\t\"net_status_title\": \"網路狀態\",\n\t\t\"net_protocol\": \"協定\",\n\t\t\"net_address_dst\": \"本地地址\",\n\t\t\"net_address_src\": \"遠端地址\",\n\t\t\"net_address_status\": \"狀態\",\n\t\t\"net_process\": \"流程\",\n\t\t\"net_process_pid\": \"PID\",\n\t\t\"process_check\": \"分析..。\",\n\t\t\"process_kill\": \"殺掉\",\n\t\t\"process_kill_title\": \"終止此進程\",\n\t\t\"process_title\": \"任務管理器\",\n\t\t\"process_pid\": \"PID\",\n\t\t\"process_name\": \"名字\",\n\t\t\"process_cpu\": \"中央處理機\",\n\t\t\"process_mem\": \"記憶\",\n\t\t\"process_disk\": \"讀\\/寫\",\n\t\t\"process_status\": \"狀態\",\n\t\t\"process_thread\": \"螺紋\",\n\t\t\"process_user\": \"用戶\",\n\t\t\"process_act\": \"行動\",\n\t\t\"kill_msg\": \"扼殺這一過程。\",\n\t\t\"rep_panel_msg\": \"驗證並修復面板，是否繼續？\",\n\t\t\"rep_panel_title\": \"維修配電盤\",\n\t\t\"rep_panel_the\": \"正在驗證模塊...\",\n\t\t\"rep_panel_ok\": \"修復完成，請按Ctrl+F5刷新緩存！\",\n\t\t\"bind_bt_account_first\": \"請先綁定您的aaPanel帳戶！\",\n\t\t\"avg_load_atlast_onemin\": \"最近1分鐘的平均負載：\",\n\t\t\"avg_load_atlast_fivemin\": \"最近5分鐘的平均負載：\",\n\t\t\"avg_load_atlast_fifteenmin\": \"最近15分鐘的平均負載：\",\n\t\t\"mem_release_sure\": \"您確定要釋放內存嗎？\",\n\t\t\"mem_release_warn\": \"如果您的站點處於訪問頻繁的狀態，則釋放RAM可能會產生不可預測的後果。您確定要立即釋放RAM嗎？\",\n\t\t\"update\": \"更新\",\n\t\t\"find_bug_reward\": \"找到蟲子，獲得aaPanel硬幣\",\n\t\t\"run_block\": \"運行受阻\",\n\t\t\"run_slow\": \"跑得很慢\",\n\t\t\"run_normal\": \"正常運行\",\n\t\t\"run_fluent\": \"運行平穩\",\n\t\t\"safe_problem_cant_ignore\": \"這個安全問題不容忽視，請儘快處理。\",\n\t\t\"cant_ignore\": \"不能忽視\",\n\t\t\"edit_now\": \"立即修改\",\n\t\t\"inode_info\": \"資訊節點資訊\",\n\t\t\"total\": \"總計\",\n\t\t\"already_use\": \"使用\",\n\t\t\"available\": \"可用\",\n\t\t\"inode_percent\": \"資訊節點使用情況\",\n\t\t\"test_version\": \"測試版\",\n\t\t\"final_version\": \"穩定\",\n\t\t\"update_version\": \"版本更新\",\n\t\t\"last_version_now\": \"恭喜，這是目前的最新版本\",\n\t\t\"this_version\": \"當前版本：\",\n\t\t\"check_this_version_log\": \"查看當前版本日誌\",\n\t\t\"bt_linux\": \"AaPanel Linux\",\n\t\t\"release_time\": \"發佈時間：\",\n\t\t\"last_version_is\": \"最新版本是\",\n\t\t\"update_time\": \"版本：\",\n\t\t\"update_verison_click\": \"如果您需要更新到測試版，請點擊\",\n\t\t\"check_detail\": \"詳細資訊\",\n\t\t\"change_final_click\": \"\",\n\t\t\"change_final\": \"切換到穩定版本\",\n\t\t\"have_new_version\": \"提供新的面板版本\",\n\t\t\"last_version\": \"最新版本：\",\n\t\t\"check_version_log\": \"檢查版本更新日誌\",\n\t\t\"update_date\": \"更新日期：\",\n\t\t\"change_test_to_final\": \"您確定要從測試版切換到穩定版嗎？\",\n\t\t\"apply_linux_test_version\": \"申請Linux測試版\",\n\t\t\"apply_most_know\": \"測試版測試員須知\",\n\t\t\"linux_test_version_update_log\": \"Linux Beta更新日誌\",\n\t\t\"already_read\": \"我已經查過了\",\n\t\t\"apply_most_know1\": \"<b>《測試版測試人員說明》<\\/b>\",\n\t\t\"second_left_of_click\": \"{1}秒等待點擊\",\n\t\t\"update_test_version\": \"更新到Linux測試版\",\n\t\t\"check_test_version_detail\": \"請仔細閱讀測試版測試者的使用說明。您確定要更新到Linux測試版嗎？\",\n\t\t\"restart_serverorpanel\": \"重新啟動服務器或面板\",\n\t\t\"restart_server\": \"重新啟動服務器\",\n\t\t\"restart_panel\": \"重新啟動面板\",\n\t\t\"get_soft_list_success\": \"已成功從雲中獲取軟體列表\",\n\t\t\"change_free\": \"可以通過解綁帳號來切換回免費版本\",\n\t\t\"ubind\": \"解除綁定帳戶\",\n\t\t\"confirm_cancel\": \"確定要取消授權嗎\",\n\t\t\"panel_port_tips\": \"當前面板使用默認埠[8888]，存在安全隱患。請在面板設置中修改面板埠！\",\n\t\t\"panel_port_tip1\": \"這個安全問題不容忽視，請儘快處理。\",\n\t\t\"panel_port_tip2\": \"不可忽視\",\n\t\t\"panel_port_tip3\": \"立即更改\",\n\t\t\"base_info\": \"基本資訊\",\n\t\t\"capacity_info\": \"容量資訊\",\n\t\t\"capacity\": \"容量\",\n\t\t\"usage_rate\": \"使用率\"\n\t},\n\t\"config\": {\n\t\t\"modify_time\": \"修改時間\",\n\t\t\"select_fileordir\": \"選擇檔案\\/目錄\",\n\t\t\"close_panel_msg\": \"關閉面板將使面板不可訪問！真的嗎？\",\n\t\t\"close_panel_title\": \"禁用面板\",\n\t\t\"config_save\": \"正在保存配置...\",\n\t\t\"config_sync\": \"正在同步時間...\",\n\t\t\"config_user_binding\": \"綁定您的aaPanel帳戶\",\n\t\t\"config_user_edit\": \"更改aaPanel帳戶\",\n\t\t\"binding\": \"捆綁\",\n\t\t\"token_get\": \"正在獲取令牌...\",\n\t\t\"user_bt\": \"用戶名\",\n\t\t\"pass_bt\": \"密碼\",\n\t\t\"binding_un_msg\": \"您確定要解除綁定aaPanel帳戶嗎？\",\n\t\t\"binding_un_title\": \"解除綁定\",\n\t\t\"binding_un\": \"解除綁定\",\n\t\t\"ssl_close_msg\": \"關閉SSL後，您必須使用http協定才能訪問面板，是否繼續？\",\n\t\t\"ssl_open_ps\": \"警告！此功能需要高深知識！\",\n\t\t\"ssl_open_ps_1\": \"首先確定您是否需要啟用此功能！\",\n\t\t\"ssl_open_ps_2\": \"如果選擇自助證書，瀏覽器將不顯示信任\",\n\t\t\"ssl_open_ps_3\": \"如果無法訪問面板，您可以點擊下面的鏈接查找解決方案\",\n\t\t\"ssl_open_ps_4\": \"我已經知道細節了，我願意冒這個險。\",\n\t\t\"ssl_open_ps_5\": \"查看詳細資訊\",\n\t\t\"ssl_title\": \"設置面板SSL值\",\n\t\t\"ssl_ps\": \"請先識別風險！\",\n\t\t\"ssl_msg\": \"安裝和設置SSL元件，這將需要幾分鐘時間...\",\n\t\t\"qrcode_no_list\": \"當前綁定列表為空。請綁定後重試\",\n\t\t\"confirm\": \"好的\",\n\t\t\"change_safe_entry\": \"修改安全入口\",\n\t\t\"entry_addr\": \"入口地址\",\n\t\t\"turn_off\": \"關上\",\n\t\t\"submit\": \"提交\",\n\t\t\"get_cert\": \"正在獲取證書資訊...\",\n\t\t\"key\": \"鑰匙\",\n\t\t\"pem_cert\": \"證書(pem格式)\",\n\t\t\"save\": \"保存\",\n\t\t\"ps\": \"黏貼您的*.key和*.pem內容並保存\",\n\t\t\"help\": \"幫助\",\n\t\t\"ps1\": \"如果瀏覽器提示證書鏈不完整，請檢查pem證書是否拼接正確。\",\n\t\t\"ps2\": \"Pem格式的證書=域證書.crt+根證書(ROOT_Bundle).crt\",\n\t\t\"custom_panel_cert\": \"自定義面板證書\",\n\t\t\"get_qr_core\": \"正在獲取二維碼，請稍候...\",\n\t\t\"get_qr_core_fail\": \"獲取二維碼失敗，請稍後重試\",\n\t\t\"user_img\": \"用戶頭像\",\n\t\t\"nikename\": \"綽號\",\n\t\t\"unbind_wechat\": \"解開現在的微信小程式\",\n\t\t\"unbind\": \"解除綁定\",\n\t\t\"add_bind_account\": \"添加另一個要綁定的帳戶\",\n\t\t\"confirm_unbind\": \"確定要取消當前綁定嗎？\",\n\t\t\"cancel\": \"取消\",\n\t\t\"bind_success\": \"已成功綁定\",\n\t\t\"open_small_app\": \"打開aaPanel面板小程式\",\n\t\t\"qrcore_of_small_app\": \"小程式的二維碼\",\n\t\t\"scan_qrcore_with_small_app\": \"使用aaPanel Mobile掃描當前二維碼以綁定面板\",\n\t\t\"return_bind_list\": \"返回面板綁定列表\",\n\t\t\"read_bind_list\": \"查看綁定列表\",\n\t\t\"bind_wechat\": \"捆綁微信\",\n\t\t\"no_bind_bt_account\": \"未綁定aaPanel帳戶\",\n\t\t\"get_api\": \"正在獲取API資訊...\",\n\t\t\"set_api\": \"配置面板API\",\n\t\t\"api\": \"應用編程接口\",\n\t\t\"int_sk\": \"API密鑰\",\n\t\t\"reset\": \"重置\",\n\t\t\"ip_white_list\": \"IP白名單\",\n\t\t\"one_per_line\": \"每行1個\",\n\t\t\"help1\": \"開啟接口後，只有IP白名單中的IP才能訪問面板接口。\",\n\t\t\"help2\": \"API密鑰在重置時只顯示一次，重置後不再顯示。請保管好您的鑰匙。\",\n\t\t\"help3\": \"API文檔\",\n\t\t\"is_submitting\": \"提交.。\",\n\t\t\"create_int_key_success\": \"已生成API密鑰。請保管好您的新鑰匙。此鍵只顯示一次！\",\n\t\t\"open_successfully\": \"已成功打開\",\n\t\t\"setting_up\": \"正在設置，請稍候...\",\n\t\t\"setting_basicauth\": \"正在配置BasicAuth服務，請稍候...\",\n\t\t\"set_basicauth\": \"配置基本身分驗證\",\n\t\t\"not_modified\": \"如果未修改，請留空\",\n\t\t\"set_username\": \"請設置用戶名\",\n\t\t\"set_passwd\": \"請設置密碼\",\n\t\t\"basic_auth_tips1\": \"注意：請不要在這裡使用您常用的密碼！\",\n\t\t\"basic_auth_tips2\": \"以任何方式訪問面板，您需要輸入基本身分驗證資訊！\",\n\t\t\"basic_auth_tips3\": \"它可以有效地防止面板被掃描和找到，但不能取代面板登錄資訊\",\n\t\t\"know_risk\": \"您必須使用並瞭解此功能才能決定是否要打開它！\",\n\t\t\"basic_auth_desc1\": \"打開後，以任何方式訪問面板，您需要輸入BasicAuth用戶名和密碼。\",\n\t\t\"basic_auth_desc2\": \"它可以有效地防止面板被掃描和發現。\",\n\t\t\"basic_auth_desc3\": \"您必須記錄您設置的帳戶密碼。\",\n\t\t\"basic_auth_desc4\": \"如果忘記了密碼，可以在SSH中使用[bt]命令禁用BasicAuth。\",\n\t\t\"panel_entrance_err\": \"設置未通過身分驗證時的回應狀態\",\n\t\t\"response\": \"回應\",\n\t\t\"response_msg1\": \"安全條目錯誤\",\n\t\t\"response_desc\": \"未登錄且未正確輸入安全條目時的回應，用於隱藏面板功能\",\n\t\t\"open_strong_password\": \"打開強密碼\",\n\t\t\"close_strong_password\": \"關閉強密碼\",\n\t\t\"strong_password_desc1\": \"啟用強密碼後，將對密碼的複雜性進行判斷。規則：\",\n\t\t\"strong_password_desc2\": \"長度8，大小寫字母、數位、字元\",\n\t\t\"strong_password_desc3\": \"禁用強密碼後，密碼登錄將不再驗證密碼複雜性\",\n\t\t\"not_set\": \"未設置\",\n\t\t\"set_password_expiration_time\": \"設置密碼過期時間\",\n\t\t\"expire_password_desc1\": \"到期後需要重置密碼\",\n\t\t\"expire_password_desc2\": \"設置為0時，表示禁用該功能\",\n\t\t\"expire_time\": \"過期時間\"\n\t},\n\t\"control\": {\n\t\t\"save_day_err\": \"儲蓄天數不合法！\",\n\t\t\"close_log\": \"清理日誌\",\n\t\t\"close_log_msg\": \"您確定要清理監聽的所有日誌嗎？\",\n\t\t\"disk_read_num\": \"讀取次數\",\n\t\t\"disk_write_num\": \"寫入次數\",\n\t\t\"disk_read_bytes\": \"讀取的位元組數\",\n\t\t\"disk_write_bytes\": \"寫入位元組數\",\n\t\t\"time\": \"時間\",\n\t\t\"sys_resource_usage\": \"系統資源使用情況\",\n\t\t\"m1\": \"1分鐘\",\n\t\t\"m5\": \"5分鐘\",\n\t\t\"m15\": \"15分鐘\",\n\t\t\"resource_usage\": \"資源使用率%\",\n\t\t\"load_detail\": \"載入詳細資訊\",\n\t\t\"disk_rw_count\": \"讀寫次數\",\n\t\t\"disk_rw_time\": \"讀寫等待\"\n\t},\n\t\"crontab\": {\n\t\t\"task_log_title\": \"Cron作業運行日誌\",\n\t\t\"task_empty\": \"當前沒有cron作業\",\n\t\t\"del_task\": \"您確定要刪除此cron作業嗎？\",\n\t\t\"del_task_all_title\": \"批量刪除cron作業\",\n\t\t\"del_task_err\": \"無法刪除以下cron作業：\",\n\t\t\"add_task_empty\": \"Cron作業名稱不能為空！\",\n\t\t\"input_hour_err\": \"小時值不合法！\",\n\t\t\"input_minute_err\": \"分鐘值非法！\",\n\t\t\"input_number_err\": \"不允許負數！\",\n\t\t\"input_file_err\": \"請選擇腳本檔案！\",\n\t\t\"input_script_err\": \"外殼腳本不能為空！\",\n\t\t\"input_url_err\": \"URL地址不正確！\",\n\t\t\"input_empty_err\": \"對象列表為空，無法繼續！\",\n\t\t\"backup_site\": \"備份站點\",\n\t\t\"backup_database\": \"備份資料庫\",\n\t\t\"backup_log\": \"備份日誌\",\n\t\t\"backup_all_err\": \"無法為以下對象添加cron作業：\",\n\t\t\"day\": \"天\",\n\t\t\"hour\": \"小時\",\n\t\t\"minute\": \"分鐘\",\n\t\t\"sun\": \"天\",\n\t\t\"sbody\": \"腳本內容\",\n\t\t\"log_site\": \"挖方場地\",\n\t\t\"url_address\": \"URL地址\",\n\t\t\"backup_to\": \"備份到\",\n\t\t\"disk\": \"服務器的磁碟片\",\n\t\t\"save_new\": \"保持在最後\",\n\t\t\"save_num\": \"\",\n\t\t\"TZZ1\": \"星期一\",\n\t\t\"TZZ2\": \"星期二\",\n\t\t\"TZZ3\": \"星期三\",\n\t\t\"TZZ4\": \"星期四\",\n\t\t\"TZZ5\": \"星期五\",\n\t\t\"TZZ6\": \"星期六\",\n\t\t\"TZZ7\": \"星期天\",\n\t\t\"mem_ps\": \"免費的PHP\\/MySQL\\/Pure-FTPd\\/apache\\/nginx內存，建議每天午夜執行！\",\n\t\t\"mem\": \"可用內存\",\n\t\t\"log_empty\": \"當前日誌為空\",\n\t\t\"microsoft_yahei\": \"微軟雅黑\",\n\t\t\"crontab_stop\": \"禁用cron作業\",\n\t\t\"normal\": \"正常\",\n\t\t\"crontab_start\": \"啟用cron作業\",\n\t\t\"disable\": \"禁用\",\n\t\t\"local_disk\": \"本地磁碟片\",\n\t\t\"shell\": \"外殼腳本\",\n\t\t\"site_bak\": \"備份站點\",\n\t\t\"db_bak\": \"備份資料庫\",\n\t\t\"log_split\": \"原木伐木\",\n\t\t\"dir_bak\": \"目錄備份\",\n\t\t\"mem_release\": \"可用內存\",\n\t\t\"get_url\": \"獲取URL\",\n\t\t\"hourly\": \"每小時\",\n\t\t\"daily\": \"每天\",\n\t\t\"weekly\": \"每週\",\n\t\t\"monthly\": \"每月\",\n\t\t\"n_day\": \"N天\",\n\t\t\"n_hour\": \"N小時\",\n\t\t\"n_min\": \"N分鐘\",\n\t\t\"all\": \"全\",\n\t\t\"server_disk\": \"服務器磁碟片\",\n\t\t\"crontab_edit\": \"編輯cron作業\",\n\t\t\"task_type\": \"Cron作業的類型\",\n\t\t\"task_name\": \"Cron作業的名稱\",\n\t\t\"exec_cycle\": \"執行週期\",\n\t\t\"hour1\": \"小時\",\n\t\t\"minute1\": \"最小\",\n\t\t\"bakup_to\": \"備份到\",\n\t\t\"keep_update\": \"保持在最後\",\n\t\t\"copies\": \"副本\",\n\t\t\"shell_content\": \"腳本內容\",\n\t\t\"tips\": \"提示\",\n\t\t\"tips_content\": \"免費的PHP\\/MySQL\\/Pure-FTPd\\/apache\\/nginx內存，建議每天午夜執行！\",\n\t\t\"edit_save\": \"保存更改\",\n\t\t\"saving\": \"正在保存更改，請稍候...\",\n\t\t\"crontab_stop_will\": \"掛起後，cron作業將不會繼續運行。您確定要暫停此cron作業嗎？\",\n\t\t\"disable_change_crontab_start\": \"Cron作業停用，您確定要啟用此cron作業嗎？\",\n\t\t\"setting_status\": \"正在設置狀態，請稍候...\",\n\t\t\"exclusion_rule\": \"排除規則\",\n\t\t\"exclusion_rule_tips\": \"對於一行中的每個規則，目錄不能以\\/結尾，例如\"\n\t},\n\t\"firewall\": {\n\t\t\"empty\": \"打掃乾淨了！\",\n\t\t\"port\": \"港口\",\n\t\t\"accept\": \"接受\",\n\t\t\"port_ps\": \"注：支持接受埠範圍，如3000：3500\",\n\t\t\"ip\": \"要阻止的IP地址\",\n\t\t\"drop\": \"塊\",\n\t\t\"ip_ps\": \"注：支持攔截IP段，如：192.168.0.0\\/24\",\n\t\t\"ssh_port_msg\": \"更改SSH遠端埠將註銷所有登錄用戶，是否確實要更改埠？\",\n\t\t\"ssh_port_title\": \"SSH遠端埠\",\n\t\t\"ssh_off_msg\": \"關閉SSH服務將同時註銷所有已登錄的用戶，是否繼續？\",\n\t\t\"ssh_on_msg\": \"您確定要打開SSH服務嗎？\",\n\t\t\"ping_msg\": \"阻止ICMP不會影響站點訪問，但ICMP功能不能用於此服務器，您確定要阻止ICMP嗎？\",\n\t\t\"ping_un_msg\": \"ICMP解封後服務器可能會被黑客發現，您確定要解封ICMP嗎？\",\n\t\t\"ping_title\": \"是否阻止ICMP\",\n\t\t\"ping\": \"ICMP已阻止\",\n\t\t\"ping_un\": \"ICMP解鎖\",\n\t\t\"ping_err\": \"無法連接到服務器\",\n\t\t\"status_not\": \"沒有在聽\",\n\t\t\"status_net\": \"無法訪問公網\",\n\t\t\"status_ok\": \"傾聽\",\n\t\t\"drop_ip\": \"阻止IP地址\",\n\t\t\"accept_port\": \"接受埠\",\n\t\t\"port_err\": \"埠範圍非法！\",\n\t\t\"ps_err\": \"備註\\/說明不允許為空！\",\n\t\t\"del_title\": \"刪除防火牆規則\",\n\t\t\"close_log\": \"清除日誌\",\n\t\t\"close_log_msg\": \"是否要清除日誌，是否繼續？\",\n\t\t\"close_the\": \"正在清空，請稍候...\",\n\t\t\"mysql_default_port\": \"MySQL服務的默認埠\",\n\t\t\"phpmmyadmin_default_port\": \"默認埠phpMyAdmin\",\n\t\t\"ssh_default_port\": \"SSH遠端服務\",\n\t\t\"ftp1_default_port\": \"FTPActive模式的數據埠\",\n\t\t\"ftp_default_port\": \"Ftp協定的默認埠\",\n\t\t\"ftp2_default_port\": \"被動模式的埠範圍\",\n\t\t\"mem_default_port\": \"Memcached服務埠\",\n\t\t\"rsync_default_port\": \"RSync數據同步服務\",\n\t\t\"bt_default_port\": \"AaPanel的默認埠\",\n\t\t\"site_default_port\": \"網站的默認埠\",\n\t\t\"del\": \"刪除\",\n\t\t\"number\": \"ID號\",\n\t\t\"behavior\": \"規則\",\n\t\t\"status\": \"狀態\",\n\t\t\"add_time\": \"添加日期\",\n\t\t\"instructions\": \"指令\",\n\t\t\"operate\": \"操作\",\n\t\t\"operate_type\": \"操作類型\",\n\t\t\"detail\": \"細節\",\n\t\t\"operate_time\": \"運行時間\"\n\t},\n\t\"upload\": {\n\t\t\"upload\": \"上傳\",\n\t\t\"file_type_err\": \"不允許上傳檔案類型！\",\n\t\t\"file_err\": \"檔案錯誤\",\n\t\t\"file_err_empty\": \"檔案不允許為空！\",\n\t\t\"select_file\": \"選擇檔案！\",\n\t\t\"select_empty\": \"沒有可上載的檔案，請重新選擇檔案\",\n\t\t\"up_sleep\": \"正在等待上載\",\n\t\t\"up_the\": \"上傳\",\n\t\t\"up_save\": \"存錢..\",\n\t\t\"up_ok\": \"上傳成功\",\n\t\t\"up_ok_1\": \"上傳完成\",\n\t\t\"up_ok_2\": \"上傳\",\n\t\t\"up_speed\": \"正在上傳：\",\n\t\t\"up_err\": \"上傳錯誤\",\n\t\t\"ie_err\": \"對不起，不支持IE 6\\/7\\/8，請使用其他瀏覽器上傳檔案\"\n\t},\n\t\"bt\": {\n\t\t\"empty\": \"空的\",\n\t\t\"dir\": \"選擇目錄\",\n\t\t\"path\": \"當前路徑\",\n\t\t\"comp\": \"電腦\",\n\t\t\"filename\": \"檔案名\",\n\t\t\"etime\": \"修改時間\",\n\t\t\"access\": \"許可\",\n\t\t\"own\": \"物主\",\n\t\t\"adddir\": \"添加目錄\",\n\t\t\"editdir\": \"編輯目錄\",\n\t\t\"deldir\": \"刪除目錄\",\n\t\t\"sitedir\": \"站點目錄\",\n\t\t\"path_ok\": \"選擇\",\n\t\t\"save_file\": \"正在保存，請稍候...\",\n\t\t\"read_file\": \"正在閱讀，請稍候...\",\n\t\t\"edit_title\": \"在線編輯\",\n\t\t\"edit_ps\": \"提示：Ctrl+F蒐索關鍵字，Ctrl+G查找下一步，Ctrl+S保存，Ctrl+Shift+R查找和替換！\",\n\t\t\"stop\": \"停\",\n\t\t\"start\": \"開始\",\n\t\t\"restart\": \"重新啟動\",\n\t\t\"reload\": \"重新載入\",\n\t\t\"php_status_err\": \"抱歉，不支持PHP 5.2\",\n\t\t\"php_status_title\": \"PHP平均負載\",\n\t\t\"php_pool\": \"應用程式池\",\n\t\t\"php_manager\": \"流程管理模式\",\n\t\t\"dynamic\": \"動態\",\n\t\t\"static\": \"靜電\",\n\t\t\"php_start\": \"開始時間\",\n\t\t\"php_accepted\": \"已接受的連接\",\n\t\t\"php_queue\": \"已監聽的隊列\",\n\t\t\"php_max_queue\": \"最大監聽隊列\",\n\t\t\"php_len_queue\": \"監聽隊列長度\",\n\t\t\"php_idle\": \"空閒進程\",\n\t\t\"php_active\": \"活動進程\",\n\t\t\"php_total\": \"總流程\",\n\t\t\"php_max_active\": \"最大活動進程數\",\n\t\t\"php_max_children\": \"已達到最大子進程數\",\n\t\t\"php_slow\": \"請求速度較慢\",\n\t\t\"nginx_title\": \"Ngix平均負載\",\n\t\t\"nginx_active\": \"活動連接數\",\n\t\t\"nginx_accepts\": \"接受的總數\",\n\t\t\"nginx_handled\": \"已處理總數\",\n\t\t\"nginx_requests\": \"請求總數\",\n\t\t\"nginx_reading\": \"閱讀\",\n\t\t\"nginx_writing\": \"寫作\",\n\t\t\"nginx_waiting\": \"等待\",\n\t\t\"nginx_worker\": \"工作進程\",\n\t\t\"nginx_workercpu\": \"Nginx Worker CPU\",\n\t\t\"nginx_workermen\": \"Nginx Worker內存\",\n\t\t\"apache_uptime\": \"正常運行時間\",\n\t\t\"apache_restarttime\": \"重新啟動時間\",\n\t\t\"apache_totalaccesses\": \"訪問總數\",\n\t\t\"apache_totalkbytes\": \"總位元組數\",\n\t\t\"apache_reqpersec\": \"每秒請求數\",\n\t\t\"apache_idleworkers\": \"閒置工人\",\n\t\t\"apache_busyworkers\": \"忙碌的員工\",\n\t\t\"apache_workercpu\": \"阿帕奇工作CPU\",\n\t\t\"apache_workermem\": \"阿帕奇工作內存\",\n\t\t\"drop_ip_title\": \"阻止此IP\",\n\t\t\"net_status_title\": \"網路狀態\",\n\t\t\"net_pool\": \"協定\",\n\t\t\"copy_ok\": \"已複製\",\n\t\t\"copy_empty\": \"密碼為空\",\n\t\t\"cal_msg\": \"結果：\",\n\t\t\"cal_empty\": \"輸入結果，否則無法刪除\",\n\t\t\"cal_err\": \"結果不正確，請重試\",\n\t\t\"loginout\": \"您確定要註銷嗎？\",\n\t\t\"pass_err_len\": \"面板密碼不能少於8個字元！\",\n\t\t\"pass_err\": \"不能是弱密碼\",\n\t\t\"pass_err_re\": \"兩次輸入的密碼不一致\",\n\t\t\"pass_title\": \"更改密碼\",\n\t\t\"pass_new_title\": \"新密碼\",\n\t\t\"pass_rep\": \"隨機密碼\",\n\t\t\"pass_rep_btn\": \"隨機\",\n\t\t\"pass_re\": \"重複\",\n\t\t\"pass_re_title\": \"再次進入\",\n\t\t\"pass_rep_ps\": \"請在更改之前記錄您的新密碼！\",\n\t\t\"user_len\": \"用戶名不能少於3個字元\",\n\t\t\"user_err_re\": \"兩次輸入的用戶名不一致\",\n\t\t\"user_title\": \"更改用戶名\",\n\t\t\"user\": \"用戶名\",\n\t\t\"user_new\": \"新用戶名\",\n\t\t\"task_list\": \"任務列表\",\n\t\t\"task_msg\": \"消息列表\",\n\t\t\"task_not_list\": \"當前沒有任務！\",\n\t\t\"task_scan\": \"正在掃描\",\n\t\t\"task_install\": \"正在安裝\",\n\t\t\"task_sleep\": \"等待\",\n\t\t\"task_downloading\": \"正在下載\",\n\t\t\"task_the\": \"正在處理中\",\n\t\t\"task_ok\": \"成品\",\n\t\t\"task_close\": \"任務取消！\",\n\t\t\"time\": \"耗時\",\n\t\t\"s\": \"秒\",\n\t\t\"install_title\": \"推薦的軟件包\",\n\t\t\"install_ps\": \"推薦使用以下一鍵套餐，請按需選擇或在\",\n\t\t\"install_s\": \"軟體商店\",\n\t\t\"install_s1\": \"自行選擇，推薦安裝LEMP。\",\n\t\t\"install_lnmp\": \"LNMP(推薦)\",\n\t\t\"install_type\": \"方法\",\n\t\t\"install_rpm\": \"快地\",\n\t\t\"install_rpm_title\": \"即rpm，安裝時間很短(5~10分鐘)，性能和穩定性略低於編譯\",\n\t\t\"install_src\": \"已編譯\",\n\t\t\"install_src_title\": \"安裝時間長(30分鐘至3小時)，適用於生產環境\",\n\t\t\"install_key\": \"一鍵安裝\",\n\t\t\"install_apache22\": \"選擇Apache2.2，PHP將在php5_MODULE模式下運行！\",\n\t\t\"install_apache24\": \"選定Apache2.4，PHP將在php-fpm模式下運行！\",\n\t\t\"insatll_s22\": \"不支持Apache2.2\",\n\t\t\"insatll_s24\": \"不支持Apache2.4\",\n\t\t\"insatll_mem\": \"您的內存小於{1}，不建議安裝MySQL-{2}\",\n\t\t\"install_to\": \"正在添加到安裝程式...\",\n\t\t\"install_ok\": \"已將安裝請求添加到安裝程式\",\n\t\t\"task_add\": \"已添加到隊列\",\n\t\t\"panel_open\": \"打開面板...\",\n\t\t\"panel_add\": \"添加aaPanel關聯\",\n\t\t\"panel_edit\": \"修改關聯\",\n\t\t\"panel_err_format\": \"面板地址格式不正確，例如\",\n\t\t\"panel_err_empty\": \"面板資訊不能為空\",\n\t\t\"panel_address\": \"面板地址\",\n\t\t\"panel_user\": \"用戶名\",\n\t\t\"panel_pass\": \"密碼\",\n\t\t\"panel_ps\": \"備註\",\n\t\t\"panel_ps_1\": \"保留其他服務器面板的資訊以啟用一鍵登錄功能\",\n\t\t\"panel_ps_2\": \"面板備註不能重複\",\n\t\t\"panel_ps_3\": \"<FONT STYLE=“COLOR：RED”>請注意，啟用廣告攔截將中斷快速登錄。<\\/FONT>\",\n\t\t\"task_time\": \"時間\",\n\t\t\"task_name\": \"名字\",\n\t\t\"task_msg_title\": \"消息通知\",\n\t\t\"task_title\": \"消息框\",\n\t\t\"task_tip_read\": \"標記為已讀\",\n\t\t\"task_tip_all\": \"將ALL標記為Read\",\n\t\t\"no_data\": \"目前沒有數據\"\n\t},\n\t\"files\": {\n\t\t\"expected_to_be\": \"預計將是\",\n\t\t\"continue\": \"是否要繼續\",\n\t\t\"unfavorite1\": \"不受歡迎\",\n\t\t\"recycle_bin_warning\": \"回收站當前未打開，刪除後無法恢復。是否要繼續\",\n\t\t\"del_in_bulk\": \"批量刪除\",\n\t\t\"del_to_recycle_bin\": \"刪除後，將被移至回收站。你想繼續嗎？\",\n\t\t\"mounted_disk\": \"掛載磁碟片\",\n\t\t\"file_has_been_shared\": \"檔案已共享，請單擊查看資訊\",\n\t\t\"file_has_been_favorite\": \"該檔案已添加到收藏夾，再次單擊可取消\",\n\t\t\"recycle_bin_dir\": \"PS：回收站目錄，請勿操作\",\n\t\t\"swap_file\": \"PS：交換交換分區檔案由aaPanel默認設置\",\n\t\t\"apache_profile\": \"PS：阿帕奇用戶配置檔案(URL重寫)\",\n\t\t\"php_profile\": \"PS：PHP用戶配置檔案(反跨站)！\",\n\t\t\"deleting_permission\": \"正在刪除許可權備份，請稍候...\",\n\t\t\"fix_permission\": \"正在修復檔案許可權，請稍候...\",\n\t\t\"setting_permission_list\": \"正在設置許可權列表，請稍候...\",\n\t\t\"getting_permission_list\": \"正在獲取許可權列表，請稍候...\",\n\t\t\"getting_recycle_list\": \"正在獲取回收站列表，請稍候...\",\n\t\t\"performing_bulk_opt\": \"正在執行批量操作，請稍候...\",\n\t\t\"adding_favorite\": \"正在添加收藏夾，請稍候...\",\n\t\t\"cancel_share\": \"正在取消共享，請稍候...\",\n\t\t\"create_share\": \"正在創建共享，請稍候...\",\n\t\t\"getting_s_share_info\": \"正在獲取指定的共享資訊，請稍候...\",\n\t\t\"getting_share_list\": \"正在獲取共享列表，請稍候...\",\n\t\t\"unfavorite\": \"不速之客，請稍等...\",\n\t\t\"getting_favorite\": \"正在獲取收藏列表，請稍候...\",\n\t\t\"create_favorite\": \"正在創建收藏夾類別，請稍候...\",\n\t\t\"getting_dir_size\": \"正在獲取目錄大小，請稍候...\",\n\t\t\"deleting_user\": \"正在刪除用戶，請稍候...\",\n\t\t\"check_same_name_file\": \"正在檢查同名檔案是否存在，請稍候...\",\n\t\t\"recycle_bin_re\": \"恢復\",\n\t\t\"recycle_bin_del\": \"永久刪除\",\n\t\t\"recycle_bin_on\": \"檔案回收站\",\n\t\t\"recycle_bin_on_db\": \"資料庫回收站\",\n\t\t\"recycle_bin_ps\": \"警告：如果回收站功能關閉，刪除的檔案將無法恢復！\",\n\t\t\"recycle_bin_close\": \"清空回收站\",\n\t\t\"recycle_bin_type1\": \"全\",\n\t\t\"recycle_bin_type2\": \"文件夾\",\n\t\t\"recycle_bin_type3\": \"檔案\",\n\t\t\"recycle_bin_type4\": \"圖像\",\n\t\t\"recycle_bin_type5\": \"文檔\",\n\t\t\"recycle_bin_type6\": \"資料庫\",\n\t\t\"recycle_bin_th1\": \"檔案名\",\n\t\t\"recycle_bin_th2\": \"原始目錄\",\n\t\t\"recycle_bin_th3\": \"大小\",\n\t\t\"recycle_bin_th4\": \"移除時間\",\n\t\t\"recycle_bin_th5\": \"行動\",\n\t\t\"recycle_bin_title\": \"回收站\",\n\t\t\"recycle_bin_re_title\": \"恢復檔案\",\n\t\t\"recycle_bin_re_msg\": \"同名檔案或目錄將被覆蓋，是否繼續？\",\n\t\t\"recycle_bin_re_the\": \"正在恢復，請稍候...\",\n\t\t\"recycle_bin_del_title\": \"刪除檔案\",\n\t\t\"recycle_bin_del_msg\": \"刪除操作無法取消，是否繼續？\",\n\t\t\"recycle_bin_del_the\": \"正在刪除，請稍候...\",\n\t\t\"recycle_bin_close_msg\": \"清空回收站將永久刪除檔案，是否繼續？\",\n\t\t\"recycle_bin_close_the\": \"正在刪除，請稍候...\",\n\t\t\"file_menu_copy\": \"複製\",\n\t\t\"file_menu_mv\": \"切\",\n\t\t\"file_menu_rename\": \"改名\",\n\t\t\"file_menu_auth\": \"許可\",\n\t\t\"file_menu_zip\": \"壓縮\",\n\t\t\"file_menu_unzip\": \"解壓縮\",\n\t\t\"file_menu_edit\": \"編輯\",\n\t\t\"file_menu_img\": \"預覽\",\n\t\t\"file_menu_down\": \"下載\",\n\t\t\"file_menu_del\": \"刪除\",\n\t\t\"file_name\": \"檔案名\",\n\t\t\"file_size\": \"大小\",\n\t\t\"file_etime\": \"修改時間\",\n\t\t\"file_auth\": \"許可\",\n\t\t\"file_own\": \"物主\",\n\t\t\"file_read\": \"朗讀\",\n\t\t\"file_write\": \"寫\",\n\t\t\"file_exec\": \"執行\",\n\t\t\"file_public\": \"公眾\",\n\t\t\"file_group\": \"集團化\",\n\t\t\"file_act\": \"行動\",\n\t\t\"get_size\": \"共{1}個目錄和{2}個檔案，大小：\",\n\t\t\"get\": \"到達\",\n\t\t\"new\": \"新的\",\n\t\t\"new_empty_file\": \"新的空白檔案\",\n\t\t\"new_dir\": \"新目錄\",\n\t\t\"dir_name\": \"目錄名\",\n\t\t\"return\": \"返回到上一頁\",\n\t\t\"shell\": \"終端\",\n\t\t\"paste\": \"漿糊\",\n\t\t\"paste_all\": \"全部黏貼\",\n\t\t\"path_root\": \"文檔根目錄\",\n\t\t\"all\": \"批次\",\n\t\t\"set_auth\": \"設置許可權\",\n\t\t\"up_title\": \"上傳檔案\",\n\t\t\"up_add\": \"增列\",\n\t\t\"up_start\": \"開始\",\n\t\t\"up_coding\": \"檔案編碼\",\n\t\t\"up_bin\": \"二進位\",\n\t\t\"unzip_title\": \"解壓縮檔案\",\n\t\t\"unzip_name\": \"檔案名\",\n\t\t\"unzip_name_title\": \"解壓縮檔案名\",\n\t\t\"unzip_to\": \"解壓縮為\",\n\t\t\"unzip_coding\": \"編碼\",\n\t\t\"unzip_the\": \"正在解壓，請稍候...\",\n\t\t\"zip_title\": \"壓縮檔案\",\n\t\t\"zip_to\": \"壓縮為\",\n\t\t\"zip_the\": \"正在壓縮，請稍候...\",\n\t\t\"zip_ok\": \"正在服務器後臺壓縮檔案，請刷新檔案列表稍後查看處理！\",\n\t\t\"zip_pass_title\": \"密碼\",\n\t\t\"zip_pass_msg\": \"如果不需要，則留空\",\n\t\t\"mv_the\": \"正在移動，請稍候...\",\n\t\t\"copy_the\": \"正在複製，請稍候...\",\n\t\t\"copy_ok\": \"已複製\",\n\t\t\"mv_ok\": \"切\",\n\t\t\"shell_title\": \"執行命令(僅支持非交互命令)\",\n\t\t\"shell_go\": \"發送\",\n\t\t\"shell_ps\": \"命令行\",\n\t\t\"down_title\": \"下載檔案\",\n\t\t\"down_url\": \"URL地址\",\n\t\t\"down_to\": \"下載至\",\n\t\t\"down_save\": \"要保存的檔案名\",\n\t\t\"down_task\": \"正在添加隊列，請稍候..\",\n\t\t\"del_file\": \"刪除檔案\",\n\t\t\"del_dir\": \"刪除目錄\",\n\t\t\"del_all_file\": \"批量刪除檔案\",\n\t\t\"del_all_msg\": \"你確定要把它們都放進回收站嗎？\",\n\t\t\"file_conver_msg\": \"是否要覆蓋以下檔案，是否繼續？\",\n\t\t\"calc_size\": \"正在計算目錄大小，請稍候...\",\n\t\t\"search_now\": \"正在蒐索，請稍候...\",\n\t\t\"per_page\": \"每頁\",\n\t\t\"piece\": \"專案\",\n\t\t\"calc_click\": \"點擊可計算\",\n\t\t\"ps_php\": \"PS：PHP配置檔案(防跨目錄)！\",\n\t\t\"ps_ap\": \"PS：APACHE用戶配置檔案(重寫規則)\",\n\t\t\"ps_swap\": \"PS：AaPanel默認交換虛擬RAM檔案\",\n\t\t\"last_edit_time\": \"上次修改時間\",\n\t\t\"will_cover_this_file\": \"即將覆蓋以下檔案\",\n\t\t\"file_name_cant_empty\": \"檔案名不能為空！\",\n\t\t\"recommend\": \"推薦\",\n\t\t\"comp_type\": \"壓縮類型\",\n\t\t\"general_format\": \"通用格式\",\n\t\t\"compatibility_better_chinese\": \"WinRar與中文更相容\",\n\t\t\"calc_now\": \"正在計算，請稍候\",\n\t\t\"apply_to_subd\": \"應用於子目錄\",\n\t\t\"upload_files_tips1\": \"PS：AaPanel檔案上傳臨時檔案，從斷點重新上傳簡歷，可以刪除\",\n\t\t\"dir_menu_webshell\": \"特洛伊木馬掃描\",\n\t\t\"file_menu_webshell\": \"特洛伊木馬掃描\"\n\t},\n\t\"ftp\": {\n\t\t\"empty\": \"當前沒有ftp數據\",\n\t\t\"stop_title\": \"停用此用戶\",\n\t\t\"start_title\": \"激活此用戶\",\n\t\t\"stop\": \"已停止\",\n\t\t\"start\": \"已激活\",\n\t\t\"copy\": \"複製密碼\",\n\t\t\"open_path\": \"打開目錄\",\n\t\t\"edit_pass\": \"CHG PW\",\n\t\t\"ps\": \"備註\",\n\t\t\"add_title\": \"添加ftp用戶\",\n\t\t\"add_user\": \"用戶名\",\n\t\t\"add_user_tips\": \"請輸入FTP用戶名\",\n\t\t\"add_pass\": \"密碼\",\n\t\t\"add_pass_tips\": \"請輸入ftp密碼\",\n\t\t\"add_pass_rep\": \"隨機密碼\",\n\t\t\"add_path\": \"家\",\n\t\t\"add_path_tips\": \"請輸入或選擇ftp目錄\",\n\t\t\"add_path_rep\": \"選擇目錄\",\n\t\t\"add_path_title\": \"用戶的文檔根目錄，將自動創建同名目錄\",\n\t\t\"add_path_ps\": \"Ftp指向的目錄\",\n\t\t\"add_ps\": \"注意事項\",\n\t\t\"add_ps_title\": \"備註資訊(少於255個字元)\",\n\t\t\"del_all\": \"是否批量刪除選定的ftp用戶？\",\n\t\t\"del_all_err\": \"以下ftp用戶刪除失敗：\",\n\t\t\"stop_confirm\": \"是否要關閉{1}的ftp？\",\n\t\t\"pass_title\": \"更改ftp用戶密碼\",\n\t\t\"pass_user\": \"用戶名\",\n\t\t\"pass_new\": \"新密碼\",\n\t\t\"pass_confirm\": \"您確定要更改ftp用戶密碼嗎？\",\n\t\t\"port_title\": \"更改FTP埠\",\n\t\t\"port_name\": \"港口\",\n\t\t\"port_tips\": \"請輸入埠\",\n\t\t\"del_ftp_title\": \"刪除ftp\",\n\t\t\"del_ftp_all_title\": \"刪除所選的ftp\",\n\t\t\"status\": \"狀態\",\n\t\t\"ftp_user\": \"Ftp用戶\",\n\t\t\"operate\": \"操作\",\n\t\t\"change_pass\": \"更改ftp密碼\",\n\t\t\"del\": \"刪除\",\n\t\t\"set_path_tips1\": \"遷移數據的方式是複製\",\n\t\t\"set_path_tips3\": \"遷移完成後需要手動清理舊數據\",\n\t\t\"set_path_tips2\": \"如果數據量很大，建議手動遷移\",\n\t\t\"migrate\": \"遷徙\",\n\t\t\"change_ftp_user_home\": \"更改ftp用戶主頁\"\n\t},\n\t\"database\": {\n\t\t\"empty\": \"目前沒有資料庫\",\n\t\t\"database_search\": \"資料庫蒐索\",\n\t\t\"backup_empty\": \"不存在\",\n\t\t\"backup_ok\": \"存在\",\n\t\t\"copy_pass\": \"複製密碼\",\n\t\t\"input\": \"進口\",\n\t\t\"input_title\": \"導入資料庫\",\n\t\t\"admin\": \"經理\",\n\t\t\"admin_title\": \"資料庫管理器\",\n\t\t\"auth\": \"許可\",\n\t\t\"auth_title\": \"設置訪問許可權\",\n\t\t\"edit_pass\": \"CHG PW\",\n\t\t\"edit_pass_title\": \"更改資料庫密碼\",\n\t\t\"del_title\": \"刪除資料庫\",\n\t\t\"ps\": \"備註資訊\",\n\t\t\"add_title\": \"添加資料庫\",\n\t\t\"add_name\": \"資料庫名稱\",\n\t\t\"add_name_title\": \"新資料庫名稱\",\n\t\t\"add_pass\": \"密碼\",\n\t\t\"add_pass_title\": \"資料庫密碼\",\n\t\t\"add_pass_rep\": \"隨機密碼\",\n\t\t\"add_auth\": \"訪問許可權\",\n\t\t\"add_auth_local\": \"本地主機\",\n\t\t\"add_auth_all\": \"每個人\",\n\t\t\"add_auth_ip\": \"特定IP\",\n\t\t\"add_auth_ip_title\": \"請輸入有權訪問該資料庫的IP\",\n\t\t\"add_ps\": \"備註\",\n\t\t\"edit_root\": \"超級用戶密碼\",\n\t\t\"user\": \"用戶名\",\n\t\t\"edit_pass_new\": \"新密碼\",\n\t\t\"edit_pass_new_title\": \"新資料庫密碼\",\n\t\t\"edit_pass_confirm\": \"您確定要更改密碼嗎？\",\n\t\t\"backup_re\": \"修補\",\n\t\t\"backup_name\": \"檔案名\",\n\t\t\"backup_size\": \"檔案大小\",\n\t\t\"backup_time\": \"備份時間\",\n\t\t\"backup_title\": \"資料庫備份詳細資訊\",\n\t\t\"backup\": \"備份\",\n\t\t\"position\": \"職位\",\n\t\t\"input_confirm\": \"資料庫將被覆蓋，是否繼續？\",\n\t\t\"input_the\": \"正在導入，請稍候...\",\n\t\t\"backup_the\": \"正在備份，請稍候...\",\n\t\t\"backup_del_title\": \"刪除備份檔案\",\n\t\t\"backup_del_confirm\": \"確定要刪除備份檔案嗎？\",\n\t\t\"del_all_title\": \"批量刪除資料庫\",\n\t\t\"del_all_err\": \"以下資料庫刪除失敗：\",\n\t\t\"input_title_file\": \"從檔案導入到資料庫\",\n\t\t\"input_local_up\": \"從本地上傳\",\n\t\t\"input_ps1\": \"僅支持SQL、ZIP、(tar.gz|gz|tgz)\",\n\t\t\"input_ps2\": \"Zip，tar.gz存檔的結構：test.sql必須包含在test.zip或test.tar.gz中\",\n\t\t\"input_ps3\": \"如果檔案過大，還可以使用SFTP工具將資料庫檔案上載到\\/www\\/Backup\\/DATABASE\",\n\t\t\"input_up_type\": \"請上傳SQL或Zip或tar.gz檔案\",\n\t\t\"auth_err\": \"無法修改此資料庫的訪問許可權\",\n\t\t\"auth_name\": \"訪問許可權\",\n\t\t\"sync_the\": \"正在同步，請稍候...\",\n\t\t\"phpmyadmin_err\": \"請安裝phpMyAdmin\",\n\t\t\"phpmyadmin\": \"打開phpMyAdmin\",\n\t\t\"cant_get_pass\": \"無法獲取密碼，請通過設置密碼\",\n\t\t\"button_set_pass\": \"按鈕\",\n\t\t\"operation\": \"操作\",\n\t\t\"mysql_tools\": \"MySQL優化與修復工具\",\n\t\t\"tools\": \"工具\",\n\t\t\"set_db_auth\": \"設置資料庫許可權\",\n\t\t\"del\": \"刪除\",\n\t\t\"get_data\": \"正在獲取數據，請稍候...\",\n\t\t\"optimization\": \"優化\",\n\t\t\"change\": \"轉換為\",\n\t\t\"size\": \"大小\",\n\t\t\"mysql_tools_box\": \"MySQL工具箱\",\n\t\t\"db_name\": \"資料庫名稱\",\n\t\t\"tb_name\": \"表名\",\n\t\t\"engine\": \"發動機\",\n\t\t\"character\": \"性格\",\n\t\t\"row_num\": \"行號\",\n\t\t\"tb_repair\": \"[修復]嘗試使用修復命令修復損壞的臺面。你只能做一個簡單的修理。<br>&nbsp；&nbsp；&nbsp；如果修復失敗，請考慮使用myisamchk工具。\",\n\t\t\"tb_optimization\": \"[優化]執行優化命令以恢復未釋放的磁碟片空間。建議每月執行一次。\",\n\t\t\"tb_change_engine\": \"[轉換為InnoDB\\/MyISAM]轉換資料庫表引擎。建議將所有表轉換為InnoDB\",\n\t\t\"repair\": \"修補\",\n\t\t\"send_repair_command\": \"修復命令已發送，請稍候...\",\n\t\t\"send_opt_command\": \"優化命令已發送，請稍候...\",\n\t\t\"send_change_command\": \"發動機轉換命令已發送，請稍候...\",\n\t\t\"choose_at_least_one_tb\": \"請至少選擇一張表！\",\n\t\t\"download\": \"下載\",\n\t\t\"not_found_pwd_1\": \"獲取密碼失敗，請單擊\",\n\t\t\"not_found_pwd_2\": \"重置\",\n\t\t\"not_found_pwd_3\": \"\",\n\t\t\"cloud_server\": \"遠端資料庫\",\n\t\t\"cloud_server_list\": \"遠端資料庫列表\",\n\t\t\"cloud_server_empty\": \"刪除資料庫列表為空\",\n\t\t\"server_address\": \"資料庫地址\",\n\t\t\"port\": \"港口\",\n\t\t\"input_server_address\": \"請填寫您的服務器地址\",\n\t\t\"input_port\": \"資料庫埠\",\n\t\t\"input_username\": \"資料庫管理員姓名\",\n\t\t\"input_password\": \"資料庫管理員密碼\",\n\t\t\"server_note\": \"服務器備註\",\n\t\t\"remote_help_1\": \"相容MySQL5.5、MariaDB10.1及以上版本\",\n\t\t\"remote_help_2\": \"支持雲資料庫\",\n\t\t\"remote_help_3\": \"注意1：確保此服務器具有訪問資料庫的許可權\",\n\t\t\"remote_help_4\": \"注2：請確保您填寫的管理員帳戶具有足夠的許可權\",\n\t\t\"add_cloud_server_tips\": \"正在連接到遠端服務器，請稍候...\",\n\t\t\"edit_cloud_server_tips\": \"正在修改遠端服務器連接資訊，請稍候...\",\n\t\t\"add_server_tips\": \"至少添加一臺遠端服務器或安裝本地資料庫\",\n\t\t\"select_position\": \"選擇資料庫位置\",\n\t\t\"cloud_database\": \"遠端資料庫\",\n\t\t\"get_cloud_list_tips\": \"正在獲取遠端服務器列表，請稍候...\",\n\t\t\"del_cloud_server_tips\": \"僅刪除面板中的管理資訊和資料庫記錄，不刪除遠端資料庫\",\n\t\t\"del_cloud_database_tips\": \"遠端資料庫不支持資料庫回收站。刪除後不可恢復。請謹慎操作！\"\n\t},\n\t\"soft\": {\n\t\t\"php_main1\": \"PHP服務\",\n\t\t\"php_main2\": \"上傳限制\",\n\t\t\"php_main3\": \"超時限制\",\n\t\t\"php_main4\": \"配置檔案\",\n\t\t\"php_main5\": \"安裝擴展模塊\",\n\t\t\"php_main6\": \"禁用的功能\",\n\t\t\"php_main7\": \"最佳化\",\n\t\t\"php_main8\": \"平均負載\",\n\t\t\"php_main9\": \"會話配置\",\n\t\t\"php_menu_ext\": \"擴展配置\",\n\t\t\"admin\": \"管理\",\n\t\t\"off\": \"關閉\",\n\t\t\"on\": \"在……上面\",\n\t\t\"stop\": \"停\",\n\t\t\"start\": \"開始\",\n\t\t\"status\": \"現狀\",\n\t\t\"restart\": \"重新啟動\",\n\t\t\"reload\": \"重新載入\",\n\t\t\"mysql_mem_err\": \"服務器RAM小於1G。不建議使用MySQL 5.5或更高版本。<\\/li><li>如果資料庫自動停止，請嘗試增加與Linux工具箱的交換空間或增加服務器內存\",\n\t\t\"concurrency_m\": \"自定義\",\n\t\t\"concurrency\": \"併發性\",\n\t\t\"concurrency_type\": \"併發計劃\",\n\t\t\"php_fpm_model\": \"運行模式\",\n\t\t\"php_fpm_ps1\": \"PHP-FPM模式\",\n\t\t\"php_fpm_ps2\": \"允許創建的最大子進程數\",\n\t\t\"php_fpm_ps3\": \"初始進程數(服務器啟動時的初始進程數)\",\n\t\t\"php_fpm_ps4\": \"最小空閒進程數(終止空閒進程後保持進程)\",\n\t\t\"php_fpm_ps5\": \"最大空閒進程數(達到此值時終止空閒進程)\",\n\t\t\"php_fpm_err1\": \"Max_備盤_服務器數不能超過max_Child\",\n\t\t\"php_fpm_err2\": \"最小備用服務器數不能超過啟動服務器數\",\n\t\t\"php_fpm_err3\": \"最小備用服務器數不能大於最大備用服務器數\",\n\t\t\"php_fpm_err4\": \"START_SERVERS不能超過max_Child\",\n\t\t\"php_fpm_err5\": \"值集不能小於1\",\n\t\t\"phpinfo\": \"查看phpinfo()\",\n\t\t\"get\": \"得到..。\",\n\t\t\"get_config\": \"正在獲取主配置檔案...\",\n\t\t\"get_list\": \"正在獲取名單...\",\n\t\t\"the_save\": \"正在保存數據...\",\n\t\t\"config_edit\": \"配置\",\n\t\t\"edit_empty\": \"如果未修改，請留空\",\n\t\t\"php_upload_size\": \"上傳大小限制不能小於2M\",\n\t\t\"mvc_ps\": \"使用MVC架構模式的程式需要啟用它，例如類型回顯\",\n\t\t\"the_install\": \"正在安裝...\",\n\t\t\"the_uninstall\": \"正在卸載...\",\n\t\t\"install_the\": \"正在安裝...\",\n\t\t\"sleep_install\": \"正在等待安裝...\",\n\t\t\"install\": \"安裝\",\n\t\t\"uninstall\": \"卸載\",\n\t\t\"php_ext_name\": \"名字\",\n\t\t\"php_ext_type\": \"類型\",\n\t\t\"php_ext_ps\": \"描述\",\n\t\t\"php_ext_status\": \"狀態\",\n\t\t\"php_ext_install_confirm\": \"您確定要安裝{1}嗎？\",\n\t\t\"php_ext_uninstall_confirm\": \"是否確實要卸載{1}？\",\n\t\t\"add_install\": \"正在添加到安裝程式...\",\n\t\t\"install_title\": \"軟體安裝\",\n\t\t\"insatll_type\": \"安裝方法\",\n\t\t\"install_version\": \"要安裝的版本\",\n\t\t\"type_title\": \"選擇安裝方法\",\n\t\t\"err_install1\": \"請卸載阿帕奇\",\n\t\t\"err_install2\": \"請卸載Nginx\",\n\t\t\"err_install3\": \"請安裝PHP\",\n\t\t\"err_install4\": \"請安裝MySQL\",\n\t\t\"setup\": \"設置\",\n\t\t\"apache22\": \"警告：當前模式為php-fpm，Apache2.2不支持，請重新安裝此PHP版本！\",\n\t\t\"apache24\": \"警告：當前模式為php5_MODULE，Nginx\\/Apache2.4不支持該模式，請重新安裝此PHP版本！\",\n\t\t\"apache22_err\": \"Apache2.2不支持多PHP，請先卸載已安裝的PHP版本，然後再安裝此版本！\",\n\t\t\"mysql_f\": \"警告：安裝新的MySQL版本將覆蓋數據，請先備份資料庫！\",\n\t\t\"mysql_d\": \"對不起，出於安全考慮，請到[資料庫管理器]備份並刪除所有資料庫！\",\n\t\t\"fun_ps1\": \"添加要禁用的功能，例如EXEC\",\n\t\t\"fun_ps2\": \"這裡可以禁用功能，以增強環境的安全性！\",\n\t\t\"fun_ps3\": \"強烈建議禁用EXEC、SYSTEM等關鍵功能！\",\n\t\t\"fun_msg\": \"您輸入的功能已禁用！\",\n\t\t\"nginx_status\": \"平均負載\",\n\t\t\"nginx_version\": \"交換機版本\",\n\t\t\"waf_title\": \"WAF防火牆\",\n\t\t\"web_service\": \"Web服務\",\n\t\t\"waf_not\": \"當前Nginx版本不支持WAF模塊，請安裝Nginx 1.12，重新安裝Nginx後不會丟失任何站點配置！\",\n\t\t\"waf_edit\": \"編輯規則\",\n\t\t\"waf_up\": \"上傳限制\",\n\t\t\"waf_input1\": \"URL篩檢程式\",\n\t\t\"waf_input2\": \"Cookie篩檢程式\",\n\t\t\"waf_input3\": \"後置篩檢程式\",\n\t\t\"waf_input4\": \"CC攻擊防禦\",\n\t\t\"waf_input5\": \"記錄防禦日誌\",\n\t\t\"waf_input6\": \"CC攻擊(次)\",\n\t\t\"waf_input7\": \"CC攻擊期\",\n\t\t\"waf_input8\": \"IP白名單\",\n\t\t\"waf_input9\": \"IP黑名單\",\n\t\t\"waf_ip\": \"IP地址\",\n\t\t\"waf_up_title\": \"上傳檔案後綴黑名單\",\n\t\t\"waf_up_from1\": \"添加禁止上傳的檔案擴展名，例如Zip\",\n\t\t\"waf_up_from2\": \"延拓\",\n\t\t\"waf_url_white\": \"URL白名單\",\n\t\t\"waf_index\": \"警告內容\",\n\t\t\"waf_cloud\": \"從雲更新\",\n\t\t\"waf_update\": \"正在更新規則檔案，請稍候...\",\n\t\t\"waf_cc_err\": \"CC防護配置值超出可用值(頻率範圍1-3000|週期1-1800)\",\n\t\t\"php_version\": \"PHP版本\",\n\t\t\"save_path\": \"存儲位置\",\n\t\t\"service\": \"服務\",\n\t\t\"safe\": \"安全配置\",\n\t\t\"log\": \"原木\",\n\t\t\"mysql_to_msg\": \"移動資料庫檔案時MySQL服務將停止，是否繼續？\",\n\t\t\"mysql_to_msg1\": \"正在移動，請稍候...\",\n\t\t\"mysql_to\": \"移動\",\n\t\t\"mysql_log_close\": \"空蕩蕩\",\n\t\t\"mysql_log_bin\": \"二進制日誌\",\n\t\t\"mysql_log_err\": \"錯誤日誌\",\n\t\t\"mysql_log_ps1\": \"沒有日誌內容！\",\n\t\t\"mysql_port_title\": \"更改資料庫埠可能會使您的站點失去資料庫連接，您確定要繼續嗎？\",\n\t\t\"select_version\": \"選擇版本\",\n\t\t\"version_to\": \"交換機\",\n\t\t\"pma_port\": \"接入埠\",\n\t\t\"pma_port_title\": \"PhpMyAdmin訪問埠\",\n\t\t\"pma_pass\": \"使用密碼訪問\",\n\t\t\"pma_user\": \"授權用戶\",\n\t\t\"pma_pass1\": \"訪問密碼\",\n\t\t\"pma_pass2\": \"重複訪問密碼\",\n\t\t\"pma_ps\": \"為phpMyAdmin添加訪問安全鎖\",\n\t\t\"pma_pass_close\": \"您確定要禁用訪問授權嗎？\",\n\t\t\"pma_pass_empty\": \"授權用戶或密碼不能為空！\",\n\t\t\"menu_temp\": \"正在獲取模板...\",\n\t\t\"menu_phpsafe\": \"PHP守護程式已打開，無需配置\",\n\t\t\"qiniu_lise\": \"從雲中獲取...\",\n\t\t\"qiniu_file_title\": \"檔案列表\",\n\t\t\"qiniu_th1\": \"名字\",\n\t\t\"qiniu_th2\": \"類型\",\n\t\t\"qiniu_th3\": \"大小\",\n\t\t\"qiniu_th4\": \"更新時間\",\n\t\t\"mysql_del_err\": \"對不起，出於安全考慮，請到[資料庫管理器]備份並刪除所有資料庫！\",\n\t\t\"uninstall_confirm\": \"確實要卸載[{1}-{2}]嗎？\",\n\t\t\"from_err\": \"表格錯誤！\",\n\t\t\"lib_the\": \"正在提交配置，請稍候...\",\n\t\t\"lib_config\": \"配置\",\n\t\t\"lib_insatll_confirm\": \"您確定要安裝[{1}]插件嗎？\",\n\t\t\"lib_uninsatll_confirm\": \"您確定要卸載[{1}]插件嗎？\",\n\t\t\"lib_install\": \"安裝插件\",\n\t\t\"lib_uninstall\": \"卸載插件\",\n\t\t\"lib_install_the\": \"正在安裝，請稍候...\",\n\t\t\"lib_uninstall_the\": \"正在卸載，請稍候...\",\n\t\t\"mysql_set_msg\": \"優化方案\",\n\t\t\"mysql_set_select\": \"選擇\",\n\t\t\"mysql_set_maxmem\": \"最大RAM使用率\",\n\t\t\"mysql_set_key_buffer_size\": \"用於索引的緩衝區大小\",\n\t\t\"mysql_set_query_cache_size\": \"查詢緩存，設置為0表示未啟用\",\n\t\t\"mysql_set_tmp_table_size\": \"臨時表高速緩存大小\",\n\t\t\"mysql_set_innodb_buffer_pool_size\": \"Innodb緩衝區大小\",\n\t\t\"mysql_set_innodb_log_buffer_size\": \"Innodb日誌緩衝區大小\",\n\t\t\"mysql_set_sort_buffer_size\": \"每線程緩衝區大小排序\",\n\t\t\"mysql_set_read_buffer_size\": \"讀緩衝區大小\",\n\t\t\"mysql_set_read_rnd_buffer_size\": \"隨機讀取緩衝區大小\",\n\t\t\"mysql_set_join_buffer_size\": \"連接表緩衝區大小\",\n\t\t\"mysql_set_thread_stack\": \"每個線程的堆棧大小\",\n\t\t\"mysql_set_binlog_cache_size\": \"Bin日誌緩存大小(4096的倍數)\",\n\t\t\"mysql_set_thread_cache_size\": \"線程緩存大小\",\n\t\t\"mysql_set_table_open_cache\": \"表開緩存(最大不超過2048)\",\n\t\t\"mysql_set_max_connections\": \"最大連接數\",\n\t\t\"mysql_set_restart\": \"重新啟動mySQLD服務\",\n\t\t\"mysql_set_conn\": \"連接數\",\n\t\t\"mysql_set_err\": \"錯誤，內存分配太高！<p style=“COLOR：red；”>物理內存：{1}MB<br>最大內存：{2}MB<br>可能的結果：mySQLD服務不穩定，甚至無法啟動！<\\/p>\",\n\t\t\"mysql_status_title1\": \"發射時間\",\n\t\t\"mysql_status_title2\": \"總連接數\",\n\t\t\"mysql_status_title3\": \"輸出\",\n\t\t\"mysql_status_title4\": \"輸入\",\n\t\t\"mysql_status_title5\": \"QPS\",\n\t\t\"mysql_status_title6\": \"TPS\",\n\t\t\"mysql_status_title7\": \"檔案\",\n\t\t\"mysql_status_title8\": \"職位\",\n\t\t\"mysql_status_title9\": \"活動\\/最大連接數\",\n\t\t\"mysql_status_title10\": \"線程緩存命中率\",\n\t\t\"mysql_status_title11\": \"指數命中率\",\n\t\t\"mysql_status_title12\": \"Innodb指數命中率\",\n\t\t\"mysql_status_title13\": \"查詢緩存命中率\",\n\t\t\"mysql_status_title14\": \"已將臨時表創建到磁碟片\",\n\t\t\"mysql_status_title15\": \"打開的桌子\",\n\t\t\"mysql_status_title16\": \"未編制索引的金額\",\n\t\t\"mysql_status_title17\": \"表連接中未編制索引的金額\",\n\t\t\"mysql_status_title18\": \"排序後的合併數\",\n\t\t\"mysql_status_title19\": \"鎖表數量\",\n\t\t\"mysql_status_ps1\": \"如果太高，則增加max_Connections\",\n\t\t\"mysql_status_ps2\": \"如果太低，則增加THREAD_CACHE_SIZE\",\n\t\t\"mysql_status_ps3\": \"如果太低，則增加key_Buffer_Size\",\n\t\t\"mysql_status_ps4\": \"如果太低，則增加Innodb_Buffer_Pool_Size\",\n\t\t\"mysql_status_ps5\": \"如果太低，則增加QUERY_CACHE_SIZE\",\n\t\t\"mysql_status_ps6\": \"如果太高，則增加臨時表格大小\",\n\t\t\"mysql_status_ps7\": \"如果太高，則增加TABLE_CACHE_SIZE\",\n\t\t\"mysql_status_ps8\": \"如果不是0，請檢查資料庫表索引\",\n\t\t\"mysql_status_ps9\": \"如果不是0，請檢查資料庫表索引\",\n\t\t\"mysql_status_ps10\": \"如果太高，則增加SORT_BUFFER_SIZE\",\n\t\t\"mysql_status_ps11\": \"如果太高，請考慮提高資料庫性能\",\n\t\t\"pro_expire\": \"Pro Edition已過期，付費插件已暫停。\",\n\t\t\"renew_pro\": \"立即續訂專業版\",\n\t\t\"renew_now\": \"立即續訂\",\n\t\t\"upgrade_pro\": \"升級到專業版，所有插件都可以免費使用。\",\n\t\t\"upgrade_now\": \"現在升級\",\n\t\t\"upgrade_pro_now\": \"立即升級到專業版\",\n\t\t\"bt_developer\": \"安全提示：aaPanel在第三方插件上架前正式進行了安全審計，但可能存在安全隱患。在生產環境中使用之前，請先對其進行檢查。\",\n\t\t\"free_to_enter\": \"免費入場\",\n\t\t\"click_get_third_party_apps\": \"點擊獲取第三方應用程式\",\n\t\t\"get_third_party_apps\": \"獲取第三方應用程式\",\n\t\t\"install_third_party_apps\": \"安裝所有第三方插件包\",\n\t\t\"import_plug\": \"導入插件\",\n\t\t\"all\": \"全\",\n\t\t\"app_name\": \"軟體名稱\",\n\t\t\"ap2_2_not_support\": \"Apache2.2與此版本不相容，如果您需要使用，請切換到Apachey2.4或Nginx。\",\n\t\t\"developers\": \"開發商\",\n\t\t\"the_official\": \"官吏\",\n\t\t\"instructions\": \"指令\",\n\t\t\"price\": \"價格\",\n\t\t\"free\": \"免費\",\n\t\t\"expire_time\": \"到期日\",\n\t\t\"renew\": \"續約\",\n\t\t\"permanent\": \"永久\",\n\t\t\"not_open\": \"未激活\",\n\t\t\"already_expire\": \"過期\",\n\t\t\"location\": \"位置\",\n\t\t\"status1\": \"狀態\",\n\t\t\"display_at_homepage\": \"在儀錶板上顯示\",\n\t\t\"operate\": \"操作\",\n\t\t\"buy_now\": \"立即購買\",\n\t\t\"not_comp\": \"不具競爭力\",\n\t\t\"update\": \"更新\",\n\t\t\"installing\": \"正在安裝\",\n\t\t\"wait_install\": \"掛起的安裝\",\n\t\t\"run_log\": \"運行日誌\",\n\t\t\"err_log\": \"錯誤日誌\",\n\t\t\"no_slow_log\": \"沒有慢速記錄。\",\n\t\t\"no_log\": \"沒有木頭！\",\n\t\t\"listen_ip_tips\": \"監聽IP，請勿隨意修改\",\n\t\t\"listen_port_tips\": \"監聽埠，一般不需要修改\",\n\t\t\"cache_size\": \"MB，<FONT>緩存大小，建議不要大於512M<\\/FONT>\",\n\t\t\"mac_connect\": \"最大連接數，建議不超過40960\",\n\t\t\"ip_format_err\": \"IP地址格式不正確！\",\n\t\t\"port_range_err\": \"埠範圍不正確！\",\n\t\t\"cache_too_small\": \"緩存值太小\",\n\t\t\"connect_too_small\": \"最大連接數太小\",\n\t\t\"listen_ip\": \"監聽的IP\",\n\t\t\"listen_port\": \"監聽埠\",\n\t\t\"max_cache\": \"最大緩存\",\n\t\t\"max_connect_limit\": \"最大連接限制\",\n\t\t\"curr_connect\": \"當前連接\",\n\t\t\"get_request_num\": \"獲取請求\",\n\t\t\"get_hit_num\": \"獲得點擊量\",\n\t\t\"get_miss_num\": \"未命中\",\n\t\t\"get_hit_percent\": \"獲取命中率\",\n\t\t\"curr_cache_rows\": \"當前緩存的數據行\",\n\t\t\"mem_not_enough\": \"由於內存不足而清除的緩存行\",\n\t\t\"curr_mem_use\": \"當前使用的內存\",\n\t\t\"request_size_total\": \"請求的總大小\",\n\t\t\"send_size_total\": \"發送的總大小\",\n\t\t\"field\": \"欄位\",\n\t\t\"curr_val\": \"現值\",\n\t\t\"php_plug_tips1\": \"請根據實際需求安裝擴展，不要安裝不必要的PHP擴展，這會影響PHP的執行效率，甚至可能導致異常\",\n\t\t\"php_plug_tips2\": \"Opcache\\/xcache\\/APC和其他腳本緩存擴展，請只安裝其中的一個，否則可能會導致您的站點程式異常\",\n\t\t\"php_child_process\": \"當前服務器內存不足，最多允許[{1}]個子進程！\",\n\t\t\"del\": \"刪除\",\n\t\t\"storage_mode\": \"存儲模式\",\n\t\t\"ip_addr\": \"IP地址\",\n\t\t\"port\": \"港口\",\n\t\t\"passwd\": \"密碼\",\n\t\t\"no_passwd_set_empty\": \"如果沒有密碼，則留空\",\n\t\t\"save\": \"保存\",\n\t\t\"php_seesion_tips1\": \"如果您的站點具有高併發性，則使用Redis或Memcache可以提高PHP併發性\",\n\t\t\"php_seesion_tips2\": \"如果切換會話模式後站點訪問異常，請切換回原來的模式\",\n\t\t\"php_seesion_tips3\": \"切換會話模式將導致丟失在線用戶會話。交通量低時，請轉車\",\n\t\t\"clear_seesion_files\": \"清除會話檔案\",\n\t\t\"total_seesion_files\": \"會話檔案總數\",\n\t\t\"can_clear_seesion\": \"可以清除的會話檔案\",\n\t\t\"clear_php_seesion_files\": \"清除php_會話檔案\",\n\t\t\"sure_clear_php_seesion_files\": \"您確定要清除php_Session檔案嗎？\",\n\t\t\"only_files_storage_mode_can_clear\": \"只需在存儲模式為檔案時清除\",\n\t\t\"run_days\": \"運行天數\",\n\t\t\"curr_listen_port\": \"當前偵聽的埠\",\n\t\t\"connected_clients\": \"已連接的客戶端\",\n\t\t\"used_memory_rss\": \"Redis當前使用的系統內存總量\",\n\t\t\"used_memory\": \"Redis歷史上分配內存的高峰\",\n\t\t\"mem_fragmentation_ratio\": \"內存碎片比率\",\n\t\t\"total_connections_received\": \"自啟動以來收到的連接總數\",\n\t\t\"total_commands_processed\": \"自啟動以來處理的命令總數\",\n\t\t\"instantaneous_ops_per_sec\": \"服務器每秒執行的命令數\",\n\t\t\"keyspace_hits\": \"資料庫關鍵字空間蒐索命中的次數\",\n\t\t\"keyspace_misses\": \"資料庫關鍵字空間蒐索未命中的次數\",\n\t\t\"db_his\": \"資料庫關鍵字空間蒐索命中率\",\n\t\t\"latest_fork_usec\": \"最近一次fork()操作所用的微秒數\",\n\t\t\"name\": \"名字\",\n\t\t\"version\": \"版本\",\n\t\t\"ps\": \"描述\",\n\t\t\"size\": \"大小\",\n\t\t\"author\": \"作者\",\n\t\t\"source\": \"來源\",\n\t\t\"third_party_apps_tips1\": \"這是第三方開發的插件，aaPanel無法驗證其可靠性！\",\n\t\t\"third_party_apps_tips2\": \"安裝過程可能需要幾分鐘時間，請耐心等待！\",\n\t\t\"third_party_apps_tips3\": \"如果這個插件已經存在，它將被替換！\",\n\t\t\"cancel\": \"取消\",\n\t\t\"confirm_install\": \"確定要安裝\",\n\t\t\"upload_fail2\": \"上傳失敗2！\",\n\t\t\"installing_please_wait\": \"安裝，這可能需要幾分鐘時間...\",\n\t\t\"running\": \"正在運行\",\n\t\t\"comingsoon\": \"即將到來，敬請關注\",\n\t\t\"del_custom_item\": \"刪除自定義專案\",\n\t\t\"confirm_del\": \"確實要刪除[{1}]嗎？\",\n\t\t\"deleting\": \"正在刪除，請稍候...\",\n\t\t\"php_base_info\": \"基本資訊\",\n\t\t\"install_path\": \"安裝路徑\",\n\t\t\"loaded\": \"滿載\",\n\t\t\"not_rated\": \"未評級\"\n\t},\n\t\"site\": {\n\t\t\"website\": \"網站\",\n\t\t\"executing\": \"正在執行中，請稍候...\",\n\t\t\"click_edit\": \"單擊可編輯內容\",\n\t\t\"have_been_selected\": \"已選擇\",\n\t\t\"running\": \"正在運行\",\n\t\t\"running_title\": \"停止此站點\",\n\t\t\"running_text\": \"正在運行\",\n\t\t\"stopped\": \"已停止\",\n\t\t\"stopped_title\": \"啟動此站點\",\n\t\t\"backup_yes\": \"存在\",\n\t\t\"backup_no\": \"不存在\",\n\t\t\"web_end_time\": \"永久\",\n\t\t\"open_path_txt\": \"打開目錄\",\n\t\t\"set\": \"CONF\",\n\t\t\"site_del_title\": \"刪除站點\",\n\t\t\"site_no_data\": \"目前沒有站點的數據\",\n\t\t\"site_null\": \"空\",\n\t\t\"site_bak\": \"備註資訊\",\n\t\t\"saving_txt\": \"拯救..。\",\n\t\t\"domain_err_txt\": \"域名格式不正確，請重試！\",\n\t\t\"ftp\": \"Ftp用戶配置檔案\",\n\t\t\"ftp_tips\": \"通過ftp上傳網站的檔案！\",\n\t\t\"user\": \"用戶\",\n\t\t\"password\": \"密碼\",\n\t\t\"database_txt\": \"資料庫用戶配置檔案\",\n\t\t\"database\": \"資料庫\",\n\t\t\"database_name\": \"資料庫名稱\",\n\t\t\"database_set\": \"資料庫設置\",\n\t\t\"success_txt\": \"已成功創建站點\",\n\t\t\"php_ver\": \"PHP版本\",\n\t\t\"site_add\": \"添加站點\",\n\t\t\"domain\": \"域名\",\n\t\t\"port\": \"港口\",\n\t\t\"note\": \"注意事項\",\n\t\t\"note_ph\": \"現場備註\",\n\t\t\"web_root_dir\": \"Web文檔根目錄\",\n\t\t\"web_dir\": \"Web目錄\",\n\t\t\"root_dir\": \"文檔根目錄\",\n\t\t\"yes\": \"創建\",\n\t\t\"no\": \"取消\",\n\t\t\"ftp_set\": \"Ftp設置\",\n\t\t\"ftp_help\": \"在創建站點時，為站點創建對應的ftp用戶，ftp目錄指向站點所在的目錄。\",\n\t\t\"database_help\": \"在創建站點時，為站點創建相應的資料庫，以方便不同的資料庫使用不同的資料庫。\",\n\t\t\"domain_help\": \"每行一個域，默認埠為80<br>通配符域格式：*.domain.com<br>要添加另一個埠，格式為www.domain.com：88\",\n\t\t\"domain_len_msg\": \"請勿超過20個字元\",\n\t\t\"anti_XSS_attack\": \"抗XSS攻擊(基本目錄限制)\",\n\t\t\"write_access_log\": \"寫訪問日誌\",\n\t\t\"run_dir\": \"運行目錄\",\n\t\t\"site_help_1\": \"有些程式需要指定二級目錄作為工作目錄，如ThinkPHP5、Laravel\",\n\t\t\"site_help_2\": \"選擇工作目錄，保存\",\n\t\t\"default_doc_help\": \"默認索引，每行一個，優先級從上到下。\",\n\t\t\"site_stop_txt\": \"關閉站點後無法訪問，您確定要繼續嗎？\",\n\t\t\"site_start_txt\": \"即將打開此站點，您確定要繼續嗎？\",\n\t\t\"site_del_info\": \"這將刪除選定的網站配置檔案。<br><br>如果選中下面的複選框，則相應的內容將被刪除\",\n\t\t\"all_del_info\": \"同時刪除網站和文檔根目錄\",\n\t\t\"all_del_site\": \"批量刪除網站\",\n\t\t\"del_err\": \"刪除以下網站失敗\",\n\t\t\"click_access\": \"單擊以訪問\",\n\t\t\"operate\": \"操作\",\n\t\t\"domain_man\": \"域管理器\",\n\t\t\"unresolved\": \"未解決\",\n\t\t\"parsed\": \"已解決\",\n\t\t\"this_domain_un\": \"此域未解析\",\n\t\t\"analytic_ip\": \"域名指向IP\",\n\t\t\"current_server_ip\": \"當前服務器IP\",\n\t\t\"parsed_info\": \"僅供參考，使用CDN的用戶請忽略\",\n\t\t\"domain_empty\": \"域名不能為空！\",\n\t\t\"domain_last_cannot\": \"無法刪除最後一個域名\",\n\t\t\"domain_del_confirm\": \"您確定要刪除該域名嗎？\",\n\t\t\"webback_del_confirm\": \"確定要刪除備份檔案嗎？\",\n\t\t\"del_bak_file\": \"刪除備份檔案\",\n\t\t\"filename\": \"檔案名\",\n\t\t\"filesize\": \"檔案大小\",\n\t\t\"backuptime\": \"備份時間\",\n\t\t\"backup_title\": \"包備份\",\n\t\t\"public_set\": \"全局設置\",\n\t\t\"local_site\": \"本地站點\",\n\t\t\"setindex\": \"設置網站默認索引\",\n\t\t\"default_doc\": \"默認索引\",\n\t\t\"default_site\": \"默認網站\",\n\t\t\"default_site_yes\": \"默認網站\",\n\t\t\"default_site_no\": \"未設置默認網站\",\n\t\t\"default_site_help_1\": \"設置後，未綁定的域名和IP將重定向到此網站\",\n\t\t\"default_site_help_2\": \"可有效防止惡意域名解析\",\n\t\t\"site_menu_1\": \"子目錄綁定\",\n\t\t\"site_menu_2\": \"站點目錄\",\n\t\t\"site_menu_3\": \"交通管制\",\n\t\t\"site_menu_4\": \"URL重寫\",\n\t\t\"site_menu_5\": \"默認索引\",\n\t\t\"site_menu_6\": \"配置\",\n\t\t\"site_menu_7\": \"SSL\",\n\t\t\"site_menu_8\": \"PHP版本\",\n\t\t\"site_menu_9\": \"湯姆貓\",\n\t\t\"site_menu_10\": \"301重定向\",\n\t\t\"site_menu_11\": \"反向代理\",\n\t\t\"site_menu_12\": \"防盜鏈\",\n\t\t\"site_menu_13\": \"目錄守衛\",\n\t\t\"website_change\": \"站點修改\",\n\t\t\"addtime\": \"添加的時間\",\n\t\t\"the_msg\": \"提交.。\",\n\t\t\"start_scan\": \"開始掃描\",\n\t\t\"update_lib\": \"更新定義庫\",\n\t\t\"scanned\": \"已掃描\",\n\t\t\"risk_quantity\": \"風險量\",\n\t\t\"danger_fun\": \"危險功能\",\n\t\t\"danger_fun_no\": \"未禁用危險功能\",\n\t\t\"danger\": \"險情\",\n\t\t\"file\": \"檔案\",\n\t\t\"ssh_port\": \"SSH埠\",\n\t\t\"high_risk\": \"高風險\",\n\t\t\"sshd_tampering\": \"SSHD檔案被篡改\",\n\t\t\"xss_attack\": \"XSS攻擊\",\n\t\t\"site_xss_attack\": \"站點未啟用反XSS攻擊(基本目錄限制)！\",\n\t\t\"mod_time\": \"修改時間\",\n\t\t\"code\": \"代碼\",\n\t\t\"behavior\": \"行為\",\n\t\t\"risk\": \"風險\",\n\t\t\"details\": \"細節\",\n\t\t\"to_update\": \"正在更新，請稍候...\",\n\t\t\"limit_net_1\": \"論壇\\/部落客\",\n\t\t\"limit_net_2\": \"照片對開本\",\n\t\t\"limit_net_3\": \"下載\",\n\t\t\"limit_net_4\": \"商城\",\n\t\t\"limit_net_5\": \"傳送門\",\n\t\t\"limit_net_6\": \"公司\",\n\t\t\"limit_net_7\": \"視頻\",\n\t\t\"limit_net_8\": \"啟用交通控制\",\n\t\t\"limit_net_9\": \"極限計劃\",\n\t\t\"limit_net_10\": \"併發限制\",\n\t\t\"limit_net_11\": \"最大併發數限制\",\n\t\t\"limit_net_12\": \"阻止單個IP\",\n\t\t\"limit_net_13\": \"單IP訪問最大併發數限制\",\n\t\t\"limit_net_14\": \"交通管制\",\n\t\t\"limit_net_15\": \"限制每個請求的最大流量限制(單位：KB)\",\n\t\t\"subdirectories\": \"子目錄\",\n\t\t\"url_rewrite_alter\": \"是否確實要為此子目錄創建獨立的URL重寫規則？\",\n\t\t\"rule_cov_tool\": \"重寫規則轉換器\",\n\t\t\"a_c_n\": \"阿帕奇到恩吉克斯\",\n\t\t\"save_as_template\": \"另存為模板\",\n\t\t\"url_rw_help_1\": \"請選擇您的應用程式。如果在設置重寫規則的情況下無法按預期訪問站點，請嘗試重置為默認設置\",\n\t\t\"url_rw_help_2\": \"您可以修改重寫規則，修改後保存即可。\",\n\t\t\"config_url\": \"配置重寫規則\",\n\t\t\"d_s_empty\": \"域和子目錄名稱不能為空\",\n\t\t\"s_bin_del\": \"您確定要刪除此子目錄綁定嗎？\",\n\t\t\"proxy_url\": \"目標URL\",\n\t\t\"proxy_url_info\": \"請使用完整的url，例如http:\\/\\/www.test.com\",\n\t\t\"proxy_domain\": \"已發送域\",\n\t\t\"proxy_domian_info\": \"要發送到目標服務器的域，例如www.test.com\",\n\t\t\"proxy_cache\": \"啟用緩存\",\n\t\t\"con_rep\": \"內容替換\",\n\t\t\"con_rep_info\": \"源文本\",\n\t\t\"to_con\": \"替換為，可以為空\",\n\t\t\"proxy_enable\": \"啟用反向代理\",\n\t\t\"proxy_help_1\": \"目標URL必須是可訪問的，否則將直接返回502錯誤代碼。\",\n\t\t\"proxy_help_2\": \"默認情況下，此站點上的所有域都將傳遞到目標服務器，請確保目標服務器綁定了域名\",\n\t\t\"proxy_help_3\": \"如果您的站點是被動代理，請在發送的域中填寫目標站點的域。\",\n\t\t\"proxy_help_4\": \"如果您不需要內容替換功能，請留空\",\n\t\t\"proxy_help_5\": \"您可以通過清除來清除緩存，例如http:\\/\\/test.com\\/purge\\/test.png\",\n\t\t\"access_domain\": \"接入域\",\n\t\t\"all_site\": \"整個站點\",\n\t\t\"target_url\": \"目標URL\",\n\t\t\"eg_url\": \"請使用完整的url，例如http:\\/\\/www.test.com\",\n\t\t\"enable_301\": \"啟用301\",\n\t\t\"to301_help_1\": \"如果選擇整個站點，請不要將目標URL設置為同一站點中的域。\",\n\t\t\"to301_help_2\": \"取消301重定向後，您需要清除瀏覽器緩存才能看到結果\",\n\t\t\"bt_ssl\": \"AaPanel SSL\",\n\t\t\"lets_ssl\": \"讓我們加密免費證書\",\n\t\t\"other\": \"其他\",\n\t\t\"other_ssl\": \"其他證書\",\n\t\t\"use_other_ssl\": \"使用其他證書\",\n\t\t\"ssl_help_1\": \"未設置此網站的SSL，如果需要，請切換選項卡以申請SSL證書。<br><p style=“COLOR：Red；”>禁用SSL後，請確保在訪問該網站之前清除瀏覽器緩存。<\\/p>\",\n\t\t\"ssl_help_2\": \"自動生成的let加密免費證書；\",\n\t\t\"ssl_help_3\": \"如果您有自己的SSL，請切換到[其他證書]選項卡添加\",\n\t\t\"ssl_key\": \"私鑰(Key)\",\n\t\t\"ssl_crt\": \"證書(CRT\\/PEM)\",\n\t\t\"ssl_close\": \"禁用SSL\",\n\t\t\"bt_bind_no\": \"未綁定到aaPanel帳戶，請註冊並綁定。綁定aaPanel賬號(非論壇賬號)後，即可一鍵部署SSL\",\n\t\t\"bt_user\": \"AaPanel帳戶\",\n\t\t\"bt_user_first\": \"帳號\",\n\t\t\"login\": \"登錄\",\n\t\t\"bt_reg\": \"註冊aaPanel帳戶\",\n\t\t\"bt_ssl_help_1\": \"AaPanel SSL證書由TrustAsia頒發，需要實名標識\",\n\t\t\"bt_ssl_help_2\": \"如果您有aaPanel帳戶，請登錄並綁定\",\n\t\t\"bt_ssl_help_3\": \"AaPanel SSL應用證書TrustAsia DV SSL CA-G5。原價：1900元\\/年，但aaPanel用戶免費！\",\n\t\t\"bt_ssl_help_4\": \"到期一年後免費補發。\",\n\t\t\"btapply\": \"應用\",\n\t\t\"endtime\": \"過期日期\",\n\t\t\"status\": \"狀態\",\n\t\t\"bt_ssl_help_5\": \"請在申請前檢查域名解析，未解析的域名會導致審核失敗。\",\n\t\t\"bt_ssl_help_6\": \"AaPanel SSL證書是TrustAsia DV SSLCA-G5證書的免費版本，僅支持單個域名。\",\n\t\t\"bt_ssl_help_7\": \"有效期為1年，不支持續費，到期後需重新申請。\",\n\t\t\"bt_ssl_help_8\": \"證書有效期為3個月，支持通配符域名。默認情況下自動續訂。\",\n\t\t\"bt_ssl_help_9\": \"如果您使用CDN或重定向，則可能無法通過檔案驗證進行申請和續費。\",\n\t\t\"bt_ssl_help_10\": \"黏貼您的按鍵和crt內容，然後將其保存<a href=“http:\\/\\/www.bt.cn\\/bbs\\/thread-704-1-1.html”class=“btlink”TARGET=“_BLACK”>[幫助]<\\/a>。\",\n\t\t\"phone_input\": \"輸入手機號碼\",\n\t\t\"ssl_apply_1\": \"正在提交訂單，請稍候..\",\n\t\t\"ssl_apply_2\": \"正在驗證域，請稍候...\",\n\t\t\"ssl_apply_3\": \"正在部署證書，請稍候..\",\n\t\t\"ssl_apply_4\": \"正在更新證書，請稍候..\",\n\t\t\"lets_help_1\": \"無實名身分驗證，瀏覽器相容性稍低，應用時可能會失敗\",\n\t\t\"lets_help_2\": \"我們的加密證書有效期為3個月。\",\n\t\t\"lets_help_3\": \"3個月後自動續費\",\n\t\t\"get_ssl_list\": \"正在獲取證書列表，請稍候...\",\n\t\t\"order_success\": \"訂單已完成\",\n\t\t\"deploy\": \"部署\",\n\t\t\"deployed\": \"已部署\",\n\t\t\"domain_wait\": \"正在等待域確認\",\n\t\t\"domain_validate\": \"驗證域\",\n\t\t\"domain_check\": \"請檢查域名是否解析到服務器\",\n\t\t\"update_ssl\": \"更新證書\",\n\t\t\"get_ssl_err\": \"無法獲取證書\",\n\t\t\"get_ssl_err1\": \"無法獲取證書，錯誤消息如下\",\n\t\t\"err_type\": \"錯誤類型\",\n\t\t\"ssl_close_info\": \"SSL已禁用，請在清理瀏覽器數據後訪問網站！\",\n\t\t\"switch\": \"交換機\",\n\t\t\"switch_php_help1\": \"請根據您的程式要求選擇版本\",\n\t\t\"switch_php_help2\": \"如果沒有必要，請儘量不要使用PHP5.2，這會降低您的服務器安全性；\",\n\t\t\"switch_php_help3\": \"PHP7不支持MySQL擴展，默認安裝mysqli和mysql_pdo。\",\n\t\t\"enable_nodejs\": \"啟用Node.js\",\n\t\t\"nodejs_help1\": \"當前版本為Node.js\",\n\t\t\"nodejs_help2\": \"Js可以與PHP共存，但不能與Tomcat共存；\",\n\t\t\"nodejs_help3\": \"如果您的Node.js應用程式有php腳本，請在訪問時添加.php擴展名。\",\n\t\t\"a_n_n\": \"Apache2.2不支持Tomcat！\",\n\t\t\"enable_tomcat\": \"啟用Tomcat\",\n\t\t\"tomcat_help1\": \"當前版本為Tomcat\",\n\t\t\"tomcat_help2\": \"如果您需要其他版本，請在軟體商店-所有軟體中進行更改；\",\n\t\t\"tomcat_help3\": \"部署順序：安裝Tomcat>>創建站點>>上傳和配置專案>>啟用Tomcat\",\n\t\t\"tomcat_help4\": \"如果您的Tomcat應用程式有php腳本，請在訪問時添加.php擴展名。\",\n\t\t\"tomcat_help5\": \"啟用成功後，大約需要1-5分鐘才能生效！\",\n\t\t\"tomcat_err_msg\": \"您尚未安裝Tomcat，請先安裝！\",\n\t\t\"tomcat_err_msg1\": \"請先安裝Tomcat！\",\n\t\t\"web_config_help\": \"這是站點的主配置檔案，如果您不知道配置規則，請不要隨意修改。\",\n\t\t\"rewritename\": \"0.Current\",\n\t\t\"template_empty\": \"模板名稱不能為空\",\n\t\t\"save_rewrite_temp\": \"另存為重寫模板\",\n\t\t\"template_name\": \"模板名稱\",\n\t\t\"change_defalut_page\": \"更改默認頁面\",\n\t\t\"err_404\": \"404錯誤頁\",\n\t\t\"empty_page\": \"空白頁\",\n\t\t\"default_page_stop\": \"默認站點停止頁\",\n\t\t\"site_name\": \"站點名稱\",\n\t\t\"normal\": \"正常\",\n\t\t\"backup\": \"後退\",\n\t\t\"open_dir\": \"打開目錄\",\n\t\t\"firewalld\": \"防火牆\",\n\t\t\"firewalld_switch\": \"防火牆交換機\",\n\t\t\"del\": \"刪除\",\n\t\t\"del_site\": \"刪除站點\",\n\t\t\"site_classification\": \"站點類別\",\n\t\t\"all_classification\": \"所有類別\",\n\t\t\"firewalld_nonactivated_tips\": \"{1}網站管家尚未激活。<br>請轉到&quot；<a href=“\\/soft”class=“btlink”>應用商店>專業版>{2}網站管家<\\/a>&<br>以激活和安裝它。\",\n\t\t\"firewalld_nonactivated\": \"防火牆未激活\",\n\t\t\"download\": \"下載\",\n\t\t\"submit\": \"提交\",\n\t\t\"set_site_classification\": \"設置站點類別\",\n\t\t\"input_classification_name\": \"請輸入類別名稱\",\n\t\t\"add\": \"增列\",\n\t\t\"mam_site_classificacion\": \"站點類別管理器\",\n\t\t\"default_classification_cant_operation\": \"默認類別不能刪除\\/編輯！\",\n\t\t\"sure_del_classification\": \"您確定要刪除類別嗎？\",\n\t\t\"del_classification\": \"刪除類別\",\n\t\t\"edit_classification_mam\": \"編輯類別\",\n\t\t\"classification_name\": \"類別名稱\",\n\t\t\"turn_off\": \"關上\",\n\t\t\"name\": \"名字\",\n\t\t\"edit\": \"編輯\",\n\t\t\"del_domain\": \"刪除域\",\n\t\t\"save\": \"保存\",\n\t\t\"rewrite_change_tools\": \"重寫規則轉換器\",\n\t\t\"ap_change_ng\": \"阿帕奇到恩吉克斯\",\n\t\t\"rewrite_tips\": \"請選擇您的應用程式。如果在設置重寫規則的情況下無法按預期訪問站點，請嘗試重置為默認設置\",\n\t\t\"rewrite_tips_1\": \"請選擇您的應用程式。\",\n\t\t\"rewrite_tips_2\": \"如果在重寫規則設置後無法訪問站點，請嘗試重置為默認設置。\",\n\t\t\"edit_rewrite\": \"您可以修改重寫規則，修改後保存即可。\",\n\t\t\"specify_subdir\": \"有些程式需要指定一個二級目錄作為工作目錄，例如，ThinkPHP5，Laravel，選擇您的工作目錄，點擊保存\",\n\t\t\"independent_storage\": \"如果啟用，會話檔案將存儲在單獨的文件夾中，不與其他站點共享。\",\n\t\t\"pass_visit\": \"密碼訪問\",\n\t\t\"session_off\": \"會話隔離\",\n\t\t\"access_account\": \"授權帳戶\",\n\t\t\"pass_again\": \"重複密碼\",\n\t\t\"no_change_set_empty\": \"如果未修改，請留空\",\n\t\t\"bbs_or_blog\": \"論壇\\/部落客\",\n\t\t\"photo_station\": \"照片對開本\",\n\t\t\"download_station\": \"下載\",\n\t\t\"mall\": \"商城\",\n\t\t\"portal_site\": \"傳送門\",\n\t\t\"enterprise\": \"公司\",\n\t\t\"video\": \"視頻\",\n\t\t\"not_resolve_domain\": \"您申請了域[{1}]的證書，但程式檢測到您沒有將其根域[{2}]綁定並解析到站點，這將導致證書頒發失敗！\",\n\t\t\"ssl_tips1\": \"在申請之前，請確保域名已解析。如果沒有解決，審核將失敗(包括根域)。\",\n\t\t\"ssl_tips2\": \"AaPanel SSL申請免費版TrustAsia DV SSLCA-G5證書，僅支持單一域名申請。\",\n\t\t\"ssl_tips3\": \"有效期為1年，不支持續費，到期後需重新申請\",\n\t\t\"ssl_tips4\": \"建議使用二級域名為www的域名申請證書，這樣系統默認會將頂級域名作為可選名稱贈送\",\n\t\t\"ssl_tips5\": \"如果未指定SSL默認站點，則在使用HTTPS訪問未啟用SSL的站點時，您將直接訪問啟用了SSL的站點\",\n\t\t\"ssl_tips6\": \"99%的用戶可以輕鬆部署自己，如果您不瞭解，aaPanel提供一次50元的證書部署服務<\\/a>https:\\/\\/www.bt.cn\\/yunwei“\",\n\t\t\"checking_mode\": \"驗證模式\",\n\t\t\"file_check\": \"檔案驗證\",\n\t\t\"dns_check_tips1\": \"在DNS驗證中，我們提供了三種自動化的DNSAPI，並提供了手動模式\",\n\t\t\"dns_check_tips2\": \"證書可以使用DNSAPI自動續費。在手動模式下，證書過期後需要重新應用證書\",\n\t\t\"dns_check_tips3\": \"在使用[aaPanel DNS雲解析]接口之前，您需要確認您要申請SSL證書的域名為[雲解析]\",\n\t\t\"dns_check_tips4\": \"在使用[DNSPod\\/ALI雲域名解析]接口之前，您需要在彈出窗口中設置對應接口的API密鑰\",\n\t\t\"dns_check_tips5\": \"提前檢查(提前發現問題)\",\n\t\t\"check_dns\": \"DNS驗證(通配符支持)\",\n\t\t\"choose_dns\": \"選擇DNS API\",\n\t\t\"interface\": \"應用編程接口\",\n\t\t\"wait\": \"等\",\n\t\t\"second\": \"第二\",\n\t\t\"admin_email\": \"管理員電子郵件\",\n\t\t\"resolve_txt\": \"手動添加TXT記錄\",\n\t\t\"resolve_txt_by_list\": \"請按照下面的列表進行TXT解析\",\n\t\t\"check\": \"查證\",\n\t\t\"resolve_domain\": \"解析域\",\n\t\t\"txt\": \"TXT記錄值\",\n\t\t\"dns_resolve_tips1\": \"解析域名需要一段時間，因此在完成所有解析操作後，請至少等待3分鐘，然後再單擊驗證按鈕\",\n\t\t\"dns_resolve_tips2\": \"可以通過CMD命令手動驗證域解析：nslookup-q=txt_acme-challenge.bt.cn\",\n\t\t\"dns_resolve_tips3\": \"如果您使用aaPanel雲解析插件、ALI雲域名服務、DNSPod作為域名服務，您可以使用DNSAPI設置自動解析\",\n\t\t\"dns_resolve_tips4\": \"解析域名需要一段時間，因此在完成所有解析操作後，請等待一分鐘，然後再單擊驗證按鈕\",\n\t\t\"ssl_dir\": \"證書持有人\",\n\t\t\"brand\": \"品牌\",\n\t\t\"force_https\": \"強制HTTPS\",\n\t\t\"close_force_https_tips\": \"關閉強制HTTPS後，需要清空瀏覽器緩存才能看到效果。繼續？\",\n\t\t\"close_force_https\": \"關閉強制HTTPS\",\n\t\t\"redirect_tips1\": \"類型：選擇的域名或輸入的路徑將重定向到指定的URL\",\n\t\t\"redirect_tips2\": \"目標URL：填寫需要重定向到的URL地址\",\n\t\t\"redirect_tips3\": \"模式：永久重定向使用301，臨時重定向使用302\",\n\t\t\"redirect_tips4\": \"保留URI參數：重定向的URL是否有源URL的子路徑或參數\",\n\t\t\"redirect_tips5\": \"保留URI參數：http:\\/\\/b.com\\/1.html->http:\\/\\/a.com\\/1.html\",\n\t\t\"redirect_tips6\": \"不保留URI參數：http:\\/\\/b.com\\/1.html->http:\\/\\/a.com\",\n\t\t\"create_redirect\": \"創建重定向\",\n\t\t\"modify_redirect\": \"修改重定向\",\n\t\t\"open_redirect\": \"使能\",\n\t\t\"redirect_name\": \"重定向名稱\",\n\t\t\"reserve_url\": \"保留URI參數\",\n\t\t\"redirect_type\": \"類型\",\n\t\t\"redirect_mode\": \"模\",\n\t\t\"redirect_domain\": \"來源\",\n\t\t\"path\": \"路徑\",\n\t\t\"redirect_path\": \"重定向路徑\",\n\t\t\"choose_domain\": \"選擇一個域...\",\n\t\t\"choose_all\": \"全選\",\n\t\t\"cancel_all\": \"全部取消\",\n\t\t\"site\": \"整個站點\",\n\t\t\"add_redirect\": \"增列\",\n\t\t\"turn_on\": \"使能\",\n\t\t\"already_stop\": \"停頓\",\n\t\t\"edit_conf\": \"編輯配置\",\n\t\t\"load_conf\": \"以下是負載均衡器的配置檔案。如果您不知道配置規則，請不要隨意修改\",\n\t\t\"proxy_tips1\": \"代理目錄：訪問此目錄時，將顯示目標URL的內容(高級需求)\",\n\t\t\"proxy_tips2\": \"目標URL：填寫您需要代理的網站，目標URL必須是可訪問的URL\",\n\t\t\"proxy_tips3\": \"已發送域名：將域名添加到請求頭，並將其傳遞給代理服務器\",\n\t\t\"proxy_tips4\": \"內容替換：Nginx獨家，將網站內容替換為指定內容\",\n\t\t\"create_proxy\": \"創建反向代理\",\n\t\t\"modify_proxy\": \"修改反向代理\",\n\t\t\"open_proxy\": \"啟用代理\",\n\t\t\"proxy_adv\": \"高級功能\",\n\t\t\"proxy_name\": \"代理名稱\",\n\t\t\"cache_time\": \"緩存時間\",\n\t\t\"proxy_dir\": \"代理目錄\",\n\t\t\"empty\": \"空蕩蕩\",\n\t\t\"add_rep_content\": \"添加內容替換\",\n\t\t\"add_proxy\": \"添加反向代理\",\n\t\t\"add_dir_guard\": \"添加目錄守衛\",\n\t\t\"cache\": \"高速緩存\",\n\t\t\"already_open\": \"啟用\",\n\t\t\"already_close\": \"禁用\",\n\t\t\"url_suffix\": \"URL後綴\",\n\t\t\"access_domain1\": \"接入域\",\n\t\t\"start_anti_leech\": \"開啟防盜鏈\",\n\t\t\"access_empty_ref_default\": \"默認情況下允許直接訪問資源，<br>&nbsp；&nbsp；&nbsp；即不限制HTTP_REFERER為空的請求。\",\n\t\t\"multi_url\": \"多個URL後綴和域名應用逗號(，)分隔，例如png、jpeg、zip、js\",\n\t\t\"trigger_return_404\": \"當觸發防盜鏈時，直接返回404狀態\",\n\t\t\"redirect\": \"重定向\",\n\t\t\"redirect_test\": \"重定向\",\n\t\t\"response_log\": \"回應日誌\",\n\t\t\"minute\": \"分鐘\",\n\t\t\"install_web_server_first\": \"請先安裝Web服務器！\",\n\t\t\"to_install\": \"安裝\",\n\t\t\"php_cli_ver\": \"PHP-CLI版本\",\n\t\t\"php_cli_tips1\": \"您可以在此處設置使用PHP命令行介面時的PHP版本\",\n\t\t\"php_cli_tips2\": \"需要在安裝新版本的PHP後重置此設置\",\n\t\t\"set_php_cli_cmd\": \"設置PHP-CLI(命令行)版本\",\n\t\t\"deploy_success_cret\": \"提醒：\",\n\t\t\"try_renew_cret\": \"SSL將在到期日期前1個月自動續費\",\n\t\t\"cert_brand\": \"品牌：\",\n\t\t\"expire_time\": \"到期日期：\",\n\t\t\"auth_domain\": \"認證域：\",\n\t\t\"ssl_renew\": \"續約\",\n\t\t\"deploy_success_tips\": \"<b>已成功部署：<\\/b>請在證書過期前替換新證書\",\n\t\t\"not_deploy_and_save\": \"<b style=“color：red；”>當前未部署：<\\/b>點擊[保存]按鈕完成該證書的部署\",\n\t\t\"default_site_not_set\": \"未設置默認網站\",\n\t\t\"backup_time\": \"備份時間\",\n\t\t\"enable_website\": \"啟用網站\",\n\t\t\"backup_website\": \"備份網站\",\n\t\t\"set_expired\": \"設置過期日期\",\n\t\t\"set_php_version\": \"設置php版本\",\n\t\t\"set_category\": \"設置類別\",\n\t\t\"del_website\": \"刪除網站\",\n\t\t\"accomplish\": \"完成\",\n\t\t\"persent\": \"當前\",\n\t\t\"select_batch_type\": \"選擇批次類型\",\n\t\t\"batch_input_tips\": \"點擊編輯內容，按Enter或失去焦點自動保存\",\n\t\t\"batch_lack_tips\": \"缺少數據或URL參數\",\n\t\t\"get_list_tips\": \"正在獲取列表數據\",\n\t\t\"data_empty\": \"數據為空\",\n\t\t\"opt_result\": \"OPT結果\",\n\t\t\"select_batch_opt\": \"選擇批量操作\",\n\t\t\"category_manager\": \"類別管理器\",\n\t\t\"executing_batch\": \"正在執行批處理\",\n\t\t\"request_network_error\": \"請求網路錯誤\",\n\t\t\"batch_risk\": \"可能是有風險的。你想繼續嗎？\",\n\t\t\"batch_opt\": \"批量操作\",\n\t\t\"items_page\": \"專案\\/頁面\",\n\t\t\"site_page_jump\": \"頁面\",\n\t\t\"site_btn_jump\": \"確認\",\n\t\t\"batch_selected\": \"已選擇\",\n\t\t\"batch_text\": \"批次\",\n\t\t\"add_site\": {\n\t\t\t\"domain\": \"域名\",\n\t\t\t\"description\": \"描述\",\n\t\t\t\"root\": \"網站路徑\",\n\t\t\t\"ftp\": \"Ftp\",\n\t\t\t\"database\": \"資料庫\",\n\t\t\t\"program\": \"節目類型\",\n\t\t\t\"php_version\": \"PHP版本\",\n\t\t\t\"category\": \"站點類別\",\n\t\t\t\"ftp_set\": \"Ftp設置\",\n\t\t\t\"database_set\": \"資料庫設置\",\n\t\t\t\"root_ph\": \"選擇嘟嘟聲小路\",\n\t\t\t\"dont_create\": \"不創建\",\n\t\t\t\"create\": \"創建\",\n\t\t\t\"ftp_ph\": \"創建ftp帳戶\",\n\t\t\t\"password\": \"密碼\",\n\t\t\t\"ftp_password\": \"Ftp密碼\",\n\t\t\t\"database_ph\": \"創建資料庫帳戶\",\n\t\t\t\"database_password\": \"資料庫密碼\",\n\t\t\t\"bath_code_ph\": \"域|1|0|0|0\\n域|1|0|0|0\\n域|1|0|0|0\",\n\t\t\t\"bath_tips1\": \"批處理格式：域|文檔根|FTP|資料庫|PHP版本\",\n\t\t\t\"bath_tips2\": \"<SPAN style=“padding-top:5px；display:inline-block；”>Domain格式：域使用&nbsp；，&nbsp；拆分<\\/span>\",\n\t\t\t\"bath_tips3\": \"文檔根：輸入&nbsp；1&nbsp；是自動創建的，或輸入特定目錄\",\n\t\t\t\"bath_tips4\": \"Ftp格式：輸入&nbsp；1&nbsp；為自動創建，輸入&nbsp；0&nbsp；不創建\",\n\t\t\t\"bath_tips5\": \"資料庫格式：輸入&nbsp；1&nbsp；為自動創建，輸入&nbsp；0&nbsp；未創建\",\n\t\t\t\"bath_tips6\": \"Php版本：輸入為靜態，或輸入特定版本的php，eq，56、71、74\",\n\t\t\t\"bath_tips7\": \"<SPAN每行style=“padding-bottom:5px；display:inline-block；”>A域<\\/SPAN>\",\n\t\t\t\"bath_tips8\": \"Eq，bt.cn，est.cn：8081|\\/www\\/wwwroot\\/bt.cn|1|1|56\",\n\t\t\t\"create_site\": \"創建站點\",\n\t\t\t\"batch_creat\": \"批量創建\",\n\t\t\t\"add_site_title\": \"添加站點-支持批量站點建設\",\n\t\t\t\"empty_ps\": \"是空的！\",\n\t\t\t\"batch_site_ps\": \"請輸入要批量創建的站點參數！\",\n\t\t\t\"error_line\": \"線\",\n\t\t\t\"domain_error\": \"，域名格式錯誤\",\n\t\t\t\"port_error\": \"，埠格式錯誤\",\n\t\t\t\"success\": \"成功\",\n\t\t\t\"not_created\": \"未創建\",\n\t\t\t\"created\": \"已成功創建\",\n\t\t\t\"batch_add_site\": \"批量添加站點\",\n\t\t\t\"site_name\": \"站點名稱\",\n\t\t\t\"opt_result\": \"OPT結果\"\n\t\t}\n\t},\n\t\"public\": {\n\t\t\"network_err\": \"網路中斷\",\n\t\t\"getting_disk_list\": \"正在獲取磁碟片列表，請稍候...\",\n\t\t\"search_file_name\": \"蒐索檔案名\",\n\t\t\"next\": \"下一步\",\n\t\t\"select\": \"選擇\",\n\t\t\"fileordir\": \"檔案\\/目錄\",\n\t\t\"jump_to_page\": \"跳轉到頁面\",\n\t\t\"bulk_opt\": \"批量操作\",\n\t\t\"select_opt_type\": \"請選擇所需的操作類型\",\n\t\t\"risk_prompt\": \"該操作可能有風險，是否要繼續？\",\n\t\t\"in_bulk\": \"散裝的\",\n\t\t\"request_error\": \"請求錯誤\",\n\t\t\"please_wait\": \"請稍候...\",\n\t\t\"schedule\": \"進度表\",\n\t\t\"executeing\": \"執行\",\n\t\t\"miss_data_or_url\": \"缺少數據或URL參數\",\n\t\t\"success\": \"操作成功！\",\n\t\t\"error\": \"操作失敗！\",\n\t\t\"add_success\": \"添加成功！\",\n\t\t\"del_success\": \"已成功刪除\",\n\t\t\"save\": \"保存\",\n\t\t\"edit\": \"編輯\",\n\t\t\"up_level\": \"上一級\",\n\t\t\"edit_ok\": \"編輯成功！\",\n\t\t\"edit_err\": \"編輯失敗！\",\n\t\t\"know\": \"好的\",\n\t\t\"close\": \"關\",\n\t\t\"cancel\": \"取消\",\n\t\t\"ok\": \"好的\",\n\t\t\"empty\": \"空蕩蕩\",\n\t\t\"submit\": \"提交\",\n\t\t\"exec\": \"執行\",\n\t\t\"script\": \"腳本\",\n\t\t\"log\": \"日誌\",\n\t\t\"slow_log\": \"慢速原木\",\n\t\t\"del\": \"刪除\",\n\t\t\"add\": \"增列\",\n\t\t\"the_get\": \"正在獲取，請稍候...\",\n\t\t\"fresh\": \"刷新\",\n\t\t\"config\": \"正在配置...\",\n\t\t\"config_ok\": \"配置成功！\",\n\t\t\"the\": \"正在處理中，請稍候...\",\n\t\t\"user\": \"帳號\",\n\t\t\"pass\": \"密碼\",\n\t\t\"read\": \"正在閱讀，請稍候...\",\n\t\t\"pre\": \"百分比\",\n\t\t\"num\": \"數\",\n\t\t\"byte\": \"位元組\",\n\t\t\"input_err\": \"表單不合法，請重試！\",\n\t\t\"the_add\": \"正在添加，請稍候...\",\n\t\t\"the_del\": \"正在刪除，請稍候...\",\n\t\t\"msg\": \"提示\",\n\t\t\"list_empty\": \"列表為空！\",\n\t\t\"all\": \"全\",\n\t\t\"upload\": \"上傳\",\n\t\t\"download\": \"下載\",\n\t\t\"action\": \"行動\",\n\t\t\"warning\": \"警告\",\n\t\t\"return\": \"返回\",\n\t\t\"help\": \"幫助\",\n\t\t\"list\": \"明細表\",\n\t\t\"off\": \"關閉\",\n\t\t\"on\": \"在……上面\",\n\t\t\"cp_success\": \"複製成功！\",\n\t\t\"cp_fail\": \"複製失敗，瀏覽器不相容！\",\n\t\t\"input_calc_result\": \"請正確輸入計算結果！\",\n\t\t\"usually_username_ban\": \"禁止使用常用用戶名\",\n\t\t\"onclick_install\": \"一鍵安裝\",\n\t\t\"exec_log\": \"執行日誌\",\n\t\t\"scan\": \"正在掃描\",\n\t\t\"task_long_time_not_exec\": \"如果任務很長時間沒有執行，請嘗試在主頁[重啟面板]重置任務隊列\",\n\t\t\"login_expire\": \"您的登錄狀態已過期，請重新登錄！\",\n\t\t\"session_expire\": \"會話已過期\",\n\t\t\"logout\": \"註銷\",\n\t\t\"bt_terminal\": \"AaPanel端子\",\n\t\t\"paste_comm_this\": \"請將命令黏貼到此處...\",\n\t\t\"send\": \"發送\",\n\t\t\"turnoff\": \"關\",\n\t\t\"cp_to_shear_plate\": \"複製到剪貼板\",\n\t\t\"paste_choose\": \"黏貼所選項目\",\n\t\t\"translate\": \"翻譯\",\n\t\t\"translate_now\": \"正在翻譯...\",\n\t\t\"search\": \"百度搜索\",\n\t\t\"original\": \"原件：\",\n\t\t\"translation\": \"譯文：\",\n\t\t\"start_up\": \"開始\",\n\t\t\"stop\": \"停\",\n\t\t\"restart\": \"重新啟動\",\n\t\t\"reload\": \"重新載入\",\n\t\t\"performance_tuning\": \"性能調整\",\n\t\t\"storage_location\": \"存儲位置\",\n\t\t\"port\": \"港口\",\n\t\t\"status\": \"現狀\",\n\t\t\"server_status\": \"服務狀態\",\n\t\t\"ver_mam\": \"版本管理\",\n\t\t\"edit_conf\": \"配置\",\n\t\t\"add_db\": \"添加資料庫\",\n\t\t\"backup\": \"備份\",\n\t\t\"username\": \"用戶名\",\n\t\t\"db_name\": \"資料庫名稱\",\n\t\t\"operate\": \"操作\",\n\t\t\"get_now\": \"vbl.得到，得到\",\n\t\t\"install_ver\": \"安裝版本\",\n\t\t\"uninstall_ver\": \"卸載版本\",\n\t\t\"file_tips\": \"提示：Ctrl+F蒐索關鍵字，Ctrl+G查找下一步，Ctrl+S保存，Ctrl+Shift+R查找和替換！\",\n\t\t\"transfer\": \"轉接\",\n\t\t\"input_db_name\": \"請輸入資料庫名稱\",\n\t\t\"input_db_username\": \"請輸入資料庫用戶名\",\n\t\t\"input_db_passwd\": \"請輸入資料庫密碼\",\n\t\t\"access_right\": \"訪問許可權\",\n\t\t\"local_server\": \"本地服務器\",\n\t\t\"everyone\": \"每個人\",\n\t\t\"specified_network\": \"指定網段\",\n\t\t\"file_name\": \"檔案名\",\n\t\t\"file_size\": \"檔案大小\",\n\t\t\"back_time\": \"備份時間\",\n\t\t\"tips\": \"提示\",\n\t\t\"confirm\": \"確認\",\n\t\t\"privilege_man\": \"許可權管理\",\n\t\t\"change_passwd\": \"更改密碼\",\n\t\t\"copy_passwd\": \"複製密碼\",\n\t\t\"import\": \"進口\",\n\t\t\"permission\": \"許可\",\n\t\t\"edit_pass\": \"CHG PW\",\n\t\t\"res\": \"還原\",\n\t\t\"install_now\": \"正在安裝\",\n\t\t\"local\": \"本地服務器\",\n\t\t\"plug_err\": \"缺少插件類名或插件方法名！\",\n\t\t\"request_err\": \"請求過程中出錯！\",\n\t\t\"already_install\": \"已安裝\",\n\t\t\"rootdir\": \"文檔根目錄\",\n\t\t\"back\": \"背\",\n\t\t\"flush\": \"刷新\",\n\t\t\"set_account\": \"帳戶設置\",\n\t\t\"newdir\": \"新文件夾\",\n\t\t\"name\": \"名字\",\n\t\t\"size\": \"大小\",\n\t\t\"update_time\": \"更新時間\",\n\t\t\"upload_file_success\": \"上傳成功[{1}]個檔案！\",\n\t\t\"upload_now\": \"上傳\",\n\t\t\"upload_fail2\": \"上載失敗2\",\n\t\t\"create_dir\": \"創建一個目錄\",\n\t\t\"dir_name\": \"目錄名：\",\n\t\t\"dir_name_err\": \"目錄名稱不能為空\",\n\t\t\"submitting\": \"提交\",\n\t\t\"update\": \"更新\",\n\t\t\"history_file_empty\": \"歷史檔案為空\",\n\t\t\"history_version\": \"檔案歷史記錄版本\",\n\t\t\"v_time\": \"版本時間\",\n\t\t\"restore\": \"還原\",\n\t\t\"open_file\": \"打開檔案\",\n\t\t\"no_file_history\": \"當前檔案沒有歷史版本\",\n\t\t\"read_only_file\": \"唯讀檔案，檔案為\",\n\t\t\"restore_history\": \"單擊以恢復當前歷史版本\",\n\t\t\"history_v\": \"歷史版本\",\n\t\t\"can_not_switch_lan\": \"目前尚不支持切換語言模式，敬請關注！\",\n\t\t\"set_file_encoding\": \"設置檔案編碼\",\n\t\t\"encoding\": \"編碼\",\n\t\t\"dir\": \"目錄\",\n\t\t\"hide_dir\": \"隱藏檔案目錄\",\n\t\t\"show_file_dir\": \"顯示檔案目錄\",\n\t\t\"dir_cannot_empty\": \"檔案目錄不能為空\",\n\t\t\"file_name_empty_err\": \"檔案名不能為空\",\n\t\t\"new_name_err\": \"新名稱不能為空\",\n\t\t\"same_name_dir\": \"存在同名目錄\",\n\t\t\"same_name_file\": \"存在同名檔案\",\n\t\t\"rename_err\": \"此檔案已打開，無法編輯\",\n\t\t\"renaming_file\": \"正在重命名檔案或目錄，請稍候...\",\n\t\t\"creating_file\": \"正在創建檔案，請稍候...\",\n\t\t\"creating_dir\": \"正在創建目錄，請稍候...\",\n\t\t\"deleting_file\": \"正在刪除檔案，請稍候...\",\n\t\t\"deleting_dir\": \"正在刪除目錄，請稍候...\",\n\t\t\"get_autosave_file\": \"正在獲取自動保存檔案資訊，請稍候...\",\n\t\t\"restore_history_files\": \"還原歷史記錄檔案\",\n\t\t\"confirm_restore_file\": \"是否還原歷史檔案\",\n\t\t\"confirm_restore_file1\": \"恢復歷史檔案後，當前檔案內容將被替換！\",\n\t\t\"recover_file\": \"正在恢復歷史檔案，請稍候...\",\n\t\t\"get_file_contents\": \"正在獲取檔案內容，請稍候...\",\n\t\t\"get_file_history\": \"正在獲取歷史檔案內容，請稍候...\",\n\t\t\"space\": \"空間\",\n\t\t\"tab_length\": \"製錶符長度\",\n\t\t\"lan\": \"語言\",\n\t\t\"row\": \"劃\",\n\t\t\"column\": \"立柱\",\n\t\t\"opend_file\": \"打開的檔案\",\n\t\t\"save_file_content\": \"正在保存檔案內容，請稍候...\",\n\t\t\"save_ace_config\": \"正在設置ACE配置，請稍候...\",\n\t\t\"get_ace_config\": \"正在獲取ACE配置，請稍候...\",\n\t\t\"save_all\": \"全部保存成功\",\n\t\t\"online_text_editor\": \"在線文本編輯器\",\n\t\t\"save_tips\": \"保存提示\",\n\t\t\"save_tips1\": \"檢測到檔案未保存，您是否保存了檔案更改？\",\n\t\t\"save_tips2\": \"如果您不保存，更改將會丟失！\",\n\t\t\"dont_save\": \"不存錢\",\n\t\t\"terminal\": \"終端\",\n\t\t\"set\": \"集\",\n\t\t\"result\": \"結果\",\n\t\t\"selected\": \"已選擇\",\n\t\t\"please_choose\": \"請選擇\",\n\t\t\"manage_cloud_server\": \"遠端服務器\",\n\t\t\"capacity\": \"配額\",\n\t\t\"notConfigured\": \"未設置\",\n\t\t\"currentUsedCapacity\": \"已設置配額\",\n\t\t\"quotaCapacity\": \"設置新配額\",\n\t\t\"capacityFinished\": \"容量用完了\",\n\t\t\"finished\": \"已經完成了\",\n\t\t\"modifyQuotaCapacity\": \"單擊修改容量配額\",\n\t\t\"capacityTips1\": \"提醒：此功能是專業版獨有的\",\n\t\t\"capacityTips2\": \"需要XFS檔案系統，幷包含要使用的[prjQuota]參數\",\n\t\t\"capacityTips3\": \"Fstab：\\/dev\\/vdc1\\/data XFS缺省值的示例，prj配額0 0\",\n\t\t\"capacityTips4\": \"使用面板或根用戶導入，不受配額影響\",\n\t\t\"capacityTips5\": \"配額：要取消配額，請設置為“0”\",\n\t\t\"modify_path_quota\": \"正在設置目錄配額，請稍候...\",\n\t\t\"modify_mysql_quota\": \"正在設置MySQL配額，請稍候...\",\n\t\t\"setup_success\": \"安裝成功！\",\n\t\t\"setup_fail\": \"安裝失敗！\"\n\t},\n\t\"public_backup\": {\n\t\t\"login_expire\": \"您的登錄狀態已過期，請重新登錄！\",\n\t\t\"session_expire\": \"會話已過期\",\n\t\t\"click_detail\": \"點擊查看說明\",\n\t\t\"stop\": \"停\",\n\t\t\"restart\": \"重新啟動\",\n\t\t\"reload\": \"重新載入\",\n\t\t\"server\": \"服務器\",\n\t\t\"cp_success\": \"已成功複製\",\n\t\t\"cp_fail\": \"複製失敗，瀏覽器不相容！\",\n\t\t\"bind_bt_account\": \"綁定aaPanel帳戶\",\n\t\t\"mobile_phone\": \"手機\",\n\t\t\"mobile_phone_or_email\": \"您的電子郵件地址\",\n\t\t\"pass\": \"密碼\",\n\t\t\"rootpass\": \"超級用戶密碼\",\n\t\t\"login\": \"登錄\",\n\t\t\"no_account\": \"沒有帳號，去註冊吧\",\n\t\t\"oneclick_install\": \"一鍵安裝\",\n\t\t\"user_img\": \"個人資料圖片\",\n\t\t\"nick_name\": \"暱稱：\",\n\t\t\"cancel_wechat_bind\": \"取消當前微信小程式的綁定\",\n\t\t\"cancel_bind\": \"解除綁定\",\n\t\t\"add_account_bind\": \"添加綁定帳戶\",\n\t\t\"unbind_account\": \"確定要取消當前綁定嗎？\",\n\t\t\"confirm\": \"好的\",\n\t\t\"cancel\": \"取消\",\n\t\t\"unbind\": \"解除綁定\",\n\t\t\"open_bt_small_app\": \"打開aaPanel面板小程式\",\n\t\t\"app_qr_core\": \"小程式二維碼\",\n\t\t\"scan_qr_core\": \"使用aaPanel Mobile掃描當前二維碼並綁定到面板\",\n\t\t\"return_bind_list\": \"返回面板綁定列表\",\n\t\t\"read_bind_list\": \"查看綁定列表\",\n\t\t\"bind_wechat\": \"捆綁微信\",\n\t\t\"bind_success\": \"綁定成功！\",\n\t\t\"del\": \"刪除\",\n\t\t\"del_dir\": \"您確定要刪除此目錄嗎？\",\n\t\t\"del_task\": \"您確定要刪除此cron作業嗎？\",\n\t\t\"tips\": \"提示\",\n\t\t\"stop_crontab\": \"Cron作業在暫停後將不會繼續運行。是否確實要停用此計劃任務？\",\n\t\t\"start_crontab\": \"Cron作業已停用。是否要啟用此cron作業？\",\n\t\t\"submit_data\": \"正在提交數據...\",\n\t\t\"read_log\": \"查看日誌\",\n\t\t\"log_empty\": \"當前日誌為空\",\n\t\t\"microsoft_yahei\": \"微軟雅黑\",\n\t\t\"all\": \"全\",\n\t\t\"server_disk\": \"服務器磁碟片\",\n\t\t\"get_cert\": \"獲取證書資訊\",\n\t\t\"key\": \"鑰匙\",\n\t\t\"cret_format\": \"證書(PEM格式)\",\n\t\t\"save\": \"保存\",\n\t\t\"cret_help\": \"黏貼您的*.key和*.pem內容並保存\",\n\t\t\"help\": \"幫助\",\n\t\t\"cret_err\": \"如果瀏覽器提示證書鏈不完整，請檢查PEM證書是否拼接正確\",\n\t\t\"pem_format\": \"PEM格式證書=域名證書.crt+根證書(ROOT_Bundle).crt\",\n\t\t\"custom_panel_set\": \"自定義面板證書\",\n\t\t\"usually_user_ban\": \"不要使用普通用戶名！\",\n\t\t\"install\": \"安裝\",\n\t\t\"uninstall\": \"卸載\",\n\t\t\"no_fpm_log\": \"當前沒有FPM日誌\",\n\t\t\"no_slow_log\": \"目前沒有慢速日誌\",\n\t\t\"year\": \"年\",\n\t\t\"month\": \"月份\",\n\t\t\"day\": \"天\",\n\t\t\"month1\": \"1個月\",\n\t\t\"month3\": \"3個月\",\n\t\t\"month6\": \"6個月\",\n\t\t\"year1\": \"1年\",\n\t\t\"year2\": \"2年\",\n\t\t\"year3\": \"3年\",\n\t\t\"permanent\": \"永久\",\n\t\t\"buy_multiplev_bt_pro\": \"注意：如果您需要購買多個永久許可證，請訪問aaPanel官方網站進行購買\",\n\t\t\"goto_bt\": \"轉到aaPanel官方網站\",\n\t\t\"up_pro_use_allplug_free\": \"升級到專業版，所有插件均可免費使用\",\n\t\t\"buy\": \"買\",\n\t\t\"renew\": \"續約\",\n\t\t\"type\": \"類型\",\n\t\t\"add_to\": \"加到\",\n\t\t\"apiece_of_plug\": \"1個插件\",\n\t\t\"up_pro\": \"升級到專業版\",\n\t\t\"use_allplug_free\": \"所有插件均可免費使用\",\n\t\t\"pro_expire_must_renew_or_change_free_version\": \"(Pro版本到期後，需要續費才能登錄，也可以使用SSH執行免費版本降級命令切換到免費版本)\",\n\t\t\"duration\": \"持續時間\",\n\t\t\"total\": \"總計\",\n\t\t\"rmb\": \"元\",\n\t\t\"pay_by_wechatqrcore\": \"微信二維碼支付\",\n\t\t\"get_payment_info\": \"正在獲取付款資訊...\",\n\t\t\"loading\": \"正在載入，請稍候\",\n\t\t\"choose_cash_coupon\": \"請選擇優惠券\",\n\t\t\"no_cash_coupon\": \"沒有優惠券可用\",\n\t\t\"pay_plug_success\": \"成功支付插件費用！\",\n\t\t\"pay_pro_success\": \"專業版支付成功！\",\n\t\t\"pay_method\": \"支付方式\",\n\t\t\"pay_by_wechat\": \"微信付款\",\n\t\t\"cash_coupon\": \"息票\",\n\t\t\"opening_time\": \"開業時間\",\n\t\t\"cash_coupon_list\": \"優惠券列表\",\n\t\t\"submit\": \"提交\",\n\t\t\"discount\": \"折扣\",\n\t\t\"update\": \"更新\",\n\t\t\"third_party_plug\": \"第三方插件包\",\n\t\t\"name\": \"南：\",\n\t\t\"version\": \"版本：\",\n\t\t\"ps\": \"描述：\",\n\t\t\"size\": \"大小：\",\n\t\t\"author\": \"作者：\",\n\t\t\"source\": \"資料來源：\",\n\t\t\"update_wait\": \"更新過程可能需要幾分鐘時間，請耐心等待！\",\n\t\t\"install_wait\": \"安裝過程可能需要幾分鐘時間，請耐心等待！\",\n\t\t\"exist_cover\": \"如果這個插件已經存在，它將被替換！\",\n\t\t\"update_tips\": \"建議您在服務器負載較低時更新軟體。\",\n\t\t\"db_update_tips\": \"更新資料庫有風險，建議在更新之前備份資料庫。\",\n\t\t\"update_tips1\": \"如果您使用的是雲服務器，強烈建議您在更新之前拍攝快照。\",\n\t\t\"update_tips2\": \"更新過程可能會導致服務中斷。您真的現在將[{1}]更新為[{2}.{3}]嗎？\",\n\t\t\"update_tips3\": \"正在更新到[{1}-{2}.{3}]，請稍候...\",\n\t\t\"del_rep\": \"刪除重定向\",\n\t\t\"sure_del_rep\": \"您確定要刪除重定向嗎？\",\n\t\t\"del_proxy\": \"刪除反向代理\",\n\t\t\"sure_del_proxy\": \"確定要從列表中刪除嗎？\",\n\t\t\"no_log\": \"當前沒有日誌\",\n\t\t\"deploy_cert\": \"正在部署證書...\",\n\t\t\"del_cert\": \"刪除證書\",\n\t\t\"sure_del_cert\": \"您確定要從證書持有者中刪除該證書嗎？\",\n\t\t\"stop_site\": \"停止站點\",\n\t\t\"start_site\": \"起始站點\",\n\t\t\"turn_off\": \"關\",\n\t\t\"access_right\": \"訪問許可權\",\n\t\t\"local_server\": \"本地服務器\",\n\t\t\"every_one\": \"每個人\",\n\t\t\"specify_ip\": \"指定IP\",\n\t\t\"access_ip_tips\": \"由(，)分隔的多個IP\",\n\t\t\"db_name\": \"資料庫名稱\",\n\t\t\"new_db_name\": \"新資料庫名稱\",\n\t\t\"user_name\": \"用戶名\",\n\t\t\"db_user\": \"資料庫用戶\",\n\t\t\"set_db_permissions\": \"設置資料庫許可權\",\n\t\t\"change_db_pass\": \"更改資料庫密碼\",\n\t\t\"domain\": \"域\",\n\t\t\"domian_tips\": \"每行一個域，默認埠為80<br>通配符域格式：*.domain.com<br>要添加另一個埠，格式為www.domain.com：88\",\n\t\t\"site_ps\": \"現場備註\",\n\t\t\"root_dir\": \"文檔根目錄\",\n\t\t\"dont_create\": \"不創建\",\n\t\t\"create\": \"創建\",\n\t\t\"set_ftp\": \"Ftp設置\",\n\t\t\"ftp_tips\": \"在創建站點時，為站點創建對應的ftp用戶，ftp目錄指向站點所在的目錄。\",\n\t\t\"db\": \"資料庫\",\n\t\t\"unsupport_sqlserver\": \"Linux目前不支持SQLServer！\",\n\t\t\"db_set\": \"資料庫設置\",\n\t\t\"create_site_tips\": \"在創建站點時，為站點創建相應的資料庫，以方便不同的資料庫使用不同的資料庫。\",\n\t\t\"php_v\": \"PHP版本\",\n\t\t\"sitic\": \"純靜電\",\n\t\t\"site_classification\": \"站點類別\",\n\t\t\"domain_format_not_right\": \"主域的格式不正確\",\n\t\t\"default_port\": \"默認埠\",\n\t\t\"recover\": \"還原\",\n\t\t\"permanent_delete\": \"永久刪除\",\n\t\t\"name_err\": \"缺少必需的參數名稱\",\n\t\t\"preparing_for_cert\": \"準備證書\"\n\t},\n\t\"layout\": {\n\t\t\"download\": \"正在下載：\",\n\t\t\"cancel\": \"取消\",\n\t\t\"connect\": \"正在連接中..\",\n\t\t\"wait_task\": \"正在等待任務執行\",\n\t\t\"cancel_task\": \"正在取消任務...\",\n\t\t\"task_queue\": \"任務隊列\"\n\t},\n\t\"install\": {\n\t\t\"passwd_cant_empty\": \"用戶名或密碼不能為空！\",\n\t\t\"passwd_not_same\": \"兩次輸入的密碼不一致，請重新輸入！\",\n\t\t\"setting_up\": \"正在處理中...\"\n\t},\n\t\"login\": {\n\t\t\"qr_core_login\": \"AaPanel手機二維碼登錄\",\n\t\t\"open\": \"打開\",\n\t\t\"bt_small_p\": \"AaPanel Mobile\",\n\t\t\"scan_login\": \"掃描以登錄\",\n\t\t\"scan_more_safety\": \"二維碼登錄更安全\",\n\t\t\"scan_success\": \"掃描二維碼成功，請稍候...\",\n\t\t\"safe_logging_now\": \"正在安全登錄，請稍候...\",\n\t\t\"user_login\": \"單擊帳戶以登錄\",\n\t\t\"form_err\": \"表單錯誤，請重新輸入！\",\n\t\t\"logging\": \"正在登錄...\"\n\t},\n\t\"tomcat2\": {\n\t\t\"project_mam\": \"專案管理\",\n\t\t\"server\": \"服務\",\n\t\t\"conf_file\": \"配置檔案\",\n\t\t\"version_mam\": \"版本管理\",\n\t\t\"log\": \"日誌\",\n\t\t\"add_project\": \"添加專案\",\n\t\t\"project_domain\": \"專案域\",\n\t\t\"project_path\": \"專案路徑\",\n\t\t\"sub_dir\": \"子目錄\",\n\t\t\"tomcat_version\": \"Tomcat版本\",\n\t\t\"operate\": \"運營\",\n\t\t\"project_tips1\": \"默認專案不可編輯\",\n\t\t\"project_tips2\": \"可通過域名直接訪問專案地圖\",\n\t\t\"project_tips3\": \"Tomcat7、8和9的默認埠為8081、8082和8083\",\n\t\t\"project_tips4\": \"如果你有問題，可以在這裡發帖。\",\n\t\t\"project_tips5\": \"查看詳細資訊\",\n\t\t\"project_tips6\": \"提示：Ctrl+F蒐索關鍵字，Ctrl+G查找下一步，Ctrl+S保存，Ctrl+Shift+R查找和替換！\",\n\t\t\"save\": \"保存\",\n\t\t\"project_mapping\": \"專案測繪\",\n\t\t\"already_install\": \"已安裝\",\n\t\t\"not_install\": \"未安裝\",\n\t\t\"install_version\": \"安裝版本\",\n\t\t\"uninstall_version\": \"卸載版本\",\n\t\t\"not_install_tomcat\": \"未安裝Tomcat服務\",\n\t\t\"add_tomcat_project\": \"添加Tomcat專案\",\n\t\t\"project_version\": \"專案版本\",\n\t\t\"input_project_domain\": \"請輸入專案域\",\n\t\t\"input_project_path\": \"請輸入專案路徑\",\n\t\t\"project_tips7\": \"專案版本：如果您需要添加其他版本的Tomcat服務，請安裝在\",\n\t\t\"project_tips8\": \"\",\n\t\t\"confirm\": \"好的\",\n\t\t\"cancel\": \"取消\",\n\t\t\"input_project_version\": \"請輸入專案版本\",\n\t\t\"uninstall_confirm\": \"您確定要卸載嗎\",\n\t\t\"program\": \"計劃\",\n\t\t\"uninstall_tomcat\": \"卸載Tomcat\",\n\t\t\"install_now\": \"正在安裝\",\n\t\t\"uninstall_now\": \"正在卸載\",\n\t\t\"install_tips1\": \"服務部，請耐心等待\",\n\t\t\"get_version_info\": \"正在獲取版本資訊，請稍候...\",\n\t\t\"mamager\": \"Mamager\",\n\t\t\"proxy\": \"代理\",\n\t\t\"edit\": \"編輯\",\n\t\t\"del\": \"刪除\",\n\t\t\"default_project_subdir_err\": \"默認專案不支持添加子目錄\",\n\t\t\"add_sub_dir\": \"添加一個子目錄\",\n\t\t\"input_sub_dir\": \"請輸入子目錄\",\n\t\t\"input_visit_path\": \"請輸入訪問路徑\",\n\t\t\"sub_dir_cant_empty\": \"子目錄不能為空\",\n\t\t\"visit_path_cant_empty\": \"訪問路徑不能為空\",\n\t\t\"del_confirm\": \"刪除或不刪除\",\n\t\t\"del_sub_dir\": \"刪除子目錄\",\n\t\t\"del_sub_dir_now\": \"正在刪除子目錄，請稍候...\",\n\t\t\"add_sub_dir_now\": \"正在添加子目錄，請稍候...\",\n\t\t\"get_sub_dir\": \"正在獲取子目錄，請稍候...\",\n\t\t\"stop_reloadable_confirm\": \"是否確實要關閉可重新載入的屬性\",\n\t\t\"start_reloadable_confirm\": \"您確定要打開ReLoadable屬性嗎\",\n\t\t\"set_reloadable\": \"設置ReLoadable屬性\",\n\t\t\"stop_reloadable_now\": \"關閉可重新載入的屬性，請稍候...\",\n\t\t\"start_reloadable_now\": \"打開可重新載入的屬性，請稍候...\",\n\t\t\"stop_server\": \"停止服務\",\n\t\t\"stop_confirm\": \"你確定要停下來嗎？\",\n\t\t\"stop_now\": \"正在停止\",\n\t\t\"wait\": \"請稍等\",\n\t\t\"start_server\": \"啟動服務\",\n\t\t\"start_confirm\": \"你確定要開始了嗎？\",\n\t\t\"start_now\": \"啟動\",\n\t\t\"reload_server\": \"重新載入服務\",\n\t\t\"reload_confirm\": \"你確定要重新裝彈嗎？\",\n\t\t\"reload_now\": \"重新裝填\",\n\t\t\"get_port\": \"正在進港，請稍候...\",\n\t\t\"set_port\": \"正在設置埠，請稍候...\",\n\t\t\"get_proxy\": \"獲取地圖狀態，請稍候...\",\n\t\t\"default_project_proxy_err\": \"默認專案不支持映射\",\n\t\t\"proxy_confirm\": \"是否映射\",\n\t\t\"proxy_project\": \"測繪專案\",\n\t\t\"set_proxy_now\": \"正在設置映射，請稍候...\",\n\t\t\"get_reloadable_status\": \"正在獲取可重新載入狀態，請稍候...\",\n\t\t\"set_reloadable_status\": \"正在設置可重載狀態，請稍候...\",\n\t\t\"default_project_edit_err\": \"默認專案不支持編輯\",\n\t\t\"modify\": \"修改\",\n\t\t\"project\": \"專案\",\n\t\t\"modify_success\": \"已修改\",\n\t\t\"project_unmodified\": \"專案未修改\",\n\t\t\"set_project\": \"設置專案\",\n\t\t\"project_set_dir\": \"目錄，請稍候...\",\n\t\t\"project_set_domain\": \"域名，請稍候...\",\n\t\t\"default_project_del_err\": \"默認專案不支持刪除\",\n\t\t\"del_project\": \"刪除專案\",\n\t\t\"del_project_confirm\": \"專案，繼續嗎？\",\n\t\t\"add_project_now\": \"正在添加Tomcat專案，請稍候...\",\n\t\t\"get_project_now\": \"正在獲取Tomcat專案列表，請稍候...\",\n\t\t\"status\": \"當前狀態：\",\n\t\t\"port\": \"港口\",\n\t\t\"change\": \"變化\",\n\t\t\"jdk_version\": \"JDK版本：\",\n\t\t\"reload_conf\": \"重新載入\",\n\t\t\"get_service_status\": \"正在獲取服務狀態，請稍候...\",\n\t\t\"save_conf\": \"正在保存配置檔案，請稍候\",\n\t\t\"get_conf\": \"正在獲取配置檔案，請稍候\",\n\t\t\"get_log\": \"正在獲取日誌，請稍候\",\n\t\t\"plug_err\": \"缺少插件類名或插件方法名！\",\n\t\t\"requery_err\": \"請求過程中出錯！\",\n\t\t\"visit_path\": \"訪問路徑\",\n\t\t\"tomcat_status_tips1\": \"服務臺，請稍等\",\n\t\t\"del_confirm_p\": \"是否刪除\",\n\t\t\"del_project_now\": \"正在刪除專案，請稍候...\",\n\t\t\"open\": \"正在運行\",\n\t\t\"stop\": \"停\",\n\t\t\"startup\": \"開始\"\n\t},\n\t\"pythonmamager\": {\n\t\t\"project_mam\": \"專案管理\",\n\t\t\"version_mam\": \"版本管理\",\n\t\t\"log\": \"日誌\",\n\t\t\"add_project\": \"添加專案\",\n\t\t\"project_name\": \"專案名稱\",\n\t\t\"project_path\": \"專案路徑\",\n\t\t\"port\": \"港口\",\n\t\t\"start_type\": \"啟動模式\",\n\t\t\"py_version\": \"PYTHON版本\",\n\t\t\"mem\": \"記憶\",\n\t\t\"status\": \"狀態\",\n\t\t\"operate\": \"運營\",\n\t\t\"py_tips1\": \"默認情況下，管理器使用pip安裝Document Root中Requirements s.txt中的模塊。如果還有其他模塊需要安裝，請手動進入虛擬環境進行安裝\",\n\t\t\"py_tips2\": \"進入虛擬環境的方法：\",\n\t\t\"py_tips3\": \"在CLI上輸入\",\n\t\t\"py_tips4\": \"源專案路徑\\/專案名稱_venv\\/bin\\/激活\",\n\t\t\"like\": \"例如：\",\n\t\t\"get_now\": \"得到..。\",\n\t\t\"instarll_version\": \"安裝版本\",\n\t\t\"uninstarll_version\": \"卸載版本\",\n\t\t\"install_py_tips\": \"安裝python版本可能需要很長時間，請耐心等待\",\n\t\t\"py_project\": \"PYTHON專案：\",\n\t\t\"already_install\": \"已安裝\",\n\t\t\"no_install\": \"未安裝\",\n\t\t\"uninstall_confirm\": \"您確定要卸載嗎\",\n\t\t\"program\": \"計劃\",\n\t\t\"uninstall_py\": \"卸載Python\",\n\t\t\"add_py_project\": \"添加一個Python專案\",\n\t\t\"confirm\": \"好的\",\n\t\t\"cancel\": \"取消\",\n\t\t\"name\": \"名字\",\n\t\t\"input_project_name\": \"請輸入專案名稱\",\n\t\t\"path\": \"路徑\",\n\t\t\"input_project_path\": \"請選擇項目路徑\",\n\t\t\"run_dir_file\": \"啟動檔案\\/文件夾\",\n\t\t\"input_run_file\": \"請選擇項目啟動檔案\",\n\t\t\"choose_project_dir\": \"選擇項目目錄\",\n\t\t\"run_type\": \"啟動模式\",\n\t\t\"input_project_port\": \"請輸入專案埠，如果沒有埠則為空\",\n\t\t\"add_py_tips1\": \"專案版本：如果您需要添加另一個版本的Python，請安裝在\",\n\t\t\"add_py_tips2\": \"版本管理\",\n\t\t\"add_py_tips3\": \"\",\n\t\t\"add_py_tips4\": \"Gunicorn是一種廣泛使用的Python WSGI Unix HTTP服務器\",\n\t\t\"add_py_tips5\": \"UWsgi是一個高性能的Web服務器\",\n\t\t\"add_py_tips6\": \"Python直接使用Python運行專案\",\n\t\t\"project_name_cant_empty\": \"專案名稱不能為空！\",\n\t\t\"project_path_cant_empty\": \"專案地址不能為空！\",\n\t\t\"project_runfile_cant_empty\": \"專案啟動檔案不能為空！\",\n\t\t\"stop\": \"停頓\",\n\t\t\"cancel_mapping\": \"取消映射\",\n\t\t\"runing\": \"正在運行\",\n\t\t\"mapping\": \"映射\",\n\t\t\"restart\": \"重新啟動\",\n\t\t\"restart_project\": \"重新啟動專案\",\n\t\t\"conf\": \"配置\",\n\t\t\"conf_file\": \"配置檔案\",\n\t\t\"module_mam\": \"模塊管理\",\n\t\t\"module\": \"模塊\",\n\t\t\"del_project\": \"刪除專案\",\n\t\t\"del\": \"刪除\",\n\t\t\"no_data\": \"目前沒有數據\",\n\t\t\"whether\": \"一定會的\",\n\t\t\"open\": \"使能\",\n\t\t\"close\": \"禁用\",\n\t\t\"mapping_project\": \"測繪專案\",\n\t\t\"whether_restart_python_project\": \"您確定要重新啟動Python專案嗎\",\n\t\t\"whether_cancel_python_project\": \"您確定要取消專案映射域嗎\",\n\t\t\"whether_del_python_project\": \"確定要刪除該Python專案嗎\",\n\t\t\"whether_uninstall_module\": \"您確定要卸載該模塊嗎\",\n\t\t\"tips\": \"提示\",\n\t\t\"submit\": \"提交\",\n\t\t\"mapping_domain\": \"映射域\",\n\t\t\"input_mapping_domain\": \"請輸入映射域\",\n\t\t\"edit\": \"編輯\",\n\t\t\"project_conf\": \"專案配置\",\n\t\t\"file_tips\": \"提示：Ctrl+F蒐索關鍵字，Ctrl+G查找下一步，Ctrl+S保存，Ctrl+Shift+R查找和替換！\",\n\t\t\"get_project_list_now\": \"正在獲取專案列表，請稍候...\",\n\t\t\"cancel_mapping_now\": \"正在取消專案映射，請稍候...\",\n\t\t\"get_python_ver\": \"正在獲取PYTHON版本，請稍候...\",\n\t\t\"uninstall\": \"卸載\",\n\t\t\"module_name\": \"模塊名稱\",\n\t\t\"module_ver\": \"模塊版本\",\n\t\t\"add\": \"加到\",\n\t\t\"add_module_tips\": \"*&nbsp；如果模塊版本為空，則將安裝最新版本&nbsp；*\",\n\t\t\"version\": \"版本\",\n\t\t\"warn\": \"警告\",\n\t\t\"get_project_module_now\": \"正在獲取專案[{1}]模塊，請稍候...\",\n\t\t\"set_project_module_now\": \"正在設置專案[{1}]模塊，請稍候...\",\n\t\t\"install_dependent\": \"正在安裝專案所需的依賴項，請稍候...\",\n\t\t\"being\": \"\",\n\t\t\"start_py_project\": \"打開Python專案\",\n\t\t\"stop_py_project\": \"關閉Python專案\",\n\t\t\"pleace_wait\": \"，請稍候...\",\n\t\t\"mapping_py_project\": \"正在映射Python專案，請稍候...\",\n\t\t\"del_py_project\": \"正在刪除Python專案，請稍候...\",\n\t\t\"get_py_ver\": \"正在獲取PYTHON版本，請稍候...\",\n\t\t\"install_py_ver\": \"正在安裝Python版本[{1}]，請稍候...\",\n\t\t\"uninstall_py_ver\": \"正在卸載Python版本[{1}]，請稍候...\",\n\t\t\"get_conf_now\": \"正在獲取配置資訊，請稍候...\",\n\t\t\"save_conf_now\": \"正在保存配置資訊，請稍候...\",\n\t\t\"choose_file\": \"請選擇一個檔案\",\n\t\t\"input_newfile_name\": \"請輸入新檔案名\",\n\t\t\"rootdir\": \"文檔根目錄\",\n\t\t\"create_newfile\": \"正在創建新檔案，請稍候...\",\n\t\t\"get_file_list\": \"正在獲取檔案列表，請稍候...\",\n\t\t\"plug_err\": \"缺少插件類名或插件方法名！\",\n\t\t\"reuqest_err\": \"請求過程中出錯！\"\n\t},\n\t\"pgsql\": {\n\t\t\"like\": \"例如：\",\n\t\t\"log\": \"日誌\",\n\t\t\"slow_log\": \"慢速原木\",\n\t\t\"performance_tuning\": \"性能調整\",\n\t\t\"port\": \"港口\",\n\t\t\"server_status\": \"服務狀態\",\n\t\t\"ver_man\": \"版本管理\",\n\t\t\"edit_conf\": \"配置\",\n\t\t\"add_db\": \"添加資料庫\",\n\t\t\"backup\": \"備份\",\n\t\t\"username\": \"用戶名\",\n\t\t\"db_name\": \"資料庫名稱\",\n\t\t\"operate\": \"運營\",\n\t\t\"get_now\": \"vbl.得到，得到\",\n\t\t\"install_ver\": \"安裝版本\",\n\t\t\"uninstall_ver\": \"卸載版本\",\n\t\t\"file_tips\": \"提示：Ctrl+F蒐索關鍵字，Ctrl+G查找下一步，Ctrl+S保存，Ctrl+Shift+R查找和替換！\",\n\t\t\"transfer\": \"轉接\",\n\t\t\"input_db_name\": \"請輸入資料庫名稱\",\n\t\t\"input_db_username\": \"請輸入資料庫用戶名\",\n\t\t\"input_db_passwd\": \"請輸入資料庫密碼\",\n\t\t\"access_right\": \"訪問許可權\",\n\t\t\"local_server\": \"本地服務器\",\n\t\t\"everyone\": \"每個人\",\n\t\t\"specified_network\": \"指定網段\",\n\t\t\"file_name\": \"檔案名\",\n\t\t\"file_size\": \"檔案大小\",\n\t\t\"back_time\": \"備份時間\",\n\t\t\"tips\": \"提示\",\n\t\t\"confirm\": \"測定\",\n\t\t\"privilege_man\": \"許可權管理\",\n\t\t\"change_passwd\": \"更改密碼\",\n\t\t\"copy_passwd\": \"複製密碼\",\n\t\t\"import\": \"進口\",\n\t\t\"permission\": \"許可權\",\n\t\t\"edit_pass\": \"CHG PW\",\n\t\t\"res\": \"還原\",\n\t\t\"install_now\": \"正在安裝\",\n\t\t\"local\": \"本地服務器\",\n\t\t\"plug_err\": \"缺少插件類名或插件方法名！\",\n\t\t\"request_err\": \"請求過程中出錯！\",\n\t\t\"db_list\": \"資料庫列表\",\n\t\t\"client_auth\": \"客戶端身分驗證\",\n\t\t\"pgsql_ver\": \"PgSQL版本\",\n\t\t\"pgsql_tips1\": \"安裝PgSQL版本可能需要很長時間，請耐心等待\",\n\t\t\"pgsql_tips2\": \"要切換版本，請先卸載當前版本，然後手動備份當前資料庫檔案\",\n\t\t\"pgsql_tips3\": \"下面是pgsql主配置檔案。如果您不知道配置規則，請不要隨意修改\",\n\t\t\"pgsql_tips4\": \"此配置檔案可以配置為允許哪些用戶連接到哪個資料庫，允許哪些IP或網段連接到服務器，以及用於指定連接的身分驗證模式！\",\n\t\t\"pgsql_tips5\": \"下面是pgsql客戶端身分驗證配置檔案。如果您不知道配置規則，請不要隨意修改\",\n\t\t\"restart_db\": \"重新啟動資料庫\",\n\t\t\"get_pgsql_service\": \"正在獲取PgSQL服務，請稍候...\",\n\t\t\"choose_sql_ver\": \"請選擇已安裝的資料庫版本\",\n\t\t\"db_name_err\": \"資料庫名稱不能包含特殊字元\",\n\t\t\"cp_fail\": \"複製失敗，請手動複製Ctrl+C\",\n\t\t\"db_back_list\": \"資料庫[{1}]備份列表\",\n\t\t\"whether_res_db_file\": \"是否確實要恢復&nbsp；[{1}]備份檔案？\",\n\t\t\"download_back_file\": \"正在下載備份檔案，請稍候...\",\n\t\t\"whether_del_db_file\": \"確定要刪除&nbsp；[{1}]&nbsp；備份檔案嗎？\",\n\t\t\"import_back_file\": \"資料庫[{1}]，本地檔案導入備份\",\n\t\t\"upload_from_local\": \"從本地上傳\",\n\t\t\"whether_del_import_file\": \"您確定要刪除&nbsp；[{1}]&nbsp；損壞的檔案嗎？\",\n\t\t\"whether_del_db\": \"確定要刪除資料庫[{1}]嗎？\",\n\t\t\"del_back_file\": \"同時刪除資料庫備份檔案\",\n\t\t\"input_storage_location\": \"請輸入資料庫存儲位置！\",\n\t\t\"input_db_port\": \"請輸入資料庫埠！\",\n\t\t\"change_ver_tips\": \"切換版本，請切換版本，請先卸載當前版本，然後手動備份當前資料庫檔案\",\n\t\t\"whether_install_db_ver\": \"是否要安裝[{1}]數據，請選擇已安裝的資料庫存儲庫？\",\n\t\t\"whether_install_db\": \"您確定要安裝[{1}]資料庫嗎？\",\n\t\t\"install_pgsql_now\": \"正在安裝PgSQL，請稍候...\",\n\t\t\"whether_uninstall_sqldb\": \"是否確實要卸載資料庫[{1}]？\",\n\t\t\"uninstall_pgsql_now\": \"正在卸載PgSQL，請稍候...\",\n\t\t\"get_service_status\": \"正在獲取服務狀態，請稍候...\",\n\t\t\"get_db_list\": \"正在獲取資料庫列表，請稍候...\",\n\t\t\"change_db_passwd\": \"正在更改資料庫密碼，請稍候...\",\n\t\t\"set_db_permission\": \"正在設置資料庫許可權，請稍候...\",\n\t\t\"del_db_now\": \"正在刪除資料庫，請稍候...\",\n\t\t\"add_db_now\": \"正在添加資料庫，請稍候...\",\n\t\t\"get_db_import_list\": \"正在獲取資料庫導入列表，請稍候...\",\n\t\t\"upload_db_backfile\": \"上傳資料庫備份檔案\",\n\t\t\"import_db\": \"正在導入資料庫備份，請稍候...\",\n\t\t\"get_db_back_list\": \"正在獲取資料庫備份列表，請稍候...\",\n\t\t\"add_db_back\": \"正在添加資料庫備份，請稍候...\",\n\t\t\"del_db_back\": \"正在刪除資料庫備份，請稍候...\",\n\t\t\"get_pgsql_ver\": \"正在獲取PgSQL版本，請稍候...\",\n\t\t\"pgsql_port_release\": \"PgSQL資料庫埠版本\",\n\t\t\"pgsql_install_success\": \"PgSQL資料庫[{1}]已成功安裝\",\n\t\t\"get_client_auth_info\": \"正在獲取客戶端身分驗證資訊，請稍候...\",\n\t\t\"save_conf_info\": \"正在保存配置檔案資訊，請稍候...\",\n\t\t\"get_conf_info\": \"正在獲取配置檔案資訊，請稍候...\",\n\t\t\"get_db_storage_dir\": \"正在獲取資料庫存儲目錄，請稍候...\",\n\t\t\"set_db_storage_dir\": \"正在設置資料庫存儲目錄，請稍候...\",\n\t\t\"get_db_port\": \"正在獲取資料庫埠，請稍候...\",\n\t\t\"set_db_port\": \"正在設置資料庫埠，請稍候...\",\n\t\t\"get_db_status\": \"正在獲取資料庫狀態，請稍候...\",\n\t\t\"get_db_performance\": \"正在獲取資料庫性能配置，請稍候...\",\n\t\t\"set_db_performance\": \"正在保存資料庫性能數據，請稍候...\",\n\t\t\"get_db_log\": \"正在獲取資料庫日誌，請稍候...\",\n\t\t\"get_db_slow_log\": \"正在獲取資料庫慢日誌，請稍候...\",\n\t\t\"storage_location\": \"存儲位置\",\n\t\t\"status\": \"現狀\",\n\t\t\"open\": \"使能\",\n\t\t\"startup\": \"開始\",\n\t\t\"stop\": \"停\",\n\t\t\"restart\": \"重新啟動\",\n\t\t\"reload\": \"重新載入\",\n\t\t\"passwd\": \"密碼\",\n\t\t\"save\": \"保存\",\n\t\t\"modify\": \"修改\",\n\t\t\"del_db\": \"DEL資料庫\"\n\t},\n\t\"ftpplug\": {\n\t\t\"get_file_list\": \"正在獲取檔案列表...\",\n\t\t\"del\": \"刪除\",\n\t\t\"download\": \"下載\",\n\t\t\"roodir\": \"文檔根目錄\",\n\t\t\"back\": \"背\",\n\t\t\"flush\": \"刷新\",\n\t\t\"set_account\": \"帳戶設置\",\n\t\t\"upload\": \"上傳\",\n\t\t\"newdir\": \"新目錄\",\n\t\t\"name\": \"名字\",\n\t\t\"update_time\": \"更新時間\",\n\t\t\"operate\": \"運營\",\n\t\t\"upload_file_success\": \"上傳成功[{1}]個檔案！\",\n\t\t\"upload_now\": \"上傳\",\n\t\t\"upload_fail2\": \"上載失敗2\",\n\t\t\"create_dir\": \"創建一個目錄\",\n\t\t\"dir_name\": \"目錄名：\"\n\t},\n\t\"webhook\": {\n\t\t\"add\": \"增列\",\n\t\t\"name\": \"名字\",\n\t\t\"add_time\": \"添加時間\",\n\t\t\"recently_used\": \"最近的呼叫\",\n\t\t\"use_count\": \"呼叫數\",\n\t\t\"key\": \"鑰匙\",\n\t\t\"operate\": \"操作\",\n\t\t\"submitting\": \"提交.。\",\n\t\t\"exec_file\": \"執行腳本\",\n\t\t\"get_list\": \"正在獲取列表...\",\n\t\t\"read_key\": \"查看密鑰\",\n\t\t\"test\": \"測試\",\n\t\t\"use_method\": \"如何使用aaPanel WebHook：\",\n\t\t\"use_tips1\": \"Http:\\/\\/panel\\/hook?access_key=123&amp；param=aaa\",\n\t\t\"use_tips2\": \"@param access_key字串鉤鍵\",\n\t\t\"use_tips3\": \"@param param字串自定義參數(使用$1在鉤子腳本中接收)\",\n\t\t\"get\": \"正在檢索...\",\n\t\t\"task_log\": \"任務執行日誌\",\n\t\t\"add_hook\": \"添加掛鉤\"\n\t},\n\t\"linuxsys\": {\n\t\t\"set_dns\": \"域名系統設置\",\n\t\t\"swap\": \"交換\\/虛擬記憶體\",\n\t\t\"set_time_zone\": \"時區設置\",\n\t\t\"sys_pass\": \"系統密碼\",\n\t\t\"set_ip\": \"IP設置\",\n\t\t\"mem_disk\": \"RAM盤\",\n\t\t\"m_dns\": \"主域名系統\",\n\t\t\"b_dns\": \"備用域名系統\",\n\t\t\"test\": \"測試\",\n\t\t\"save\": \"保存\",\n\t\t\"dns_tips1\": \"如果域名設置不正確，您的服務器將無法解析該域名，即您將無法通過服務器訪問該域名！\",\n\t\t\"dns_tips2\": \"請在保存前點擊測試按鈕，以測試您設置的域名是否有效！\",\n\t\t\"total_space\": \"總容量：\",\n\t\t\"use\": \"已使用：\",\n\t\t\"no_use\": \"現有：\",\n\t\t\"add_swap\": \"添加交換\",\n\t\t\"confirm\": \"確認\",\n\t\t\"swap_tips1\": \"交換是Linux下的虛擬記憶體，設置適當的交換以增加服務器的穩定性\",\n\t\t\"swap_tips2\": \"建議交換容量約為實際內存容量的1.5倍。如果您的服務器內存大於4 GB，您可以設置1-2 GB的固定值\",\n\t\t\"swap_tips3\": \"默認情況下，調換檔案保存在\\/www\\/swap中。在設置前請確保磁碟片空間充足\",\n\t\t\"swap_tips4\": \"如果您不需要交換，請將容量設置為0。\",\n\t\t\"swap_tips5\": \"此功能不適用於OVZ虛擬基礎架構電腦\",\n\t\t\"now\": \"當前時間：\",\n\t\t\"time_zone_tips1\": \"如果時區設置不正確，可能會導致服務器時間“不準確”！\",\n\t\t\"time_zone_tips2\": \"北京時間(CST+0800)，請選擇亞洲\\/上海\",\n\t\t\"user_name\": \"用戶名\",\n\t\t\"new_passwd\": \"新密碼\",\n\t\t\"again_passwd\": \"重複密碼\",\n\t\t\"edit\": \"修改\",\n\t\t\"get_sys_user\": \"該程式自動獲取系統的當前用戶\",\n\t\t\"ubuntu_input_change_username\": \"Ubuntu請手動輸入要修改的用戶名\",\n\t\t\"ipaddr\": \"IP地址\",\n\t\t\"netmask\": \"子網掩碼\",\n\t\t\"gateway\": \"網關\",\n\t\t\"add\": \"增列\",\n\t\t\"operate\": \"運營中\",\n\t\t\"mount\": \"裝載目錄\",\n\t\t\"mount_size\": \"安裝大小\",\n\t\t\"dir\": \"目錄表\",\n\t\t\"space\": \"容量\",\n\t\t\"used\": \"使用\",\n\t\t\"mem_disk_tips1\": \"內存磁碟片的讀寫速度是物理磁碟片無法比擬的，但只能用來保存臨時數據！\",\n\t\t\"mem_disk_tips2\": \"RAM磁碟片直接將物理RAM的一部分掛載為磁碟片。請根據當前服務器內存使用情況安排掛載容量！\",\n\t\t\"mem_disk_tips3\": \"重新啟動服務器或卸載RAM磁碟片後，RAM磁碟片中保存的數據將被清除！\",\n\t\t\"only_supp_centos\": \"目前僅支持CentOS！\",\n\t\t\"init_netcard\": \"初始化網卡\",\n\t\t\"cancel\": \"取消\",\n\t\t\"del\": \"刪除\",\n\t\t\"umount\": \"卸載\",\n\t\t\"initting_netcard\": \"正在初始化NIC...\",\n\t\t\"adding\": \"正在添加...\",\n\t\t\"del_netcard_confirm\": \"是否確實要從NIC配置中刪除[{1}]？\",\n\t\t\"del_ip\": \"刪除IP地址\",\n\t\t\"deleting\": \"正在刪除...\",\n\t\t\"umount_mem_disk\": \"卸載RAM磁碟片\",\n\t\t\"umount_tips1\": \"卸載RAM磁碟片後，目標裝載目錄將被清除。<\\/p>是否確實要卸載裝載目錄[{1}]？\",\n\t\t\"umountting\": \"正在卸載...\",\n\t\t\"change_pass_now\": \"正在更改密碼...\",\n\t\t\"setting_time_zone\": \"正在設置時區...\",\n\t\t\"setting_swap\": \"正在設置交換...\",\n\t\t\"save_now\": \"正在保存配置...\",\n\t\t\"testting_dns\": \"正在測試DNS是否有效...\"\n\t},\n\t\"redis\": {\n\t\t\"service\": \"服務\",\n\t\t\"switch_ver\": \"版本切換\",\n\t\t\"conf_set\": \"性能調整\",\n\t\t\"conf_file\": \"配置檔案\",\n\t\t\"load_status\": \"載入狀態\",\n\t\t\"set_save\": \"設置持久性\",\n\t\t\"curr_status\": \"當前狀態：\",\n\t\t\"open\": \"在……上面\",\n\t\t\"startup\": \"開始\",\n\t\t\"stop\": \"停\",\n\t\t\"restart\": \"重新啟動\",\n\t\t\"reload\": \"重新載入\",\n\t\t\"choose_ver\": \"選擇版本\",\n\t\t\"switch\": \"交換機\",\n\t\t\"edit_conf_tips\": \"只有手動重啟Redis，配置才會生效。如果您的數據需要持久化，請先執行保存操作。\",\n\t\t\"edit_file_tips\": \"提示：Ctrl+F蒐索關鍵字，Ctrl+G查找下一個，Ctrl+S保存，Ctrl+Shift+R查找替換！\",\n\t\t\"save\": \"保存\",\n\t\t\"edit_file_tips1\": \"這是Redis主配置檔案。如果您不瞭解配置規則，請不要隨意修改。\",\n\t\t\"field\": \"欄位\",\n\t\t\"curr_val\": \"現值\",\n\t\t\"description\": \"描述\",\n\t\t\"save_path\": \"永久文件存儲路徑\",\n\t\t\"save_aof\": \"AOF持久化\",\n\t\t\"save_rdb\": \"RDB持久化\",\n\t\t\"tips1\": \"在幾秒鐘內，插入\",\n\t\t\"tips2\": \"條形圖數據\",\n\t\t\"redis_tips1\": \"正在使用{1}Redis服務，請稍候...\",\n\t\t\"redis_tips2\": \"正在設置Redis配置，請稍候...\",\n\t\t\"redis_tips3\": \"正在獲取Redis服務狀態，請稍候...\",\n\t\t\"redis_tips4\": \"正在獲取Redis配置檔案，請稍候...\",\n\t\t\"redis_tips5\": \"正在保存Redis配置檔案，請稍候...\",\n\t\t\"redis_tips6\": \"正在獲取Redis載入狀態，請稍候...\",\n\t\t\"redis_tips7\": \"正在獲取Redis永久配置，請稍候...\",\n\t\t\"redis_tips8\": \"正在保存Redis持久性配置，請稍候...\",\n\t\t\"redis_status_tips1\": \"運行天數\",\n\t\t\"redis_status_tips2\": \"當前監聽埠\",\n\t\t\"redis_status_tips3\": \"連接的客戶端數\",\n\t\t\"redis_status_tips4\": \"Redis當前佔用的系統內存總量\",\n\t\t\"redis_status_tips5\": \"Redis歷史內存分配的巔峰\",\n\t\t\"redis_status_tips6\": \"內存碎片率\",\n\t\t\"redis_status_tips7\": \"自運行以來連接的客戶端總數\",\n\t\t\"redis_status_tips8\": \"自運行以來執行的命令總數\",\n\t\t\"redis_status_tips9\": \"服務器每秒執行的命令數\",\n\t\t\"redis_status_tips10\": \"查找成功的資料庫密鑰的數量\",\n\t\t\"redis_status_tips11\": \"查找失敗的資料庫鍵的數量\",\n\t\t\"redis_status_tips12\": \"查找資料庫鍵命中率\",\n\t\t\"redis_status_tips13\": \"最後一次fork()操作所用的微秒數\",\n\t\t\"redis_save_tips1\": \"滿足任何一個條件都會觸發RDB持久性\"\n\t},\n\t\"mongodb\": {\n\t\t\"service_status\": \"服務狀態\",\n\t\t\"database\": \"資料庫\",\n\t\t\"conf\": \"配置項\",\n\t\t\"conf_file\": \"配置檔案\",\n\t\t\"log\": \"日誌\",\n\t\t\"mongo_tips\": \"請先啟動MongoDB服務！\",\n\t\t\"mongo_tips1\": \"正在獲取狀態...\",\n\t\t\"curr_status\": \"當前狀態：\",\n\t\t\"mongo_tips2\": \"正在執行操作...\",\n\t\t\"mongo_tips3\": \"正在獲取資料庫列表...\",\n\t\t\"db_name\": \"資料庫名稱\",\n\t\t\"create_db\": \"創建一個數據庫\",\n\t\t\"db_size\": \"數據大小\",\n\t\t\"db_name_cant_empty\": \"資料庫名稱不能為空！\",\n\t\t\"mongo_tips4\": \"正在創建資料庫...\",\n\t\t\"del_db\": \"刪除資料庫\",\n\t\t\"wherter_del_db\": \"是否確實要刪除資料庫[{1}]？\",\n\t\t\"mongo_tips5\": \"正在刪除資料庫...\",\n\t\t\"mongo_tips6\": \"正在獲取數據...\",\n\t\t\"mongo_tips7\": \"正在保存配置...\",\n\t\t\"mongo_conf_tips1\": \"監聽IP，請勿隨意修改\",\n\t\t\"mongo_conf_tips2\": \"偵聽埠，一般不需要修改\",\n\t\t\"mongo_conf_tips3\": \"數據存儲位置\",\n\t\t\"mongo_conf_tips4\": \"日誌檔案位置\",\n\t\t\"mongo_conf_tips5\": \"PID保存路徑\",\n\t\t\"mongo_conf_file_tips1\": \"提示：Ctrl+F蒐索關鍵字，Ctrl+G查找下一個，Ctrl+S保存，Ctrl+Shift+R查找替換！\",\n\t\t\"mongo_conf_file_tips2\": \"這是MongoDB主配置檔案。如果您不瞭解配置規則，請不要隨意修改。\",\n\t\t\"mongo_conf_file_tips3\": \"保存配置檔案\",\n\t\t\"port_range_err\": \"埠範圍不合法\"\n\t},\n\t\"fail2ban\": {\n\t\t\"anti_port\": \"埠\",\n\t\t\"anti_maxretry\": \"最大重試次數\",\n\t\t\"anti_findtime\": \"查找時間\",\n\t\t\"anti_bantime\": \"午餐時間\",\n\t\t\"anti_act\": \"施展\",\n\t\t\"mode\": \"模式\",\n\t\t\"shield_currently_failed\": \"當前失敗\",\n\t\t\"shield_total_banned\": \"總計被禁\",\n\t\t\"shield_total_failed\": \"失敗總數\",\n\t\t\"shield_banned_ip_list\": \"被禁IP\",\n\t\t\"shield_file_list\": \"日誌\",\n\t\t\"shield_currently_banned\": \"目前被禁止\",\n\t\t\"anti_tips\": \"請先啟動Fail2ban服務！\",\n\t\t\"anti_tips1\": \"正在獲取狀態...\",\n\t\t\"curr_status\": \"當前狀態：\",\n\t\t\"anti_tips2\": \"正在執行操作...\",\n\t\t\"anti_tips3\": \"正在獲取Fail2ban的列表...\",\n\t\t\"anti_tips4\": \"正在設置狀態...\",\n\t\t\"create_site\": \"創建站點\",\n\t\t\"edit_site\": \"編輯站點\",\n\t\t\"create_server\": \"創建一臺服務器\",\n\t\t\"edit_server\": \"編輯服務器\"\n\t},\n\t\"one_click\": {\n\t\t\"add_source_pkg\": \"添加源包\",\n\t\t\"title\": \"標題\",\n\t\t\"identification\": \"鑑定\",\n\t\t\"description\": \"描述\",\n\t\t\"ver\": \"版本\",\n\t\t\"whether_set_url_rewrite\": \"是否設置URL重寫\",\n\t\t\"whether_execute_shell\": \"是否執行SHELL\",\n\t\t\"support_php_ver\": \"支持的php版本\",\n\t\t\"download_link\": \"下載鏈接\",\n\t\t\"domain_format_err\": \"Doamin地址格式不正確，請重新輸入\",\n\t\t\"create_site\": \"正在創建站點\",\n\t\t\"db_account_info\": \"資料庫帳戶資訊\",\n\t\t\"db_name\": \"資料庫名稱\",\n\t\t\"user\": \"用戶\",\n\t\t\"passwd\": \"密碼\",\n\t\t\"src_download_fail\": \"源代碼下載失敗\",\n\t\t\"success_deploy\": \"部署成功，無需安裝，請登錄修改默認帳號密碼。\",\n\t\t\"access_site\": \"訪問站點\",\n\t\t\"success_deploy1\": \"已成功部署\",\n\t\t\"download_file\": \"下載檔案\",\n\t\t\"being\": \"存在\",\n\t\t\"miss_php\": \"缺少受支持的PHP版本，請安裝\",\n\t\t\"domain\": \"域\",\n\t\t\"domain_tips\": \"每行一個域，默認埠為80<br>通配符域格式：*.domain.com<br>要添加另一個埠，格式為www.domain.com：88\",\n\t\t\"remark\": \"備註\",\n\t\t\"web_note\": \"網站備註\",\n\t\t\"root_dir\": \"文檔根目錄\",\n\t\t\"web_root_dir\": \"網站文檔根目錄\",\n\t\t\"db\": \"資料庫\",\n\t\t\"username_dbname\": \"用戶名\\/資料庫名稱\",\n\t\t\"src_code\": \"源代碼\",\n\t\t\"deploy_tips\": \"為您的部署準備源代碼\",\n\t\t\"php_ver\": \"PHP版本\",\n\t\t\"choose_php\": \"請選擇源程式支持的php版本。\",\n\t\t\"one_click\": \"AaPanel一鍵\",\n\t\t\"character_tips\": \"請勿超過20個字元\",\n\t\t\"getting_list\": \"獲取列表\",\n\t\t\"one_click1\": \"一鍵操作\"\n\t},\n\t\"mail_sys\": {\n\t\t\"domain_list\": \"域列表\",\n\t\t\"mail_box\": \"信箱\",\n\t\t\"send_mail\": \"發送郵件\",\n\t\t\"add_domain\": \"添加域\",\n\t\t\"domain\": \"域\",\n\t\t\"mx_record\": \"MX記錄\",\n\t\t\"txt_record\": \"TXT記錄\",\n\t\t\"operating\": \"運營中\",\n\t\t\"add_domain_tips\": \"添加域名後，您需要添加MX記錄(用於郵箱服務)和TXT記錄(用於郵箱反垃圾服務)才能正常使用郵箱服務。\",\n\t\t\"add_domain_tips1\": \"提示：默認情況下，一些雲供應商將關閉埠25。您需要聯繫製造商打開25端口才能使用郵局服務<\\/font><\\/li>\\n<li>自建郵局版為基礎版。它只提供基本的功能。F\",\n\t\t\"mail_user\": \"郵件用戶\",\n\t\t\"sender\": \"發件人\",\n\t\t\"theme\": \"主旋律\",\n\t\t\"time\": \"時間\",\n\t\t\"recipient\": \"收件人\",\n\t\t\"text\": \"文本\",\n\t\t\"confirm_del_domain\": \"是否刪除[{1}]域名\",\n\t\t\"del_domain\": \"DEL域\",\n\t\t\"domain_record_err\": \"當前域名未設置或尚未生效，或記錄了多條記錄。\",\n\t\t\"user_manager\": \"[{1}]_用戶管理器\",\n\t\t\"add_user\": \"添加用戶\",\n\t\t\"email\": \"電子郵件\",\n\t\t\"name\": \"名字\",\n\t\t\"mailbox_space\": \"郵箱空間\",\n\t\t\"type\": \"類型\",\n\t\t\"status\": \"狀態\",\n\t\t\"add_user_tips\": \"注：當前郵件服務器支持IMAP\\/POP3\\/SMTP\\/HTTP協定。\",\n\t\t\"add_user_tips1\": \"POP服務[服務器地址：{1}<\\/b>埠：110\\/995<\\/b>]\",\n\t\t\"add_user_tips2\": \"IMAP服務[服務器地址：{1}<\\/b>埠：143\\/993<\\/b>]\",\n\t\t\"add_user_tips3\": \"SMTP服務[服務器地址：<1}<\\/b>埠：<b>25\\/465\\/587<\\/b>]\",\n\t\t\"confirm_del_user\": \"是否刪除[{1}]成員\",\n\t\t\"del_member\": \"刪除成員\",\n\t\t\"check_mail_server\": \"正在檢查郵局服務是否正常，請稍候...\",\n\t\t\"not_install_mail_server\": \"以前沒有安裝過郵件服務器，請隨意安裝\",\n\t\t\"mail_server_init\": \"郵件服務器初始化\",\n\t\t\"mail_domain\": \"域名\",\n\t\t\"mail_domain_tips\": \"輸入郵件服務器域名，如：btmail.if22.cn\",\n\t\t\"mail_domain_tips1\": \"郵件服務器域名需要向郵局服務器IP添加A記錄\",\n\t\t\"mail_domain_tips2\": \"添加記錄解析參數[記錄類型\",\n\t\t\"host_record\": \"主機記錄\",\n\t\t\"record_value\": \"創紀錄的價值\",\n\t\t\"mail_server_ip\": \"郵件服務器IP地址\",\n\t\t\"mail_server_domain_empty_err\": \"郵件服務器域名不能為空！\",\n\t\t\"installing_mail_server\": \"正在安裝郵件服務，請稍候...\",\n\t\t\"edit_user\": \"編輯用戶\",\n\t\t\"email_addr\": \"電子郵件地址\",\n\t\t\"input_email_addr\": \"請輸入電子郵件地址\",\n\t\t\"user_type\": \"用戶類型\",\n\t\t\"guser\": \"一般用戶\",\n\t\t\"admin\": \"管理員\",\n\t\t\"input_username\": \"請輸入用戶名\",\n\t\t\"mail_pass\": \"電子郵件密碼\",\n\t\t\"no_change_passwd\": \"如果為空，則不會更改密碼。\",\n\t\t\"enter_email_pass\": \"請輸入您的電子郵件密碼\",\n\t\t\"enter_size\": \"輸入郵箱大小\",\n\t\t\"email_addr_empty_err\": \"電子郵件地址不能為空\",\n\t\t\"email_size_empty_err\": \"郵箱大小不能為空\",\n\t\t\"username_empty_err\": \"用戶名不能為空\",\n\t\t\"phone_number_err\": \"會員電話號碼格式錯誤，請重試\",\n\t\t\"add_record\": \"[{1}]添加記錄值\",\n\t\t\"record_tips1\": \"步驟1：添加MX記錄\",\n\t\t\"record_tips2\": \"登錄域名服務商，為郵箱服務添加一條記錄類型為MX的記錄(請直接複製以下參數)\",\n\t\t\"record_type\": \"記錄類型\",\n\t\t\"mx_priority\": \"MX優先級\",\n\t\t\"copy\": \"複製\",\n\t\t\"record_tips3\": \"第二步：添加TXT記錄\",\n\t\t\"record_tips4\": \"添加記錄類型為TXT的郵箱反垃圾記錄(請直接複製以下參數)\",\n\t\t\"verify_domain_resolve\": \"已設置，驗證域名解析\",\n\t\t\"success_copy\": \"複製成功\",\n\t\t\"copy_fail\": \"複製失敗，請手動複製文本\",\n\t\t\"edit_domain\": \"編輯域\",\n\t\t\"enter_domain\": \"請輸入域名\",\n\t\t\"domain_empty_err\": \"域不能為空\",\n\t\t\"manager_phone_number_err\": \"管理電話號碼格式錯誤，請重試\",\n\t\t\"enter_recipient\": \"請輸入收件人\",\n\t\t\"enter_subject\": \"請輸入電子郵件的主題\",\n\t\t\"enter_content\": \"請輸入電子郵件的內容\",\n\t\t\"already_set\": \"已設置\",\n\t\t\"record_value_not_set\": \"未設置記錄\",\n\t\t\"add_record_value\": \"添加記錄\",\n\t\t\"user_manager1\": \"用戶管理器\",\n\t\t\"get_mailbox_list\": \"正在獲取郵箱列表，請稍候...\",\n\t\t\"account_name_err\": \"帳戶名無效。\",\n\t\t\"check_mail\": \"檢查郵件\",\n\t\t\"reply_mail\": \"回復郵件\",\n\t\t\"get_mailbox_userlist\": \"正在獲取郵箱用戶列表，請稍候...\",\n\t\t\"add_mailbox_user\": \"正在添加郵箱用戶，請稍候...\",\n\t\t\"del_mailbox_user\": \"正在刪除郵箱用戶，請稍候...\",\n\t\t\"edit_mailbox_user\": \"正在編輯郵箱用戶，請稍候...\",\n\t\t\"add_domain1\": \"正在添加域名，請稍候...\",\n\t\t\"del_domain1\": \"正在刪除域名，請稍候...\",\n\t\t\"modify_domain\": \"正在修改域名數據，請稍候...\",\n\t\t\"verify_domain_record\": \"正在驗證域名MX記錄和TXT記錄，請稍候...\",\n\t\t\"sending_mail\": \"正在發送郵件，請稍候...\",\n\t\t\"verify_email_account\": \"正在驗證電子郵件帳戶，請稍候...\",\n\t\t\"email_account\": \"電子郵件帳戶\",\n\t\t\"login_email\": \"登錄電子郵件\",\n\t\t\"login\": \"登錄\",\n\t\t\"receiving_agreement\": \"收貨協定\",\n\t\t\"smtp_server_addr\": \"SMTP服務器地址\",\n\t\t\"imap_server_addr\": \"IMAP服務器地址\",\n\t\t\"enter_manager_phone\": \"請輸入管理員的電話號碼\",\n\t\t\"pop_server_addr\": \"POP服務器地址\",\n\t\t\"passwd_empty_err\": \"密碼不能為空\",\n\t\t\"switch_account\": \"轉換帳戶\",\n\t\t\"email_account_empty_err\": \"電子郵件帳戶不能為空\",\n\t\t\"email_passwd_empty_err\": \"電子郵件密碼不能為空\"\n\t},\n\t\"docker\": {\n\t\t\"public\": {\n\t\t\t\"activated\": \"正在運行\",\n\t\t\t\"paused\": \"停頓\",\n\t\t\t\"stopped\": \"已停止\",\n\t\t\t\"please_enter\": \"請輸入\",\n\t\t\t\"container\": \"名字\",\n\t\t\t\"compose\": \"作曲\",\n\t\t\t\"compose_template\": \"合成模板\",\n\t\t\t\"mirror_image\": \"圖像\",\n\t\t\t\"network\": \"網路\",\n\t\t\t\"volume\": \"捲名\",\n\t\t\t\"repository\": \"存儲庫\",\n\t\t\t\"tag\": \"標籤\",\n\t\t\t\"creation_time\": \"創建時間\",\n\t\t\t\"execution\": \"執行中，請稍候...\",\n\t\t\t'no_data': function (val) {\n\t\t\t\treturn val + ' 列表為空'\n\t\t\t},\n\t\t\t'del_tips': function (val) {\n\t\t\t\treturn '是否要從列表中刪除此' + val.toLowerCase() + '？'\n\t\t\t},\n\t\t\t'batch_select_tips': function (val) {\n\t\t\t\treturn '選擇' + val.toLowerCase() + ' 執行！'\n\t\t\t},\n\t\t\t'batch_del': function (val) {\n\t\t\t\treturn '批量刪除 ' + val.toLowerCase();\n\t\t\t},\n\t\t\t'batch_del_tips': function (val) {\n\t\t\t\treturn '同時刪除選中' + val.toLowerCase() + '，是否繼續？'\n\t\t\t},\n\t\t},\n\t\t\"container\": {\n\t\t\t\"add_container\": \"添加容器\",\n\t\t\t\"name\": \"集裝箱名稱\",\n\t\t\t\"status\": \"狀態\",\n\t\t\t\"mirror_image\": \"圖像\",\n\t\t\t\"cpu_usage\": \"CPU使用率\",\n\t\t\t\"port\": \"埠(主機-->容器)\",\n\t\t\t\"time\": \"開始時間\",\n\t\t\t\"start\": \"開始\",\n\t\t\t\"stop\": \"停\",\n\t\t\t\"pause\": \"暫停\",\n\t\t\t\"unpause\": \"取消暫停\",\n\t\t\t\"restart\": \"重新啟動\",\n\t\t\t\"reload\": \"重新載入\",\n\t\t\t\"monitoring\": \"統計數據\",\n\t\t\t\"online_monitoring\": \"在線統計數據\",\n\t\t\t\"basic_information\": \"基本資訊\",\n\t\t\t\"flow_situation\": \"流態\",\n\t\t\t\"path\": \"路徑\",\n\t\t\t\"batch_select_tips\": \"選擇要執行的容器！\",\n\t\t\t\"path_not\": \"目錄不存在\",\n\t\t\t\"get_logs_tips\": \"獲取容器日誌\",\n\t\t\t\"log\": \"集裝箱日誌\",\n\t\t\t\"log_none\": \"當前日誌為空\",\n\t\t\t\"del_container\": \"刪除容器\",\n\t\t\t\"batch_del_container_tips\": \"同時刪除選中的容器，是否繼續？\",\n\t\t\t\"del_container_msg\": \"是否確實要從列表中刪除此容器？\",\n\t\t\t\"del_container_tips\": \"刪除容器\",\n\t\t\t\"network\": \"網路IO\",\n\t\t\t\"disk\": \"磁碟片IO\",\n\t\t\t\"start_container\": \"起始容器\",\n\t\t\t\"stop_container\": \"停放集裝箱\",\n\t\t\t\"pause_container\": \"暫停容器\",\n\t\t\t\"unpause_container\": \"取消暫停容器\",\n\t\t\t\"restart_container\": \"重新啟動容器\",\n\t\t\t\"reload_container\": \"重新裝貨集裝箱\",\n\t\t\t\"create_container\": \"集裝箱\",\n\t\t\t\"container_arr\": \"作曲\",\n\t\t\t\"container_input_tips\": \"容器名稱，例如：DOKER_1\",\n\t\t\t\"port_select1\": \"暴露埠\",\n\t\t\t\"port_select2\": \"顯示所有埠\",\n\t\t\t\"container_port\": \"集裝箱港口\",\n\t\t\t\"server_port\": \"主機埠\",\n\t\t\t\"boot_command\": \"命令\",\n\t\t\t\"boot_command_input_tips\": \"請輸入引導命令\",\n\t\t\t\"shop_container_del\": \"容器停止後自動刪除容器\",\n\t\t\t\"limit_cpu\": \"限制CPU\",\n\t\t\t\"mount_volume\": \"捲\",\n\t\t\t\"server_directory\": \"服務器目錄\",\n\t\t\t\"container_directory\": \"容器目錄\",\n\t\t\t\"read_only\": \"唯讀\",\n\t\t\t\"tag\": \"標籤\",\n\t\t\t\"tag_textarea_tips\": \"容器標籤，每行一個，例如：key=Value\",\n\t\t\t\"env_variable\": \"環境變數\",\n\t\t\t\"one_line\": \"(每行一個)\",\n\t\t\t\"env_variable_textarea_tips\": \"添加環境變數格式，如下所示。如果您有多個，請添加：\",\n\t\t\t\"restart_rule\": \"重新啟動規則\",\n\t\t\t\"restart_rule_select1\": \"關門後立即休息\",\n\t\t\t\"restart_rule_select2\": \"出錯時重啟(默認重啟5次)\",\n\t\t\t\"restart_rule_select3\": \"未重新啟動\",\n\t\t\t\"restart_rule_select_tips\": \"手動關閉不會自動開始\",\n\t\t\t\"add_container_tips1\": \"容器名稱不能為空\",\n\t\t\t\"add_container_tips2\": \"請選擇圖像\",\n\t\t\t\"add_container_tips3\": \"CPU不能小於0\",\n\t\t\t\"add_container_tips4\": \"內存不能小於0\",\n\t\t\t\"add_container_api_tips\": \"添加容器\",\n\t\t\t\"execute_container_command\": \"執行CONTAINER命令\"\n\t\t},\n\t\t\"compose\": {\n\t\t\t\"no_data\": \"撰寫列表為空\",\n\t\t\t\"project_name\": \"專案名稱\",\n\t\t\t\"container_number\": \"集裝箱數量\",\n\t\t\t\"startup_time\": \"啟動時間\",\n\t\t\t\"batch_select_tips\": \"選擇要執行的作文！\",\n\t\t\t\"add_btn\": \"添加撰寫專案\",\n\t\t\t\"name_input_tips\": \"請輸入作曲名稱\",\n\t\t\t\"description_input_tips\": \"請輸入描述\",\n\t\t\t\"compose_template_select_tips\": \"請選擇合成模板\",\n\t\t\t\"add_compose_tips1\": \"請先創建合成模板\",\n\t\t\t\"add_compose_tips2\": \"請輸入名稱\",\n\t\t\t\"getting_compose\": \"開始作曲\",\n\t\t\t\"container_list\": \"集裝箱列表\",\n\t\t\t\"no_container\": \"沒有集裝箱\",\n\t\t\t\"del_compose\": \"刪除作文\",\n\t\t\t\"del_compose_tips\": \"是否確實要從列表中刪除此文章？\",\n\t\t\t\"deleting_compose\": \"刪除撰寫文章\",\n\t\t\t\"batch_del_compose\": \"批量刪除撰寫\",\n\t\t\t\"batch_del_tips\": \"同時刪除所選作文，是否繼續？\"\n\t\t},\n\t\t\"compose_template\": {\n\t\t\t\"template_name\": \"模板名稱\",\n\t\t\t\"compose_template_name\": \"合成模板名稱\",\n\t\t\t\"pull_mirror_image\": \"拉取圖像\",\n\t\t\t\"getting_template\": \"正在獲取模板\",\n\t\t\t\"del_template\": \"刪除模板\",\n\t\t\t\"del_template_tips\": \"是否確實要從列表中刪除此模板？\",\n\t\t\t\"add_title\": \"添加合成模板\",\n\t\t\t\"create_template\": \"模板名稱\",\n\t\t\t\"create_template_input\": \"請輸入模板名稱\",\n\t\t\t\"content\": \"內容\",\n\t\t\t\"search_local_template\": \"蒐索本地模板\",\n\t\t\t\"search_input_tips\": \"請輸入或選擇撰寫檔案所在的文件夾\",\n\t\t\t\"search\": \"蒐索\",\n\t\t\t\"add_yaml_template\": \"添加YAML模板\",\n\t\t\t\"add_search_tips1\": \"選擇需要添加的構圖\",\n\t\t\t\"selected\": \"已選擇\",\n\t\t\t\"add_template\": \"添加模板\",\n\t\t\t\"adding_template\": \"添加模板\",\n\t\t\t\"search_folder_tips1\": \"請輸入或選擇您的文件夾路徑\",\n\t\t\t\"search_folder_tips2\": \"未找到撰寫檔案，請檢查路徑\",\n\t\t\t\"add_template_tips1\": \"模板名稱不能為空\",\n\t\t\t\"add_template_tips2\": \"模板內容不能為空\",\n\t\t\t\"add_path_tips1\": \"請選擇撰寫檔案\",\n\t\t\t\"add_path_tips2\": \"是否繼續添加所選的\",\n\t\t\t\"add_path_tips3\": \"對模板進行合成？\",\n\t\t\t\"batch_select_tips\": \"選擇要執行的模板！\",\n\t\t\t\"batch_del_template\": \"批量刪除模板\",\n\t\t\t\"batch_del_tips\": \"同時刪除所選模板，是否繼續？\",\n\t\t\t\"saving\": \"正在保存模板\"\n\t\t},\n\t\t\"image\": {\n\t\t\t\"name\": \"圖像名稱\",\n\t\t\t\"creation_time\": \"創建時間\",\n\t\t\t\"push\": \"推\",\n\t\t\t\"export\": \"出口\",\n\t\t\t\"btn1\": \"拉取圖像\",\n\t\t\t\"btn2\": \"導入圖像\",\n\t\t\t\"btn3\": \"構建映像\",\n\t\t\t\"batch_tips\": \"選擇要執行的映像！\",\n\t\t\t\"batch_del\": \"批量刪除圖像\",\n\t\t\t\"batch_del_tips\": \"同時刪除所選圖像，是否繼續？\",\n\t\t\t\"push_tips1\": \"請選擇存儲庫\",\n\t\t\t\"push_tips2\": \"請先創建存儲庫\",\n\t\t\t\"push_tips3\": \"標籤不能為空\",\n\t\t\t\"push_title1\": \"推\",\n\t\t\t\"push_title2\": \"到儲存庫\",\n\t\t\t\"warehouse_name\": \"存儲庫名稱\",\n\t\t\t\"tag_input\": \"請輸入標籤，例如：Image：V1\",\n\t\t\t'export_title': function (val) {\n\t\t\t\treturn '導出圖像 [' + val + ']'\n\t\t\t},\n\t\t\t\"path_input\": \"請輸入鏡像路徑\",\n\t\t\t\"file_input\": \"請輸入暴露的檔案名\",\n\t\t\t\"export_tips1\": \"路徑不能為空\",\n\t\t\t\"export_tips2\": \"導出檔案名不能為空\",\n\t\t\t\"exporting\": \"正在導出圖像\",\n\t\t\t'del': function (val) {\n\t\t\t\tif (val) return '刪除圖像 [' + val + ']'\n\t\t\t\treturn '刪除圖像'\n\t\t\t},\n\t\t\t\"del_tips\": \"是否確實要從列表中刪除此鏡像？\",\n\t\t\t\"deleting\": \"刪除圖像\",\n\t\t\t\"pull_title\": \"拉取圖像\",\n\t\t\t\"warehouse_select\": \"請選擇存儲庫\",\n\t\t\t\"mirror_name\": \"圖像\",\n\t\t\t\"mirror_input\": \"請輸入鏡像名稱，例如：[鏡像：V1]\",\n\t\t\t\"pull_tips1\": \"請先創建存儲庫\",\n\t\t\t\"pull_tips2\": \"圖像名稱不能為空\",\n\t\t\t\"import\": \"進口\",\n\t\t\t\"importing\": \"正在導入圖像\",\n\t\t\t\"build_title\": \"構建映像\",\n\t\t\t\"dockerfile_input\": \"請輸入或選擇dockerfile檔案\"\n\t\t},\n\t\t\"network\": {\n\t\t\t\"name\": \"網路名稱\",\n\t\t\t\"show\": \"顯示\",\n\t\t\t\"num\": \"網路號\",\n\t\t\t\"gateway\": \"網關\",\n\t\t\t\"add\": \"添加網路\",\n\t\t\t'del': function (val) {\n\t\t\t\tif (val) return '刪除網路 [' + val + ']'\n\t\t\t\treturn '刪除網路'\n\t\t\t},\n\t\t\t\"del_tips\": \"確實要從列表中刪除此網路嗎？\",\n\t\t\t\"deleting\": \"刪除網路\",\n\t\t\t\"name_input\": \"請輸入網路名稱\",\n\t\t\t\"device\": \"裝置\",\n\t\t\t\"parameter\": \"參數\",\n\t\t\t\"parameter_textarea\": \"參數，每行一個，例如：key=Value\",\n\t\t\t\"sub_network\": \"子網\",\n\t\t\t\"sub_network_input\": \"請輸入子網\",\n\t\t\t\"gateway_input\": \"請輸入網關\",\n\t\t\t\"ip_range\": \"IP地址範圍\",\n\t\t\t\"ip_range_input\": \"請輸入IP地址範圍\",\n\t\t\t\"tag_textarea\": \"網路標籤，每行一個，例如：key=Value\",\n\t\t\t\"add_tips1\": \"網路名稱不能為空\",\n\t\t\t\"add_tips2\": \"參數不能為空\",\n\t\t\t\"add_tips3\": \"子網不能為空\",\n\t\t\t\"add_tips4\": \"網關不能為空\",\n\t\t\t\"add_tips5\": \"網段不能為空\",\n\t\t\t\"adding\": \"添加網路\"\n\t\t},\n\t\t\"volume\": {\n\t\t\t\"mount\": \"安裝點\",\n\t\t\t\"driver\": \"司機\",\n\t\t\t'del': function (val) {\n\t\t\t\tif (val) return '删除卷 [' + val + ']'\n\t\t\t\treturn '删除卷'\n\t\t\t},\n\t\t\t\"deleting\": \"刪除捲\",\n\t\t\t\"add\": \"添加捲\",\n\t\t\t\"name_input\": \"請輸入捲名\",\n\t\t\t\"option\": \"選擇權\",\n\t\t\t\"tag_textarea\": \"捲標籤，每行一個，例如：Key=Value\",\n\t\t\t\"add_tips1\": \"捲名不能為空\",\n\t\t\t\"adding\": \"添加音量\"\n\t\t},\n\t\t\"repository\": {\n\t\t\t\"username\": \"用戶名\",\n\t\t\t\"name\": \"存儲庫名稱\",\n\t\t\t'del': function (val) {\n\t\t\t\tif (val) return '刪除存儲庫 [' + val + ']'\n\t\t\t\treturn '刪除存儲庫'\n\t\t\t},\n\t\t\t\"deleting\": \"正在刪除存儲庫\",\n\t\t\t\"add\": \"添加存儲庫\",\n\t\t\t\"address\": \"存儲庫地址\",\n\t\t\t\"address_input\": \"請輸入存儲庫地址\",\n\t\t\t\"name_input\": \"請輸入存儲庫名稱\",\n\t\t\t\"user_input\": \"請輸入存儲庫用戶名\",\n\t\t\t\"pwd\": \"密碼\",\n\t\t\t\"pwd_input\": \"請輸入存儲庫密碼\",\n\t\t\t\"namespaces\": \"命名空間\",\n\t\t\t\"namespaces_input\": \"請輸入命名空間\",\n\t\t\t\"form_tips1\": \"存儲庫地址不能為空\",\n\t\t\t\"form_tips2\": \"存儲庫名稱不能為空\",\n\t\t\t\"form_tips3\": \"存儲庫用戶名不能為空\",\n\t\t\t\"form_tips4\": \"存儲庫密碼不能為空\",\n\t\t\t\"form_tips5\": \"命名空間不能為空\"\n\t\t},\n\t\t\"setup\": {\n\n\t\t}\n\t}\n}"
  },
  {
    "path": "traditional_chinese/log.json",
    "content": "{\r\n\t\"TYPE_SITE\": \"站點管理員\",\r\n\t\"TYPE_LOGIN\": \"登錄\",\r\n\t\"TYPE_LOGOUT\": \"註銷\",\r\n\t\"TYPE_DATABASE\": \"資料庫管理器\",\r\n\t\"TYPE_FTP\": \"Ftp管理器\",\r\n\t\"TYPE_FILE\": \"檔案管理器\",\r\n\t\"TYPE_SETUP\": \"安裝器\",\r\n\t\"TYPE_SOFT\": \"軟體管理器\",\r\n\t\"TYPE_SOFE\": \"惡魔\",\r\n\t\"TYPE_CONFIG\": \"面板設置\",\r\n\t\"TYPE_PROCESS\": \"任務管理器\",\r\n\t\"TYPE_PANEL\": \"面板配置\",\r\n\t\"TYPE_PHP\": \"PHP配置\",\r\n\t\"TYPE_CRON\": \"Cron作業\",\r\n\t\"USER_MANAGE\": \"用戶管理\",\r\n\t\"TYPE_FIREWALL\": \"防火牆管理器\",\r\n\t\"DOMAIN_ADD_SUCCESS\": \"站點[{1}]添加域名[{2}]成功！\",\r\n\t\"DOMAIN_DEL_SUCCESS\": \"站點[{1}]刪除域名[{2}]成功！\",\r\n\t\"SITE_ADD_SUCCESS\": \"已成功添加站點[{1}]！\",\r\n\t\"SITE_DEL_SUCCESS\": \"已成功刪除站點[{1}]！\",\r\n\t\"SITE_SSL_SAVE_SUCCESS\": \"證書已保存！\",\r\n\t\"SITE_SSL_OPEN_SUCCESS\": \"站點[{1}]已成功啟用SSL！\",\r\n\t\"SITE_SSL_CLOSE_SUCCESS\": \"站點[{1}]已成功關閉SSL！\",\r\n\t\"SITE_STOP_SUCCESS\": \"站點[{1}]已停止！\",\r\n\t\"SITE_START_SUCCESS\": \"站點[{1}]已啟動！\",\r\n\t\"SITE_NETLIMIT_CLOSE_SUCCESS\": \"站點[{1}]流量控制已關閉！\",\r\n\t\"SITE_NETLIMIT_OPEN_SUCCESS\": \"站點[{1}]流量控制已啟用！\",\r\n\t\"SITE_BINDING_ADD_SUCCESS\": \"站點[{1}]子目錄[{2}]綁定到[{3}]\",\r\n\t\"SITE_BINDING_DEL_SUCCESS\": \"已刪除站點[{1}]子目錄[{2}]綁定\",\r\n\t\"SITE_INDEX_SUCCESS\": \"站點[{1}]的默認單據為[{2}]\",\r\n\t\"SITE_PATH_SUCCESS\": \"已成功更改站點[{1}]的目錄！\",\r\n\t\"SITE_PHPVERSION_SUCCESS\": \"站點[{1}]的PHP版本已更改為[{2}]！\",\r\n\t\"SITE_BACKUP_SUCCESS\": \"備份站點[{1}]成功！\",\r\n\t\"SITE_BACKUP_DEL_SUCCESS\": \"已成功刪除站點[{1}]的備份[{2}]！\",\r\n\t\"SITE_AUTH_OPEN_SUCCESS\": \"將站點[{1}]設置為需要密碼身分驗證！\",\r\n\t\"SITE_AUTH_CLOSE_SUCCESS\": \"已清除站點[{1}]的密碼身分驗證！\",\r\n\t\"SITE_TOMCAT_OPEN\": \"已為站點[{1}]啟用Tomcat支持！\",\r\n\t\"SITE_TOMCAT_CLOSE\": \"已關閉站點[{1}]的Tomcat支持！\",\r\n\t\"SITE_SCAN_ADD\": \"已添加目錄[{1}]的木馬掃描任務！\",\r\n\t\"SITE_EXPIRE_SUCCESS\": \"將站點[{1}]的過期日期設置為[{2}]！\",\r\n\t\"SOFT_PHPMYADMIN_STATUS\": \"PhpMyAdmin已{1}！\",\r\n\t\"SOFT_PHPMYADMIN_PHP\": \"已將phpMyAdmin的PHP運行時版本修改為PHP-{1}！\",\r\n\t\"SOFT_PHPMYADMIN_PORT\": \"已將phpMyAdmin的訪問埠修改為{1}！\",\r\n\t\"LOG_CLOSE\": \"面板操作日誌已清空！\",\r\n\t\"KILL_PROCESS\": \"已成功終止任務[{1}][{2}]！\",\r\n\t\"USER_PASSWORD_SUCCESS\": \"修改用戶[{1}]密碼成功！\",\r\n\t\"USER_USERNAME_SUCCESS\": \"用戶名已從[{1}]修改為[{2}]\",\r\n\t\"PANEL_SET_SUCCESS\": \"設置面板埠[{1}]、域[{2}]、默認備份目錄[{3}]、默認站點目錄[{4}]、服務器IP[{5}]、授權IP[{6}]！\",\r\n\t\"PHP_PATHINFO_SUCCESS\": \"將PHP-{1}的PATH_INFO模塊設置為[{2}]！\",\r\n\t\"PHP_UPLOAD_MAX\": \"將PHP-{1}的最大上載大小設置為[{2}MB]！\",\r\n\t\"PHP_DISABLE_FUNCTION\": \"已將PHP-{1}的禁用函數修改為[{2}]\",\r\n\t\"PHP_TIMEOUT\": \"將PHP-{1}的最大腳本時間設置為[{2}秒]！\",\r\n\t\"PHP_CHILDREN\": \"設置併發PHP-{1}，最大子代={2}，啟動服務器={3}，最小備用服務器={4}，最大備用服務器={5}\",\r\n\t\"DATE_SUCCESS\": \"已成功同步服務器時間！\",\r\n\t\"CONTROL_CLOSE\": \"已關閉監控服務！\",\r\n\t\"CONTROL_OPEN\": \"已啟用監控服務，保存到[{1}]天！\",\r\n\t\"CRONTAB_DEL\": \"已成功刪除cron作業[{1}]！\",\r\n\t\"DATABASE_ADD_SUCCESS\": \"已成功添加資料庫[{1}]！\",\r\n\t\"DATABASE_ADD_ERR\": \"添加資料庫[{1}]失敗！，{2}\",\r\n\t\"DATABASE_DEL_SUCCESS\": \"已成功刪除資料庫[{1}]！\",\r\n\t\"DATABASE_DEL_ERR\": \"刪除資料庫[{1}]失敗！，{2}\",\r\n\t\"DATABASE_ROOT_SUCCESS\": \"資料庫的超級用戶密碼已更改！\",\r\n\t\"DATABASE_PASS_SUCCESS\": \"修改資料庫[{1}]密碼成功！\",\r\n\t\"DATABASE_PASS_ERROR\": \"修改資料庫[{1}]密碼失敗！=>{2}\",\r\n\t\"DATABASE_BACKUP_SUCCESS\": \"備份資料庫[{1}]成功！\",\r\n\t\"DATABASE_BACKUP_DEL_SUCCESS\": \"已成功刪除資料庫[{1}]的備份[{2}]！\",\r\n\t\"DATABASE_BACKUP_DEL_ERR\": \"刪除資料庫[{1}]的備份[{2}]失敗！=>{3}\",\r\n\t\"DATABASE_INPUT_ERR\": \"導入資料庫[{1}]失敗，=>{2}\",\r\n\t\"DATABASE_INPUT_SUCCESS\": \"已成功導入資料庫[{1}]\",\r\n\t\"DATABASE_ACCESS_ERR\": \"設置資料庫許可權失敗[{1}]=>{2}\",\r\n\t\"FILE_UPLOAD_SUCCESS\": \"已成功將檔案[{1}]上傳到[{2}]！\",\r\n\t\"FILE_CREATE_SUCCESS\": \"創建檔案[{1}]成功！\",\r\n\t\"DIR_CREATE_SUCCESS\": \"已成功創建目錄[{1}]！\",\r\n\t\"DIR_DEL_SUCCESS\": \"已成功刪除目錄[{1}]！\",\r\n\t\"FILE_DEL_SUCCESS\": \"已成功刪除檔案[{1}]！\",\r\n\t\"FILE_MOVE_RECYCLE_BIN\": \"已成功將檔案[{1}]移至回收站！\",\r\n\t\"FILE_MOVE_RECYCLE_BIN_ERR\": \"將檔案[{1}]移至回收站失敗！\",\r\n\t\"FILE_RE_RECYCLE_BIN_ERR\": \"從回收站恢復[{1}]失敗！\",\r\n\t\"FILE_RE_RECYCLE_BIN\": \"已成功從回收站恢復[{1}]！\",\r\n\t\"FILE_DEL_RECYCLE_BIN\": \"檔案已從回收站中永久刪除：{1}！\",\r\n\t\"FILE_CLOSE_RECYCLE_BIN\": \"回收站已清空！\",\r\n\t\"FILE_OFF_RECYCLE_BIN\": \"回收站功能已關閉！\",\r\n\t\"FILE_ON_RECYCLE_BIN\": \"回收站功能已打開！\",\r\n\t\"FILE_COPY_SUCCESS\": \"成功將檔案[{1}]複製到[{2}]！\",\r\n\t\"DIR_COPY_SUCCESS\": \"已成功將目錄[{1}]複製到[{2}]！\",\r\n\t\"MOVE_SUCCESS\": \"已成功將檔案或目錄[{1}]移動到[{2}]！\",\r\n\t\"FILE_SAVE_SUCCESS\": \"檔案[{1}]保存成功！\",\r\n\t\"ZIP_SUCCESS\": \"已成功將檔案[{1}]壓縮到[{2}]！\",\r\n\t\"UNZIP_SUCCESS\": \"已成功將檔案從[{1}]解壓縮到[{2}]！\",\r\n\t\"FILE_ACCESS_SUCCESS\": \"將[{1}]的許可權設置為[{2}]，將授權用戶設置為[{3}]\",\r\n\t\"SITE_LOG_CLOSE\": \"站點日誌已清空！\",\r\n\t\"FILE_ALL_ACCESS\": \"批量設置許可權成功！\",\r\n\t\"FILE_ALL_DEL\": \"批量刪除成功！\",\r\n\t\"FILE_ALL_COPY\": \"批次從[{1}]複製到[{2}]\",\r\n\t\"FILE_ALL_MOTE\": \"批次從[{1}]移至[{2}]\",\r\n\t\"FILE_DOWNLOAD\": \"已將檔案[{1}]下載到[{2}]\",\r\n\t\"PLUGIN_ADD\": \"已成功添加安裝任務[{1}-{2}]\",\r\n\t\"PLUGIN_UNINSTALL\": \"已成功取消安裝[{1}-{2}]\",\r\n\t\"PLUGIN_UNINSTALL_SOFT\": \"已成功卸載軟體[{1}]\",\r\n\t\"PLUGIN_INSTALL_LIB\": \"已成功安裝插件[{1}]\",\r\n\t\"PLUGIN_UNINSTALL_LIB\": \"已成功卸載插件[{1}]\",\r\n\t\"FIREWALL_DROP_IP\": \"成功阻止IP[{1}]！\",\r\n\t\"FIREWALL_ACCEPT_IP\": \"已解封IP[{1}]！\",\r\n\t\"FIREWALL_ACCEPT_PORT\": \"已成功接受埠[{1}]！\",\r\n\t\"FIREWALL_DROP_PORT\": \"已成功刪除防火牆上接受的埠[{1}]！\",\r\n\t\"FIREWALL_SSH_PORT\": \"已成功將SSH埠更改為[{1}]！\",\r\n\t\"FTP_ADD_SUCCESS\": \"添加ftp用戶[{1}]成功！\",\r\n\t\"FTP_ADD_ERR\": \"添加ftp用戶[{1}]失敗！=>{2}\",\r\n\t\"FTP_DEL_SUCCESS\": \"已成功刪除ftp用戶[{1}]！\",\r\n\t\"FTP_DEL_ERR\": \"刪除ftp用戶[{1}]失敗！=>{2}\",\r\n\t\"FTP_PASS_SUCCESS\": \"已成功更改ftp用戶[{1}]的密碼！\",\r\n\t\"FTP_PASS_ERR\": \"更改密碼ftp用戶[{1}]失敗！=>{2}\",\r\n\t\"FTP_STATUS\": \"成功{1}個ftp用戶[{2}]！\",\r\n\t\"FTP_STATUS_ERR\": \"{1}ftp用戶[{2}]失敗！=>{3}\",\r\n\t\"FTP_PORT\": \"已成功將FTP埠修改為[{1}]！\",\r\n\t\"FTP_PORT_ERR\": \"修改ftp埠失敗！=>{1}\",\r\n\t\"CONF_CHECK_ERR\": \"配置檔案錯誤：{1}\",\r\n\t\"MYSQL_CHECK_ERR\": \"在MySQL配置檔案中檢測到並自動修復了一個錯誤，該錯誤可能會導致mySQLD服務無法啟動！\",\r\n\t\"SYS_EXEC_ERR\": \"執行失敗：{1}\",\r\n\t\"SYS_EXEC_SUCCESS\": \"{1}執行成功\",\r\n\t\"LOGIN_ERR_CODE\": \"驗證碼不正確，用戶名：{1}，驗證碼：{2}，登錄IP：{3}\",\r\n\t\"LOGIN_ERR_PASS\": \"密碼不正確，用戶名：{1}，密碼：{2}，登錄IP：{3}\",\r\n\t\"LOGIN_SUCCESS\": \"登錄成功，用戶名：{1}，登錄IP：{2}\",\r\n\t\"SET_API\": \"接口配置\",\r\n\t\"P_CONF\": \"面板設置\",\r\n\t\"MODIFY_CRON_STATUS\": \"已將cron作業[{1}]狀態修改為[{2}]\",\r\n\t\"MODIFY_CRON\": \"‘已成功修改cron作業[{1}]’\",\r\n\t\"PHPDAEMON\": \"PHP守護程式\",\r\n\t\"PHP_CHECK_ERR_FIX_SUCCESS\": \"PHP-{1}檢測到處理異常並已自動修復！\",\r\n\t\"API\": \"應用編程接口\",\r\n\t\"API_INTERFACE\": \"{1}個API\",\r\n\t\"SET_API_STATUS\": \"已有{1}個API服務！\",\r\n\t\"TURNON_API\": \"已成功打開API！\",\r\n\t\"EDIT_API\": \"修改接口配置成功！\",\r\n\t\"RENAME\": \"[{1}]已重命名為[{2}]\",\r\n\t\"PLUG_MAM\": \"插件管理器\",\r\n\t\"SET_PLUG\": \"將插件[‘{1}’]設置為！\",\r\n\t\"INSTALL_THIRD_PARDY_PLUG\": \"已安裝第三方插件[{1}]\",\r\n\t\"SITE_DIR_NOT_EXIST_RECREATE\": \"站點[{1}]，文檔根目錄[{2}]不存在，正在重新創建！\",\r\n\t\"SITE_STOP_ANTI_STEALING_LINK\": \"站點[{1}]防盜鏈已禁用！\",\r\n\t\"SITE_START_ANTI_STEALING_LINK\": \"站點[{1}]防盜鏈已啟用！\",\r\n\t\"SET_PHP_CLI\": \"將PHP-CLI版本設置為：{1}\",\r\n\t\"SET_BASICAUTH_STATUS\": \"將BasicAuth狀態設置為：{1}\",\r\n\t\"MANUALLY_LOGOUT\": \"客戶端：{1}，已手動退出面板\",\r\n\t\"GET_INFO\": \"獲取資訊\",\r\n\t\"NGINX_LOAD_ERR\": \"Nginx負載狀態獲取失敗：{1}\",\r\n\t\"GET_DATA_ERR\": \"數據採集失敗！\",\r\n\t\"PHP_LOAD_ERR\": \"獲取PHP載入狀態失敗：{1}\",\r\n\t\"MODIFY_SSH_INFO\": \"修改主機的SSH資訊：{1}\",\r\n\t\"ADD_SSH_INFO\": \"添加主機的SSH資訊：{1}\",\r\n\t\"DEL_SSH_INFO\": \"刪除主機的SSH資訊：{1}\",\r\n\t\"ADD_COMMAND_COMMAND\": \"添加常用命令[{1}]\",\r\n\t\"EDIT_COMMAND_COMMAND\": \"修改常用命令[{1}]\",\r\n\t\"DEL_COMMAND_COMMAND\": \"刪除常用命令[{1}]\",\r\n\t\"OPEN_FILE\": \"打開檔案\",\r\n\t\"TASK_QUEUE\": \"任務隊列\",\r\n\t\"SSH_LOGIN\": \"已成功登錄到SSH服務器[{1}：{2}]\",\r\n\t\"EDIT_MENU_SUCCESS\": \"成功修改面板菜單顯示列表\",\r\n\t\"TMP_LOGIN\": \"生成臨時連接，過期時間：{1}\",\r\n\t\"TMP_LOGIN1\": \"已生成臨時登錄URL\",\r\n\t\"TMP_LOGIN2\": \"無法生成臨時登錄URL\",\r\n\t\"TMP_LOGIN3\": \"刪除臨時登錄URL\",\r\n\t\"LOGOUT_TMP_UESR\": \"強制臨時用戶註銷：{1}\",\r\n\t\"CREATE_USER\": \"創建新用戶{1}\",\r\n\t\"DEL_USER\": \"刪除用戶[{1}]\",\r\n\t\"EDIT_USER\": \"編輯用戶{1}\",\r\n\t\"ADD_COMPILATION_PARA\": \"添加自定義編譯參數：{1}：{2}\",\r\n\t\"REMOVE_PARA\": \"刪除自定義編譯參數：{1}：{2}\",\r\n\t\"SET_SOFTWARE_COMPILATION\": \"安裝軟體：將{1}的自定義編譯參數配置為：{2}\",\r\n\t\"SET_FILE_NOTES\": \"設置檔案名[{1}]，備註：{2}\",\r\n\t\"CLEAR_FILE_NOTES\": \"清除檔案備註[{1}]\",\r\n\t\"CREATE_SOFTLINK\": \"創建軟鏈接：{1}->{2}\",\r\n\t\"EXEC_COMPOSER\": \"在目錄[{2}]中執行Composer[{1}]，\"\r\n}"
  },
  {
    "path": "traditional_chinese/menu.json",
    "content": "[\r\n  {\r\n    \"title\": \"主頁\",\r\n    \"href\": \"/\",\r\n    \"class\": \"menu_home\",\r\n    \"id\": \"memuA\",\r\n    \"sort\": 1\r\n  },\r\n  {\r\n    \"title\": \"網站\",\r\n    \"href\": \"/site\",\r\n    \"class\": \"menu_web\",\r\n    \"id\": \"memuAsite\",\r\n    \"sort\": 2\r\n  },\r\n  {\r\n    \"title\": \"FTP\",\r\n    \"href\": \"/ftp\",\r\n    \"class\": \"menu_ftp\",\r\n    \"id\": \"memuAftp\",\r\n    \"sort\": 3\r\n  },\r\n  {\r\n    \"title\": \"數據庫\",\r\n    \"href\": \"/database\",\r\n    \"class\": \"menu_data\",\r\n    \"id\": \"memuAdatabase\",\r\n    \"sort\": 4\r\n  },\r\n    {\r\n    \"title\": \"Docker\",\r\n    \"href\": \"/docker\",\r\n    \"class\": \"menu_docker\",\r\n    \"id\": \"memuDocker\",\r\n    \"sort\": 5\r\n  },\r\n  {\r\n    \"title\": \"監控\",\r\n    \"href\": \"/control\",\r\n    \"class\": \"menu_control\",\r\n    \"id\": \"memuAcontrol\",\r\n    \"sort\": 6\r\n  },\r\n  {\r\n    \"title\": \"安全\",\r\n    \"href\": \"/firewall\",\r\n    \"class\": \"menu_firewall\",\r\n    \"id\": \"memuAfirewall\",\r\n    \"sort\": 7\r\n  },\r\n  {\r\n    \"title\": \"防火墻\",\r\n    \"href\": \"/btwaf/index\",\r\n    \"class\": \"menu_btwaf\",\r\n    \"id\": \"memu_btwaf\",\r\n    \"sort\": 8\r\n  },\r\n  {\r\n    \"title\": \"文件管理\",\r\n    \"href\": \"/files\",\r\n    \"class\": \"menu_folder\",\r\n    \"id\": \"memuAfiles\",\r\n    \"sort\": 9\r\n  },\r\n  {\r\n    \"title\": \"終端\",\r\n    \"href\": \"/xterm\",\r\n    \"class\": \"menu_xterm\",\r\n    \"id\": \"memuAxterm\",\r\n    \"sort\": 10\r\n  },\r\n  {\r\n    \"title\": \"計劃任務\",\r\n    \"href\": \"/crontab\",\r\n    \"class\": \"menu_day\",\r\n    \"id\": \"memuAcrontab\",\r\n    \"sort\": 11\r\n  },\r\n\r\n  {\r\n    \"title\": \"應用商城\",\r\n    \"href\": \"/soft\",\r\n    \"class\": \"menu_soft\",\r\n    \"id\": \"memuAsoft\",\r\n    \"sort\": 12\r\n  },\r\n  {\r\n    \"title\": \"面板設置\",\r\n    \"href\": \"/config\",\r\n    \"class\": \"menu_set\",\r\n    \"id\": \"memuAconfig\",\r\n    \"sort\": 13\r\n  },\r\n  {\r\n    \"title\": \"退出登録\",\r\n    \"href\": \"/login?dologin=True\",\r\n    \"class\": \"menu_exit\",\r\n    \"id\": \"dologin\",\r\n    \"sort\": 14\r\n  }\r\n]"
  },
  {
    "path": "traditional_chinese/public.json",
    "content": "{\r\n\t\"NAME\": \"AaPanel\",\r\n\t\"BRAND\": \"AaPanel\",\r\n\t\"PRODUCT\": \"Linux面板\",\r\n\t\"PAGE_ERR_TITLE\": \"訪問被拒絕\",\r\n\t\"PAGE_ERR_DOMAIN_H1\": \"抱歉，您沒有訪問許可權。\",\r\n\t\"PAGE_ERR_DOMAIN_P1\": \"請檢查域名！\",\r\n\t\"PAGE_ERR_DOMAIN_P2\": \"查看綁定的域：cat\\/www\\/server\\/panel\\/data\\/domain.conf\",\r\n\t\"PAGE_ERR_DOMAIN_P3\": \"關閉訪問限制：rm-f\\/www\\/server\\/panel\\/data\\/domain.conf\",\r\n\t\"PAGE_ERR_IP_H1\": \"對不起，您的IP未獲授權\",\r\n\t\"PAGE_ERR_IP_P1\": \"您當前的IP為[{1}]，請使用正確的IP訪問！\",\r\n\t\"PAGE_ERR_IP_P2\": \"查看授權IP：cat\\/www\\/server\\/panel\\/data\\/limitip.conf\",\r\n\t\"PAGE_ERR_IP_P3\": \"關閉訪問限制：rm-f\\/www\\/server\\/panel\\/data\\/limitip.conf\",\r\n\t\"PAGE_ERR_404_TITLE\": \"404未找到\",\r\n\t\"PAGE_ERR_404_H1\": \"對不起，頁面不存在\",\r\n\t\"PAGE_ERR_404_P1\": \"您請求的頁面不存在，請檢查URL！\",\r\n\t\"PAGE_ERR_500_TITLE\": \"500內部服務器錯誤\",\r\n\t\"PAGE_ERR_500_H1\": \"對不起，程式錯誤\",\r\n\t\"PAGE_ERR_500_P1\": \"您請求的頁面被異常中斷！\",\r\n\t\"PAGE_ERR_HELP\": \"尋求幫助\",\r\n\t\"ARGS_ERR\": \"具體參數無效！\",\r\n\t\"INIT_FUN_NOT_EXISTS\": \"函數不存在\",\r\n\t\"INIT_CHECK_ERR\": \"檢查錯誤\",\r\n\t\"INIT_WEBHOOK_ERR\": \"請先安裝WebHook插件！\",\r\n\t\"INIT_WEBSSH_LOGOUT\": \"會話丟失，請重新登錄面板！\\r\\n\",\r\n\t\"INIT_WEBSSH_CONN_ERR\": \"無法連接到SSH服務！\\r\\n\",\r\n\t\"INIT_WEBSOCKET_ERR\": \"指定的模塊不存在！\",\r\n\t\"INIT_ARGS_ERR\": \"參數錯誤！\",\r\n\t\"INIT_PLUGIN_NOT_EXISTS\": \"指定的插件不存在！\",\r\n\t\"INIT_PLUGIN_NOT_DOWN_FUN\": \"指定的插件沒有檔案下載功能！\",\r\n\t\"INIT_TOKEN_ERR\": \"令牌無效！\",\r\n\t\"INIT_PLU_ACC_ERR\": \"您沒有訪問當前插件的許可權！\",\r\n\t\"USER_INODE_ERR\": \"磁碟片索引節點已耗盡，面板已嘗試釋放該索引節點。請重試...\",\r\n\t\"AJAX_CONN_ERR\": \"無法連接到服務器！\",\r\n\t\"AJAX_USER_BINDING_ERR\": \"請先綁定您的BT賬號！\",\r\n\t\"AJAX_USER_BE_OVERDUE\": \"BT賬號綁定已過期，請在[設置]頁面重新綁定！\",\r\n\t\"AJAX_USER_IS_VALID\": \"綁定有效！\",\r\n\t\"AJAX_PHPMYADMIN_PORT_ERR\": \"請不要使用通常的埠作為phpMyAdmin埠！\",\r\n\t\"AJAX_WARNING_ERR\": \"警告列表不存在！\",\r\n\t\"AJAX_LOG_FILR_NOT_EXISTS\": \"日誌檔案不存在！\",\r\n\t\"CODE_BOOM\": \"請不要頻繁刷新驗證碼！\",\r\n\t\"LOGIN_USER_EMPTY\": \"用戶名或密碼不能為空！\",\r\n\t\"LOGIN_ERR_LIMIT\": \"您現在無法登錄，因為登錄失敗次數太多！\",\r\n\t\"LOGIN_SUCCESS\": \"登錄成功，正在載入...\",\r\n\t\"LOGIN_USER_ERR\": \"用戶名或密碼無效。您還有[{1}]次可以嘗試！\",\r\n\t\"ERROR\": \"操作失敗\",\r\n\t\"SUCCESS\": \"操作成功\",\r\n\t\"START\": \"開始\",\r\n\t\"STOP\": \"停\",\r\n\t\"OFF\": \"關上\",\r\n\t\"ON\": \"打開\",\r\n\t\"OPEN\": \"打開\",\r\n\t\"CLOSE\": \"關\",\r\n\t\"ADD_SUCCESS\": \"已成功添加\",\r\n\t\"ADD_ERROR\": \"添加失敗\",\r\n\t\"DEL_SUCCESS\": \"已成功刪除\",\r\n\t\"DEL_ERROR\": \"刪除失敗\",\r\n\t\"SET_SUCCESS\": \"已成功設置\",\r\n\t\"SET_ERROR\": \"設置失敗\",\r\n\t\"EDIT_SUCCESS\": \"已成功修改\",\r\n\t\"EDIT_ERROR\": \"修改失敗\",\r\n\t\"CONF_ERROR\": \"配置檔案錯誤\",\r\n\t\"CONF_FILE_NOT_EXISTS\": \"配置檔案不存在\",\r\n\t\"PHP_GET_ERR\": \"獲取PHP版本失敗！\",\r\n\t\"PHP_NOT_EXISTS\": \"請求的PHP版本不存在！\",\r\n\t\"DIR_EMPTY\": \"目錄不能為空！\",\r\n\t\"FILE_NOT_EXISTS\": \"請求的檔案不存在！\",\r\n\t\"SPECIFY_METHOD\": \"指定的方法不存在\",\r\n\t\"SPECIFY_PLUG_ERR\": \"指定的插件不支持公共訪問！\",\r\n\t\"SPECIFY_TEMPLATE\": \"指定的模板不存在\",\r\n\t\"PATH_ERROR\": \"系統關鍵目錄不能用作站點目錄\",\r\n\t\"BACKUP_SUCCESS\": \"備份成功！\",\r\n\t\"UPDATE_SUCCESS\": \"更新成功！\",\r\n\t\"PANEL_UPDATE\": \"已成功更新到{1}\",\r\n\t\"PANEL_UPDATE_ERR_DOWN\": \"檔案下載失敗，請重試或手動更新！\",\r\n\t\"PANEL_UPDATE_ERR_NEW\": \"當前版本為最新版本！\",\r\n\t\"PANEL_UPDATE_MSG\": \"當前版本是穩定版本，並且已經是最新版本。穩定版更新週期一般為2個月，開發版每週三更新！\",\r\n\t\"PANEL_UPDATE_MSG_TEST\": \"當前版本是開發人員版本，並且已經是最新版本。穩定版更新週期一般為2個月，開發版每週三更新！\",\r\n\t\"EXEC_ERR_TASK\": \"請在所有安裝任務完成後運行程式！\",\r\n\t\"CONNECT_ERR\": \"連接服務器失敗！\",\r\n\t\"INPUT_PS\": \"編輯便箋\",\r\n\t\"SET_PORT_SUCCESS\": \"已成功更改埠！\",\r\n\t\"SITE_ADD_SUCCESS\": \"已成功創建站點！\",\r\n\t\"SITE_ADD_ERR_EXISTS\": \"您嘗試添加的站點已存在！\",\r\n\t\"SITE_ADD_ERR_PORT\": \"埠範圍非法\",\r\n\t\"SITE_ADD_ERR_PHPEMPTY\": \"PHP版本不能為空\",\r\n\t\"SITE_ADD_ERR_DOMAIN\": \"主域的格式不正確\",\r\n\t\"SITE_ADD_ERR_DOMAIN_TOW\": \"主域不能是通配符DNS記錄\",\r\n\t\"SITE_ADD_ERR_DOMAIN_EXISTS\": \"您嘗試添加的域已存在！\",\r\n\t\"SITE_ADD_ERR_WRITE\": \"添加失敗，寫入配置錯誤！\",\r\n\t\"SITE_DEL_SUCCESS\": \"已成功刪除網站！\",\r\n\t\"SITE_ADD_DOMAIN\": \"已成功添加站點！\",\r\n\t\"SITE_ADD_DOMAIN_ERR_EXISTS\": \"特定域名已綁定！\",\r\n\t\"SITE_ADD_DOMAIN_ERR_POER\": \"埠範圍非法！\",\r\n\t\"SITE_ADD_DOMAIN_ERR_FORMAT\": \"域名格式無效！\",\r\n\t\"SITE_ADD_DOMAIN_ERR_EMPTY\": \"域名不能為空！\",\r\n\t\"SITE_DEL_DOMAIN_ERR_ONLY\": \"最後一個域名不能刪除！\",\r\n\t\"SITE_SSL_ERR_PRIVATE\": \"私鑰錯誤，請檢查！\",\r\n\t\"SITE_SSL_ERR_CERT\": \"證書有誤，請檢查！\",\r\n\t\"SSL_ERR_CERT\": \"證書錯誤\",\r\n\t\"SITE_SSL_SUCCESS\": \"證書已保存！\",\r\n\t\"SITE_SSL_UPDATE_SUCCESS\": \"證書已更新！\",\r\n\t\"SITE_SSL_OPEN_SUCCESS\": \"已打開SSL！\",\r\n\t\"SITE_SSL_CLOSE_SUCCESS\": \"已關閉SSL！\",\r\n\t\"SITE_SSL_ERR_301\": \"您的站點已打開301重定向，請先將其關閉！\",\r\n\t\"SITE_SSL_ERR_DNS\": \"DNS錯誤或無效：{1}\",\r\n\t\"SITE_SSL_ERR_EMPTY\": \"請選擇域(不包括IP地址或通配符域)\",\r\n\t\"SITE_SSL_ERR_RE\": \"當前域名證書未過期，不允許重複申請，請嘗試與其他域名合併！\",\r\n\t\"SITE_SSL_ERR_AU\": \"授權錯誤：您的服務器提交了太多無效請求！\",\r\n\t\"SITE_SSL_ERR_ACCESS\": \"無法獲取We‘s Encrypt證書。身分驗證服務器無法訪問您的站點！\",\r\n\t\"SITE_START_SUCCESS\": \"站點已啟動\",\r\n\t\"SITE_STOP_SUCCESS\": \"網站已停止\",\r\n\t\"SITE_NETLIMIT_ERR\": \"站點流量控制僅支持Nginx Web服務器！\",\r\n\t\"SITE_NETLIMIT_CLOSE_SUCCESS\": \"站點交通控制已關閉！\",\r\n\t\"SITE_ADD_BINDING\": \"子目錄的域名和名稱不能為空！\",\r\n\t\"SITE_INDEX_ERR_FORMAT\": \"默認文檔格式無效，例如index.html\",\r\n\t\"SITE_INDEX_ERR_EMPTY\": \"默認單據不能為空！\",\r\n\t\"SITE_PATH_ERR_RE\": \"與原路徑相同，無需更改！\",\r\n\t\"SITE_PHPVERSION_ERR_A22\": \"Apache2.2不支持MultiPHP！\",\r\n\t\"SITE_PHPVERSION_SUCCESS\": \"已成功將站點[{1}]的PHP版本更改為PHP-{2}\",\r\n\t\"SITE_BASEDIR_OPEN_SUCCESS\": \"基本目錄已打開！\",\r\n\t\"SITE_BASEDIR_CLOSE_SUCCESS\": \"基本目錄已關閉！\",\r\n\t\"SITE_PROXY_ERR_URL\": \"URL地址無效！\",\r\n\t\"SITE_PROXY_ERR_HOST\": \"域名格式無效！\",\r\n\t\"SITE_REWRITE_NOW\": \"當前\",\r\n\t\"SITE_REWRITE_SAVE\": \"新的URL重寫規則已保存！\",\r\n\t\"SITE_TOMCAT_OPEN\": \"成功，請測試JSp程式！\",\r\n\t\"SITE_TOMCAT_CLOSE\": \"Tomcat映射已關閉！\",\r\n\t\"SITE_SCAN_ADD\": \"掃描任務已在隊列中！\",\r\n\t\"SITE_EXPIRE_SUCCESS\": \"設置成功，網站到期後將自動停止！\",\r\n\t\"SOFT_PHPVERSION_SET\": \"PHP版本已更改！\",\r\n\t\"SOFT_PHPVERSION_PS\": \"新的phpMyAdmin埠\",\r\n\t\"SOFT_PHPVERSION_ERR_PORT\": \"當前埠已存在！\",\r\n\t\"SOFT_PHPVERSION_ERR_PORT_RE\": \"不能使用與Panel相同的埠！\",\r\n\t\"LOG_CLOSE\": \"日誌已清空\",\r\n\t\"KILL_PROCESS\": \"進程[{1}][{2}]已成功結束！\",\r\n\t\"KILL_PROCESS_ERR\": \"錯誤，無法結束任務流程！\",\r\n\t\"USER_PASSWORD_CHECK\": \"兩次輸入的密碼不一致，請重試！\",\r\n\t\"USER_USERNAME_CHECK\": \"兩次輸入的用戶名不一致，請重試！\",\r\n\t\"USER_PASSWORD_LEN\": \"密碼不能少於5個字元！\",\r\n\t\"USER_PASSWORD_SUCCESS\": \"密碼已更改！\",\r\n\t\"USER_USERNAME_SUCCESS\": \"用戶名已更改！\",\r\n\t\"PORT_CHECK_EXISTS\": \"埠[{1}]正在使用中！\",\r\n\t\"PORT_CHECK_RANGE\": \"埠範圍不正確！\",\r\n\t\"PORT_CHECK_PS\": \"新的面板埠\",\r\n\t\"PANEL_SAVE\": \"已保存\",\r\n\t\"PHP_UPLOAD_MAX_ERR\": \"上傳大小限制不能小於2MB\",\r\n\t\"PHP_TIMEOUT_ERR\": \"請填寫介於30和86400之間的值！\",\r\n\t\"DATE_SUCCESS\": \"已成功同步服務器時間！\",\r\n\t\"CONTROL_CLOSE\": \"監視器服務已關閉！\",\r\n\t\"CONTROL_ERR\": \"儲蓄天數不合法！\",\r\n\t\"PANEL_CLOSE\": \"面板已關閉！\",\r\n\t\"PANEL_SSL_CLOSE\": \"SSL已關閉，請使用http協定訪問面板！\",\r\n\t\"PANEL_SSL_ERR\": \"錯誤，無法自動安裝pyOpenSSL！<p>請嘗試手動安裝：pip安裝pyOpenSSL<\\/p>\",\r\n\t\"PANEL_SSL_OPEN\": \"SSL已打開，請使用HTTPS協定訪問面板！\",\r\n\t\"PANEL_SSL_ADD_EXISTS\": \"備註或面板地址重複！\",\r\n\t\"PANEL_SSL_ADD_NOT_EXISTS\": \"請求的面板資訊不存在！\",\r\n\t\"CRONTAB_TODAY\": \"每天\",\r\n\t\"CRONTAB_TODAY_CYCLE\": \"每天運行時間為{1}小時{2}分鐘\",\r\n\t\"CRONTAB_N_TODAY\": \"每隔{1}天\",\r\n\t\"CRONTAB_N_TODAY_CYCLE\": \"每隔{1}天，運行時間為{2}小時{3}分鐘\",\r\n\t\"CRONTAB_HOUR\": \"每小時\",\r\n\t\"CRONTAB_HOUR_CYCLE\": \"每小時，運行速度為{1}分鐘\",\r\n\t\"CRONTAB_N_HOUR\": \"每隔{1}小時\",\r\n\t\"CRONTAB_N_HOUR_CYCLE\": \"每{1}小時運行一次，運行時間為{2}分鐘\",\r\n\t\"CRONTAB_N_MINUTE\": \"每隔{1}分鐘\",\r\n\t\"CRONTAB_N_MINUTE_CYCLE\": \"每{1}分鐘運行一次\",\r\n\t\"CRONTAB_WEEK\": \"每週\",\r\n\t\"CRONTAB_WEEK_CYCLE\": \"每{1}次，運行時間為{2}小時{3}分鐘\",\r\n\t\"CRONTAB_MONTH\": \"每月\",\r\n\t\"CRONTAB_MONTH_CYCLE\": \"每月運行，運行時間為{1}天{2}小時{3}分鐘\",\r\n\t\"CRONTAB_SUNDAY\": \"星期天\",\r\n\t\"CRONTAB_MONDAY\": \"星期一\",\r\n\t\"CRONTAB_TUESDAY\": \"星期二\",\r\n\t\"CRONTAB_WEDNESDAY\": \"星期三\",\r\n\t\"CRONTAB_THURSDAY\": \"星期四\",\r\n\t\"CRONTAB_FRIDAY\": \"星期五\",\r\n\t\"CRONTAB_SATURDAY\": \"星期六\",\r\n\t\"CRONTAB_TASKNAME_EMPTY\": \"任務名稱不能為空！\",\r\n\t\"CRONTAB_TASKLOG_EMPTY\": \"任務日誌為空！\",\r\n\t\"CRONTAB_TASKLOG_CLOSE\": \"任務日誌已清空！\",\r\n\t\"CRONTAB_TASKLOG_CLOSE_ERR\": \"清空任務日誌失敗！\",\r\n\t\"FILE_WRITE_ERR\": \"寫入檔案失敗！\",\r\n\t\"CRONTAB_TASK_EXEC\": \"任務已執行！\",\r\n\t\"DATABASE_NAME_ERR\": \"資料庫名稱不合法！\",\r\n\t\"DATABASE_NAME_ERR_T\": \"資料庫名稱不能包含特殊字元！\",\r\n\t\"DATABASE_NAME_EXISTS\": \"資料庫已存在！\",\r\n\t\"DATABASE_USERNAME_EXISTS\": \"該用戶名已存在。出於安全原因，我們不允許一個數據庫用戶管理多個數據庫\",\r\n\t\"DATABASE_NAME_LEN\": \"資料庫名稱不能超過16個字元！\",\r\n\t\"DATABASE_ERR_CONNECT\": \"連接資料庫出錯，請檢查資料庫狀態！\",\r\n\t\"DATABASE_ERR_PASS\": \"MySQL超級用戶或用戶密碼不正確，請嘗試重置！\",\r\n\t\"DATABASE_ERR_NOT_EXISTS\": \"資料庫用戶不存在！\",\r\n\t\"DATABASE_USER_NAME_ERR\": \"資料庫用戶名不合法！\",\r\n\t\"DATABASE_ERR_MYSQLDB\": \"缺少MySQLdb元件！<br>請輸入SSH並運行命令：pip install mySQL-python\",\r\n\t\"DATABASE_ROOT_SUCCESS\": \"修改超級用戶密碼成功！\",\r\n\t\"DATABASE_PASS_ERR_NOT_EXISTS\": \"修改失敗，資料庫用戶不存在！\",\r\n\t\"DATABASE_PASS_SUCCESS\": \"修改資料庫[{1}]密碼成功！\",\r\n\t\"DATABASE_PASS_ERROR\": \"修改資料庫[{1}]密碼失敗！\",\r\n\t\"DATABASE_INPUT_ERR_FORMAT\": \"選擇Sql、GZ、壓縮檔案！\",\r\n\t\"DATABASE_INPUT_ERR\": \"導入資料庫失敗！\",\r\n\t\"DATABASE_INPUT_SUCCESS\": \"資料庫導入成功！\",\r\n\t\"DATABASE_SYNC_SUCCESS\": \"從服務器同步{1}個數據庫！\",\r\n\t\"DATABASE_GET_SUCCESS\": \"從服務器獲取{1}個數據庫！\",\r\n\t\"DATABASE_DEL_RECYCLE_BIN\": \"資料庫[{1}]已在回收站，請從回收站恢復！\",\r\n\t\"DATABASE_TEST\": \"測試資料庫\",\r\n\t\"DATABASE_MOVE_RE\": \"與當前存儲目錄相同，不能移動檔案！\",\r\n\t\"DATABASE_MOVE_ERR\": \"移動檔案失敗！\",\r\n\t\"DATABASE_MOVE_SUCCESS\": \"資料庫已移動！\",\r\n\t\"FILE_UPLOAD_SUCCESS\": \"上傳成功！\",\r\n\t\"FILE_EXISTS\": \"請求的檔案已存在！\",\r\n\t\"DIR_EXISTS\": \"請求的目錄存在！\",\r\n\t\"DIR_NOT_EXISTS\": \"請求的目錄不存在\",\r\n\t\"DIR_ERR_NOT_EMPTY\": \"不能刪除非空目錄！\",\r\n\t\"FILE_DANGER\": \"麻煩來找你之前，千萬不要自找麻煩！\",\r\n\t\"FILE_CREATE_SUCCESS\": \"檔案創建成功！\",\r\n\t\"FILE_CREATE_ERR\": \"創建檔案失敗！\",\r\n\t\"DIR_CREATE_SUCCESS\": \"已成功創建目錄！\",\r\n\t\"DIR_CREATE_ERR\": \"創建目錄失敗！\",\r\n\t\"CREATE_FAIL\": \"創建失敗\",\r\n\t\"DIR_MOVE_RECYCLE_BIN\": \"目錄已移至回收站！\",\r\n\t\"FILE_MOVE_RECYCLE_BIN\": \"檔案已移至回收站！\",\r\n\t\"DIR_DEL_SUCCESS\": \"已成功刪除目錄！\",\r\n\t\"DIR_DEL_ERR\": \"刪除目錄失敗！\",\r\n\t\"FILE_DEL_SUCCESS\": \"檔案刪除成功！\",\r\n\t\"FILE_DEL_ERR\": \"刪除檔案失敗！\",\r\n\t\"FILE_RE_RECYCLE_BIN_ERR\": \"恢復失敗！\",\r\n\t\"FILE_RE_RECYCLE_BIN\": \"恢復成功！\",\r\n\t\"FILE_DEL_RECYCLE_BIN\": \"已從回收站中部分刪除了{1}！\",\r\n\t\"FILE_CLOSE_RECYCLE_BIN\": \"回收站已清空！\",\r\n\t\"FILE_OFF_RECYCLE_BIN\": \"回收站功能已關閉！\",\r\n\t\"FILE_ON_RECYCLE_BIN\": \"回收站功能已打開！\",\r\n\t\"FILE_COPY_SUCCESS\": \"檔案複製成功！\",\r\n\t\"FILE_COPY_ERR\": \"複製檔案失敗！\",\r\n\t\"DIR_COPY_SUCCESS\": \"複製目錄成功！\",\r\n\t\"DIR_COPY_ERR\": \"複製目錄失敗！\",\r\n\t\"MOVE_SUCCESS\": \"已成功移動檔案或目錄！\",\r\n\t\"MOVE_ERR\": \"移動檔案或目錄失敗！\",\r\n\t\"FILE_GET_ERR\": \"獲取檔案內容失敗，不支持格式！\",\r\n\t\"FILE_SAVE_SUCCESS\": \"得救了！\",\r\n\t\"FILE_SAVE_ERR\": \"保存錯誤！{1}\",\r\n\t\"ZIP_SUCCESS\": \"壓縮成功！\",\r\n\t\"ZIP_ERR\": \"壓縮失敗！\",\r\n\t\"UNZIP_SUCCESS\": \"解壓縮成功！\",\r\n\t\"UNZIP_ERR\": \"解壓縮失敗！\",\r\n\t\"FILE_ALL_TIPS\": \"標記成功，請點擊目標目錄下的全部黏貼按鈕！\",\r\n\t\"FILE_ALL_ACCESS\": \"批量設置許可權成功！\",\r\n\t\"FILE_ALL_DEL\": \"批量刪除成功！\",\r\n\t\"FILE_ALL\": \"批量操作成功[{1}]，失敗[{2}]\",\r\n\t\"FILE_DOANLOAD\": \"下載任務已添加到隊列中！\",\r\n\t\"PLUGIN_ADD\": \"下載任務已添加到隊列！\",\r\n\t\"PLUGIN_DEL\": \"任務已刪除\",\r\n\t\"PLUGIN_ACTION\": \"任務隊列已激活\",\r\n\t\"PLUGIN_UNINSTALL\": \"卸載成功\",\r\n\t\"PLUGIN_INSTALL_ADD\": \"安裝任務已添加到隊列\",\r\n\t\"PLUGIN_INSTALL_SUCCESS\": \"安裝成功！\",\r\n\t\"PLUGIN_INSTALL_ERR\": \"安裝失敗！\",\r\n\t\"PLUGIN_SORT\": \"已保存排序\",\r\n\t\"PLUGIN_GET_HTML\": \"該插件沒有模板！\",\r\n\t\"PLUGIN_GET_LAN_ERR\": \"此插件沒有模板\",\r\n\t\"PLUGIN_UPDATE_ERR\": \"您的插件列表是最新的\",\r\n\t\"PLUGIN_UPDATE\": \"從雲獲取[{1}]個插件，[{2}]個插件更新！\",\r\n\t\"PLUGIN_INPUT_A\": \"輸入插件名稱！\",\r\n\t\"PLUGIN_INPUT_B\": \"該插件沒有擴展功能！\",\r\n\t\"PLUGIN_INPUT_C\": \"請求的方法[{1}]不存在！\",\r\n\t\"TASK_SLEEP\": \"正在載入...\",\r\n\t\"FILE_SHELL_ERR\": \"對不起，不支持[{1}]命令！\",\r\n\t\"FILE_SHELL_EXEC\": \"已發送命令\",\r\n\t\"FILE_SHELL_EMPTY\": \"無需執行任何腳本！\",\r\n\t\"FIREWALL_IP_FORMAT\": \"您輸入的IP地址非法！\",\r\n\t\"FIREWALL_IP_EXISTS\": \"該IP已在黑名單中，無需重複處理！\",\r\n\t\"FIREWALL_PORT_EXISTS\": \"埠已經存在，不需要重複釋放！\",\r\n\t\"FIREWALL_PORT_PANEL\": \"失敗，無法刪除面板的當前埠！\",\r\n\t\"FIREWALL_SSH_STOP\": \"SSH服務已關閉\",\r\n\t\"FIREWALL_SSH_START\": \"SSH服務已打開\",\r\n\t\"FIREWALL_SSH_PORT_ERR\": \"埠範圍必須在22%到65535之間！\",\r\n\t\"FIREWALL_SSH_PORT_EXISTS\": \"請求的埠是公共埠，請使用其他埠！\",\r\n\t\"FTP_USERNAME_ERR_T\": \"用戶名非法，不允許使用特殊字元！\",\r\n\t\"FTP_USERNAME_ERR_LEN\": \"用戶名非法，不能少於3個字元！\",\r\n\t\"FTP_USERNAME_ERR_DIR\": \"系統關鍵目錄不能用作ftp目錄！\",\r\n\t\"FTP_USERNAME_ERR_EXISTS\": \"用戶[{1}]已存在！\",\r\n\t\"FTP_STATUS_ERR\": \"{1}個ftp用戶失敗！\",\r\n\t\"FTP_PORT_PS\": \"Ftp埠\",\r\n\t\"PAGE\": {\r\n\t\t\"PREV\": \"上一次\",\r\n\t\t\"NEXT\": \"下一步\",\r\n\t\t\"START\": \"第一\",\r\n\t\t\"END\": \"最後的\",\r\n\t\t\"COUNT_START\": \"總計\",\r\n\t\t\"COUNT_END\": \"\",\r\n\t\t\"FO\": \"從…\",\r\n\t\t\"LINE\": \"\"\r\n\t},\r\n\t\"SSL_CHECK_WRITE_ERR\": \"驗證錯誤！\",\r\n\t\"SSL_CHECK_DNS_ERR\": \"DNS錯誤，或尚未生效！<li style=‘COLOR：red；’>{1}<\\/li>\",\r\n\t\"SSL_GET_SUCCESS\": \"成功了！\",\r\n\t\"SSL_NOT_BTUSER\": \"請綁定您的BT帳號！\",\r\n\t\"SSL_BTUSER_UN\": \"解開！\",\r\n\t\"WAF_NOT_NGINX\": \"目前僅支持Nginx\",\r\n\t\"WAF_NOT_NGINX_VERSION\": \"當前版本的Nginx不支持WAF，請重新安裝Nginx！\",\r\n\t\"WAF_UPDATE\": \"更新成功！\",\r\n\t\"WAF_CONF_NOT_EXISTS\": \"錯誤，指定的配置值不存在！\",\r\n\t\"WAF_CONF_EXISTS\": \"錯誤，指定的配置值已經存在！\",\r\n\t\"WAF_CONF_ERR\": \"錯誤，設置的值不合法！\",\r\n\t\"CODE_ERR\": \"驗證碼不正確，請重試！\",\r\n\t\"CODE_TIMEOUT\": \"驗證碼已過期，點擊刷新！\",\r\n\t\"CODE_NOT_EXISTS\": \"驗證碼不存在！\",\r\n\t\"REQUEST_ERR\": \"請求錯誤！\",\r\n\t\"SYS_BOOT_TIME\": \"{1}天{2}小時{3}分鐘\",\r\n\t\"SYS_NOT_INSTALL_APACHE\": \"執行失敗，請檢查是否安裝了APACHE\",\r\n\t\"SYS_CONF_APACHE_ERR\": \"阿帕奇規則配置錯誤：<br><a style=‘color：red；’>{1}<\\/a>\",\r\n\t\"SYS_CONF_NGINX_REP\": \"重新安裝Nginx修復導致的配置檔案不匹配\",\r\n\t\"SYS_CONF_NGINX_ERR\": \"Nginx規則配置錯誤：<br><a style=‘color：red；’>{1}<\\/a>\",\r\n\t\"SYS_EXEC_SUCCESS\": \"執行成功！\",\r\n\t\"SYS_REBOOT\": \"命令發送成功！\",\r\n\t\"TOMCAT_IP\": \"錯誤，主域不能是IP地址！\",\r\n\t\"RECYCLE_BIN_DB\": \"資料庫已移至回收站！\",\r\n\t\"RECYCLEDB\": \"資料庫已恢復！\",\r\n\t\"UNZIP_ERR_DIR\": \"不允許解壓縮關鍵目錄中的檔案，這將導致許可權被替換。\",\r\n\t\"PHP_CONF_1\": \"短標籤支持\",\r\n\t\"PHP_CONF_2\": \"支持ASP標籤\",\r\n\t\"PHP_CONF_3\": \"安全模式\",\r\n\t\"PHP_CONF_4\": \"運行腳本的最大時間\",\r\n\t\"PHP_CONF_5\": \"最大輸入時間\",\r\n\t\"PHP_CONF_6\": \"腳本內存限制\",\r\n\t\"PHP_CONF_7\": \"發佈數據的最大大小\",\r\n\t\"PHP_CONF_8\": \"是否允許上載檔案\",\r\n\t\"PHP_CONF_9\": \"上傳檔案的最大大小\",\r\n\t\"PHP_CONF_10\": \"同時上傳檔案的最大值\",\r\n\t\"PHP_CONF_11\": \"隨時間推移的套接字\",\r\n\t\"PHP_CONF_12\": \"錯誤級別\",\r\n\t\"PHP_CONF_13\": \"是否輸出詳細錯誤資訊\",\r\n\t\"PHP_CONF_14\": \"是否打開Patifo\",\r\n\t\"PHP_CONF_15\": \"時區\",\r\n\t\"NGINX_CONF_MSG1\": \"與SSL相關的配置，請勿刪除或修改注釋掉的404規則的下一行\",\r\n\t\"NGINX_CONF_MSG2\": \"頁面配置錯誤，允許評論、刪除或修改\",\r\n\t\"NGINX_CONF_MSG3\": \"PHP引用配置，允許注釋、刪除或修改\",\r\n\t\"NGINX_CONF_MSG4\": \"URL重寫規則引用，任何修改都將使面板設置的重寫規則失效\",\r\n\t\"ALREADY_INSTALLED\": \"已安裝\",\r\n\t\"NOT_INSTALL\": \"未安裝\",\r\n\t\"GET_QINIU_FILE_LIST\": \"獲取列表失敗，請檢查[AK\\/SK\\/存儲]設置是否正確！\",\r\n\t\"SECOND\": \"第二\",\r\n\t\"REQUEST_TIMEOUT_TIME\": \"請求超時\",\r\n\t\"CONNECT_TIMEOUT_TIME\": \"連接超時\",\r\n\t\"MAX_KEEP_ALIVE_REQUESTS\": \"每個連接的最大保活請求數\",\r\n\t\"WORKER_PROCESSES\": \"工作進程\",\r\n\t\"WORKER_PROCESSES_AUTO\": \"AUTO表示自動\",\r\n\t\"KEEP_ALIVE\": \"保持活力\",\r\n\t\"DEFUALT_PROCESSES\": \"默認進程\",\r\n\t\"MAX_PROCESSES\": \"最大進程數\",\r\n\t\"MAX_CONNECTIONS\": \"最大連接數\",\r\n\t\"NOT_LIMITED_BY_0\": \"0表示不受限制\",\r\n\t\"MAX_SPARE_THREADS\": \"最大空閒線程數\",\r\n\t\"MIN_SPARE_THREADS\": \"可用於處理請求峰值的最小空閒線程數\",\r\n\t\"THREADS_PER_CHILD\": \"每個子進程創建的線程數\",\r\n\t\"MAX_REQUEST_WORKERS\": \"將同時處理的最大連接數\",\r\n\t\"MaxConnectionsPerChild\": \"單個子服務器在其生命週期內將處理的連接數的限制\",\r\n\t\"CONFIG_ERROR\": \"配置錯誤\",\r\n\t\"SECRET_KEY_CHECK_FALSE\": \"密鑰驗證失敗\",\r\n\t\"CHECK_IP_FALSE\": \"IP驗證失敗，您的訪問IP為\",\r\n\t\"NOT_LESS_THAN_TIMEOUT\": \"超時時間不能少於300秒\",\r\n\t\"SECURITY_ENTRANCE_ADDRESS_NOT_LESS_THAN\": \"安全入口不能少於6個字元！\",\r\n\t\"SECURITY_ENTRANCE_ADDRESS_EXIST\": \"此入口已被展臺使用，請設置其他入口！\",\r\n\t\"SECURITY_ENTRANCE_ADDRESS_INCORRECT\": \"入口地址格式不正確，例如\\/my_panel\",\r\n\t\"SECURITY_ENTRANCE_ADDRESS_TRUEN_OFF_WARN\": \"警告，關閉安全入口會將您的後端直接暴露在公網，非常危險。必須至少打開以下安全措施之一才能關閉安全入口：\",\r\n\t\"OPEN_SUCCESSFUL\": \"打開成功！\",\r\n\t\"SPECIAL_CHARACTRES\": \"請不要輸入以下特殊字元{1}\",\r\n\t\"INSTALL_EXTEND_FIRST\": \"請先安裝{1}擴展。\",\r\n\t\"CANT_SET_API_WITH_API\": \"無法通過API配置API\",\r\n\t\"REGENERATE_API_TOKEN \": \"重新生成API-Token\",\r\n\t\"TURN_ON\": \"打開\",\r\n\t\"CHANGE_IP_LIMIT\": \"將IP限制更改為[{1}]\",\r\n\t\"SAVE_SUCCESS\": \"保存成功！\",\r\n\t\"SAVE_SUCCESS1\": \"已成功保存\",\r\n\t\"P_STOP_IPV6\": \"禁用面板的IPv6相容性！\",\r\n\t\"P_START_IPV6\": \"啟用面板的IPv6相容性！\",\r\n\t\"SYSSAFE_CANT_WRITE_FILE\": \"無法寫入檔案，請檢查是否啟用了系統強化！\",\r\n\t\"AK_SK_CONNECT_ERROR\": \"錯誤：無法連接到{1}服務器，請檢查[AK\\/SK\\/存儲]設置是否正確！\",\r\n\t\"MYSQL_FIX_WITH_AUTO_ERR\": \"執行失敗，正在嘗試自動修復，請稍後再試！\",\r\n\t\"MYSQL_TURNOFF_BIN_CHECK\": \"請先卸載MySQL主從插件，然後再關閉二進制日誌！\",\r\n\t\"MYSQL_PASS_ERR\": \"MySQL密碼錯誤！\",\r\n\t\"GET_DB_ERR\": \"獲取資料庫失敗\",\r\n\t\"REPAIR_SUCCESS\": \"維修成功！\",\r\n\t\"REPAIR_FAILURE\": \"修復失敗！\",\r\n\t\"OPTIMIZED_SUCCESS\": \"優化成功！\",\r\n\t\"OPTIMIZED_FAIL_OR_ALREADY_OPTIMIZED\": \"優化失敗或已優化\",\r\n\t\"CHANGE_SUCCESS\": \"已成功更改\",\r\n\t\"CHANVE_FAIL\": \"更改失敗\",\r\n\t\"DB_NOT_EXIST\": \"資料庫不存在！\",\r\n\t\"DOWNLOAD_FILE\": \"下載檔案\",\r\n\t\"DOWNLOAD_FILE1\": \"下載檔案{1}\",\r\n\t\"FILE_NAME_SPECIAL_CHARACTRES\": \"檔案名不能包含特殊字元！\",\r\n\t\"DIR_NAME_SPECIAL_CHARACTRES\": \"目錄名稱不能包含特殊字元！\",\r\n\t\"RENAME_SUCCESS\": \"已成功重命名！\",\r\n\t\"CANT_EDIT_ONLINE_FILE\": \"無法在線編輯大於2MB的檔案！\",\r\n\t\"INCOMPATIBLE_FILECODE\": \"由於檔案編碼不相容，檔案無法正確讀取！‘{1}\",\r\n\t\"DECOMPRESSION_FILE\": \"解壓縮檔案\",\r\n\t\"COMPRESSION_FILE\": \"壓縮檔案\",\r\n\t\"ADD_COMPRESSION_TO_LINEUP\": \"消息隊列中添加了壓縮任務！\",\r\n\t\"ADD_DECOMPRESSION_TO_LINEUP\": \"消息隊列中添加了解壓縮任務！\",\r\n\t\"NO_TASK_AT_LINEUP\": \"隊列{1}中當前沒有正在執行的任務！\",\r\n\t\"HAVE_BEEN_SAVE\": \"已保存\",\r\n\t\"HAVE_NOT_DRAFT\": \"沒有可用的草稿！\",\r\n\t\"SSH_SERVER\": \"SSH服務器\",\r\n\t\"DESIGNATED_POROTOCOL_NOT_EXIST\": \"指定的協定不存在！\",\r\n\t\"DONT_USE_PORT\": \"不要使用公共默認埠！\",\r\n\t\"ALREADY_RUN\": \"正在運行\",\r\n\t\"WORKER_CONNECTIONS\": \"工作人員連接\",\r\n\t\"NGINX_ZIP\": \"是否啟用壓縮傳輸\",\r\n\t\"NGINX_ZIP_MIN\": \"要壓縮的最小檔案\",\r\n\t\"ZIP_COMP_LEVEL\": \"壓縮級別\",\r\n\t\"UPLOAD_MAX_FILE\": \"最大上載檔案數\",\r\n\t\"SERVER_NAME_HASH\": \"服務器名稱的哈希表大小\",\r\n\t\"CLIENT_HEADER_BUFF\": \"客戶端頭緩衝區大小\",\r\n\t\"CLIENT_BODY_BUFF\": \"客戶端正文緩衝區\",\r\n\t\"NOT_TURNON_API\": \"錯誤：API服務未啟用！\",\r\n\t\"INIT_API\": \"接口初始化成功！\",\r\n\t\"LOGIN_FIRST\": \"請先使用BT帳戶登錄\",\r\n\t\"FLUSH_STATUS_SUCCESS\": \"刷新狀態成功\",\r\n\t\"CANT_WRITE_SYS_DIR\": \"<a style=‘COLOR：red；’>錯誤：系統關鍵目錄不可寫！<\\/a><br>1.如果安裝了[BT系統強化]，請關閉<br><br>2.如果安裝了雲鎖，請關閉[系統強化]功能<br>3.如果安裝了SafeDog，請關閉\",\r\n\t\"UNINSTALL_FIRST\": \"請先卸載[{1}]\",\r\n\t\"DEP_PAGE\": \"取決於以下軟體，請先安裝[{1}]\",\r\n\t\"MINIMUM_CPU_REQUIRED\": \"至少需要[{1}]個CPU核心才能安裝\",\r\n\t\"MINIMUM_MEM_REQUIRED\": \"至少需要[{1}MB]內存才能安裝\",\r\n\t\"ALL\": \"全\",\r\n\t\"ONLY_SUP_SYS\": \"僅支持[{1}]系統\",\r\n\t\"CHECK_FILE_HASH\": \"檔案哈希驗證失敗，請停止安裝！\",\r\n\t\"INSTALL_FAIL\": \"安裝失敗\",\r\n\t\"INSTALL\": \"安裝\",\r\n\t\"UNINSTALL\": \"卸載\",\r\n\t\"NOT_SUP_NG1.8\": \"Nginx 1.8.1太舊，不再可用，請選擇其他版本！\",\r\n\t\"RM_DB_WARN\": \"資料庫列表不為空。為了您的數據安全，請備份並刪除已有的資料庫。<br>強制卸載命令：rm-rf\\/www\\/server\\/mySQL\",\r\n\t\"GET_SOFTLIST_FAIL\": \"無法獲取軟體列表({1})\",\r\n\t\"DONT_ADD_AGAIN\": \"請不要重複添加\",\r\n\t\"HP_DIS_MOST\": \"儀錶盤最多隻能顯示12個軟體！\",\r\n\t\"BAR_DIS_MOST\": \"快捷欄最多隻能顯示5個軟體！\",\r\n\t\"NOT_OPENED\": \"未打開\",\r\n\t\"WAITING_FOR_PAY\": \"待付報酬\",\r\n\t\"EXPIRED\": \"過期\",\r\n\t\"PLUGIN_UPDATE_ERR1\": \"您的插件列表已經是最新版本{1}！\",\r\n\t\"SOFTLIST_UPDATE_SUCCESS\": \"軟體列表已更新！\",\r\n\t\"HAVE_ERR\": \"對不起，出了點問題\",\r\n\t\"DOWNLOAD_FILE_FAIL\": \"檔案下載失敗！\",\r\n\t\"UNKNOW\": \"未知\",\r\n\t\"CANT_FIND_PLU_IN_PACKAGE\": \"存檔中找不到插件資訊，請檢查插件包！\",\r\n\t\"TEM_FILE_NOT_EXIST\": \"臨時檔案不存在，請重新上傳！\",\r\n\t\"PLUG_EXPORT_FAIL\": \"導出失敗，請檢查許可權！\",\r\n\t\"CANT_GET_URL\": \"無法獲取目標URL\",\r\n\t\"NGINX_REDIRECT_REP\": \"#引用的重定向規則，如果注釋，則配置的重定向規則無效\",\r\n\t\"NGINX_REDIRECT_REP1\": \"#引用的重定向規則\",\r\n\t\"GET_ERR_IN_CONFILE\": \"在配置檔案中檢測到錯誤。請先解決它，然後再繼續\",\r\n\t\"NAME_LEN\": \"名稱必須包含3個以上不超過15個字元\",\r\n\t\"REDIRECT_EXIST\": \"指定的重定向名稱已存在\",\r\n\t\"SELECT_RED_DOMAIN\": \"請選擇重定向域\",\r\n\t\"INPUT_RED_DOMAIN\": \"請輸入重定向路徑\",\r\n\t\"PATH_ERR\": \"路徑格式不正確，格式為\\/xxx\",\r\n\t\"RED_DOMAIN_EXIST\": \"重定向域已存在{1}\",\r\n\t\"URL_FORMAT_ERR\": \"目標URL格式不正確{1}\",\r\n\t\"DOMAIN_SAMEAS_URL\": \"域名{1}與目標域名相同，請取消選擇\",\r\n\t\"URL_SAMEAS_REDPATH\": \"{1}，目標URL與重定向路徑相同\",\r\n\t\"CREATE_SUCCESS\": \"已成功創建\",\r\n\t\"OLD_CONF\": \"舊配置\",\r\n\t\"CONF\": \"配置\",\r\n\t\"CLEAR_OLD_RED\": \"舊的重定向已清理\",\r\n\t\"RED_ALREADY_STOP\": \"重定向已掛起\",\r\n\t\"DANGER\": \"險情\",\r\n\t\"HIGH_RISK\": \"高風險\",\r\n\t\"GET_POST_EXPLOITABLE_VULNERABILITIES\": \"獲取\\/發佈可利用的漏洞\",\r\n\t\"ONE_WORD_TROJAN_HORSE\": \"一字木馬\",\r\n\t\"WEBSHELL\": \"Web外殼行為\",\r\n\t\"EXPLOITABLE_VULNERABILITIES\": \"可利用的漏洞\",\r\n\t\"GET_POST_COOKIE_EXPLOITABLE_VULNERABILITIES\": \"獲取\\/發佈\\/Cookie可利用的漏洞\",\r\n\t\"HAZARDOUS_FILE_OPERATION_VULNERABILITIES\": \"危險的檔案操作漏洞\",\r\n\t\"DANGEROUS_UPLOAD_VULNERABILITIES\": \"危險的上傳漏洞\",\r\n\t\"DANGEROUS_CITATION\": \"危險參考\",\r\n\t\"NGINX_CONF_BAN_FILE_DIR\": \"#禁止的檔案或目錄\",\r\n\t\"NGINX_CONF_ONECLICK_SET_SSL_DIR\": \"#一鍵申請SSL證書目錄驗證相關設置\",\r\n\t\"SITE_NOT_EXIST\": \"指定的站點不存在\",\r\n\t\"AUTO_INSTALL_ACME_FAIL\": \"嘗試自動安裝ACME失敗，請嘗試通過以下命令手動安裝<p>安裝命令\",\r\n\t\"SET_API_FIRST\": \"請先設置此接口\",\r\n\t\"INSTALL_CLOUDDNS_FIRST\": \"請先安裝[CloudDNS]插件。\",\r\n\t\"CHECK_SSL_ERR\": \"通配符域名不能使用[檔案驗證]的方式申請證書！\",\r\n\t\"RESOLVE_DOMAIN_BYF\": \"獲取成功，請手動解析域名\",\r\n\t\"GET_FAIL\": \"獲取失敗！\",\r\n\t\"ISSUANCE_FAIL\": \"‘問題失敗，我們無法驗證您的域：<p>1.檢查域名是否綁定到相應的站點<\\/p><p>2.檢查域名是否正確解析到服務器，或者解析未完全生效<\\/p><p>3.如果您的站點\",\r\n\t\"NOT_OPEN_SSL\": \"當前未啟用SSL\",\r\n\t\"OLD_PROXY\": \"舊代理\",\r\n\t\"PROXY_NAME_OR_DIR_EXIST\": \"指定的反向代理名稱或代理文件夾已存在\",\r\n\t\"CANT_SET_DIRANDGLOBA\": \"無法同時設置目錄代理和全局代理\",\r\n\t\"INPUT_NUM\": \"請輸入號碼\",\r\n\t\"PROXY_DIR_ERR\": \"代理目錄不能包含以下特殊字元{1}\",\r\n\t\"PROXY_URL_ERR\": \"目標URL不能包含以下特殊字元{1}\",\r\n\t\"SENT_DOMAIN_FORMAT\": \"發送的域格式錯誤{1}\",\r\n\t\"DOMAIN_FORMAT\": \"域格式錯誤{1}\",\r\n\t\"INPUT_REPLACE_CONTENT\": \"請輸入要替換的內容\",\r\n\t\"REP_CON_CANT_SAMEAS_BEREP_CON\": \"要替換的內容不能與要替換的內容相同\",\r\n\t\"CLEAR_CACHE\": \"#清除緩存\",\r\n\t\"NGINX_PROXY_REP\": \"#引用反向代理規則，如果注釋，則配置的反向代理將無效\",\r\n\t\"NGINX_PROXY_EXIST_ERR\": \"重寫\\/nginx主配置\\/vhost檔案中已存在全局反向代理\",\r\n\t\"PROXY_WAS_STOP\": \"代理已掛起\",\r\n\t\"NGINX_PERSISTENCE\": \"#持久連接相關配置\",\r\n\t\"INPUT_DB_PS\": \"請輸入備註\",\r\n\t\"SCAN_DIR\": \"掃描目錄\",\r\n\t\"URL_SUFFIX_NOT_EMPTY\": \"URL後綴不能為空\",\r\n\t\"SECURITY_START\": \"#Security-啟動防盜鏈配置\",\r\n\t\"LOG_EMPTY\": \"日誌為空\",\r\n\t\"DEFAULT_SORT\": \"默認類別\",\r\n\t\"SORT_NAME_ERR\": \"類別名稱不能為空\",\r\n\t\"SORT_NAME_LEN_ERR\": \"類別名稱不能超過6個漢字或18個字母\",\r\n\t\"SORT_MOST\": \"加起來最多10個類別！\",\r\n\t\"SORT_NAME_EXIST\": \"指定的類別名稱已存在！\",\r\n\t\"SORT_NOT_EXIST\": \"指定的類別不存在！\",\r\n\t\"SORT_DEL\": \"類別已刪除！\",\r\n\t\"CANT_CREATE\": \"無法創建[{1}]\",\r\n\t\"CHECKING\": \"正在檢查...\",\r\n\t\"CRET_NOT_EXIST\": \"證書不存在！\",\r\n\t\"CRET_DEL\": \"證書已刪除！\",\r\n\t\"CRET_DEL_FAIL\": \"刪除失敗！\",\r\n\t\"CRET_RESOLVE_FAIL\": \"證書解析失敗\",\r\n\t\"CRET_SAVE_SUSSESS\": \"證書保存成功！\",\r\n\t\"CRET_SAVE_FAIL\": \"保存證書失敗！\",\r\n\t\"TASK_CANCEL\": \"任務取消！\",\r\n\t\"NOT_SUP_COMP_FORMAT\": \"不支持指定的壓縮格式！\",\r\n\t\"SITE_DOMAIN_FORMAT_ERR\": \"域[{1}]格式錯誤！\",\r\n\t\"SITE_DOMAIN_EXIST\": \"域[{1}]已存在！\",\r\n\t\"PANEL_WAS_RESTART\": \"面板已重新啟動\",\r\n\t\"USER_NAME\": \"用戶名\",\r\n\t\"NEW_PASS\": \"新密碼\",\r\n\t\"CLEARING_LOG\": \"清除日誌資訊\",\r\n\t\"CLEARING_TASK_HISTORY\": \"清除任務歷史記錄\",\r\n\t\"CLEARING_NET_MO\": \"清除網路監控記錄\",\r\n\t\"CLEARING_CPU_MO\": \"清除CPU監視記錄\",\r\n\t\"CLEARING_DISK_MO\": \"清除磁碟片監控記錄\",\r\n\t\"CLEARING_IP\": \"清除IP資訊\",\r\n\t\"CLEARING_SYS_HISTORY\": \"清除系統歷史記錄\",\r\n\t\"PANEL_TIPS\": \"面板封裝成功。請勿登錄面板進行任何其他操作！\",\r\n\t\"PANEL_INIT_ADD\": \"面板初始化地址\",\r\n\t\"CLEAR_TASK\": \"已成功清除{1}個任務！\",\r\n\t\"CLEAR_RUBBISH\": \"清除了系統垃圾，完全刪除了[{1}]個檔案，釋放了磁碟片空間[{2}]\",\r\n\t\"CLEAR_RUBBISH1\": \"|-清除[{1}]，刪除[{2}]個檔案，釋放磁碟片空間[{3}]\",\r\n\t\"CLEAR_RUBBISH2\": \"|-假脫機已清除，刪除了[{1}]個檔案，釋放了磁碟片空間[{2}]\",\r\n\t\"CLEAR_PHP_SESSION\": \"|-正在清除PHP會話...\",\r\n\t\"CLEAR_PHP_SESSION1\": \"|-PHP會話已清除，刪除了[{1}]個檔案，釋放了磁碟片空間[{2}]\",\r\n\t\"CLEAR_RUBBISH3\": \"|-正在清除臨時檔案和網站日誌...\",\r\n\t\"CLEAR_RUBBISH4\": \"|-清除臨時檔案和站點日誌，刪除[{1}]個檔案，釋放磁碟片空間[{2}]\",\r\n\t\"USER_NAME_LEN_ERR\": \"|-錯誤，用戶名不能少於5個字元\",\r\n\t\"EASY_NAME\": \"|-錯誤，不能使用太簡單的用戶名\",\r\n\t\"NEW_NAME\": \"|-新用戶名：{1}\",\r\n\t\"WITH_BT_CUSTOM_EDITION\": \"使用aaPanel定製版\",\r\n\t\"PANEL\": \"嵌板\",\r\n\t\"PLUG_UPDATEING\": \"正在更新插件...\",\r\n\t\"PLUG_UPDATE_TO_6\": \"所有插件已成功更新到相容6.0的版本！\",\r\n\t\"PANEL_SHELL\": \"AaPanel CLI\",\r\n\t\"RESTART_PANEL\": \"重新啟動面板\",\r\n\t\"CHANGE_PANEL_PORT\": \"更改面板埠\",\r\n\t\"STOP_PANEL\": \"停止面板\",\r\n\t\"CLEAR_PANEL_CACHE\": \"清除面板緩存\",\r\n\t\"START_PANEL\": \"開始面板\",\r\n\t\"CLEAR_PANEL_LIMIT\": \"清除登錄限制\",\r\n\t\"RELOAD_PANEL\": \"重新載入面板\",\r\n\t\"CANCEL_ENTRY\": \"取消入場限制\",\r\n\t\"CHANGE_PANEL_PASS\": \"更改面板密碼\",\r\n\t\"CANCEL_DOMAIN_BIND\": \"取消域名綁定限制\",\r\n\t\"CHANGE_PANEL_USER\": \"更改面板用戶名\",\r\n\t\"CANCEL_IP_LIMIT\": \"CACEL IP訪問限制\",\r\n\t\"CHANGE_MYSQL_PASS_FORCE\": \"強制更改MySQL超級用戶密碼\",\r\n\t\"GET_PANEL_DEFAULT_MSG\": \"查看面板默認資訊\",\r\n\t\"CANCEL\": \"卡塞爾\",\r\n\t\"CLEAR_SYS_RUBBISH\": \"清除系統垃圾\",\r\n\t\"CANCELLED\": \"被召喚了！\",\r\n\t\"EXECUTING\": \"正在執行({1})...\",\r\n\t\"INPUT_CMD_NUM\": \"請輸入命令編號：\",\r\n\t\"INPUT_NEW_PASS\": \"請輸入新密碼：\",\r\n\t\"INPUT_NEW_USER\": \"請輸入新用戶名(>5個字元)：\",\r\n\t\"INPUT_NEW_MYSQL_PASS\": \"請輸入新的MySQL超級用戶密碼：\",\r\n\t\"PASS_NOT_EMPTY\": \"|-錯誤，密碼不能為空\",\r\n\t\"PASS_LEN_ERR\": \"|-錯誤，密碼不能少於8個字元\",\r\n\t\"PASS_SPECIAL_CHARACTRES_ERR\": \"|-錯誤，密碼不能包含特殊字元\",\r\n\t\"INPUT_NEW_PANEL_PORT\": \"請輸入新的面板埠：\",\r\n\t\"INPUT_PANEL_PORT_ERR\": \"|-錯誤，未輸入有效埠\",\r\n\t\"CANT_USE_USUALLY_PORT_ERR\": \"|-錯誤，請不要使用公共埠作為面板埠\",\r\n\t\"NEW_PORT_SAMEAS_OLD\": \"|-錯誤，新埠與當前面板埠相同，無需更改\",\r\n\t\"PORT_ALREADY_IN_USE\": \"|-Error，指定的埠已在使用\",\r\n\t\"CHANGE_PORT_SUCCESS\": \"|-面板埠更改為：{1}\",\r\n\t\"CLOUD_RELEASE_PORT\": \"|-如果您的服務器提供商是[阿裡雲][騰訊雲][華為雲]或其他開啟了[安全組]的服務器，請到安全組版本[{1}]埠訪問面板\",\r\n\t\"CHANGE_LIMITED_CANCEL\": \"|--門票限制取消\",\r\n\t\"CHANGE_DOMAIN_CANCEL\": \"|-已取消域名限制\",\r\n\t\"CHANGE_IP_CANCEL\": \"|-IP訪問限制已取消\",\r\n\t\"SCAN_QRCORE_SUCCESS_LOGGING_IN\": \"掃描二維碼成功，正在登錄\",\r\n\t\"WECHAT_SCAN_QRCORE\": \"微信掃描二維碼登錄\",\r\n\t\"LOGIN_SUCCESS1\": \"登錄成功\",\r\n\t\"LOGIN_FAIL\": \"登錄失敗\",\r\n\t\"PANEL_TOO_LOW\": \"面板版本太低，請更新到最新版本\",\r\n\t\"NOT_BIND_WECHAT\": \"目前未綁定微信賬號\",\r\n\t\"QRCORE_EXPIRE\": \"二維碼已過期{1}\",\r\n\t\"SK_NOT_INCORRECT\": \"密鑰不正確\",\r\n\t\"UNAUTHORIZED\": \"未經授權\",\r\n\t\"BIND_SUCCESS\": \"綁定成功\",\r\n\t\"TOP_TIPS\": \"當前IE瀏覽器版本太低，無法顯示某些功能，請使用其他瀏覽器。或者，如果您使用的是中國公司開發的瀏覽器，請切換到極限模式！\",\r\n\t\"BT_HELP\": \"如需支持|建議，請訪問aaPanel論壇\",\r\n\t\"MANUAL\": \"用戶手冊\",\r\n\t\"DOWNLOAD\": \"正在下載：\",\r\n\t\"TOMCAT_PS\": \"Tomcat外部埠\",\r\n\t\"TOMCAT_PS1\": \"Tomcat的地圖站點[{1}]\",\r\n\t\"TYPE_ERR\": \"類型錯誤\",\r\n\t\"START_SUCCESS\": \"已成功啟動\",\r\n\t\"STOP_SUCCESS\": \"已成功停止\",\r\n\t\"RELOAD_SUCCESS\": \"已成功重新載入\",\r\n\t\"TOMCAT_ENV_ERR\": \"Tomcat{1}環境有問題，請檢查是否正常\",\r\n\t\"JDK_NOT_INSTALL\": \"未安裝此JDK\",\r\n\t\"DOMAIN_FORMAT_ERR\": \"請輸入正確的域\",\r\n\t\"CONF_ERR_OR_SERVER_NOT_INSTALL\": \"配置錯誤或未安裝服務\",\r\n\t\"ALREADY_EXIST\": \"已存在\",\r\n\t\"CONF_ERR\": \"配置錯誤，請檢查配置檔案\",\r\n\t\"NOT_EXIST\": \"不存在\",\r\n\t\"CHANGE_FAIL_DIR_NOT_EXIST\": \"更改失敗，目錄不存在\",\r\n\t\"TOMCAT_DOAMIN_ERR\": \"Tomcat中不存在該域名\",\r\n\t\"TOMCAT_PROXY_SUCCESS\": \"已成功添加映射[{1}]\",\r\n\t\"TOMCAT_PROXY_FAIL\": \"無法添加映射[{1}]\",\r\n\t\"PROXY_DOMAIN_EXIT\": \"域已映射或已存在。請在更換之前將其刪除。\",\r\n\t\"GET_DOMAIN_LIST_ERR\": \"獲取域列表失敗！\",\r\n\t\"PORT_ALREADY_EXIST\": \"埠已存在！\",\r\n\t\"RETURN_TYPE_ERR\": \"返回類型錯誤\",\r\n\t\"PEM_FORMAT_ERR\": \"證書錯誤，請黏貼正確的pem格式證書！\",\r\n\t\"ACCEPT_SSL_ERR\": \"通配符域和子域不能一起申請證書\",\r\n\t\"CHECK_TXT_ERR1\": \"<h2>TXT記錄驗證失敗、未添加TXT記錄或添加錯誤！<\\/h2>\",\r\n\t\"CHECK_TXT_ERR2\": \"TXT記錄驗證錯誤，當前TXT記錄無效或過期\",\r\n\t\"CHECK_TXT_ERR3\": \"<h2>當前TXT記錄已過期，請重新獲取！<\\/h2>\",\r\n\t\"CHECK_TXT_ERR4\": \"TXT記錄已過期，請重新獲取\",\r\n\t\"CHECK_TXT_ERR5\": \"TXT記錄驗證失敗\",\r\n\t\"CHECK_TXT_ERR6\": \"當前txt記錄已過期，請重新獲取\",\r\n\t\"ACCEPT_SSL_ERR1\": \"<h2>頒發失敗，嘗試申請證書失敗的次數已達到限制！<\\/h2>\",\r\n\t\"ACCEPT_SSL_ERR2\": \"<h2>頒發失敗，：：通配域和子域不能一起申請證書！<\\/h2>\",\r\n\t\"ACCEPT_SSL_ERR3\": \"<h2>問題失敗、TXT記錄驗證失敗、域解析錯誤或無效！<\\/h2>\",\r\n\t\"ACCEPT_SSL_ERR4\": \"<h2>出庫失敗，當前txt記錄已過期，請重新獲取！<\\/h2>\",\r\n\t\"ACCEPT_SSL_ERR5\": \"<h2>問題失敗、域解析錯誤或無效，或者域名不是工信部備案的！<\\/h2>\",\r\n\t\"ACCEPT_SSL_ERR6\": \"錯誤，找不到檔案openssl.cnf，請安裝openssl\",\r\n\t\"ACCEPT_SSL_ERR7\": \"<h2>問題失敗，請安裝openssl！<\\/h2>\",\r\n\t\"ACME_ERR1\": \"無法初始化ACME客戶端\",\r\n\t\"ACME_ERR2\": \"無法初始化客戶端\",\r\n\t\"ACME_ERR3\": \"網路請求超時，讓我們加密\",\r\n\t\"ACME_ERR4\": \"獲取ACME終結點時出錯\",\r\n\t\"CREATE_ACCOUNT_KEY\": \"創建帳戶密鑰\",\r\n\t\"SSL_REGISTER_ERR\": \"註冊時出錯\",\r\n\t\"SSL_ACCEPT_ERR\": \"請求證書時出錯\",\r\n\t\"SSL_ACCEPT_ERR1\": \"獲取識別字授權時出錯\",\r\n\t\"SSL_CHECK_TIPS\": \"檢查完成={1}。允許的最大檢查數={2}。檢查間隔={3}秒。\",\r\n\t\"SSL_SEND_CSR_ERR\": \"發送CSR時出錯\",\r\n\t\"SSL_GET_CERT_ERR\": \"獲取證書時出錯\",\r\n\t\"DNSPORD_ERR\": \"此DNSPod帳戶中不存在此域，無法添加解析\",\r\n\t\"DNSPORD_ERR1\": \"DNSPod API密鑰錯誤，無法添加解析\",\r\n\t\"ALICLOUD_ERR\": \"該阿裡雲賬號中不存在該域名，添加解析失敗\",\r\n\t\"CLOUDXNS_ERR\": \"此CloudXNS帳戶中不存在此域，無法添加解析\",\r\n\t\"API_SK_ERR\": \"API密鑰錯誤，無法添加解析\",\r\n\t\"CANT_FIND_RECORDID\": \"未找到域的Record_ID：\",\r\n\t\"DEL_RES_FAIL\": \"刪除DNS記錄失敗\",\r\n\t\"SK_ERR\": \"密鑰錯誤，無法添加解析\",\r\n\t\"BT_DNSRES_ERR\": \"當前綁定的BT雲域名帳號中不存在該域名，添加解析失敗！\",\r\n\t\"ADD_ARGS_TO_SHELL_ERR\": \"傳遞給腳本的參數格式不正確\",\r\n\t\"PANEL_THREAD_RANGE_ERR\": \"面板螺紋數應在1-1024之間\",\r\n\t\"NOT_RENEW_CERT\": \"當前沒有要續訂的證書\",\r\n\t\"EXIST_RENEW_TASK\": \"當前續訂任務正在進行中！\",\r\n\t\"ADD_RENEW_TO_TASK\": \"續訂任務已添加到隊列中！\",\r\n\t\"GET_FAIL_NOT_RESULT\": \"獲取失敗，當前沒有結果！\",\r\n\t\"RENEW_NOW\": \"續訂\",\r\n\t\"WAIT_RENEW\": \"等待續簽\",\r\n\t\"RENEW_SUCCESS\": \"續訂成功\",\r\n\t\"RENEW_FAIL\": \"續訂失敗。請嘗試關閉SSL，然後使用檔案身分驗證或DNS身分驗證重新申請此域證書！\",\r\n\t\"RENEW_FAIL1\": \"續訂失敗。域名解析錯誤，或無效！\",\r\n\t\"RENEW_FAIL2\": \"續訂失敗。嘗試申請證書失敗的次數已達到限制！\",\r\n\t\"CLOSE_BETA\": \"測試員配置檔案\",\r\n\t\"PORT_RANGE_ERR\": \"請輸入正確的埠範圍1<埠<65535\",\r\n\t\"PORT_TYPE_ERR\": \"請為埠輸入一個整數\",\r\n\t\"PROJECT_EXIST\": \"專案已存在\",\r\n\t\"DEPENDENT_FILE\": \"在工作目錄中找不到依賴檔案Requirements s.txt，請在創建之前添加它\",\r\n\t\"SANIC_ERR\": \"Sanic框架專案請使用Gunicorn或Python啟動\",\r\n\t\"PYTHON_EDIT_CONF_ERR\": \"Python啟動模式沒有要修改的配置檔案\",\r\n\t\"CONF_MODIFY_SUCCESS\": \"配置修改成功，請手動重新啟動專案\",\r\n\t\"SAVE_FAIL\": \"保存失敗\",\r\n\t\"PIP_CANT_UNINSTALL\": \"無法卸載PIP\",\r\n\t\"UNINSTALL_FAIL\": \"卸載失敗\",\r\n\t\"PROJECT_START_FAIL\": \"專案啟動失敗，請查看專案日誌\",\r\n\t\"ENV_ERR\": \"未創建虛擬環境，請重新創建專案\",\r\n\t\"PROJECT_ALREADY_START\": \"專案已啟動\",\r\n\t\"PROJECT_STOP\": \"專案已停止\",\r\n\t\"STOP_SUCCESS1\": \"已成功停止\",\r\n\t\"STOP_FAIL\": \"停止失敗\",\r\n\t\"PROJECT_MAPPING_FAIL\": \"專案沒有埠，無法映射。在此階段，uwsgi模式不支持套接字檔案模式映射。\",\r\n\t\"PYTHON_PROJECT_MAPPING\": \"Python專案的地圖站點[{1}]\",\r\n\t\"CANCEL_SUCCESS\": \"已成功取消\",\r\n\t\"DEL_PROJECT_MUST_STOP_FIRST\": \"請先停止專案再刪除\",\r\n\t\"THIS_PYTHON_ALREADY_INSTALL\": \"此版本的Python已安裝{1}\",\r\n\t\"SYS_PY_CANT_UNINSTALL\": \"此版本的Python是系統默認版本，無法卸載。\",\r\n\t\"UNINSTALL_PY_MUST_DEL_PROJECT_FIRST\": \"此版本正被專案使用，請在卸載前刪除該專案\",\r\n\t\"NO_INSTALL_THIS_PY\": \"未安裝此版本的Python\",\r\n\t\"UNINSTALL_PY_FAIL\": \"卸載Python失敗，請重試\",\r\n\t\"UNINSTALL_PY_SUCCESS\": \"成功卸載Python\",\r\n\t\"PROJECT_NO_LOG\": \"該專案沒有日誌\",\r\n\t\"PGSQL_TEST_DATA\": \"後臺返回的測試數據\",\r\n\t\"PGSQL_ADD_ERR\": \"您輸入的許可權無效，添加失敗！\",\r\n\t\"DB_EXIST\": \"資料庫已存在\",\r\n\t\"USER_EXIST\": \"用戶已存在\",\r\n\t\"CREATE_DB_SUCCESS\": \"已成功創建資料庫\",\r\n\t\"PGSQL_DIR_MOVE_ERR\": \"您提交的目錄無效，遷移失敗\",\r\n\t\"PGSQL_MOVE_SUCCESS\": \"遷移成功\",\r\n\t\"CANT_USE_PORT\": \"該埠號不能使用，修改失敗\",\r\n\t\"PGSQL_CURR_STATUS1\": \"當前與PostgreSQL相關的進程\",\r\n\t\"PGSQL_CURR_STATUS2\": \"總連接數\",\r\n\t\"PGSQL_CURR_STATUS3\": \"資料庫空間\",\r\n\t\"PGSQL_CURR_STATUS4\": \"開始時間\",\r\n\t\"PGSQL_CURR_STATUS5\": \"資料庫ID\",\r\n\t\"PGSQL_CURR_STATUS6\": \"資料庫內存\",\r\n\t\"PGSQL_CURR_STATUS7\": \"表進程已鎖定的物理內存大小\",\r\n\t\"PGSQL_CURR_STATUS8\": \"分配給資料庫的最大物理內存\",\r\n\t\"PGSQL_CURR_STATUS9\": \"過程數據段大小\",\r\n\t\"PGSQL_CURR_STATUS10\": \"進程堆棧段的大小\",\r\n\t\"PGSQL_CURR_STATUS11\": \"過程代碼的大小\",\r\n\t\"PGSQL_CURR_STATUS12\": \"進程使用的庫大小\",\r\n\t\"PGSQL_CURR_STATUS13\": \"進程使用的交換大小\",\r\n\t\"PGSQL_CURR_STATUS14\": \"使用的頁表大小\",\r\n\t\"PGSQL_CURR_STATUS15\": \"當前掛起信號的數量\",\r\n\t\"PGSQL_SET_TIPS1\": \"PostgreSQL通過SHARED_BUFFER與內核和磁碟片交互，通常設置為實際內存的10%。\",\r\n\t\"PGSQL_SET_TIPS2\": \"增加work_mem有助於提高排序速度，通常設置為實際RAM的2%-4%。\",\r\n\t\"PGSQL_SET_TIPS3\": \"Pgsql可以使用的最大緩存，例如，如果有4 GB內存，則可以設置為3 GB。\",\r\n\t\"PGSQL_SET_TIPS4\": \"設置每個資料庫會話使用的臨時緩衝區的最大數量。默認值為8MB\",\r\n\t\"PGSQL_SET_TIPS5\": \"設置可同時處於準備狀態的最大事務數\",\r\n\t\"PGSQL_SET_TIPS6\": \"指定服務器執行堆棧的最大安全深度。默認值為2MB\",\r\n\t\"PGSQL_SET_TIPS7\": \"一個週期內寫入了多少髒頁\",\r\n\t\"PGSQL_SET_TIPS8\": \"如果要使用工作進程，最多允許派生多少個工作進程\",\r\n\t\"PGSQL_SET_TIPS9\": \"Pgsql監聽地址\",\r\n\t\"BACK_SUCCESS\": \"備份成功\",\r\n\t\"DEL_BACKFILE_SUCCESS\": \"已成功刪除備份檔案\",\r\n\t\"DEL_DB_SUCCESS\": \"已成功刪除資料庫\",\r\n\t\"RES_DB_SUCCESS\": \"已成功還原資料庫\",\r\n\t\"FILE_FORMAT_ERR\": \"檔案格式不正確\",\r\n\t\"RES_DB_SUCCESS1\": \"已成功還原資料庫{1}！\",\r\n\t\"CHANGE_PASSWD_SUCCESS\": \"已成功更改密碼\",\r\n\t\"PGSQL_INPUT_ERR\": \"您的輸入非法，修改失敗\",\r\n\t\"PGSQL_CHANGE_AUTHORITY_SUCCESS\": \"已成功更改pgsql用戶訪問許可權\",\r\n\t\"ALREADY_INSTALL\": \"已安裝\",\r\n\t\"PGSQL_UNINSTALL_SUCCESS\": \"已成功卸載pgsql\",\r\n\t\"PGSQL_ALREADY_INSTALL\": \"已安裝Pgsql\",\r\n\t\"PGSQL_INSTALL_NOW\": \"{1}正在安裝，請稍候...\",\r\n\t\"SITE_NOT_EXIST1\": \"站點[{1}]不存在！\",\r\n\t\"SITE_BACK_FILE\": \"站點[{1}]備份失敗！\",\r\n\t\"SITE_BACKFTP_SUCCESS\": \"站點[{1}]備份到FTP成功，只需[{2}]秒\",\r\n\t\"KEEP_PART\": \"|-保留最新的[{1}]個備份\",\r\n\t\"FTP_FILE_NAME\": \"|--檔案名：\",\r\n\t\"FTP_CLEAN_BACK_FILE\": \"|-已清理過期的備份檔案：\",\r\n\t\"FTP_DB_NOT_EXIST\": \"資料庫[{1}]不存在！\",\r\n\t\"FTP_DB_BACK\": \"資料庫[{1}]備份失敗！\",\r\n\t\"FTP_DB_BACK_SUCCESS\": \"資料庫[{1}]備份成功，只需[{2}]秒\",\r\n\t\"FTP_DIR_BACK_FAIL\": \"目錄[{1}]備份失敗\",\r\n\t\"FTP_DIR_BACK_SUCCESS\": \"直接備份成功，在[{2}]秒內完成\",\r\n\t\"TITLE_HOOK_CANT_EMPTY\": \"標題和掛鉤腳本不能為空\",\r\n\t\"RUN_SUCCESS\": \"成功運行\",\r\n\t\"HOOK_NOT_EXIST\": \"指定的掛鉤不存在\",\r\n\t\"IPADDR_ERR\": \"IP地址無效\",\r\n\t\"NETMASK_ERR\": \"子網掩碼無效\",\r\n\t\"GATEWAY_ERR\": \"網關地址無效\",\r\n\t\"CANT_GET_DEVNAME\": \"無法獲取正確的設備名稱\",\r\n\t\"SPECIFY_IP_EXIST\": \"指定的IP地址已存在\",\r\n\t\"THIS_IP_CANT_DEL\": \"該IP不能刪除\",\r\n\t\"INIT_NETCARD_SUCCESS\": \"已成功初始化網卡\",\r\n\t\"NETWORK_RESTART\": \"網路已重新啟動\",\r\n\t\"NO_INIT_NETCARD\": \"網卡未初始化\",\r\n\t\"DNS_CAN_USE\": \"當前的域名系統可用\",\r\n\t\"DNS_CANT_USE\": \"當前的域名系統不可用\",\r\n\t\"DISK_SPACE_NOT_ENOUGH\": \"失敗，磁碟片空間不足，當前可用空間：\",\r\n\t\"USERNAME_CANT_EMPTY\": \"用戶名不能為空\",\r\n\t\"MEM_DISK_SET_ERR\": \"內存盤最大容量不能超過物理內存的50%！\",\r\n\t\"INPUT_ABSOLUTE_PATH\": \"請輸入絕對路徑\",\r\n\t\"DIR_EXIST_ERR\": \"目錄已有檔案，請更改另一個目錄\",\r\n\t\"INPUT_ARGS_ERR\": \"請輸入正確的參數\",\r\n\t\"UMOUNT_TIPS\": \"已成功卸載，某些目錄可能需要重新啟動服務器才能生效！\",\r\n\t\"UMOUNT_ERR\": \"卸載失敗\",\r\n\t\"MOUNT_ERR\": \"不允許掛載到掛載子目錄\",\r\n\t\"MOUNT_SUCCESS\": \"已成功裝載\",\r\n\t\"REDIS_PASSWD_ERR\": \"‘請不要輸入以下特殊字元[~`\\/=’]\",\r\n\t\"IP_FORMAT_ERR\": \"請輸入正確的IP地址\",\r\n\t\"PORT_FORMAT_ERR\": \"請輸入正確的埠號\",\r\n\t\"MAX_MEM_ERR\": \"請輸入一個整數作為最大內存數\",\r\n\t\"SET_FORMAT_ERR\": \"集合{1}請輸入一個整數\",\r\n\t\"REDIS_CONF_TIPS1\": \"綁定IP(修改綁定IP可能存在安全風險)\",\r\n\t\"REDIS_CONF_TIPS2\": \"綁定埠\",\r\n\t\"REDIS_CONF_TIPS3\": \"空閒連接超時，0表示未斷開\",\r\n\t\"REDIS_CONF_TIPS4\": \"最大連接數\",\r\n\t\"REDIS_CONF_TIPS5\": \"資料庫數量\",\r\n\t\"REDIS_CONF_TIPS6\": \"Redis密碼，留空表示未設置密碼\",\r\n\t\"REDIS_CONF_TIPS7\": \"MB，最大RAM使用率，0表示沒有限制\",\r\n\t\"RDB_ERR\": \"請為RDB參數輸入一個整數\",\r\n\t\"SYS_DB_CANT_DEL\": \"系統資料庫，不能刪除\",\r\n\t\"SAVE_CONF\": \"配置已保存\",\r\n\t\"OPERATE_SUCCESS\": \"操作成功\",\r\n\t\"FILED_GET_CLOUD\": \"無法從雲中獲取\",\r\n\t\"NO_NEED_UPDATE\": \"無需更新\",\r\n\t\"PROGRAM_ID_EXIST\": \"您要添加的程式ID已存在\",\r\n\t\"PACKAGE_NOT_EXIST\": \"指定的包不存在。\",\r\n\t\"VERIFYING_PACKAGE\": \"正在驗證包...\",\r\n\t\"UNPACKING\": \"打開包裹..。\",\r\n\t\"SET_PERMISSION\": \"設置許可權\",\r\n\t\"INSTALL_NECESSARY_PHP_EXT\": \"安裝必要的PHP擴展\",\r\n\t\"EXECUTE_EXTRA_SHELL\": \"執行額外的外殼\",\r\n\t\"SET_URL_REWRITE\": \"設置URL重寫\",\r\n\t\"SET_RUN_DIR\": \"設置運行目錄\",\r\n\t\"IMPORT_DB\": \"導入資料庫\",\r\n\t\"READY_DEPLOY\": \"隨時可以部署\",\r\n\t\"NO_DEPLOYMENT\": \"現在沒有部署任務\",\r\n\t\"CHECK_A\": \"檢測記錄失敗\",\r\n\t\"SUCCESS_INSTALL\": \"成功安裝\",\r\n\t\"HOST_DOMAIN_NAME\": \"請輸入主機域名\",\r\n\t\"DELETE_HOSTNAME\": \"已成功刪除會話中的主機名{1}緩存記錄\",\r\n\t\"DOMAIN_NAME\": \"請輸入域名\",\r\n\t\"DELETE_DOMAIN_CACHE\": \"已成功刪除會話中的域({})緩存記錄\",\r\n\t\"MAX_DOMAIN_ERR\": \"域名數量超過上限\",\r\n\t\"DOMAIN_EXIST\": \"該域已存在\",\r\n\t\"ADD_DOMAIN_SUCCESS\": \"新域成功！{1}\",\r\n\t\"DELETE_DOMAIN\": \"成功刪除域{1}\",\r\n\t\"ENTER_ACCOUNT_NAME\": \"請輸入帳戶名\",\r\n\t\"EMAIL_EXIST\": \"該電子郵件地址已存在\",\r\n\t\"ADD_MAILUSER\": \"成功添加郵箱用戶{1}\",\r\n\t\"MODIFY_MAILUSER\": \"修改郵箱用戶成功{1}\",\r\n\t\"DEL_MAILUSER\": \"成功刪除郵箱用戶{1}\",\r\n\t\"RECIPIENT_EMPTY_ERR\": \"收件人不能為空\",\r\n\t\"RECIPIENT_LIST_ERR\": \"無法將收件人解析為列表\",\r\n\t\"SENT_SUCCESS\": \"已成功發送郵件\",\r\n\t\"SENT_FAIL\": \"發送郵件失敗，錯誤原因[{1}]\",\r\n\t\"RECEIVE_FAIL\": \"無法接收郵件，錯誤原因[{1}]\",\r\n\t\"LOGIN_FAIL1\": \"登錄失敗，錯誤原因[{0}]\",\r\n\t\"ACCOUNT_NAME_ERR\": \"帳戶名無效。\",\r\n\t\"GET_MAIL_ERR\": \"無法獲取郵件，錯誤原因[{1}]\",\r\n\t\"RECIPENT_ERR\": \"沒有收件人，請先設置郵件的基本資訊。\",\r\n\t\"NOT_INSTALL_MAIL_SERVER\": \"以前沒有安裝過郵件服務器，請隨意安裝\",\r\n\t\"MAIL_SERVER_EXIST\": \"郵件服務器已存在，請先卸載後再重新安裝\",\r\n\t\"VERIFICATION_FAILED\": \"驗證失敗\",\r\n\t\"PLUGIN_INPUT_ERR\": \"請傳入插件名稱！\",\r\n\t\"INSTALL_USER_EMPTY\": \"用戶名不能為空！\",\r\n\t\"INIT_CSRF_ERR\": \"CSRF校準失敗，請重新登錄\",\r\n\t\"EXPIRED_TOKEN\": \"過期令牌\",\r\n\t\"INIT_ACCEPT_NOT\": \"越權！\",\r\n\t\"UNSAFE_PATH\": \"不安全的路徑\",\r\n\t\"PHP_NOT_INSTALL\": \"未安裝PHP\",\r\n\t\"SPECIFIED_PHP_NOT_INSTALL\": \"未安裝指定的PHP版本\",\r\n\t\"CLEARED\": \"安全了！\",\r\n\t\"INIT_DEBUG_INFO\": \"上述調試資訊僅在開發人員模式下顯示\",\r\n\t\"INIT_VERSION_LAST\": \"版本：\",\r\n\t\"SSH_ERROR\": \"Panel會話丟失，請重新登錄Panel！\",\r\n\t\"SSH_INFO_ERROR\": \"沒能拿到！\",\r\n\t\"INIT_RELOAD_ERR\": \"重新載入失敗！\",\r\n\t\"INIT_REQUEST_CHECK_LOCAL_ERR\": \"此功能不能在脫機模式下使用！\",\r\n\t\"CLOSED\": \"關著的不營業的\",\r\n\t\"OPENED\": \"已經開放了\",\r\n\t\"NEVER_EXPIRES\": \"永不過期\",\r\n\t\"WRONG_PASSWD\": \"密碼錯誤！\",\r\n\t\"V_CODE_LEN_ERR\": \"驗證碼長度錯誤！\",\r\n\t\"EXTRA_PARAMETER\": \"您不能有額外的參數\",\r\n\t\"ACME_MSG_ERR\": \"由於維護導致服務關閉或內部錯誤，請查看<a HREF=“https:\\/\\/letsencrypt.status.io\\/”TARGET=“_BLACK”class=“btlink”>https:\\/\\/letsencrypt.status.io\\/<\\/a>以瞭解更多詳細資訊。\",\r\n\t\"ACME_ACCOUNT_ERR\": \"指定的帳戶不存在\",\r\n\t\"ACME_SUCCESS_ACCOUNT_SETUP\": \"賬號設置成功！\",\r\n\t\"ACME_ORDER_NOT_EXIST\": \"指定的訂單不存在！\",\r\n\t\"ACME_DEL_ODER_SUCCESS\": \"訂單刪除成功！\",\r\n\t\"ACME_GET_CERT_ERR\": \"證書讀取失敗，目錄不存在！\",\r\n\t\"ACME_CERT_ERR\": \"找不到指定訂單的證書！\",\r\n\t\"ACME_CERT_READ_ERR\": \"證書讀取失敗！\",\r\n\t\"ACME_DOMAIN_ERR\": \"至少需要一個域名！\",\r\n\t\"ACME_AUTH_ERR\": \"無法獲取授權：{1}\",\r\n\t\"ACME_INVALID_ORDER\": \"訂單無效，該訂單當前處於驗證失敗狀態！\",\r\n\t\"ACME_V_INFO_ERR\": \"驗證資訊化建設失敗！\",\r\n\t\"ACME_V_DIR\": \"|-驗證目錄：{1}\",\r\n\t\"ACME_WRITE_V_FILE_ERR\": \"寫入驗證檔案失敗：{1}\",\r\n\t\"ACME_DNS_API_ERR\": \"未找到有效的DNSAPI密鑰資訊\",\r\n\t\"ACME_QUERY_V_RESULT\": \"|-{1}查詢驗證結果..\",\r\n\t\"ACME_V_TIMES\": \"錯誤：嘗試驗證{1}次。最大驗證次數為{2}。驗證間隔為{3}秒。\",\r\n\t\"ACME_V_SUCCESS\": \"|-驗證成功！\",\r\n\t\"ACME_ERR_MSG1\": \"CA無法驗證您的域名，請檢查域名解析是否正確，或等待5-10分鐘後重試。\",\r\n\t\"ACME_ERR_MSG2\": \"CA服務器連接超時，請稍後重試。\",\r\n\t\"ACME_ERR_MSG3\": \"該域名不屬於此DNS服務提供商，請確保域名填寫正確。\",\r\n\t\"ACME_ERR_MSG4\": \"DNS服務器連接失敗，請檢查密鑰是否正確。\",\r\n\t\"ACME_ERR_MSG5\": \"數據驗證失敗，CA無法從經過身分驗證的連接獲取正確的驗證碼。\",\r\n\t\"ACME_ERR_MSG6\": \"發佈失敗，域名{1}已超過每週重新發布的限制！\",\r\n\t\"ACME_ERR_MSG7\": \"下發失敗，當前服務器IP已達到每3小時最多創建10個賬戶的限制。\",\r\n\t\"ACME_ERR_MSG8\": \"驗證失敗、域名未解析或解析未生效！\",\r\n\t\"ACME_ERR_MSG9\": \"驗證失敗，無法訪問域名解析錯誤或驗證URL！\",\r\n\t\"ACME_ERR_MSG10\": \"連接到CA服務器失敗，請稍後重試。\",\r\n\t\"ACME_ERR_MSG11\": \"不支持的域名{1}，請檢查域名是否正確！\",\r\n\t\"ACME_ERR_MSG12\": \"沒有找到域名{1}的解析記錄，請檢查域名解析是否生效！\",\r\n\t\"ACME_ERR_MSG13\": \"在域名{1}中找不到有效的TXT解析記錄，請檢查TXT記錄是否解析正確。如果是DNSAPI申請的，請在10分鐘後重試！\",\r\n\t\"ACME_ERR_MSG14\": \"在{1}：{2}上發現錯誤的TXT記錄，請檢查TXT解析度是否正確，如果是DNSAPI應用，請在10分鐘後重試！\",\r\n\t\"ACME_ERR_MSG15\": \"該dnspod帳號下不存在該域名，添加解析失敗！\",\r\n\t\"ACME_ERR_MSG16\": \"在域名{1}中找不到有效的TXT解析記錄，請檢查TXT記錄是否解析正確。如果是DNSAPI申請的，請在10分鐘後重試！\",\r\n\t\"ACME_ERR_MSG17\": \"連接超時，CA服務器無法訪問您的網站！\",\r\n\t\"ACME_ERR_MSG18\": \"當前需要域名{1}來驗證CAA記錄，請手動解析CAA記錄，或在1小時後重試申請！\",\r\n\t\"ACME_ERR_MSG19\": \"驗證超時。請檢查域名解析是否正確。如果正確解析，服務器和We‘sEncrypt之間的連接可能會異常。請稍後再試!\",\r\n\t\"ACME_ERR_MSG20\": \"不能為{1}頒發證書，不能直接申請帶域名後綴的通配符證書！\",\r\n\t\"ACME_ERR_MSG21\": \"該賬戶在1小時內有超過5個訂單失敗，請等待1小時後重試！\",\r\n\t\"ACME_ERR_MSG22\": \"訂單創建失敗，請稍後再試！\",\r\n\t\"ACME_ERR_MSG23\": \"1小時內超過5次驗證失敗，該應用程式暫時被禁止，請稍後再試！\",\r\n\t\"ACME_ERR_MSG24\": \"CA服務器拒絕訪問，請稍後重試！\",\r\n\t\"ACME_ERR_MSG25\": \"服務器的域名有問題，無法解析域名。請使用Linux工具箱檢查DNS配置\",\r\n\t\"ACME_ERR_MSG26\": \"對此域名的請求太多。請在3小時後重試\",\r\n\t\"ACME_SEND_CSR_ERR\": \"錯誤：正在發送CSR：回應狀態{1}回應值：{2}\",\r\n\t\"ACME_CERT_DOWNLOAD_ERR\": \"無法下載證書：{1}\",\r\n\t\"ACME_CERT_REPLACE\": \"|-檢測到{1}下的證書與此應用程式的證書重疊且過期時間較早，已被新證書替換！\",\r\n\t\"ACME_CERT_FILE_ERR\": \"指定的證書檔案不存在！\",\r\n\t\"ACME_CERT_GET_CERTINFO_ERR\": \"獲取證書資訊失敗！\",\r\n\t\"ACME_CHECK_DNS\": \"|-嘗試在本地驗證DNS記錄，域名：{1}，類型：{2}記錄值：{3}\",\r\n\t\"ACME_CHECK_DNS1\": \"|-驗證次數：{1}，值：{2}\",\r\n\t\"ACME_CHECK_DNS2\": \"|-本地身分驗證成功！\",\r\n\t\"ACME_CHECK_DNS3\": \"|-本地身分驗證失敗！\",\r\n\t\"ACME_BUILD_AUTH\": \"|-驗證類型：{1}\",\r\n\t\"ACME_REGISTERED_ERR\": \"註冊ACME帳戶失敗：{1}\",\r\n\t\"ACME_CREAT_ORDER\": \"|-創建訂單..\",\r\n\t\"ACME_GET_V\": \"|-正在獲取驗證資訊..\",\r\n\t\"ACME_V_DOMAIN\": \"|-正在驗證域名..\",\r\n\t\"ACME_SEND_CSR\": \"|-發送CSR..\",\r\n\t\"ACME_DOWNLOAD_CERT\": \"|-下載證書..\",\r\n\t\"ACME_APPLY_SUCCESS\": \"申請成功！\",\r\n\t\"ACME_APPLY_SUCCESS1\": \"|-申請成功，正在部署到站點..\",\r\n\t\"ACME_DIR_ERR\": \"無效的站點目錄，請檢查指定的站點是否存在！\",\r\n\t\"ACME_PAN_DOMAIN_ERR\": \"PAN域名不能使用[檔案驗證]申請證書！\",\r\n\t\"ACME_PROXY_ERR\": \"打開反向代理的站點不能申請SSL！\",\r\n\t\"ACME_FORCE_SSL_ERR\": \"配置強制HTTPS後，不能使用[檔案驗證]申請證書！\",\r\n\t\"ACME_DNS_ERR\": \"請到軟體商店安裝[雲分析]，完成域名NS綁定。\",\r\n\t\"ACME_RENEW_ERR\": \"指定的訂單號不存在，不能續訂！\",\r\n\t\"ACME_NO_NEED_RENEW\": \"|--30天內未找到任何SSL證書！\",\r\n\t\"ACME_NEED_RENEW\": \"|-共有{1}個證書需要續訂\",\r\n\t\"ACME_RENEWING\": \"|-正在續訂{1}的證書編號，域：{2}..\",\r\n\t\"ACME_RENEW_SUCCESS\": \"續費成功！\",\r\n\t\"ACME_RENEW_SUCCESS1\": \"|-續費成功！\",\r\n\t\"ACME_USE_TIPS\": \"必選參數：--域名列表，多個逗號分隔！\",\r\n\t\"ACME_USE_TIPS1\": \"請指定要申請證書的域名\",\r\n\t\"ACME_USE_TIPS2\": \"請指定驗證類型\",\r\n\t\"ACME_USE_TIPS3\": \"請指定網站文檔根目錄\",\r\n\t\"ACME_USE_TIPS4\": \"請指定DNSAPI\",\r\n\t\"ACME_USE_TIPS5\": \"請指定DNSAPI密鑰\",\r\n\t\"ACME_USE_TIPS6\": \"請指定DNSAPI密碼\",\r\n\t\"ACME_USE_TIPS7\": \"指定訂單索引\",\r\n\t\"ACME_USE_TIPS8\": \"續訂證書\",\r\n\t\"ACME_USE_TIPS9\": \"吊銷證書\",\r\n\t\"ACME_USE_TIPS10\": \"請在--index參數中輸入要撤銷的訂單的索引\",\r\n\t\"ACME_USE_TIPS11\": \"請在--DOMAIN參數中指定要為其申請證書的域名，多個域名之間用逗號(，)分隔\",\r\n\t\"ACME_USE_TIPS12\": \"請在--type參數中指定正確的身分驗證類型，支持dns和http\",\r\n\t\"ACME_USE_TIPS13\": \"請在--Path參數中指定網站文檔根！\",\r\n\t\"ACME_USE_TIPS14\": \"指定的站點根目錄不存在，請檢查：{1}\",\r\n\t\"ACME_USE_TIPS15\": \"當使用dnsani應用程式時，在--dns_key參數中指定dnsani密鑰！\",\r\n\t\"ACME_USE_TIPS16\": \"在使用dnsani進行應用時，請在--dns_secret參數中指定dnsani的密碼！\",\r\n\t\"ACME_USE_TIPS17\": \"|-手動提交訂單成功，請按照以下提示解析DNS記錄：\",\r\n\t\"ACME_USE_TIPS18\": \"|-訂單索引：{1}\",\r\n\t\"ACME_USE_TIPS19\": \"|-重試該命令\",\r\n\t\"ACME_USE_TIPS20\": \"|-共有\\\\033[36M{1}\\\\033[0M條域名記錄需要解析。\",\r\n\t\"ACME_USE_TIPS21\": \"|-The\\\\033[36M{1}\\\\033[0M域名為：{2}，請解析以下資訊：\",\r\n\t\"ACME_USE_TIPS22\": \"|-記錄類型：txt記錄名稱：\\\\033[41M{1}\\\\033[0M記錄值：\\\\033[41M{2}\\\\033[0M[必填]\",\r\n\t\"ACME_USE_TIPS23\": \"|-記錄類型：CAA記錄名稱：\\\\033[41M{1}\\\\033[0M記錄值：\\\\033[41M{2}\\\\033[0M[可選]\",\r\n\t\"ACME_USE_TIPS24\": \"請在完成解析後等待2-3分鐘，然後輸入Y並按Enter鍵繼續驗證域名：\",\r\n\t\"ACME_USE_TIPS25\": \"|-用戶放棄應用程式，退出程式！\",\r\n\t\"ACME_USE_TIPS26\": \"|-證書獲取成功！\",\r\n\t\"ACME_USE_TIPS27\": \"認證域名：{1}\",\r\n\t\"ACME_USE_TIPS28\": \"證書過期時間：{1}\",\r\n\t\"ACME_USE_TIPS29\": \"證書保存位置：{}\\/\",\r\n\t\"PHP_LOAD_ERR1\": \"獲取PHP載入狀態失敗！\",\r\n\t\"NOT_SUPPORT_OLS\": \"當前的Web服務器是開放的，速度很快。目前尚不支持此功能。\",\r\n\t\"PHPMYADMIN_SSL_ERR\": \"未找到{1}配置檔案，請在打開之前嘗試關閉SSL埠設置\",\r\n\t\"PHPMYADMIN_SSL_ERR1\": \"未找到Apachephpmyadmin SSL配置檔案，請在打開之前嘗試關閉SSL埠設置\",\r\n\t\"PHPMYADMIN_SSL_ERR2\": \"未檢測到nginx phpmyadmin監聽的埠，請確認該檔案是否已被手動修改。\",\r\n\t\"PHPMYADMIN_SSL_ERR3\": \"未檢測到Apachephpmyadmin偵聽的埠，請確認該檔案是否已手動修改。\",\r\n\t\"PHPMYADMIN_SSL_ERR4\": \"面板證書不存在。請申請面板證書，然後重試。\",\r\n\t\"PHPMYADMIN_SSL_ERR5\": \"打開成功，請手動釋放phpmyadmin SSL埠\",\r\n\t\"CONCTION_FAILURE\": \"連接失敗！\",\r\n\t\"SSH_LOGIN_INFO_ERR\": \"密碼或私鑰不能同時為空：{1}：{2}\",\r\n\t\"SSH_LOGIN_ERR\": \"無法完成自動認證，請將127.0.0.1添加到服務器列表中，並將認證方式設置為[密碼認證]\",\r\n\t\"SSH_LOGIN_ERR1\": \"帳戶或密碼不正確：{1}\",\r\n\t\"SSH_LOGIN_ERR2\": \"不支持的身分驗證類型：{1}\",\r\n\t\"SSH_LOGIN_ERR3\": \"目標服務器主動拒絕連接\",\r\n\t\"SSH_LOGIN_ERR4\": \"協定頭回應超時，目標服務器的網路質量太差：{1}\",\r\n\t\"SSH_LOGIN_ERR5\": \"SSH協定握手超時，與目標服務器的網路質量太差\",\r\n\t\"SSH_LOGIN_ERR6\": \"未知錯誤：{1}\",\r\n\t\"LOGIN_SUCCESS2\": \"登錄成功\\n\",\r\n\t\"CONNECTION_SUCCEEDED\": \"連接成功\",\r\n\t\"RECONNECT_SSH\": \"連接已斷開，請按Enter嘗試重新連接！\",\r\n\t\"SSH_LOGIN_ERR7\": \"指定的SSH資訊不存在！\",\r\n\t\"SSH_LOGIN_ERR8\": \"指定的主機地址已添加到其他SSH資訊中！\",\r\n\t\"SSH_LOGIN_ERR9\": \"請傳入[SORT_LIST]欄位\",\r\n\t\"COMMAND_NAME_EXIST\": \"指定的命令名已存在\",\r\n\t\"COMMAND_NOTEXIST\": \"指定的命令不存在\",\r\n\t\"AUTH_FAILED\": \"1小時內禁止連續10次身分驗證失敗\",\r\n\t\"AUTH_FAILED1\": \"連續20次驗證失敗，禁止1小時\",\r\n\t\"UNBOUND_DEVICE\": \"未綁定的設備\",\r\n\t\"KEY_ERR\": \"密鑰驗證失敗\",\r\n\t\"FORM_DATA_ERR\": \"未找到表單數據數據(_D)\",\r\n\t\"WRONG_RESPONSE\": \"錯誤回應：{1}\",\r\n\t\"TYPE_TERMINAL\": \"AaPanel端子\",\r\n\t\"WRONG_CONN_ADDR\": \"錯誤的連接地址\",\r\n\t\"RECONN_TIMES\": \"重新連接嘗試：{1}\",\r\n\t\"RECONN_FAILED\": \"重試連接失敗，{1}\",\r\n\t\"CONN_FAIL\": \"連接失敗：{1}\",\r\n\t\"CONN_FAIL1\": \"連接失敗：{1}：{2}\",\r\n\t\"AUTH_PRI_KEY\": \"驗證私鑰\",\r\n\t\"AUTH_PASSWD\": \"正在驗證密碼\",\r\n\t\"AUTH_FAIL\": \"身分驗證失敗{1}\",\r\n\t\"SSH_LOGIN_ERR10\": \"協定頭回應超時\",\r\n\t\"SSH_LOGIN_ERR11\": \"SSH協定握手超時\",\r\n\t\"SSH_LOGIN_INFO3\": \"身分驗證成功，正在構建會話通道\",\r\n\t\"SSH_LOGIN_INFO2\": \"渠道已建成\",\r\n\t\"SSH_LOGIN_ERR14\": \"通道已斷開\",\r\n\t\"SSH_LOGIN_INFO\": \"會話中斷\",\r\n\t\"SSH_LOGIN_ERR15\": \"讀取tty緩衝區數據時出錯，{1}\",\r\n\t\"SSH_LOGIN_INFO1\": \"客戶端已主動斷開連接\",\r\n\t\"SSH_LOGIN_ERR16\": \"從WebSocket讀取數據時出錯。正在重試\",\r\n\t\"SSH_LOGIN_ERR17\": \"將數據寫入緩衝區時出錯：{1}\",\r\n\t\"DB_EXIST1\": \"MySQL中已存在指定的資料庫，請更改名稱！\",\r\n\t\"LOGOUT_TMP_USER\": \"臨時用戶已被強制註銷：{1}\",\r\n\t\"TMP_USER_NOT_LOGIN\": \"指定的用戶當前未登錄！\",\r\n\t\"PERMISSION_DENIED\": \"拒絕許可！\",\r\n\t\"PARAMETER_LEN_ERR\": \"參數長度錯誤！\",\r\n\t\"PARAMETER_FORMAT_ERR\": \"參數格式錯誤！\",\r\n\t\"VCODE_LEN_ERR\": \"驗證碼長度錯誤！\",\r\n\t\"EXTRA_PARAMETER_ERR\": \"登錄參數中不能有額外的參數\",\r\n\t\"USER_OR_PASSWD_ERR\": \"用戶名或密碼不正確：{1}\",\r\n\t\"NGINX_CONF_NOT_EXISTS\": \"Nginx配置檔案不存在！\",\r\n\t\"PARAMETER_WEBNAME_ERR\": \"WebName參數的格式不正確，它應該是可分析的JSON字串\",\r\n\t\"WEBSITE_TRAFFIC_LIMIT_ERR\": \"併發限制、IP限制、流量限制必須大於0\",\r\n\t\"INDEX_FILE_ERR\": \"獲取失敗，配置檔案中沒有默認文檔\",\r\n\t\"STATIC\": \"靜電\",\r\n\t\"PHP_SETUP_FAILED\": \"安裝失敗，網站配置檔案中找不到與Enable-php-xx相關的配置項！\",\r\n\t\"GET_RUN_PATH_FAILED\": \"獲取站點運行路徑為假\",\r\n\t\"ANTI_THEFT_EMPTY_ERR\": \"防盜鏈域名不能為空！\",\r\n\t\"ANTI_THEFT_ERR\": \"請先打開防盜功能！\",\r\n\t\"SSL_ORDER_GET_FAILED\": \"獲取失敗，請稍後再試！\",\r\n\t\"SSL_ORDER_HTTPS_ERR\": \"當前網站已啟用[強制HTTPS]，請在申請SSL證書前關閉該功能！\",\r\n\t\"SSL_ERR_MSG\": \"無法正確訪問驗證檔案\",\r\n\t\"SSL_ERR_MSG1\": \"可能的原因：\",\r\n\t\"SSL_ERR_MSG2\": \"1.解析不正確或無效[請正確解析域名，或等待解析生效後重試]\",\r\n\t\"SSL_ERR_MSG3\": \"2.檢查是否設置了301\\/302重定向[請暫時關閉重定向相關配置]\",\r\n\t\"SSL_ERR_MSG4\": \"3.檢查網站是否設置為強制HTTPS[請暫時關閉強制HTTPS功能]\",\r\n\t\"SSL_RENEW_ERR\": \"當前沒有要續訂的證書！\",\r\n\t\"WEBSITE_SSL_RENEW_ERR\": \"當前網站上沒有可以續訂的證書。\",\r\n\t\"MYSQL_SSL_ERR\": \"資料庫中未啟用SSL，請先在MySQL管理器中打開它\",\r\n\t\"MYSQL_SSL_OPEN_SUCCESS\": \"打開成功，手動重啟資料庫後生效\",\r\n\t\"MYSQL_CONF_ERR\": \"資料庫配置檔案檢查失敗，請檢查MySQL配置檔案是否存在[\\/etc\\/my.cnf]\",\r\n\t\"MYSQL_DATA_DIR_ERR\": \"資料庫目錄不存在！\",\r\n\t\"MYSQL_BINLOG_ERR\": \"請在關閉二進制日誌之前卸載MySQL主從複製插件！！\",\r\n\t\"MYSQL_PARAMETER_ERR\": \"Innodb_LOG_BUFFER_SIZE不得小於8MB\",\r\n\t\"NONSUPPORT51\": \"不支持mysql5.1！\",\r\n\t\"START_BACKUP\": \"開始備份\",\r\n\t\"BACKUP_COMPLETED\": \"備份已完成\",\r\n\t\"BACKUP_DIR_NOT_EXIST\": \"指定的目錄{1}不存在！\",\r\n\t\"BACKUP_UPLOADING\": \"正在上載到{1}，請稍候...\",\r\n\t\"BACKUP_UPLOAD_SUCCESS\": \"已成功上載到{1}\",\r\n\t\"BACKUP_UPLOAD_FAILED\": \"檔案上傳失敗，跳過此備份！\",\r\n\t\"BACKUP_DEL\": \"用戶設置不保留本地備份，已刪除{1}\",\r\n\t\"BACKUP_CLEAN_ERR\": \"清除過期備份失敗，錯誤：{1}\",\r\n\t\"BACKUP_KEEP\": \"保留最新的備份數量：{1}份\",\r\n\t\"BACKUP_CLEAN\": \"已從磁碟片中清除過期的備份檔案：{1}\",\r\n\t\"BACKUP_CLEAN_REMOVE\": \"已從{1}中清除過期的備份檔案：{2}\",\r\n\t\"BACKUP_SITE\": \"備份站點：{1}\",\r\n\t\"WEBSITE_DIR\": \"網站文檔根目錄：{1}\",\r\n\t\"BACKUP_DIR\": \"備份目錄：{1}\",\r\n\t\"DIR_SIZE\": \"目錄大小：{1}\",\r\n\t\"BACKUP_EXCLUSION\": \"排除設置：{1}\",\r\n\t\"PARTITION_INFO\": \"分區{1}可用磁碟片空間為：{2}，可用資訊節點為：{3}\",\r\n\t\"PARTITION_LESS_THEN\": \"目標分區的可用磁碟片空間小於{1}，無法完成備份。請在設置頁面上增加磁碟片容量或更改默認備份目錄！\",\r\n\t\"INODE_LESS_THEN\": \"目標分區的可用資訊節點少於{1}，無法完成備份。請在設置頁面上增加磁碟片容量或更改默認備份目錄！\",\r\n\t\"START_COMPRESS\": \"開始壓縮檔案：{1}\",\r\n\t\"COMPRESS_TIME\": \"壓縮完成，耗時{1}秒，壓縮包大小：{2}\",\r\n\t\"WEBSITE_BACKUP_TO\": \"站點已備份到：{1}\",\r\n\t\"DIR_BACKUP_TO\": \"目錄已備份到：{1}\",\r\n\t\"DB_BACKUP_ERR\": \"指定的資料庫[{1}]沒有數據！\",\r\n\t\"DB_BACKUP\": \"備份資料庫：{1}\",\r\n\t\"DB_SIZE\": \"資料庫大小：{1}\",\r\n\t\"DB_CHARACTER\": \"資料庫字元集：{1}\",\r\n\t\"EXPORT_DB\": \"開始導出資料庫：{1}\",\r\n\t\"EXPORT_DB_ERR\": \"資料庫導出失敗！\",\r\n\t\"DB_BACKUP_TO\": \"資料庫已備份到：{1}\",\r\n\t\"EMAIL_NOT_EXISTS\": \"電子郵件不存在\",\r\n\t\"INPUT_EMAIL\": \"請輸入您的電子郵件\",\r\n\t\"EMAIL_ERR\": \"請輸入您的有效電子郵件\",\r\n\t\"EMAIL_EXISTS\": \"電子郵件已存在\",\r\n\t\"COMPLETE_INFO\": \"請填寫以下資訊\",\r\n\t\"TEST_MAIL_TITLE\": \"AaPanel警報測試電子郵件\",\r\n\t\"TEST_MAIL_CONTENT\": \"AaPanel警報測試電子郵件\",\r\n\t\"TEST_MAIL_SEND_ERR\": \"電子郵件發送失敗，請檢查STMP密碼或主機是否正確\",\r\n\t\"NO_DATA\": \"無數據\",\r\n\t\"MAILBOX_NOT_EXIST\": \"郵箱不存在，請將其添加到郵箱列表中\",\r\n\t\"EMAIL_TITLE_ERR\": \"請填寫電子郵件標題\",\r\n\t\"EMAIL_CONTENT_ERR\": \"請輸入電子郵件內容\",\r\n\t\"SMTP_INFO_ERR\": \"未找到STMP資訊，請在設置中重新添加自定義郵件STMP資訊\",\r\n\t\"SEND_SUCCESS\": \"發送成功\",\r\n\t\"SEND_FAILED\": \"發送失敗\",\r\n\t\"USERNAME_ERR\": \"用戶名必須至少為2個字元\",\r\n\t\"PASSWORD_ERR\": \"密碼必須至少為8個字元\",\r\n\t\"USERNAME_EXIST\": \"指定的用戶名已存在！\",\r\n\t\"USERNAME_NOT_EXIST\": \"指定的用戶名不存在！\",\r\n\t\"CREATE_USER_SUCCESS\": \"新建用戶{1}成功！\",\r\n\t\"DEL_USER_ERR\": \"不能刪除初始默認用戶！\",\r\n\t\"DEL_USER_SUCCESS\": \"刪除用戶{1}成功！\",\r\n\t\"DEL_USER_FAILED\": \"用戶刪除失敗！\",\r\n\t\"CREATE_USER_FAILED\": \"創建新用戶失敗！\",\r\n\t\"NO_CHANGE_SUBMITTED\": \"未提交任何更改\",\r\n\t\"WRONG_MODE\": \"錯誤的操作模式\",\r\n\t\"EMAIL_FORMAT_ERR\": \"電子郵件格式不合法\",\r\n\t\"GET_PHP_VER_ERR\": \"獲取php版本失敗！\",\r\n\t\"DEVELOPER_MODE\": \"{1}開發人員模式(調試)\",\r\n\t\"OFFLINE_MODE\": \"{1}脫機模式\",\r\n\t\"KEY_NOT_EXIST\": \"密鑰不存在。請打開並重試。\",\r\n\t\"USERNAME_NOT_EXIST1\": \"用戶名不存在。請打開並重試。\",\r\n\t\"SELECT_MODE\": \"請進入運行模式\",\r\n\t\"GENERATE_KEY_ERR\": \"無法生成密鑰或用戶名。請檢查硬碟空間是否不足或無法寫入目錄。[{1}]\",\r\n\t\"CLOSE_SUCCESS\": \"已成功關閉\",\r\n\t\"GOOGLE_AUTH_ERR\": \"未打開Google身分驗證\",\r\n\t\"TURN_ON_GOOGLE_AUTH\": \"Google身分驗證已打開\",\r\n\t\"QR_CODE_ERR\": \"沒有二維碼數據，請重新打開\",\r\n\t\"MYSQL_ROOT_PASSWD_EMTPY_ERR\": \"超級用戶密碼不能為空\",\r\n\t\"DB_PASSWD_EMPTY_ERR\": \"資料庫[{1}]密碼不能為空\",\r\n\t\"NGINX_NOT_INSTALL\": \"未安裝Nginx\",\r\n\t\"CREATE_SITE_DIR_ERR\": \"無法創建站點文檔根目錄，{1}\",\r\n\t\"CHOOSE_DOMAIN\": \"請選擇域名\",\r\n\t\"CHOOSE_PORT\": \"請選擇埠\",\r\n\t\"CERT_ERR\": \"證書錯誤，請黏貼正確的PEM格式證書！\",\r\n\t\"SSL_FILE_V_ERR\": \"通用域名不能用於通過[檔案驗證]申請證書！\",\r\n\t\"SSL_FILE_V_ERR_PROXY\": \"啟用了反向代理的站點無法請求SSL！\",\r\n\t\"API_ERR\": \"請先設置[{1}]的接口參數。\",\r\n\t\"CLOUD_DNS_ERR\": \"請到軟體商店安裝[雲解析]，完成域名NS綁定。\",\r\n\t\"REQUEST_MODULE_ERR\": \"缺少請求元件，請嘗試修復面板！\",\r\n\t\"WEBSITE_CONF_NOT_EXIST\": \"指定的網站配置檔案不存在\",\r\n\t\"RESPONSE_ERR\": \"回應資源應使用URI路徑或HTTP狀態代碼，例如：\\/test.png或404\",\r\n\t\"PHP_NOT_FOUND\": \"找不到相容的PHP版本，請先安裝\",\r\n\t\"COMPLIANT_NAME_ERR\": \"不符合要求的名稱只能是數位、字母、下劃線\",\r\n\t\"PARA_NOT_EXIST\": \"指定的自定義編譯參數不存在！\",\r\n\t\"WRONG_PARAMETER\": \"參數錯誤\",\r\n\t\"UPLOAD_DIR_ERR\": \"無法將檔案上傳到系統文檔根目錄！\",\r\n\t\"RECYCLE_BIN_ERR\": \"這是回收站目錄，請按右上角的[回收站]按鈕打開\",\r\n\t\"DIR_ERR\": \"這不是一個目錄\",\r\n\t\"FILE_EXIST_ERR\": \"目標檔案名已存在！\",\r\n\t\"MEANINGLESS_OPERA\": \"無意義的操作\",\r\n\t\"FILE_ONLINE_EDIT_ERR\": \"該檔案格式不支持在線編輯！\",\r\n\t\"FILE_ERR\": \"這不是一個檔案！\",\r\n\t\"FILE_ERR1\": \"檔案編碼不相容，無法正確讀取！\",\r\n\t\"FILE_ERR2\": \"打開檔案失敗，檔案可能已被其他進程佔用！\",\r\n\t\"PATH_PARA_ERR\": \"[路徑]參數不能為空！\",\r\n\t\"HISTORY_DIR_ERR\": \"不能直接修改歷史副本！\",\r\n\t\"FILE_ERR3\": \"檔案內容錯誤，請重新保存！\",\r\n\t\"HISTORY_ERR\": \"指定的歷史副本不存在！\",\r\n\t\"NOT_EDIT\": \"未編輯\",\r\n\t\"AUTO_SAVE\": \"自動保存成功！\",\r\n\t\"COPY_PRESS_ERR\": \"操作失敗，請重新複製複製或剪切過程\",\r\n\t\"OPERA_FAILED\": \"操作失敗，請重新操作\",\r\n\t\"PHP_EXTENSION_UNINSTALL_ERR\": \"此擴展模塊是OLS的默認擴展模塊，無法卸載\",\r\n\t\"QUERY_ERR\": \"查詢錯誤，{1}\",\r\n\t\"FILE_DIR_NOT_EXIST\": \"檔案或目錄不存在！\",\r\n\t\"ADD_REPEATEDLY\": \"請勿重複添加！\",\r\n\t\"FAVORITE_NOT_FOUND\": \"找不到此收藏對象！\",\r\n\t\"ADDRESS_NOT_EXIST\": \"指定的地址不存在！\",\r\n\t\"PASSWD_ERR\": \"提取的密碼長度不能小於4位\",\r\n\t\"ALREADY_SHARED\": \"已共享！\",\r\n\t\"COMMAND_SENT\": \"命令已發出！\",\r\n\t\"NO_COMPOSER_AVAILABLE\": \"沒有可用的作曲家！\",\r\n\t\"PHP_VER_NOT_FOUND\": \"找不到可用的PHP版本，或未安裝指定的PHP版本！\",\r\n\t\"COMPOSER_CONF_NOT_FOUND\": \"在指定目錄中找不到Composer.json配置檔案！\",\r\n\t\"COMPOSER_UPDATE_ERR\": \"目前為最新版本，無需升級！\",\r\n\t\"COMPOSER_UPDATE\": \"將Composer從{1}升級到{2}\",\r\n\t\"SITE_SSL_ERR_3011\": \"網站已被重定向，請關閉後再申請！\",\r\n\t\"DEL_ERROR1\": \"刪除時出錯，請重試。\",\r\n\t\"DEL_WEBSITE_MULTIPLE\": \"成功刪除網站[{1}]\",\r\n\t\"DEL_DOMAIN_MULTIPLE\": \"成功刪除域[{1}]\",\r\n\t\"ENABLE_WEBSITE_MULTIPLE\": \"成功啟用網站[{1}]\",\r\n\t\"DISABLE_WEBSITE_MULTIPLE\": \"成功禁用網站[{1}]\",\r\n\t\"DEL_SUBDIRBIND\": \"成功刪除[{}]個子目錄綁定\",\r\n\t\"SET_ERROR1\": \"設置出錯，請重試。\",\r\n\t\"SET_PHPV_MULTIPLE\": \"成功設置網站[{1}]PHP版本\",\r\n\t\"SET_EDATE_MULTIPLE\": \"成功設置網站[{1}]過期時間\",\r\n\t\"CREATE_WEBSITE_ERR\": \"創建時出錯，請重試。\",\r\n\t\"CREATE_WEBSITE_MULTIPLE\": \"成功創建網站[{1}]\",\r\n\t\"DEL_PROXY_MULTIPLE\": \"成功刪除[{1}]個代理\",\r\n\t\"DEL_DIR_AUTH_MULTIPLE\": \"成功刪除[{}]個目錄身分驗證\",\r\n\t\"DEL_REDIRECT_MULTIPLE\": \"成功刪除重定向[{1}]\",\r\n\t\"ALARM_TEST\": \"AaPanel報警測試\",\r\n\t\"MAIL_ADD_FAILED\": \"添加失敗，請檢查URL是否正確\",\r\n\t\"RENEW_FAILED\": \"續訂失敗，證書目錄不存在。\",\r\n\t\"RENEW_FAILED1\": \"續訂失敗，缺少Account_Key。\",\r\n\t\"RENEW_SUCCESS1\": \"[{1}]證書續訂成功。\",\r\n\t\"APPLY_SSL\": \"已準備好申請SSL，域名為{1}\",\r\n\t\"APPLY_SSL_DOMAIN_ERR\": \"已申請域名列表不能為空。\",\r\n\t\"MANUALLY_RESOLVE_DOMAIN\": \"獲取成功，請手動解析域名\",\r\n\t\"SAVEING_SSL\": \"|-保存證書..\",\r\n\t\"SET_AUTORENEW\": \"|-設置自動續訂配置..\",\r\n\t\"DEPLOY_SSL_TO_SITE\": \"|-應用成功，正在自動部署到網站！\",\r\n\t\"APPLY_SSL_SUCCESS\": \"申請成功。\",\r\n\t\"INIT_ACME\": \"|-正在初始化ACME協定...\",\r\n\t\"REGISTER_ACCOUNT\": \"|-正在註冊帳戶...\",\r\n\t\"GET_VERIFICATION_INFO\": \"|-正在獲取驗證資訊...\",\r\n\t\"RETURN_VERIFICATION_INFO\": \"|-向前端返回驗證資訊，等待用戶手動解析域名並完成驗證...\",\r\n\t\"SUBMIT_V_REQUEST\": \"|-用戶提交驗證請求...\",\r\n\t\"CA_V_DOMAIN\": \"|-正在請求CA驗證域名[{1}]...\",\r\n\t\"GET_CA_V_RES\": \"|-獲取CA驗證結果[{1}]...\",\r\n\t\"ALL_DOMAIN_V_PASS\": \"|-所有域名均已驗證，正在發送CSR...\",\r\n\t\"GET_CERT_CONTENT\": \"|-正在獲取證書內容...\",\r\n\t\"CERT_APPLY_ERR\": \"證書獲取失敗，請稍後重試。\",\r\n\t\"CERT_APPLY_ERR1\": \"|-錯誤：{1}，已退出應用程式進程。\",\r\n\t\"DNS_CONNECT_ERR\": \"|-域名驗證失敗。請檢查一下鑰匙是否正確。\",\r\n\t\"EXIT_APPLY_PROCESS\": \"|-已退出申請進程！\",\r\n\t\"DNS_CONNECT_ERR1\": \"DNS驗證失敗。請檢查一下鑰匙是否正確。\",\r\n\t\"ADD_TXT_RECORD\": \"|-添加解析記錄，域名[{1}]，記錄值[{2}]...\",\r\n\t\"CHECK_TXT_RECORD\": \"|-嘗試驗證解析結果，域名[{}]，記錄值[{}]...\",\r\n\t\"CA_CHECK_RECORD\": \"|-請求CA驗證域名[{1}]...\",\r\n\t\"CHECK_CA_RES\": \"|-檢查CA驗證結果[{1}]...\",\r\n\t\"APPLY_WITH_DNS_ERR\": \"|-出現錯誤，請重試[{1}]\",\r\n\t\"FETCH_CERT_CONTENT\": \"|-正在獲取證書內容...\",\r\n\t\"CLEAR_RESOLVE_HISTORY\": \"|-正在清除解析歷史記錄[{1}]\",\r\n\t\"DNS_APPLY_ERR\": \"|-錯誤：{1}，退出應用程式進程。\",\r\n\t\"CREATE_V_FILE\": \"|-正在寫入驗證檔案[{1}]...\",\r\n\t\"CHECK_FILE_CONTENT\": \"|-嘗試通過HTTP[{1}]驗證檔案內容...\",\r\n\t\"CHECK_FILE_CONTENT1\": \"|-已驗證，內容[{1}]...\",\r\n\t\"APPLY_SSL_ERROR_MSG\": \"簽名失敗，我們無法驗證您的域名：<p>1.檢查域名是否綁定到相應的站點。<\\/p><p>2.檢查域名是否正確解析到服務器，或者解析未完全生效。<\\/p><p>3。\",\r\n\t\"SUCCESS_V\": \"|-驗證成功，域名[{1}]，記錄類型[{2}]，記錄值[{3}]！\",\r\n\t\"NO_ORDER_RENEW\": \"|-當前沒有要續訂的證書。\",\r\n\t\"TOTAL_RENEW\": \"|-{1}總計[{2}]個簽證續簽任務\",\r\n\t\"SSL_NOT_EXPIRED_OR_NOT_USE\": \"|-[{1}]未過期或網站未使用let的加密證書。\",\r\n\t\"WAIT_RENEW1\": \"|-{1}正在等待續訂[{2}]。\",\r\n\t\"RENEW_COMPLETED\": \"|-任務完成後，總共需要續費。[{1}]，續費成功[%s]，續費失敗[{2}]。\",\r\n\t\"RENEW_SUCCESS2\": \"|-續訂成功：{1}\",\r\n\t\"RENEW_FAILED2\": \"|-續費失敗：\",\r\n\t\"DIR_END_WITH\": \"網站目錄的末尾不能為“。”\",\r\n\t\"File_END_WITH\": \"不推薦使用“。在檔案末尾，因為可能存在安全風險\",\r\n\t\"DIR_END_WITH1\": \"不推薦使用“。在目錄的末尾，因為可能存在安全風險\",\r\n\t\"API_DISABLED\": \"接口已關閉\",\r\n\t\"UNBOUND_USER\": \"未綁定用戶\",\r\n\t\"FILE_NAME_ERR\": \"檔案名不能包含特殊字元！\",\r\n\t\"SOFTLINK_FILE_EXIST\": \"軟鏈接檔案名已存在，請使用其他檔案名或將其刪除！\",\r\n\t\"SOFTLINK_FILE_PATH\": \"軟鏈接檔案名必須是絕對路徑(完整路徑)\",\r\n\t\"SOFTLINK_CREATE_ERR\": \"創建軟鏈接檔案失敗\",\r\n\t\"SOFTLINK_CREATE_SUCCESS\": \"已成功創建軟鏈接檔案\",\r\n\t\"COMPOSER_CONF_NOT_EXIST\": \"在指定目錄中找不到[Composer.json]配置檔案！\",\r\n\t\"COMPOSERLOGCK_EXIST\": \"指定目錄下存在[Composer.lock]檔案，請刪除後再執行\",\r\n\t\"KEEP_LOCAL\": \"本地備份已保留\",\r\n\t\"DB_CONN_ERR\": \"資料庫連接異常。請檢查根用戶許可權或資料庫配置參數是否正確。\",\r\n\t\"BACKUP_TASK_TITLE\": \"{1}-{2}任務已成功執行\",\r\n\t\"NOTIFICATION_SENT\": \"已發送通知\",\r\n\t\"NOTIFICATION_ERR\": \"發送通知失敗\",\r\n\t\"BACKUP_MSG\": \"備份到{1}，共備份{3}個{2}個，失敗{4}個。\",\r\n\t\"BACKUP_MSG1\": \"備份失敗{1}個\\/共{2}個站點\",\r\n\t\"NOTIFICATION\": \"通知\"\r\n}"
  },
  {
    "path": "traditional_chinese/template.json",
    "content": "{\r\n\t\"index\": {\r\n\t\t\"H1\": \"儀錶板\",\r\n\t\t\"H2\": \"服務器狀態\",\r\n\t\t\"V1\": \"版本\",\r\n\t\t\"V2\": \"(測試版)\",\r\n\t\t\"V3\": \"檢查更新\",\r\n\t\t\"S1\": \"系統：\",\r\n\t\t\"S2\": \"正在載入：\",\r\n\t\t\"S3\": \"奔跑時間\",\r\n\t\t\"S4\": \"裝載量\",\r\n\t\t\"S5\": \"重新啟動服務器\",\r\n\t\t\"S6\": \"重新啟動面板\",\r\n\t\t\"S7\": \"維修配電盤\",\r\n\t\t\"L1\": \"經理\",\r\n\t\t\"L2\": \"增列\",\r\n\t\t\"L3\": \"\",\r\n\t\t\"N1\": \"立地\",\r\n\t\t\"N2\": \"DB\",\r\n\t\t\"N3\": \"Ftp\",\r\n\t\t\"N4\": \"安防\",\r\n\t\t\"T1\": \"服務器狀態\",\r\n\t\t\"T2\": \"連接管理器\",\r\n\t\t\"T3\": \"任務管理器\",\r\n\t\t\"P1\": \"CPU使用率\",\r\n\t\t\"P2\": \"內存使用率\",\r\n\t\t\"P3\": \"單擊以釋放內存\",\r\n\t\t\"P4\": \"軟體\",\r\n\t\t\"NET1\": \"網路流量\",\r\n\t\t\"NET2\": \"上傳速度\",\r\n\t\t\"NET3\": \"下載速度\",\r\n\t\t\"NET4\": \"發送總數\",\r\n\t\t\"NET5\": \"收到的總數\",\r\n\t\t\"ACCOUNT\": \"帳號\",\r\n\t\t\"FREE\": \"免費\",\r\n\t\t\"INVITATION_REWARD\": \"邀請函獎勵\",\r\n\t\t\"WECHAT\": \"微信\",\r\n\t\t\"UPDATE\": \"更新\",\r\n\t\t\"FIX\": \"修整\",\r\n\t\t\"RESTART\": \"重新啟動\",\r\n\t\t\"STATUS\": \"狀態\",\r\n\t\t\"LOAD_STATUS\": \"載入狀態\",\r\n\t\t\"FLOW\": \"車流\",\r\n\t\t\"UPLOAD\": \"上游\",\r\n\t\t\"DOWNLOAD\": \"下游\",\r\n\t\t\"TOTAL_TX\": \"發送總數\",\r\n\t\t\"TOTAL_RX\": \"收到的總數\",\r\n\t\t\"Overview\": \"概述\"\r\n\t},\r\n\t\"site\": {\r\n\t\t\"H1\": \"儀錶板\",\r\n\t\t\"H2\": \"站點管理員\",\r\n\t\t\"SEARCH\": \"站點蒐索\",\r\n\t\t\"PS\": \"網站創建後，檔案所有者將設置為[www]，您可以將備份計劃添加到\",\r\n\t\t\"BTN1\": \"添加站點\",\r\n\t\t\"BTN2\": \"默認頁面\",\r\n\t\t\"BTN3\": \"默認網站\",\r\n\t\t\"BTN4\": \"刪除\",\r\n\t\t\"BTN5\": \"類別管理器\",\r\n\t\t\"TH1\": \"域\",\r\n\t\t\"TH2\": \"站點狀態\",\r\n\t\t\"TH3\": \"備份\",\r\n\t\t\"TH4\": \"站點目錄\",\r\n\t\t\"TH5\": \"過期日期\",\r\n\t\t\"TH6\": \"備註\",\r\n\t\t\"TH7\": \"行動\",\r\n\t\t\"JS1\": \"請先安裝Web服務器！\",\r\n\t\t\"JS2\": \"安裝\",\r\n\t\t\"MOVE_TO\": \"移到\",\r\n\t\t\"PHP_CLI_VER\": \"PHP CLI版本\"\r\n\t},\r\n\t\"ftp\": {\r\n\t\t\"H1\": \"儀錶板\",\r\n\t\t\"H2\": \"Ftp管理器\",\r\n\t\t\"SEARCH\": \"Ftp蒐索\",\r\n\t\t\"PS\": \"Ftp地址：\",\r\n\t\t\"BTN1\": \"添加ftp\",\r\n\t\t\"BTN2\": \"更改FTP埠\",\r\n\t\t\"BTN3\": \"刪除\",\r\n\t\t\"TH1\": \"用戶\",\r\n\t\t\"TH2\": \"密碼\",\r\n\t\t\"TH3\": \"狀態\",\r\n\t\t\"TH4\": \"文檔根目錄\",\r\n\t\t\"TH5\": \"備註\",\r\n\t\t\"TH6\": \"行動\",\r\n\t\t\"JS1\": \"請先安裝Prue-Ftpd！\",\r\n\t\t\"JS2\": \"安裝\",\r\n\t\t\"DEL_FTP\": \"刪除ftp\"\r\n\t},\r\n\t\"database\": {\r\n\t\t\"H1\": \"儀錶板\",\r\n\t\t\"H2\": \"資料庫管理器\",\r\n\t\t\"SEARCH\": \"資料庫蒐索\",\r\n\t\t\"BTN1\": \"添加資料庫\",\r\n\t\t\"BTN2\": \"超級用戶密碼\",\r\n\t\t\"BTN3\": \"PhpMyAdmin\",\r\n\t\t\"BTN4\": \"刪除\",\r\n\t\t\"BTNT1\": \"添加資料庫\",\r\n\t\t\"BTNT2\": \"設置管理員密碼\",\r\n\t\t\"BTNT3\": \"打開phpMyadmin\",\r\n\t\t\"BTNT4\": \"刪除\",\r\n\t\t\"TH1\": \"資料庫名稱\",\r\n\t\t\"TH2\": \"用戶\",\r\n\t\t\"TH3\": \"密碼\",\r\n\t\t\"TH4\": \"備份\",\r\n\t\t\"TH5\": \"備註\",\r\n\t\t\"TH6\": \"行動\",\r\n\t\t\"SP1\": \"同步\",\r\n\t\t\"SP2\": \"全部同步\",\r\n\t\t\"SP3\": \"從服務器獲取資訊\",\r\n\t\t\"TP1\": \"將所選資料庫資訊同步到服務器\",\r\n\t\t\"TP2\": \"將所有資料庫資訊同步到服務器\",\r\n\t\t\"TP3\": \"從服務器獲取資料庫列表\",\r\n\t\t\"JS1\": \"請先安裝MySQL！\",\r\n\t\t\"JS2\": \"安裝\",\r\n\t\t\"RECYCLE_BIN\": \"回收站\",\r\n\t\t\"NOT_INSTALL_DATABASE_DESC\": \"\"\r\n\t},\r\n\t\"config\": {\r\n\t\t\"H1\": \"儀錶板\",\r\n\t\t\"H2\": \"面板設置\",\r\n\t\t\"I1\": \"關閉面板\",\r\n\t\t\"I2\": \"自動更新\",\r\n\t\t\"I3\": \"面板SSL\",\r\n\t\t\"C1\": \"設置\",\r\n\t\t\"C2\": \"接口設置\",\r\n\t\t\"C3\": \"為安全起見，請更改別名、默認埠、用戶名和密碼！\",\r\n\t\t\"C4\": \"保存\",\r\n\t\t\"CT1\": \"別名\",\r\n\t\t\"CT2\": \"面板埠\",\r\n\t\t\"CT3\": \"域\",\r\n\t\t\"CT4\": \"授權IP\",\r\n\t\t\"CT5\": \"默認站點目錄\",\r\n\t\t\"CT6\": \"默認備份目錄\",\r\n\t\t\"CT7\": \"服務器IP\",\r\n\t\t\"CT8\": \"服務器時間\",\r\n\t\t\"CT9\": \"面板用戶\",\r\n\t\t\"CT10\": \"面板密碼\",\r\n\t\t\"CT11\": \"綁定帳戶\",\r\n\t\t\"CT12\": \"面板模板\",\r\n\t\t\"CY1\": \"獲取aaPanel的別名\",\r\n\t\t\"CY2\": \"建議埠：8888-65535\",\r\n\t\t\"CY3\": \"設置面板的域名\",\r\n\t\t\"CY31\": \"注意：設置後才能使用該域名進入面板\",\r\n\t\t\"CY4\": \"拆分多個IP並顯示(，)警告：\",\r\n\t\t\"CY41\": \"如果設置了IP，則只有授權的IP才能訪問面板！\",\r\n\t\t\"CY5\": \"默認情況下，新創建的站點將保存到子目錄！\",\r\n\t\t\"CY6\": \"站點目錄和資料庫備份！\",\r\n\t\t\"CY7\": \"默認IP為Internet IP。如果您需要使用本地虛擬機進行測試，請輸入內網IP！\",\r\n\t\t\"CY8\": \"同步\",\r\n\t\t\"CY9\": \"修改\",\r\n\t\t\"CY10\": \"修改\",\r\n\t\t\"CY11\": \"捆綁\",\r\n\t\t\"CY12\": \"保存\",\r\n\t\t\"PASSWORD_EXPIRE\": \"密碼過期\",\r\n\t\t\"TEMP_ACCESS\": \"臨時登錄\",\r\n\t\t\"TEMP_ACCESS_DESC\": \"臨時向非管理員提供面板訪問許可權\",\r\n\t\t\"PASSWORD_EXPIRE_DESC\": \"設置面板密碼過期時間\",\r\n\t\t\"STRONG_PASSWORD\": \"強密碼\",\r\n\t\t\"NOT_LOGGED_IN_RESPONSE\": \"未登錄回應\",\r\n\t\t\"NOT_LOGGED_IN_RESPONSE_DESC\": \"未登錄且未正確輸入安全條目時的回應，可用於隱藏面板功能\",\r\n\t\t\"SET_IPV6\": \"打開後允許IPv6訪問面板\",\r\n\t\t\"LISTEN_IPV6\": \"監聽IPv6\",\r\n\t\t\"SET_PANEL_SSL\": \"點擊以自定義面板證書\",\r\n\t\t\"SET_API\": \"點擊可配置接口\",\r\n\t\t\"API\": \"應用編程接口\",\r\n\t\t\"LOGINTIMEOUT\": \"登錄會話超時\",\r\n\t\t\"TIMEOUT\": \"超時\",\r\n\t\t\"CY13\": \"秒，如果用戶在\",\r\n\t\t\"CY14\": \"秒，該面板將自動註銷\",\r\n\t\t\"S_ENTRY\": \"安檢入口\",\r\n\t\t\"CY15\": \"Panel Admin入口。設置完成後，您只能通過指定的安全入口登錄面板，如\\/www_bt_CN\",\r\n\t\t\"WECHAT\": \"微信小程式\",\r\n\t\t\"panel_performance\": \"面板性能調整\",\r\n\t\t\"concurrent_thread\": \"併發線程\",\r\n\t\t\"thread_ps\": \"除非超過10人\\/秒訪問面板，否則推薦值不應超過2。注意：>1會導致BT終端插件異常。\",\r\n\t\t\"BASICAUTH\": \"基本身分驗證\",\r\n\t\t\"BASICAUTH_TIPS1\": \"用於BasicAuth身分驗證配置\",\r\n\t\t\"CONFIG\": \"集\",\r\n\t\t\"BASICAUTH_TIPS2\": \"向面板添加基於BasicAuth的身分驗證服務以防止面板被掃描\",\r\n\t\t\"S_PORT_TIPS\": \"注意：對於有安全組的服務器，請提前釋放安全組中的新埠。\",\r\n\t\t\"CLOSE_PANEL\": \"只關閉面板，不影響網站、資料庫等的運行。\",\r\n\t\t\"ALLOW_IPV6\": \"允許通過IPv6地址訪問面板\",\r\n\t\t\"OFFLINE\": \"所有需要互聯網接入的服務都將不可用\",\r\n\t\t\"OFFLINE_MODE\": \"脫機模式\",\r\n\t\t\"DEV_MODE\": \"開發人員模式\",\r\n\t\t\"DEV_MODE_DESC\": \"僅供第三方開發人員在開發階段使用\",\r\n\t\t\"API_DESC\": \"啟用面板介面訪問(APP需要啟用此功能)\",\r\n\t\t\"HELP\": \"幫助\",\r\n\t\t\"HIDE_MENU_BAR\": \"菜單欄隱藏\",\r\n\t\t\"HIDE_MENU_BAR_DESC\": \"隱藏左側菜單欄\",\r\n\t\t\"UNBIND\": \"解除綁定\",\r\n\t\t\"BIND_ACCOUNT\": \"綁定帳戶\",\r\n\t\t\"GLOBAL\": \"全球\",\r\n\t\t\"SECURITY\": \"安防\",\r\n\t\t\"NOTIFY\": \"通知\",\r\n\t\t\"SET_SSL\": \"打開後，只能通過HTTPS訪問\",\r\n\t\t\"BASEAUTH_DESC\": \"增加額外一層身分驗證，有效防止面板被掃描\",\r\n\t\t\"GOOGLE_AUTH_DESC\": \"需要動態驗證碼才能登錄面板\",\r\n\t\t\"STRONG_PASS_DESC\": \"啟用面板的強密碼，規則：\",\r\n\t\t\"STRONG_PASS_DESC1\": \"長度8，大小寫字母、數位、字元\",\r\n\t\t\"EMAIL_NOT_SET\": \"未設置電子郵件\",\r\n\t\t\"TG_NOT_SET\": \"未設置電報\",\r\n\t\t\"NOTIFY_DESC\": \"設置完成後，可以推送異常消息\",\r\n\t\t\"LOGIN_ALARM\": \"登錄面板通知\",\r\n\t\t\"LOGIN_ALARM_DESC\": \"每次您登錄時，面板都會向您的接收者推送一條消息\"\r\n\t},\r\n\t\"close\": {\r\n\t\t\"TITLE\": \"小組已關閉\",\r\n\t\t\"H1\": \"抱歉，管理員已關閉面板\",\r\n\t\t\"P1\": \"打開它的命令：rm-f\\/www\\/server\\/panel\\/data\\/close.pl\",\r\n\t\t\"NAME\": \"AaPanel\",\r\n\t\t\"HELP\": \"幫助\",\r\n\t\t\"AUTHTITLE\": \"安全入口身分驗證失敗\",\r\n\t\t\"AUTHENTRY\": \"請使用正確的條目登錄到面板\",\r\n\t\t\"AUTHERR_REASON\": \"身分驗證錯誤原因：\",\r\n\t\t\"AUTHERR_REASON_CONTENT\": \"當前的aaPanel已打開安全入口登錄。新安裝的機器將隨機分配一個8位數的安全入口。也可以在面板設置中修改它。如果你沒有錄製或者你不記得了，你可以\",\r\n\t\t\"AUTHERR_RESOLVENT\": \"解決方案：\",\r\n\t\t\"AUTHERR_RESOLVENT_CONTENT\": \"在SSH終端上輸入以下命令之一\",\r\n\t\t\"AUTHERR_RESOLVENT1\": \"查看安全入口的步驟\",\r\n\t\t\"AUTHERR_RESOLVENT2\": \"關閉安全入口的步驟\",\r\n\t\t\"AUTHERR_TACK_CARE\": \"注意：[關閉安全入口]會使您的面板登錄地址直接暴露在互聯網上，非常危險。請多加小心。\"\r\n\t},\r\n\t\"control\": {\r\n\t\t\"H1\": \"儀錶板\",\r\n\t\t\"H2\": \"系統監視器\",\r\n\t\t\"C1\": \"啟用監聽\",\r\n\t\t\"C2\": \"要節省的天數：\",\r\n\t\t\"C3\": \"修改\",\r\n\t\t\"C4\": \"清理日誌\",\r\n\t\t\"T1\": \"中央處理機\",\r\n\t\t\"T2\": \"記憶\",\r\n\t\t\"T3\": \"磁碟片I\\/O\",\r\n\t\t\"T4\": \"網路I\\/O\",\r\n\t\t\"S1\": \"間隔蒐索：\",\r\n\t\t\"S2\": \"自定義時間\",\r\n\t\t\"D1\": \"昨天\",\r\n\t\t\"D2\": \"今天\",\r\n\t\t\"D3\": \"最近7天\",\r\n\t\t\"D4\": \"最後30天\",\r\n\t\t\"G1\": \"開始時間：\",\r\n\t\t\"G2\": \"結束時間：\",\r\n\t\t\"G3\": \"提交\",\r\n\t\t\"LOAD_BALANCE\": \"平均負載\"\r\n\t},\r\n\t\"crontab\": {\r\n\t\t\"H1\": \"儀錶板\",\r\n\t\t\"H2\": \"Cron作業\",\r\n\t\t\"H3\": \"添加Cron作業\",\r\n\t\t\"H4\": \"任務列表\",\r\n\t\t\"PS\": \"任務類型：外殼腳本、備份站點、備份資料庫、剪切日誌、空閒RAM、訪問URL\",\r\n\t\t\"PS1\": \"添加備份任務時，應手動運行，並檢查備份包是否完整\",\r\n\t\t\"PS2\": \"磁碟片空間不足、資料庫密碼錯誤、網路不穩定等可能導致數據備份不完整\",\r\n\t\t\"PS3\": \"支持在備份站點和目錄時排除檔案或目錄。請將需要排除的插件升級到最新版本\",\r\n\t\t\"T1\": \"任務類型\",\r\n\t\t\"T2\": \"任務名稱\",\r\n\t\t\"T3\": \"執行週期\",\r\n\t\t\"T4\": \"腳本內容\",\r\n\t\t\"T5\": \"添加任務\",\r\n\t\t\"TT1\": \"外殼腳本\",\r\n\t\t\"TT2\": \"備份站點\",\r\n\t\t\"TT3\": \"備份資料庫\",\r\n\t\t\"TT4\": \"切割日誌\",\r\n\t\t\"TT5\": \"可用內存\",\r\n\t\t\"TT6\": \"訪問URL\",\r\n\t\t\"TZ1\": \"每天\",\r\n\t\t\"TZ2\": \"N天\",\r\n\t\t\"TZ3\": \"每小時\",\r\n\t\t\"TZ4\": \"N小時\",\r\n\t\t\"TZ5\": \"N分鐘\",\r\n\t\t\"TZ6\": \"每週\",\r\n\t\t\"TZ7\": \"每月\",\r\n\t\t\"TZZ1\": \"星期一\",\r\n\t\t\"TZZ2\": \"星期二\",\r\n\t\t\"TZZ3\": \"星期三\",\r\n\t\t\"TZZ4\": \"星期四\",\r\n\t\t\"TZZ5\": \"星期五\",\r\n\t\t\"TZZ6\": \"星期六\",\r\n\t\t\"TZZ7\": \"星期天\",\r\n\t\t\"TZS1\": \"小時\",\r\n\t\t\"TZS2\": \"分鐘\",\r\n\t\t\"BTN1\": \"刪除\",\r\n\t\t\"TH1\": \"任務名稱\",\r\n\t\t\"TH2\": \"期間\",\r\n\t\t\"TH3\": \"簽立時間\",\r\n\t\t\"TH4\": \"追加時間\",\r\n\t\t\"TH5\": \"行動\",\r\n\t\t\"TH6\": \"狀態\",\r\n\t\t\"TH7\": \"儲存數量\",\r\n\t\t\"TH8\": \"備份到\",\r\n\t\t\"BACKDIR\": \"備份目錄\"\r\n\t},\r\n\t\"files\": {\r\n\t\t\"BTN1\": \"背\",\r\n\t\t\"BTN2\": \"刷新\",\r\n\t\t\"BTN3\": \"上傳\",\r\n\t\t\"BTN4\": \"遠端下載\",\r\n\t\t\"TI1\": \"下載到服務器\",\r\n\t\t\"TI2\": \"按圖標排列\",\r\n\t\t\"TI3\": \"按列表排列\",\r\n\t\t\"L1\": \"複製\",\r\n\t\t\"L2\": \"切\",\r\n\t\t\"L3\": \"壓縮\",\r\n\t\t\"L4\": \"許可\",\r\n\t\t\"L5\": \"刪除\",\r\n\t\t\"CONTAIN_SUBDIR\": \"包含子目錄\"\r\n\t},\r\n\t\"firewall\": {\r\n\t\t\"H1\": \"儀錶板\",\r\n\t\t\"H2\": \"系統安全\",\r\n\t\t\"H3\": \"防火牆\",\r\n\t\t\"H4\": \"面板執行日誌\",\r\n\t\t\"SEARCH\": \"蒐索日誌\",\r\n\t\t\"BTN1\": \"啟用SSH\",\r\n\t\t\"BTN2\": \"SSH埠：\",\r\n\t\t\"BTN3\": \"變化\",\r\n\t\t\"BTN4\": \"打開以阻止ICMP\",\r\n\t\t\"BTN5\": \"打掃\",\r\n\t\t\"S1\": \"站點日誌：\",\r\n\t\t\"F1\": \"接受埠\",\r\n\t\t\"F2\": \"阻止IP地址\",\r\n\t\t\"F3\": \"港口\",\r\n\t\t\"F4\": \"備註\\/說明\",\r\n\t\t\"F5\": \"打開\",\r\n\t\t\"F6\": \"說明：支持的埠範圍，例如：3000：3500\",\r\n\t\t\"F7\": \"單擊檢查描述\",\r\n\t\t\"TH1\": \"不是的。\",\r\n\t\t\"TH2\": \"行動\",\r\n\t\t\"TH3\": \"狀態\",\r\n\t\t\"TH4\": \"追加時間\",\r\n\t\t\"TH5\": \"描述\",\r\n\t\t\"TH6\": \"操作\",\r\n\t\t\"LTH1\": \"不是的。\",\r\n\t\t\"LTH2\": \"運營類型\",\r\n\t\t\"LTH3\": \"細節\",\r\n\t\t\"LTH4\": \"運營時間\",\r\n\t\t\"PANEL_LOG\": \"面板日誌\",\r\n\t\t\"LOG_EMPTY\": \"日誌為空\",\r\n\t\t\"UNABLE_RETRIEVE_LOG\": \"無法檢索日誌資訊\"\r\n\t},\r\n\t\"soft\": {\r\n\t\t\"H1\": \"儀錶板\",\r\n\t\t\"H2\": \"軟體商店\",\r\n\t\t\"TH1\": \"軟體名稱\",\r\n\t\t\"TH2\": \"類型\",\r\n\t\t\"TH3\": \"描述\",\r\n\t\t\"TH4\": \"目錄\",\r\n\t\t\"TH5\": \"狀態\",\r\n\t\t\"TH6\": \"在儀錶板上顯示\",\r\n\t\t\"TH7\": \"行動\",\r\n\t\t\"SEARCH_APP\": \"蒐索應用程式\",\r\n\t\t\"APP_SORT\": \"應用程式排序\",\r\n\t\t\"UPDATE_APP_LIST\": \"更新應用程式列表\",\r\n\t\t\"UPDATE_FROM_CLOUD\": \"從雲更新\",\r\n\t\t\"PS\": \"升級到專業版，所有插件，免費使用！\",\r\n\t\t\"UPDATE_PRO_NOW\": \"立即升級到專業版\",\r\n\t\t\"UPDATE_NOW\": \"現在升級\"\r\n\t},\r\n\t\"install\": {\r\n\t\t\"TITLE\": \"初始化BT軟體\",\r\n\t\t\"INIT_PANEL\": \"初始化BT Linux面板\",\r\n\t\t\"SET_ADMIN\": \"設置管理員\",\r\n\t\t\"USER_NAME\": \"用戶名\",\r\n\t\t\"SET_ADMIN_NAME\": \"*請設置管理員名稱\",\r\n\t\t\"SET_ADMIN_PASS\": \"*請設置管理員密碼\",\r\n\t\t\"MAM_PASS\": \"管理密碼\",\r\n\t\t\"REPEAT_PASS\": \"重複口令\",\r\n\t\t\"CONFIRM\": \"確認\",\r\n\t\t\"INIT_PANEL_SUCCESS\": \"BT Linux面板初始化成功\",\r\n\t\t\"LOGIN_PAGE\": \"登錄頁\",\r\n\t\t\"BT\": \"AaPanel\",\r\n\t\t\"PS1\": \"|讓服務器的使用更輕鬆\",\r\n\t\t\"PASS_CANT_EMPTY\": \"用戶名或密碼不能為空！\",\r\n\t\t\"PASS_NOT_SAME\": \"兩次輸入的密碼不一致，請重新輸入！\",\r\n\t\t\"SETTING_UP\": \"正在設置...\"\r\n\t},\r\n\t\"login\": {\r\n\t\t\"N1\": \"用戶名\",\r\n\t\t\"N2\": \"格式錯誤\",\r\n\t\t\"N3\": \"帳號\",\r\n\t\t\"N4\": \"密碼\",\r\n\t\t\"N5\": \"密碼\",\r\n\t\t\"N6\": \"密碼\",\r\n\t\t\"N7\": \"核查代碼\",\r\n\t\t\"N8\": \"驗證碼錯誤\",\r\n\t\t\"N9\": \"驗證錯誤\",\r\n\t\t\"N10\": \"點擊可更改\",\r\n\t\t\"N11\": \"登錄\",\r\n\t\t\"N12\": \"登錄錯誤3次後顯示驗證碼\",\r\n\t\t\"N13\": \"忘記密碼>>\",\r\n\t\t\"JS1\": \"錯誤，請重試！\",\r\n\t\t\"JS2\": \"正在載入...\",\r\n\t\t\"QR_CORE_LOGIN\": \"使用aaPanel Mobile登錄\",\r\n\t\t\"OPEN\": \"打開\",\r\n\t\t\"BT_SMALL_P\": \"AaPanel Mobile\",\r\n\t\t\"SCAN_LOGIN\": \"掃描方式\",\r\n\t\t\"SCAN_SUCCESS\": \"掃描成功，請稍候...\",\r\n\t\t\"SAFE_LOGGING_NOW\": \"正在安全登錄，請稍候...\",\r\n\t\t\"SCAN_MORE_SAFETY\": \"二維碼登錄更安全\",\r\n\t\t\"USER_LOGIN\": \"單擊帳戶以登錄\",\r\n\t\t\"FORM_ERR\": \"表單錯誤，請重新輸入！\"\r\n\t},\r\n\t\"menu\": {\r\n\t\t\"M1\": \"儀錶板\",\r\n\t\t\"M2\": \"立地\",\r\n\t\t\"M3\": \"Ftp\",\r\n\t\t\"M4\": \"DB\",\r\n\t\t\"M5\": \"監視器\",\r\n\t\t\"M6\": \"安防\",\r\n\t\t\"M7\": \"檔案\",\r\n\t\t\"M8\": \"Cron\",\r\n\t\t\"M9\": \"軟體商店\",\r\n\t\t\"M10\": \"設置\",\r\n\t\t\"M11\": \"註銷\",\r\n\t\t\"HELP\": \"如需支持|建議，請訪問aaPanel論壇\"\r\n\t},\r\n\t\"layout\": {\r\n\t\t\"tips1\": \"當前IE瀏覽器版本太低，無法顯示某些功能，請使用其他瀏覽器。或者，如果您使用的是中國公司開發的瀏覽器，請切換到極限模式！\"\r\n\t}\r\n}"
  }
]