mirror of
https://github.com/aaPanel/aaPanel.git
synced 2026-08-17 21:25:47 +02:00
Update language pack
This commit is contained in:
@@ -231,7 +231,15 @@ var lan = {
|
||||
"is_submitting":"Submitting...",
|
||||
"create_int_key_success":"API key generated. Please keep your new key. This key is only displayed once!",
|
||||
"open_successfully":"Successfully turned on",
|
||||
"setting_up":"Setting up, please wait..."
|
||||
"setting_up":"Setting up, please wait...",
|
||||
"setting_basicauth":"Configuring the BasicAuth service, please wait...",
|
||||
"set_basicauth":"Configuring BasicAuth authentication",
|
||||
"not_modified":"Please leave blank if not modified",
|
||||
"set_username":"Please set the username",
|
||||
"set_passwd":"Please set the password",
|
||||
"basic_auth_tips1":"Note: Please do not use your usual password here, which may lead to password leakage!",
|
||||
"basic_auth_tips2":"After opening, access the panel in any way, you will be asked to enter the BasicAuth username and password first.",
|
||||
"basic_auth_tips3":"After being turned on, it can effectively prevent the panel from being scanned and found, but it cannot replace the account password of the panel itself."
|
||||
},
|
||||
"control":{
|
||||
"save_day_err":"Number of saving day is illegal!",
|
||||
@@ -326,7 +334,9 @@ var lan = {
|
||||
"saving":"Saving changes, please wait...",
|
||||
"crontab_stop_will":"The cron job will not continue to run after suspended. Are you sure to suspend this cron job?",
|
||||
"disable_change_crontab_start":"The cron job deactivated, are you sure to enable this cron job?",
|
||||
"setting_status":"Setting status, please wait..."
|
||||
"setting_status":"Setting status, please wait...",
|
||||
"exclusion_rule":"Exclusion rule",
|
||||
"exclusion_rule_tips":"For each rule in a row, the directory cannot end with /, e.g:"
|
||||
},
|
||||
"firewall":{
|
||||
"empty":"Cleaned!",
|
||||
@@ -1062,6 +1072,10 @@ var lan = {
|
||||
"upload_fail2":"Upload failed 2!",
|
||||
"installing_please_wait":"Installing, this may take a few minutes...",
|
||||
"running":"Running",
|
||||
"comingsoon":"Coming soon, stay tuned",
|
||||
"del_custom_item":"Delete custom item",
|
||||
"confirm_del":"Are you sure you want to delete [{1}]?'",
|
||||
"deleting":"Deleting, please wait..."
|
||||
},
|
||||
"site":{
|
||||
"running":"Running",
|
||||
@@ -1571,7 +1585,8 @@ var lan = {
|
||||
"create_dir":"Create a directory",
|
||||
"dir_name":"Directory name:",
|
||||
"dir_name_err":"Directory name cannot be empty",
|
||||
"submitting":"Submitting"
|
||||
"submitting":"Submitting",
|
||||
"update":"Update"
|
||||
},
|
||||
"public_backup":{
|
||||
"login_expire":"Your login status has expired, please log in again!",
|
||||
|
||||
@@ -138,5 +138,7 @@
|
||||
"INSTALL_THIRD_PARDY_PLUG": "Installed third-party plugin [{1}]",
|
||||
"SITE_DIR_NOT_EXIST_RECREATE": "Site [{1}], root directory [{2}] does NOT exist, recreated!",
|
||||
"SITE_STOP_ANTI_STEALING_LINK": "Hotlink Protection for site [{1}] disabled!",
|
||||
"SITE_START_ANTI_STEALING_LINK": "Hotlink Protection for site [{1}] enabled!"
|
||||
"SITE_START_ANTI_STEALING_LINK": "Hotlink Protection for site [{1}] enabled!",
|
||||
"SET_PHP_CLI":"Set the PHP-CLI version to: {1}",
|
||||
"SET_BASICAUTH_STATUS":"Set the BasicAuth status to: {1}"
|
||||
}
|
||||
|
||||
@@ -828,5 +828,9 @@
|
||||
"NOT_INSTALL_MAIL_SERVER":"Have not installed the mail server before, please feel free to install",
|
||||
"MAIL_SERVER_EXIST":"The mail server already exists, please uninstall before reinstalling",
|
||||
"VERIFICATION_FAILED":"Verification failed",
|
||||
"EXPIRED_TOKEN":"Expired Token"
|
||||
"EXPIRED_TOKEN":"Expired Token",
|
||||
"UNSAFE_PATH":"Unsafe path",
|
||||
"PHP_NOT_INSTALL":"PHP is not installed",
|
||||
"SPECIFIED_PHP_NOT_INSTALL":"Specified PHP version not installed",
|
||||
"CLEARED":"Cleared!"
|
||||
}
|
||||
|
||||
@@ -166,7 +166,11 @@
|
||||
"WECHAT":"WeChat Mini Program",
|
||||
"panel_performance":"Panel performance tuning",
|
||||
"concurrent_thread":"Concurrent thread",
|
||||
"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."
|
||||
"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.",
|
||||
"BASICAUTH":"BasicAuth",
|
||||
"BASICAUTH_TIPS1":"Used for BasicAuth authentication configuration",
|
||||
"CONFIG":"Set",
|
||||
"BASICAUTH_TIPS2":"Add a BasicAuth-based authentication service to the panel to prevent the panel from being swept"
|
||||
},
|
||||
|
||||
"close":{
|
||||
@@ -217,6 +221,7 @@
|
||||
"PS":"Type of task: shell script, backup site, backup database, cut log, free memory, access URL",
|
||||
"PS1":"When adding a backup task, you should run it manually and check if the backup package is complete",
|
||||
"PS2":"Insufficient disk space, database password error, network instability, etc. may result in incomplete data backup",
|
||||
"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",
|
||||
"T1":"Type of Task",
|
||||
"T2":"Name of Task",
|
||||
"T3":"Period",
|
||||
@@ -300,7 +305,10 @@
|
||||
"LTH1":"No.",
|
||||
"LTH2":"Type of Operation",
|
||||
"LTH3":"Details",
|
||||
"LTH4":"Time of Operation"
|
||||
"LTH4":"Time of Operation",
|
||||
"PANEL_LOG":"Panel log",
|
||||
"LOG_EMPTY":"Log empty",
|
||||
"UNABLE_RETRIEVE_LOG":"Unable to retrieve log information"
|
||||
},
|
||||
|
||||
"soft":{
|
||||
|
||||
Reference in New Issue
Block a user