2023-03-17 15:51:02 +08:00
import fit2cloudEnLocale from ' fit2cloud - ui - plus / src / locale / lang / en ' ;
const message = {
2022-08-16 23:30:23 +08:00
commons : {
2022-10-09 16:17:15 +08:00
true : ' true ' ,
false : ' false ' ,
2023-04-26 17:26:12 +08:00
example : ' e . g . : ' ,
2022-08-16 23:30:23 +08:00
button : {
2023-02-01 16:15:31 +08:00
create : ' Create ' ,
add : ' Add ' ,
save : ' Save ' ,
2023-02-15 17:10:15 +08:00
set : ' Setting ' ,
2023-02-01 16:15:31 +08:00
sync : ' Sync ' ,
delete : ' Delete ' ,
2022-08-16 23:30:23 +08:00
edit : ' Edit ' ,
2022-09-15 17:15:03 +08:00
enable : ' Enable ' ,
disable : ' Disable ' ,
2022-08-16 23:30:23 +08:00
confirm : ' Confirm ' ,
cancel : ' Cancel ' ,
reset : ' Reset ' ,
2023-06-02 10:24:29 +08:00
restart : ' Restart ' ,
2022-08-19 18:12:12 +08:00
conn : ' Connect ' ,
2022-10-18 18:39:45 +08:00
disconn : ' Disconnect ' ,
2022-09-14 23:27:17 +08:00
clean : ' Clean ' ,
login : ' Login ' ,
close : ' Close ' ,
2023-03-30 18:03:21 +08:00
stop : ' Stop ' ,
start : ' Start ' ,
2022-09-28 18:11:36 +08:00
view : ' View ' ,
2022-10-08 18:32:02 +08:00
watch : ' Watch ' ,
2022-09-29 11:13:05 +08:00
handle : ' Handle ' ,
2022-09-28 18:11:36 +08:00
expand : ' Expand ' ,
2023-07-12 16:07:16 +08:00
collapse : ' Collapse ' ,
2022-09-28 18:11:36 +08:00
log : ' Log ' ,
2022-11-09 15:08:38 +08:00
back : ' Back ' ,
2023-06-29 22:38:12 +08:00
backup : ' Backup ' ,
2022-11-09 15:08:38 +08:00
recover : ' Recover ' ,
2023-01-09 22:55:10 +08:00
retry : ' Retry ' ,
2022-11-09 15:08:38 +08:00
upload : ' Upload ' ,
download : ' Download ' ,
2022-11-21 15:20:04 +08:00
init : ' Init ' ,
verify : ' Verify ' ,
2022-09-14 23:27:17 +08:00
saveAndEnable : ' Save and enable ' ,
2023-02-15 17:10:15 +08:00
import : ' Import ' ,
search : ' Search ' ,
2023-03-14 10:19:29 +08:00
refresh : ' Refresh ' ,
2023-06-06 11:33:21 +08:00
get : ' Get ' ,
2023-06-29 22:38:12 +08:00
upgrade : ' Upgrade ' ,
2023-07-06 18:48:22 +08:00
ignore : ' Ignore upgrade ' ,
2023-07-05 15:08:18 +08:00
copy : ' Copy ' ,
random : ' Random ' ,
2023-08-08 14:12:11 +08:00
uninstall : ' Uninstall ' ,
2023-09-20 22:16:20 +08:00
fullscreen : ' Fullscreen ' ,
quitFullscreen : ' Quit Fullscreen ' ,
2022-08-16 23:30:23 +08:00
} ,
2022-09-08 12:06:53 +08:00
search : {
timeStart : ' Time start ' ,
timeEnd : ' Time end ' ,
timeRange : ' To ' ,
dateStart : ' Date start ' ,
dateEnd : ' Date end ' ,
} ,
2022-08-16 23:30:23 +08:00
table : {
2023-02-07 18:48:32 +08:00
all : ' All ' ,
2022-09-28 18:11:36 +08:00
total : ' Total { 0 } ' ,
2022-08-16 23:30:23 +08:00
name : ' Name ' ,
2022-09-16 18:53:45 +08:00
type : ' Type ' ,
status : ' Status ' ,
2022-09-28 18:11:36 +08:00
statusSuccess : ' Success ' ,
statusFailed : ' Failed ' ,
2023-06-29 22:38:12 +08:00
statusWaiting : ' Waiting ... ' ,
2022-09-28 18:11:36 +08:00
records : ' Records ' ,
2022-09-02 10:57:32 +08:00
group : ' Group ' ,
2022-08-16 23:30:23 +08:00
createdAt : ' Creation Time ' ,
2023-01-09 22:55:10 +08:00
publishedAt : ' Publish Time ' ,
2022-09-02 10:57:32 +08:00
date : ' Date ' ,
2022-08-16 23:30:23 +08:00
updatedAt : ' Update Time ' ,
operate : ' Operations ' ,
2022-09-02 10:57:32 +08:00
message : ' Message ' ,
description : ' Description ' ,
2022-09-28 18:11:36 +08:00
interval : ' Interval ' ,
2023-06-29 22:38:12 +08:00
user : ' User ' ,
2022-12-30 17:36:19 +08:00
title : ' Title ' ,
2023-06-29 22:38:12 +08:00
port : ' Port ' ,
protocol : ' Protocol ' ,
2023-02-10 15:55:56 +08:00
tableSetting : ' Table setting ' ,
2023-02-15 17:10:15 +08:00
refreshRate : ' Rate ' ,
2023-10-20 11:20:45 +08:00
noRefresh : ' No Refresh ' ,
refreshRateUnit : ' { 0 } Seconds / Time ' ,
2022-08-16 23:30:23 +08:00
} ,
2023-01-31 15:22:05 +08:00
loadingText : {
Upgrading : ' System upgrade , please wait ... ' ,
2023-02-02 15:01:37 +08:00
Restarting : ' System restart , please wait ... ' ,
2023-02-09 16:36:28 +08:00
Recovering : ' Recovering from snapshot , please wait ... ' ,
2023-02-10 15:55:56 +08:00
Rollbacking : ' Rollbacking from snapshot , please wait ... ' ,
2023-01-31 15:22:05 +08:00
} ,
2022-08-16 23:30:23 +08:00
msg : {
2023-07-10 18:39:07 +08:00
noneData : ' No data available ' ,
2023-04-12 18:56:33 +08:00
delete : ' This operation delete cannot be rolled back . Do you want to continue ? ' ,
clean : ' This operation clean cannot be rolled back . Do you want to continue ? ' ,
2022-09-02 10:57:32 +08:00
deleteTitle : ' Delete ' ,
2022-08-16 23:30:23 +08:00
deleteSuccess : ' Delete Success ' ,
loginSuccess : ' Login Success ' ,
operationSuccess : ' Successful operation ' ,
2022-12-08 16:00:59 +08:00
copySuccess : ' Copy Successful ' ,
2022-09-16 18:53:45 +08:00
notSupportOperation : ' This operation is not supported ' ,
2022-09-28 18:11:36 +08:00
requestTimeout : ' The request timed out , please try again later ' ,
2022-08-16 23:30:23 +08:00
infoTitle : ' Hint ' ,
2022-09-28 18:11:36 +08:00
notRecords : ' No execution record is generated for the current task ' ,
2022-08-16 23:30:23 +08:00
sureLogOut : ' Are you sure you want to log out ? ' ,
createSuccess : ' Create Success ' ,
updateSuccess : ' Update Success ' ,
2022-09-03 22:22:40 +08:00
uploadSuccess : ' Update Success ' ,
2022-09-26 19:08:12 +08:00
operate : ' Operate ' ,
2023-06-13 10:25:01 +08:00
operateConfirm : ' If you are sure about the operation , please input it manually ' ,
2022-12-12 19:04:45 +08:00
inputOrSelect : ' Please select or enter ' ,
2023-10-07 15:46:44 +08:00
copyFailed : ' Copy failed ' ,
2023-10-26 18:20:16 +08:00
operatorHelper : ' Would you like to continue performing { 1 } operation on { 0 } ? ' ,
2023-06-29 22:38:12 +08:00
notFound : ' Sorry , the page you requested does not exist . ' ,
2023-03-07 11:30:01 +08:00
unSupportType : ' Current file type is not supported ! ' ,
unSupportSize : ' The uploaded file exceeds { 0 } M , please confirm ! ' ,
2023-03-08 15:33:43 +08:00
fileExist : ' The file already exists in the current folder . Repeat uploading is not supported ! ' ,
fileNameErr :
2023-03-17 16:46:46 +08:00
' You can upload only files whose name contains 1 to 256 characters , including English , Chinese , digits , or periods ( . - _ ) ' ,
2023-05-30 15:30:57 +08:00
confirmNoNull : ' Make sure the value { 0 } is not empty ' ,
2023-07-04 10:46:11 +08:00
errPort : ' Incorrect port information , please confirm ! ' ,
2023-10-20 04:56:46 -05:00
remove : ' Remove ' ,
2023-10-25 22:59:33 +08:00
recoverHelper : ' The current data will be overwritten . Do you want to continue ? ' ,
2022-08-16 23:30:23 +08:00
} ,
login : {
2022-11-21 15:20:04 +08:00
username : ' UserName ' ,
password : ' Password ' ,
welcome : ' Welcome back , please enter your username and password to log in ! ' ,
2022-12-05 11:12:07 +08:00
errorAuthInfo : ' The user name or password you entered is incorrect , please re - enter ! ' ,
2023-03-10 16:47:30 +08:00
errorMfaInfo : ' Incorrect authentication information , please try again ! ' ,
2023-03-17 11:23:34 +08:00
captchaHelper : ' Captcha ' ,
errorCaptcha : ' Captcha code error ! ' ,
2023-04-27 15:18:16 +08:00
notSafe : ' Access Denied ' ,
safeEntrance1 : ' The secure login has been enabled in the current environment ' ,
safeEntrance2 : ' Enter the following command on the SSH terminal to view the panel entry : 1 pctl user - info ' ,
2023-05-19 21:47:46 +08:00
errIP1 : ' Authorized IP address access is enabled in the current environment ' ,
errDomain1 : ' Access domain name binding is enabled in the current environment ' ,
errHelper : ' To reset the binding information , run the following command on the SSH terminal : ' ,
2022-09-15 18:43:41 +08:00
codeInput : ' Please enter the 6 - digit verification code of the MFA validator ' ,
2023-03-23 20:34:33 +08:00
mfaTitle : ' MFA Certification ' ,
mfaCode : ' MFA verification code ' ,
2023-03-17 11:23:34 +08:00
title : ' Linux Server Management Panel ' ,
2023-03-20 19:26:27 +08:00
licenseHelper :
2023-04-17 18:30:40 +08:00
' Agree & laquo ; < a href = "https://www.fit2cloud.com/legal/licenses.html" target = "_blank" > Community License Agreement < / a > & raquo ; ' ,
2023-03-20 19:26:27 +08:00
errorAgree : ' Please click to agree to the Community Software License Agreement ' ,
2023-07-01 22:56:13 +08:00
logout : ' Logout ' ,
2022-08-16 23:30:23 +08:00
} ,
rule : {
username : ' Please enter a username ' ,
password : ' Please enter a password ' ,
2022-09-16 18:53:45 +08:00
rePassword : ' The passwords are inconsistent . Please check and re - enter the password ' ,
2022-08-18 18:51:27 +08:00
requiredInput : ' Please enter the required fields ' ,
requiredSelect : ' Please select the required fields ' ,
2023-06-26 17:24:06 +08:00
illegalInput : ' There are illegal characters in the input box . ' ,
2023-11-27 12:04:09 +08:00
commonName : ' Support English , Chinese , numbers , . - , and _ length 1 - 128 ' ,
2023-03-01 14:27:25 +08:00
userName : ' Support English , Chinese , numbers and _ length 3 - 30 ' ,
2023-12-07 19:02:07 +08:00
simpleName : ' Supports non - underscore starting , English , numbers , _ , length 1 - 30 ' ,
2023-08-10 14:06:13 +08:00
dbName : ' Support English , Chinese , numbers , . - , and _ length 1 - 64 ' ,
2023-03-10 00:27:41 +08:00
imageName : ' Support English , numbers , : / . - _ , length 1 - 150 ' ,
2023-03-11 17:53:28 +08:00
volumeName : ' Support English , numbers , . - _ , length 2 - 30 ' ,
2022-09-16 16:00:49 +08:00
complexityPassword :
2023-12-07 19:02:07 +08:00
' Please enter a password combination with a length of 8 - 30 characters , including letters , numbers , and at least two special characters . ' ,
2022-09-16 16:00:49 +08:00
commonPassword : ' Please enter a password with more than 6 characters ' ,
2023-07-14 11:48:11 +08:00
linuxName : ' Length 1 - 128 , the name cannot contain symbols such as { 0 } ' ,
2022-08-16 23:30:23 +08:00
email : ' Email format error ' ,
2022-09-16 18:53:45 +08:00
number : ' Please enter the correct number ' ,
2023-03-11 17:53:28 +08:00
integer : ' Please enter the correct positive integer ' ,
2022-08-18 18:51:27 +08:00
ip : ' Please enter the correct IP address ' ,
2023-03-17 10:54:16 +08:00
host : ' Enter the correct IP address or domain name ' ,
2023-07-28 18:23:01 +08:00
hostHelper : ' Support input of IP address or domain ' ,
2022-08-18 18:51:27 +08:00
port : ' Please enter the correct port ' ,
2022-10-17 09:10:06 +08:00
selectHelper : ' Please select the correct { 0 } file ' ,
2023-03-01 17:36:42 +08:00
domain : ' domain name format error ' ,
databaseName : ' Support English , numbers , _ , length 1 - 30 ' ,
ipErr : ' IP [ { 0 } ] format error , please check ' ,
2023-03-02 15:46:42 +08:00
numberRange : ' Number range : { 0 } - { 1 } ' ,
2023-03-02 13:35:06 +08:00
paramName : ' Support English , numbers , . - and _ , length 2 - 30 ' ,
2023-03-10 15:34:26 +08:00
paramComplexity :
2023-08-04 14:10:43 +08:00
' Support English , numbers , { 0 } , length 6 - 128 , Special characters cannot be at the beginning and end ' ,
2023-03-02 15:46:42 +08:00
paramUrlAndPort : ' The format is http ( s ) : //(domain name/ip):(port)',
2023-03-08 18:30:50 +08:00
nginxDoc : ' Only supports English case , numbers , and . ' ,
2023-03-08 22:41:45 +08:00
appName : ' Support English , numbers , - and _ , length 2 - 30 , and cannot start and end with - _ ' ,
2023-12-10 22:03:03 +08:00
containerName : ' Supports letters , numbers , - , _ and . ; cannot start with - _ or . ; length : 2 - 127 ' ,
2023-08-08 22:30:16 +08:00
mirror : ' Support image accelerator addresses that start with http ( s ) : //, English uppercase and lowercase letters, numbers, periods, and hyphens, and there should be no empty lines.',
2023-07-18 14:20:39 +08:00
disableFunction : ' Only support letters , underscores , and , ' ,
2023-05-26 10:40:21 +08:00
leechExts : ' Only support letters , numbers and , ' ,
2023-07-14 11:48:11 +08:00
paramSimple : ' Support lowercase letters and numbers , length 1 - 128 ' ,
2023-11-03 18:51:43 +08:00
filePermission : ' File Permission Error ' ,
2023-11-21 22:14:07 +08:00
formatErr : ' Format error , please check and retry ' ,
2022-08-16 23:30:23 +08:00
} ,
2022-08-17 11:47:56 +08:00
res : {
paramError : ' The request failed , please try again later ! ' ,
forbidden : ' The current user has no permission ' ,
serverError : ' Service exception ' ,
notFound : ' The resource does not exist ' ,
commonError : ' The request failed ' ,
} ,
2022-12-20 18:59:26 +08:00
service : {
serviceNotStarted : ' The { 0 } service is not currently started ' ,
} ,
2022-12-05 11:43:00 +08:00
status : {
2023-02-15 17:10:15 +08:00
running : ' Running ' ,
2023-08-23 17:16:18 +08:00
done : ' Done ' ,
2023-02-15 17:10:15 +08:00
success : ' Success ' ,
2023-06-29 22:38:12 +08:00
waiting : ' Waiting ' ,
2023-08-23 17:16:18 +08:00
waiting1 : ' Waiting ' ,
2023-02-15 17:10:15 +08:00
failed : ' Failed ' ,
2023-06-29 22:38:12 +08:00
stopped : ' Stopped ' ,
2023-02-15 17:10:15 +08:00
error : ' Error ' ,
created : ' Created ' ,
restarting : ' Restarting ' ,
uploading : ' Uploading ' ,
2023-06-29 22:38:12 +08:00
unhealthy : ' Unhealthy ' ,
2023-02-15 17:10:15 +08:00
removing : ' Removing ' ,
paused : ' Paused ' ,
exited : ' Exited ' ,
2023-10-18 10:14:26 +08:00
dead : ' Dead ' ,
2023-06-29 22:38:12 +08:00
installing : ' Installing ' ,
2022-12-14 19:34:42 +08:00
enabled : ' Enabled ' ,
disabled : ' Disabled ' ,
2023-03-31 14:02:28 +08:00
normal : ' Normal ' ,
building : ' Building ' ,
2023-05-18 16:48:19 +08:00
downloaderr : ' Download Error ' ,
upgrading : ' Upgrading ' ,
2023-06-29 22:38:12 +08:00
upgradeerr : ' Upgrade Error ' ,
2023-07-03 21:56:14 +08:00
pullerr : ' Pull Image Error ' ,
2023-09-20 14:18:20 +08:00
rebuilding : ' ReBuilding ' ,
deny : ' Denied ' ,
accept : ' Accepted ' ,
2023-09-20 22:14:25 +08:00
used : ' Used ' ,
unUsed : ' Unused ' ,
2023-09-25 17:50:14 +08:00
starting : ' Starting ' ,
recreating : ' Recreating ' ,
2023-09-26 22:50:16 +08:00
creating : ' Creating ' ,
2023-11-02 14:35:58 +08:00
systemrestart : ' Interrupt ' ,
2023-11-20 10:44:10 +08:00
init : ' Waiting for application ' ,
ready : ' normal ' ,
applying : ' Applying ' ,
applyerror : ' Failure ' ,
2022-12-05 11:43:00 +08:00
} ,
2023-05-30 15:30:57 +08:00
units : {
second : ' Second ' ,
minute : ' Minute ' ,
hour : ' Hour ' ,
day : ' Day ' ,
week : ' Week ' ,
month : ' Month ' ,
year : ' Year ' ,
2023-06-29 22:38:12 +08:00
time : ' Time ' ,
core : ' Core ' ,
2023-05-30 15:30:57 +08:00
} ,
2023-09-26 22:50:16 +08:00
operate : {
down : ' Stop ' ,
up : ' Start ' ,
restart : ' Restart ' ,
2023-10-10 04:34:28 -05:00
install : ' Install ' ,
uninstall : ' Uninstall ' ,
update : ' Update ' ,
2023-09-26 22:50:16 +08:00
} ,
2022-08-16 23:30:23 +08:00
} ,
menu : {
2022-09-09 11:20:02 +08:00
home : ' Overview ' ,
apps : ' App Store ' ,
website : ' Website ' ,
project : ' Project ' ,
config : ' Config ' ,
2023-06-29 22:38:12 +08:00
ssh : ' SSH Setting ' ,
2022-09-09 11:20:02 +08:00
firewall : ' Firewall ' ,
2023-06-29 22:38:12 +08:00
ssl : ' Certificate ' ,
2022-09-09 11:20:02 +08:00
database : ' Database ' ,
container : ' Container ' ,
2022-09-20 19:12:48 +08:00
cronjob : ' Cronjob ' ,
2022-09-09 11:20:02 +08:00
host : ' Host ' ,
security : ' Security ' ,
2023-02-16 10:57:33 +08:00
files : ' File ' ,
2022-09-16 18:53:45 +08:00
monitor : ' Monitor ' ,
terminal : ' Terminal ' ,
2022-09-15 10:44:43 +08:00
settings : ' Setting ' ,
2022-09-16 18:53:45 +08:00
toolbox : ' Toolbox ' ,
2022-11-15 17:20:57 +08:00
logs : ' Log ' ,
2023-03-29 14:58:28 +08:00
runtime : ' Runtime ' ,
2023-06-28 14:50:10 +08:00
processManage : ' Process ' ,
process : ' Process ' ,
2023-07-05 17:08:19 +08:00
network : ' Network ' ,
2023-07-31 11:28:41 +08:00
supervisor : ' Supervisor ' ,
2022-08-16 23:30:23 +08:00
} ,
home : {
2023-10-17 17:54:30 +08:00
restart_1panel : ' Restart Panel ' ,
restart_system : ' Restart Server ' ,
2023-11-13 16:56:08 +08:00
operationSuccess : ' Operation succeeded , rebooting , please refresh the browser manually later ! ' ,
2022-11-24 23:56:48 +08:00
overview : ' Overview ' ,
2023-04-17 11:13:30 +08:00
entranceHelper :
' Enabling a secure entrance can help improve system security . If necessary , go to the Control Panel settings , select Security , and enable the secure entrance . ' ,
2022-11-24 23:56:48 +08:00
appInstalled : ' App installed ' ,
systemInfo : ' System info ' ,
hostname : ' Hostname ' ,
platformVersion : ' Platform version ' ,
kernelVersion : ' Kernel version ' ,
kernelArch : ' Kernel arch ' ,
network : ' Network ' ,
io : ' Disk IO ' ,
2023-03-29 21:28:13 +08:00
baseInfo : ' Base info ' ,
2022-11-24 23:56:48 +08:00
totalSend : ' Total send ' ,
totalRecv : ' Total recv ' ,
2023-03-22 18:48:29 +08:00
rwPerSecond : ' IO times ' ,
2022-11-24 23:56:48 +08:00
ioDelay : ' IO delay ' ,
2022-12-04 21:50:17 +08:00
uptime : ' Up Time ' ,
runningTime : ' Running Time ' ,
2023-11-17 10:12:07 +08:00
mem : ' System ' ,
swapMem : ' Swap Partition ' ,
2022-11-24 23:56:48 +08:00
2022-11-28 14:02:14 +08:00
runSmoothly : ' Run smoothly ' ,
runNormal : ' Run normal ' ,
runSlowly : ' Run slowly ' ,
runJam : ' Run Blockaged ' ,
2022-11-24 23:56:48 +08:00
core : ' Physical core ' ,
logicCore : ' Logic core ' ,
loadAverage : ' Average load in the last { 0 } minutes ' ,
load : ' Load ' ,
mount : ' Mount point ' ,
2023-03-29 21:28:13 +08:00
fileSystem : ' File system ' ,
2022-11-24 23:56:48 +08:00
total : ' Total ' ,
used : ' Used ' ,
free : ' Free ' ,
percent : ' Percent ' ,
app : ' Recommended Apps ' ,
goInstall : ' Go install ' ,
2023-02-16 14:23:30 +08:00
networkCard : ' NetworkCard ' ,
disk : ' Disk ' ,
2022-08-16 23:30:23 +08:00
} ,
tabs : {
more : ' More ' ,
2023-05-26 14:34:34 +08:00
hide : ' Hide ' ,
2022-08-16 23:30:23 +08:00
closeCurrent : ' Close current ' ,
closeOther : ' Close other ' ,
closeAll : ' Close All ' ,
} ,
header : {
logout : ' Logout ' ,
} ,
2022-11-08 19:03:38 +08:00
database : {
2023-12-05 16:32:10 +08:00
manage : ' Management ' ,
2023-04-11 17:00:29 +08:00
database : ' database ' ,
2023-10-08 14:52:14 +08:00
deleteBackupHelper : ' Delete database backups simultaneously ' ,
2022-12-26 14:47:08 +08:00
delete : ' Delete operation cannot be rolled back , please input " ' ,
deleteHelper : ' " to delete this database ' ,
2022-11-21 15:20:04 +08:00
create : ' Create database ' ,
2023-08-31 22:28:13 +08:00
noMysql : ' Database service ( MySQL or MariaDB ) ' ,
2023-09-11 18:28:19 +08:00
goUpgrade : ' Go for upgrade ' ,
goInstall : ' Go for install ' ,
2022-11-08 19:03:38 +08:00
source : ' Source ' ,
permission : ' Permission ' ,
permissionForIP : ' IP ' ,
2023-03-14 10:31:05 +08:00
permissionAll : ' All of them ( % ) ' ,
2023-04-11 10:26:25 +08:00
databaseConnInfo : ' Conn info ' ,
2022-11-08 19:03:38 +08:00
rootPassword : ' Root password ' ,
2023-04-11 10:26:25 +08:00
serviceName : ' Service Name ' ,
serviceNameHelper : ' Access between containers in the same network . ' ,
2023-02-15 17:10:15 +08:00
backupList : ' Backup ' ,
loadBackup : ' Import ' ,
2022-11-08 19:03:38 +08:00
remoteAccess : ' Remote access ' ,
2023-05-12 17:48:31 +08:00
remoteHelper : ' Multiple IP comma - delimited , example : 172.16 .10 .111 , 172.16 .10 .112 ' ,
2023-02-15 17:10:15 +08:00
remoteConnHelper :
' Remote connection to mysql as user root may have security risks . Therefore , perform this operation with caution . ' ,
changePassword : ' Password ' ,
2022-12-21 12:21:27 +08:00
changePasswordHelper :
' The database has been associated with an application . Changing the password will change the database password of the application at the same time . The change takes effect after the application restarts . ' ,
2022-11-08 19:03:38 +08:00
confChange : ' Configuration change ' ,
2023-09-08 23:10:17 +08:00
confNotFound :
' The configuration file could not be found . Please upgrade the application to the latest version in the app store and try again ! ' ,
2023-02-15 17:10:15 +08:00
2022-11-08 19:03:38 +08:00
portHelper :
' This port is the exposed port of the container . You need to save the modification separately and restart the container ! ' ,
2023-10-27 11:54:11 +08:00
loadFromRemote : ' Load from server ' ,
2023-08-03 14:45:27 +08:00
loadFromRemoteHelper :
' This action will synchronize the database info on the server to 1 Panel , do you want to continue ? ' ,
2023-07-27 16:07:27 +08:00
passwordHelper : ' Unable to retrieve , please modify ' ,
2023-08-29 10:50:15 +08:00
local : ' Local ' ,
2023-07-24 14:55:26 +08:00
remote : ' Remote ' ,
remoteDB : ' Remote DB ' ,
2023-07-27 16:07:27 +08:00
createRemoteDB : ' Create Remote Server ' ,
editRemoteDB : ' Edit Remote Server ' ,
2023-07-24 14:55:26 +08:00
localDB : ' Local DB ' ,
address : ' DB address ' ,
version : ' DB version ' ,
2023-07-25 17:08:13 +08:00
userHelper : ' The root user or a database user with root privileges can access the remote database . ' ,
2023-11-29 10:46:07 +08:00
ssl : ' Use SSL ' ,
clientKey : ' Client Private Key ' ,
clientCert : ' Client Certificate ' ,
caCert : ' CA Certificate ' ,
2023-12-08 17:26:07 +08:00
hasCA : ' Has CA Certificate ' ,
2023-11-29 10:46:07 +08:00
skipVerify : ' Ignore Certificate Validity Check ' ,
2023-07-24 14:55:26 +08:00
2023-10-25 22:59:33 +08:00
formatHelper :
' The current database character set is { 0 } , the character set inconsistency may cause recovery failure ' ,
2022-11-09 15:08:38 +08:00
selectFile : ' Select file ' ,
2023-06-29 22:38:12 +08:00
dropHelper : ' You can drag and drop the uploaded file here or ' ,
clickHelper : ' click to upload ' ,
2023-03-22 15:20:30 +08:00
supportUpType : ' Only sql , sql . gz , and tar . gz files are supported ' ,
2023-03-07 15:51:48 +08:00
zipFormat : ' tar . gz compressed package structure : test . tar . gz compressed package must contain test . sql ' ,
2022-11-09 15:08:38 +08:00
2022-11-08 19:03:38 +08:00
currentStatus : ' Current state ' ,
2023-06-29 22:38:12 +08:00
baseParam : ' Basic parameter ' ,
performanceParam : ' Performance parameter ' ,
2022-11-08 19:03:38 +08:00
runTime : ' Startup time ' ,
connections : ' Total connections ' ,
bytesSent : ' Send bytes ' ,
bytesReceived : ' Received bytes ' ,
queryPerSecond : ' Query per second ' ,
txPerSecond : ' Tx per second ' ,
connInfo : ' active / peak connections ' ,
connInfoHelper : ' If the value is too large , increase max_connections ' ,
threadCacheHit : ' Thread cache hit ' ,
threadCacheHitHelper : ' If it is too low , increase thread_cache_size ' ,
indexHit : ' Index hit ' ,
indexHitHelper : ' If it is too low , increase key_buffer_size ' ,
2023-07-14 15:18:11 +08:00
innodbIndexHit : ' Innodb index hit rate ' ,
2022-11-08 19:03:38 +08:00
innodbIndexHitHelper : ' If it is too low , increase innodb_buffer_pool_size ' ,
cacheHit : ' Querying the Cache Hit ' ,
cacheHitHelper : ' If it is too low , increase query_cache_size ' ,
tmpTableToDB : ' Temporary table to disk ' ,
tmpTableToDBHelper : ' If it is too large , try increasing tmp_table_size ' ,
openTables : ' Open tables ' ,
openTablesHelper : ' The configuration value of table_open_cache must be greater than or equal to this value ' ,
selectFullJoin : ' Select full join ' ,
selectFullJoinHelper : ' If the value is not 0 , check whether the index of the data table is correct ' ,
selectRangeCheck : ' The number of joins with no index ' ,
selectRangeCheckHelper : ' If the value is not 0 , check whether the index of the data table is correct ' ,
sortMergePasses : ' Number of sorted merges ' ,
sortMergePassesHelper : ' If the value is too large , increase sort_buffer_size ' ,
tableLocksWaited : ' Lock table number ' ,
tableLocksWaitedHelper : ' If the value is too large , consider increasing your database performance ' ,
performanceTuning : ' Performance tuning ' ,
optimizationScheme : ' Optimization scheme ' ,
keyBufferSizeHelper : ' Buffer size for index ' ,
queryCacheSizeHelper : ' Query cache . If this function is disabled , set this parameter to 0 ' ,
tmpTableSizeHelper : ' Temporary table cache size ' ,
innodbBufferPoolSizeHelper : ' Innodb buffer size ' ,
innodbLogBufferSizeHelper : ' Innodb log buffer size ' ,
sortBufferSizeHelper : ' * connections , buffer size per thread sort ' ,
readBufferSizeHelper : ' * connections , read buffer size ' ,
readRndBufferSizeHelper : ' * connections , random read buffer size ' ,
joinBufferSizeHelper : ' * connections , association table cache size ' ,
threadStackelper : ' * connections , stack size per thread ' ,
binlogCacheSizeHelper : ' * onnections , binary log cache size ( multiples of 4096 ) ' ,
threadCacheSizeHelper : ' Thread pool size ' ,
tableOpenCacheHelper : ' Table cache ' ,
maxConnectionsHelper : ' Max connections ' ,
restart : ' Restart ' ,
2022-12-04 19:20:36 +08:00
log : ' Logs ' ,
slowLog : ' Slowlogs ' ,
2023-02-23 11:39:47 +08:00
noData : ' No slow log yet ... ' ,
2022-12-04 19:20:36 +08:00
2023-03-10 13:46:12 +08:00
isOn : ' On ' ,
longQueryTime : ' threshold ( s ) ' ,
thresholdRangeHelper : ' Please enter the correct threshold ( 1 - 600 ) . ' ,
2022-11-08 19:03:38 +08:00
timeout : ' Timeout ' ,
timeoutHelper : ' Idle connection timeout period . 0 indicates that the connection is on continuously ' ,
maxclients : ' Max clients ' ,
2022-12-12 14:06:39 +08:00
requirepassHelper :
' Leave this blank to indicate that no password has been set . Changes need to be saved separately and the container restarted ! ' ,
2022-11-08 19:03:38 +08:00
databases : ' Number of databases ' ,
maxmemory : ' Maximum memory usage ' ,
maxmemoryHelper : ' 0 indicates no restriction ' ,
tcpPort : ' Current listening port ' ,
uptimeInDays : ' Days in operation ' ,
connectedClients : ' Number of connected clients ' ,
usedMemory : ' Redis indicates the peak value of memory allocated historically ' ,
usedMemoryRss : ' Total system memory used by Redis ' ,
memFragmentationRatio : ' Memory fragmentation ratio ' ,
totalConnectionsReceived : ' Total number of clients connected since run ' ,
totalCommandsProcessed : ' The total number of commands executed since the run ' ,
instantaneousOpsPerSec : ' Number of commands executed by the server per second ' ,
keyspaceHits : ' The number of times a database key was successfully found ' ,
keyspaceMisses : ' Number of failed attempts to find the database key ' ,
hit : ' Find the database key hit ratio ' ,
latestForkUsec : ' The number of microseconds spent on the last fork ( ) operation ' ,
recoverHelper : ' Data is about to be overwritten with [ { 0 } ] . Do you want to continue ? ' ,
submitIt : ' Overwrite the data ' ,
baseConf : ' Basic configuration ' ,
allConf : ' All configuration ' ,
restartNow : ' Restart now ' ,
restartNowHelper1 :
' You need to restart the system after the configuration changes take effect . If your data needs to be persisted , perform the save operation first . ' ,
restartNowHelper : ' The modification takes effect only after the system restarts . ' ,
persistence : ' Persistence ' ,
rdbHelper1 : ' In seconds , insert ' ,
rdbHelper2 : ' The data ' ,
rdbHelper3 : ' Meeting either condition triggers RDB persistence ' ,
2023-03-08 16:54:48 +08:00
rdbInfo : ' Ensure that the value in the rule list ranges from 1 to 100000 ' ,
2023-04-18 15:30:57 +08:00
containerConn : ' Container connection address ' ,
containerConnHelper : ' PHP runtime environment / container - installed applications use this connection address ' ,
remoteConn : ' External connection address ' ,
remoteConnHelper2 : ' Use this address for non - container or external connections ' ,
localIP : ' Local IP ' ,
2022-11-08 19:03:38 +08:00
} ,
2022-10-08 18:32:02 +08:00
container : {
2023-07-14 15:18:11 +08:00
create : ' Create container ' ,
edit : ' Edit container ' ,
2023-09-22 15:58:23 +08:00
updateContainerHelper :
2023-06-15 11:00:11 +08:00
' Container editing requires rebuilding the container . Any data that has not been persisted will be lost . Do you want to continue ? ' ,
2023-01-05 17:29:27 +08:00
containerList : ' Container list ' ,
2023-09-06 17:14:16 +08:00
operatorHelper : ' { 0 } will be performed on the following container , Do you want to continue ? ' ,
2023-03-15 16:48:26 +08:00
operatorAppHelper :
2023-10-26 18:20:16 +08:00
' The { 0 } operation will be performed on the following containers , \ n some of which are from the App Store . This operation may affect the normal use of the service . \ nDo you want to continue ? ' ,
2022-10-08 18:32:02 +08:00
start : ' Start ' ,
stop : ' Stop ' ,
2022-12-08 18:09:14 +08:00
restart : ' Restart ' ,
2022-10-08 18:32:02 +08:00
kill : ' Kill ' ,
pause : ' Pause ' ,
2022-10-17 16:04:39 +08:00
unpause : ' Unpause ' ,
rename : ' Rename ' ,
2022-10-08 18:32:02 +08:00
remove : ' Remove ' ,
2023-11-30 14:14:08 +08:00
removeAll : ' Remove All ' ,
2023-05-23 19:00:06 +08:00
containerPrune : ' Container prune ' ,
2023-08-11 22:18:17 +08:00
containerPruneHelper1 : ' Cleaning containers will delete all containers that are in a stopped state . ' ,
containerPruneHelper2 :
' If the containers are from the app store , after performing the cleanup , you need to go to the [ Installed ] list in the [ App Store ] and click the [ Rebuild ] button to reinstall them . ' ,
containerPruneHelper3 : ' This operation cannot be rolled back . Do you want to continue ? ' ,
2023-05-23 19:00:06 +08:00
imagePrune : ' Image prune ' ,
imagePruneSome : ' Clean unlabeled ' ,
2023-11-13 16:56:08 +08:00
imagePruneSomeEmpty : ' No image with the "none" tag is to be cleared ' ,
2023-09-20 22:14:25 +08:00
imagePruneSomeHelper : ' Clean the images with the tag "none" that are not used by any containers . ' ,
2023-05-23 19:00:06 +08:00
imagePruneAll : ' Clean unused ' ,
2023-11-13 16:56:08 +08:00
imagePruneAllEmpty : ' No unused images to be cleared ' ,
2023-09-20 22:14:25 +08:00
imagePruneAllHelper : ' Clean the images that are not used by any containers . ' ,
2023-05-23 19:00:06 +08:00
networkPrune : ' Network prune ' ,
networkPruneHelper : ' Remove all unused networks . Do you want to continue ? ' ,
2023-05-30 15:30:57 +08:00
volumePrune : ' Volume prune ' ,
2023-05-23 19:00:06 +08:00
volumePruneHelper : ' Remove all unused local volumes . Do you want to continue ? ' ,
cleanSuccess : ' The operation is successful , the number of this cleanup : { 0 } ! ' ,
cleanSuccessWithSpace :
' The operation is successful . The number of disks cleared this time is { 0 } . The disk space freed is { 1 } ! ' ,
2022-10-08 18:32:02 +08:00
container : ' Container ' ,
2023-07-05 10:20:13 +08:00
unExposedPort : ' The current port mapping address is 127.0 .0 .1 , which cannot enable external access . ' ,
2022-10-08 18:32:02 +08:00
upTime : ' UpTime ' ,
all : ' All ' ,
2023-06-13 23:04:12 +08:00
fetch : ' Fetch ' ,
lines : ' Lines ' ,
linesHelper : ' Please enter the correct number of logs to retrieve ! ' ,
2022-10-08 18:32:02 +08:00
lastDay : ' Last Day ' ,
last4Hour : ' Last 4 Hours ' ,
lastHour : ' Last Hour ' ,
last10Min : ' Last 10 Minutes ' ,
2023-05-23 15:43:51 +08:00
cleanLog : ' Clean log ' ,
2023-09-05 22:04:11 +08:00
downLogHelper1 : ' Are you sure you want to download all logs for container { 0 } ? ' ,
downLogHelper2 : ' Are you sure you want to download the recent { 1 } logs for container { 0 } ? ' ,
2023-08-21 17:00:12 +08:00
cleanLogHelper :
' Clearing logs requires restarting the container , and this operation cannot be rolled back . Do you want to continue ? ' ,
2022-12-01 19:23:51 +08:00
newName : ' New name ' ,
2023-04-25 22:06:17 +08:00
source : ' Resource rate ' ,
2023-09-21 17:34:22 +08:00
cpuUsage : ' CPU Usage ' ,
cpuTotal : ' CPU Total ' ,
core : ' Core ' ,
memUsage : ' Memory Usage ' ,
memTotal : ' Memory Limit ' ,
memCache : ' Memory Cache ' ,
2023-09-05 17:32:15 +08:00
ip : ' IP address ' ,
2023-06-14 23:26:13 +08:00
cpuShare : ' CPU Share ' ,
cpuShareHelper :
' The default CPU share for a container is 1024 , which can be increased to give the container more CPU time . ' ,
2022-10-09 16:17:15 +08:00
2023-10-12 21:58:32 +08:00
containerFromAppHelper :
' Detected that this container originates from the app store . App operations may cause current edits to be invalidated . ' ,
2023-02-23 11:39:47 +08:00
command : ' Command ' ,
2023-10-07 14:30:46 +08:00
console : ' Console Interaction ' ,
tty : ' TTY ( - t ) ' ,
openStdin : ' OpenStdin ( - i ) ' ,
2022-10-18 18:39:45 +08:00
custom : ' Custom ' ,
2023-02-15 17:10:15 +08:00
emptyUser : ' When empty , you will log in as default ' ,
2023-02-17 15:18:09 +08:00
containerTerminal : ' Terminal ' ,
2023-11-22 13:58:08 +08:00
privileged : ' Privileged ' ,
privilegedHelper :
' Allows the container to perform certain privileged operations on the host , which may increase container risks . Use with caution ! ' ,
2022-10-18 18:39:45 +08:00
2023-06-16 17:54:11 +08:00
upgradeHelper : ' This operation only supports upgrading container versions . ' ,
2023-10-11 14:00:30 +08:00
ignoreCompare : ' Force Upgrade ' ,
ignoreCompareHelper :
' Skip the comparison between old and new versions , upgrade directly . This operation may result in service unavailability . ' ,
2023-06-16 17:54:11 +08:00
upgradeWarning : ' The target version is lower than the original image version . Please try again ! ' ,
upgradeWarning2 :
' The upgrade operation requires rebuilding the container , and any non - persistent data will be lost . Do you want to continue ? ' ,
oldImage : ' Current image ' ,
targetImage : ' Target image ' ,
2023-07-04 19:24:11 +08:00
targetImageHelper : ' Please enter the target image version ' ,
2023-06-16 17:54:11 +08:00
appHelper :
2023-09-05 17:32:15 +08:00
' This container is sourced from the application store . Upgrading it may cause the service to be unavailable . ' ,
2023-06-16 17:54:11 +08:00
2023-09-22 15:58:23 +08:00
input : ' Input ' ,
2023-07-11 10:59:13 +08:00
forcePull : ' forced image pull ' ,
forcePullHelper : ' Ignore existing images on the server and pull again . ' ,
2023-04-26 15:18:13 +08:00
server : ' Host ' ,
2023-11-21 10:26:07 +08:00
serverExample : ' 80 , 80 - 88 , ip : 80 or ip : 80 - 88 ' ,
containerExample : ' 80 or 80 - 88 ' ,
2022-10-12 18:55:47 +08:00
exposePort : ' Expose port ' ,
exposeAll : ' Expose all ' ,
2023-09-07 16:24:10 +08:00
cmdHelper : "e.g. 'nginx' '-g' 'daemon off;' OR nginx -g daemon off;" ,
entrypointHelper : ' e . g . / bin / sh - c ' ,
2022-10-12 18:55:47 +08:00
autoRemove : ' Auto remove ' ,
cpuQuota : ' NacosCPU ' ,
memoryLimit : ' Memory ' ,
2023-06-15 20:44:13 +08:00
limitHelper : ' If you limit it to 0 , then the limitation is turned off , and the maximum available is { 0 } . ' ,
2022-10-12 18:55:47 +08:00
mount : ' Mount ' ,
2023-09-22 15:58:23 +08:00
volumeOption : ' Volume ' ,
hostOption : ' Host ' ,
2022-10-12 18:55:47 +08:00
serverPath : ' Server path ' ,
containerDir : ' Container path ' ,
2023-03-11 17:50:26 +08:00
volumeHelper : ' Ensure that the content of the storage volume is correct ' ,
2022-12-01 17:35:21 +08:00
modeRW : ' RW ' ,
modeR : 'R' ,
2022-10-12 18:55:47 +08:00
mode : ' Mode ' ,
env : ' Environment ' ,
restartPolicy : ' Restart policy ' ,
2023-06-15 11:00:11 +08:00
always : ' always ' ,
2022-10-12 18:55:47 +08:00
unlessStopped : ' unless - stopped ' ,
onFailure : ' on - failure ( five times by default ) ' ,
2023-06-15 11:00:11 +08:00
no : ' never ' ,
2022-10-12 18:55:47 +08:00
2023-06-29 22:38:12 +08:00
monitor : ' Monitor ' ,
refreshTime : ' Refresh time ' ,
cache : ' Cache ' ,
2022-10-10 15:14:49 +08:00
image : ' Image ' ,
imagePull : ' Image pull ' ,
imagePush : ' Image push ' ,
2023-02-09 18:15:20 +08:00
imageDelete : ' Image delete ' ,
imageDeleteTag : ' Image tag delete ' ,
2022-10-10 15:14:49 +08:00
repoName : ' Repo Name ' ,
imageName : ' Image name ' ,
pull : ' Pull ' ,
path : ' Path ' ,
2022-10-11 17:46:52 +08:00
importImage : ' Image import ' ,
2022-10-10 15:14:49 +08:00
build : ' Build ' ,
2022-10-12 18:55:47 +08:00
imageBuild : ' Image build ' ,
2023-02-15 17:10:15 +08:00
pathSelect : ' Path ' ,
2022-10-10 15:14:49 +08:00
label : ' Label ' ,
2023-05-10 16:16:15 +08:00
imageTag : ' Image Tag ' ,
2022-10-10 15:14:49 +08:00
push : ' Push ' ,
fileName : ' FileName ' ,
export : ' Export ' ,
2022-10-11 17:46:52 +08:00
exportImage : ' Image export ' ,
2022-10-10 15:14:49 +08:00
version : ' Version ' ,
size : ' Size ' ,
2022-10-10 16:47:05 +08:00
from : ' From ' ,
2022-10-12 18:55:47 +08:00
tag : ' Tag ' ,
2022-12-02 14:10:01 +08:00
tagHelper : ' one in a row , for example , \ nkey1 = value1 \ nkey2 = value2 ' ,
2022-10-12 18:55:47 +08:00
imageNameHelper : ' Image name and Tag , for example : nginx : latest ' ,
2022-10-10 15:14:49 +08:00
2022-10-11 17:46:52 +08:00
network : ' Network ' ,
createNetwork : ' Create network ' ,
networkName : ' Name ' ,
driver : ' Driver ' ,
option : ' Option ' ,
attachable : ' Attachable ' ,
subnet : ' Subnet ' ,
scope : ' IP Scope ' ,
gateway : ' Gateway ' ,
2023-11-21 22:14:07 +08:00
auxAddress : ' Exclude IP ' ,
2022-10-11 17:46:52 +08:00
volume : ' Volume ' ,
2023-06-13 14:28:12 +08:00
volumeDir : ' Volume dir ' ,
2023-04-26 17:26:12 +08:00
nfsEnable : ' Enable NFS storage ' ,
nfsAddress : ' Address ' ,
2022-10-11 17:46:52 +08:00
mountpoint : ' Mountpoint ' ,
2023-05-30 15:30:57 +08:00
mountpointNFSHelper : ' e . g . / nfs , / nfs - share ' ,
2023-04-26 17:26:12 +08:00
options : ' Options ' ,
2022-10-11 17:46:52 +08:00
createVolume : ' Create volume ' ,
2022-10-09 16:17:15 +08:00
repo : ' Repo ' ,
2023-02-13 16:34:02 +08:00
createRepo : ' Add repo ' ,
2022-12-20 13:23:01 +08:00
httpRepo : ' The http repository needs to restart the docker service to add credit ' ,
delInsecure : ' Deletion of credit ' ,
delInsecureHelper : ' docker service needs to be restarted to delete the credit . Do you want to delete it ? ' ,
2022-10-09 16:17:15 +08:00
downloadUrl : ' Download URL ' ,
2022-10-10 16:47:05 +08:00
imageRepo : ' Image repo ' ,
2022-10-09 16:17:15 +08:00
repoHelper : ' Does it include a mirror repository / organization / project ? ' ,
auth : ' Auth ' ,
2023-05-15 10:22:47 +08:00
mirrorHelper :
2023-05-23 19:00:06 +08:00
' If there are multiple mirrors , newlines must be displayed , for example : \ nhttp : //xxxxxx.m.daocloud.io \nhttps://xxxxxx.mirror.aliyuncs.com',
2023-05-15 10:22:47 +08:00
registrieHelper :
' If multiple private repositories exist , newlines must be displayed , for example : \ n172 .16 .10 .111 : 8081 \ n172 .16 .10 .112 : 8081 ' ,
2022-10-17 09:10:06 +08:00
compose : ' Compose ' ,
2023-04-26 17:00:20 +08:00
fromChangeHelper : ' Switching the source will clear the current edited content . Do you want to continue ? ' ,
2023-04-13 14:30:34 +08:00
composePathHelper : ' Config file save path : { 0 } ' ,
2023-04-27 12:44:18 +08:00
composeHelper :
' The composition created through 1 Panel editor or template will be saved in the { 0 } / docker / compose directory . ' ,
deleteFile : ' Delete file ' ,
2023-05-06 16:09:33 +08:00
deleteComposeHelper :
2023-10-07 15:52:47 +08:00
' Delete all files in the { 0 } directory , including persistent files in this directory . Please proceed with caution ! ' ,
2023-04-27 12:44:18 +08:00
deleteCompose : ' " Delete this composition . ' ,
2023-02-23 11:39:47 +08:00
apps : ' Apps ' ,
local : ' Local ' ,
2023-01-31 23:28:37 +08:00
createCompose : ' Create compose ' ,
2023-04-27 10:24:14 +08:00
template : ' Template ' ,
2022-10-17 09:10:06 +08:00
composeTemplate : ' Compose template ' ,
2023-01-31 23:28:37 +08:00
createComposeTemplate : ' Create compose template ' ,
2022-10-17 09:10:06 +08:00
description : ' Description ' ,
content : ' Content ' ,
2023-07-06 14:26:22 +08:00
contentEmpty : ' Compose content cannot be empty , please enter and try again ! ' ,
2022-10-17 16:04:39 +08:00
containerNumber : ' Container number ' ,
down : ' Down ' ,
up : ' Up ' ,
2022-12-06 17:24:01 +08:00
composeDetailHelper :
' The compose is created external to 1 Panel . The start and stop operations are not supported . ' ,
composeOperatorHelper : ' { 1 } operation will be performed on { 0 } . Do you want to continue ? ' ,
2022-12-07 17:28:14 +08:00
setting : ' Setting ' ,
2023-05-18 16:46:13 +08:00
operatorStatusHelper : ' This action will { 0 } Docker service , do you want to continue ? ' ,
2022-12-07 17:28:14 +08:00
dockerStatus : ' Docker Service ' ,
daemonJsonPathHelper : ' Ensure that the configuration path is the same as that specified in docker . service . ' ,
mirrors : ' Registry mirrors ' ,
mirrorsHelper :
2023-05-15 10:22:47 +08:00
' The acceleration URL is preferred to perform operations . If this parameter is set to empty , mirror acceleration is disabled . ' ,
mirrorsHelper2 : ' For details , see the official documents , ' ,
2022-12-07 17:28:14 +08:00
registries : ' Insecure registries ' ,
2023-11-21 22:14:07 +08:00
ipv6Helper :
' When enabling IPv6 , you need to add an IPv6 container network . Refer to the official documentation for specific configuration steps . ' ,
ipv6CidrHelper : ' IPv6 address pool range for containers ' ,
ipv6TablesHelper : ' Automatic configuration of Docker IPv6 for iptables rules ' ,
experimentalHelper :
' Enabling ip6tables requires this configuration to be turned on ; otherwise , ip6tables will be ignored ' ,
2023-05-18 18:38:19 +08:00
cutLog : ' Log option ' ,
2023-06-02 17:49:19 +08:00
cutLogHelper1 : ' The current configuration will only affect newly created containers . ' ,
cutLogHelper2 : ' Existing containers need to be recreated for the configuration to take effect . ' ,
cutLogHelper3 :
' Please note that recreating containers may result in data loss . If your containers contain important data , make sure to backup before performing the rebuilding operation . ' ,
2023-05-18 18:38:19 +08:00
maxSize : ' Max - Size ' ,
maxFile : ' Max - File ' ,
2023-04-10 17:04:23 +08:00
liveHelper :
' Allows the running container state to be preserved in case of unexpected shutdown or crash of the Docker daemon ' ,
liveWithSwarmHelper : ' live - restore daemon configuration is incompatible with swarm mode . ' ,
2023-05-08 14:57:39 +08:00
iptablesDisable : ' Close iptables ' ,
2023-05-29 11:24:28 +08:00
iptablesHelper1 : ' Automatic configuration of iptables rules for Docker . ' ,
2023-05-08 16:49:41 +08:00
iptablesHelper2 :
2023-05-29 11:24:28 +08:00
' Disabling iptables will result in the containers being unable to communicate with external networks . ' ,
2022-12-07 17:28:14 +08:00
daemonJsonPath : ' Conf Path ' ,
2022-12-07 18:15:56 +08:00
serviceUnavailable : ' Docker service is not started at present , please click ' ,
startIn : ' to start ' ,
2023-11-28 15:00:10 +08:00
sockPath : ' Socket Path ' ,
sockPathHelper : ' Communication channel between Docker Daemon and the client ' ,
2023-12-07 14:38:07 +08:00
sockPathHelper1 : ' Default Path : / var / run / docker - x . sock ' ,
sockPathHelper2 : ' CurrentPath : { 0 } ' ,
2023-11-28 15:00:10 +08:00
sockPathMsg :
' Saving the Socket Path setting may result in Docker service being unavailable . Do you want to continue ? ' ,
sockPathErr : ' Please select or enter the correct Docker sock file path ' ,
2022-10-08 18:32:02 +08:00
} ,
2022-09-28 18:11:36 +08:00
cronjob : {
2023-08-08 14:48:11 +08:00
create : ' Create Cronjob ' ,
edit : ' Edit Cronjob ' ,
2023-07-14 15:18:11 +08:00
cronTask : ' Cronjob ' ,
2022-12-14 19:34:42 +08:00
changeStatus : ' Change status ' ,
2023-06-12 18:42:11 +08:00
disableMsg :
' Stopping the scheduled task will result in the task no longer automatically executing . Do you want to continue ? ' ,
enableMsg :
' Enabling the scheduled task will allow the task to automatically execute on a regular basis . Do you want to continue ? ' ,
2023-07-14 15:18:11 +08:00
taskType : ' Cronjob type ' ,
2023-02-07 10:29:55 +08:00
record : ' Records ' ,
2023-02-24 12:26:23 +08:00
shell : ' Shell script ' ,
2023-10-20 11:32:45 +08:00
log : ' Backup logs ' ,
2023-11-03 18:23:41 +08:00
logHelper : ' Backup system log ' ,
2023-10-31 20:49:53 +08:00
ogHelper1 : ' 1.1 Panel System log ' ,
logHelper2 : ' 2. SSH login log of the server ' ,
logHelper3 : ' 3. All site logs ' ,
2023-06-28 14:30:11 +08:00
containerCheckBox : ' In container ( no need to enter the container command ) ' ,
containerName : ' Container name ' ,
2023-05-24 17:25:35 +08:00
ntp : ' Time synchronization ' ,
2023-08-23 22:44:14 +08:00
app : ' Backup app ' ,
2023-02-24 12:26:23 +08:00
website : ' Backup website ' ,
2023-06-05 18:31:26 +08:00
rulesHelper :
' When there are multiple compression exclusion rules , they need to be displayed with line breaks . For example : \ n * . log \ n * . sql ' ,
2023-05-30 15:30:57 +08:00
lastRecordTime : ' Last execution time ' ,
2023-02-07 10:29:55 +08:00
all : ' All ' ,
failedRecord : ' Failed records ' ,
successRecord : ' Successful records ' ,
2023-02-24 12:26:23 +08:00
database : ' Backup database ' ,
2022-09-28 18:11:36 +08:00
missBackupAccount : ' The backup account could not be found ' ,
syncDate : ' Synchronization time ' ,
releaseMemory : ' Free memory ' ,
2023-02-24 12:26:23 +08:00
curl : ' Access URL ' ,
2023-07-14 15:18:11 +08:00
taskName : ' Cronjob name ' ,
2022-09-28 18:11:36 +08:00
cronSpec : ' Lifecycle ' ,
2023-03-10 10:54:47 +08:00
cronSpecHelper : ' Enter the correct execution period ' ,
2023-04-07 12:02:10 +08:00
cleanHelper :
2023-04-09 22:22:13 +08:00
' This operation records all job execution records , backup files , and log files . Do you want to continue ? ' ,
2022-09-28 18:11:36 +08:00
directory : ' Backup directory ' ,
sourceDir : ' Backup directory ' ,
2023-08-24 22:26:16 +08:00
snapshot : ' System Snapshot ' ,
2023-04-07 10:18:10 +08:00
allOptionHelper :
2023-04-11 17:00:29 +08:00
' The current task plan is to back up all [ { 0 } ] . Direct download is not supported at the moment . You can check the backup list of [ { 0 } ] menu . ' ,
2022-09-28 18:11:36 +08:00
exclusionRules : ' Exclusive rule ' ,
2022-11-30 15:47:11 +08:00
saveLocal : ' Retain local backups ( the same as the number of cloud storage copies ) ' ,
2022-09-28 18:11:36 +08:00
url : ' URL Address ' ,
target : ' Target ' ,
2023-06-07 18:23:24 +08:00
targetHelper : ' Third - party backup accounts are maintained in panel settings . ' ,
2022-09-29 16:15:59 +08:00
retainCopies : ' Retain copies ' ,
2023-04-09 22:22:13 +08:00
retainCopiesHelper : ' Number of copies of execution records , log files , and backup files ' ,
2022-09-28 18:11:36 +08:00
cronSpecRule : ' Please enter a correct lifecycle ' ,
2023-02-24 12:26:23 +08:00
perMonth : ' Every monthly ' ,
perWeek : ' Every week ' ,
perHour : ' Every hour ' ,
2022-09-28 18:11:36 +08:00
perNDay : ' Every N days ' ,
2022-12-14 19:34:42 +08:00
perDay : ' Every days ' ,
2022-09-28 18:11:36 +08:00
perNHour : ' Every N hours ' ,
perNMinute : ' Every N minutes ' ,
2023-05-24 18:36:41 +08:00
perNSecond : ' Every N seconds ' ,
2022-09-28 18:11:36 +08:00
per : ' Every ' ,
handle : ' Handle ' ,
2023-08-09 18:12:12 +08:00
day : ' Day ' ,
2022-09-28 18:11:36 +08:00
monday : ' Monday ' ,
tuesday : ' Tuesday ' ,
wednesday : ' Wednesday ' ,
thursday : ' Thursday ' ,
friday : ' Friday ' ,
saturday : ' Saturday ' ,
sunday : ' Sunday ' ,
shellContent : ' Script content ' ,
errRecord : ' Incorrect logging ' ,
2023-07-14 15:18:11 +08:00
errHandle : ' Cronjob execution failure ' ,
2022-09-28 18:11:36 +08:00
noRecord : ' The execution did not generate any logs ' ,
2023-04-11 18:48:28 +08:00
cleanData : ' Clean data ' ,
2023-04-12 18:56:33 +08:00
cleanDataHelper : ' Delete the backup file generated during this task . ' ,
2023-02-24 12:26:23 +08:00
noLogs : ' No task output yet ... ' ,
errPath : ' Backup path [ { 0 } ] error , cannot download ! ' ,
2023-05-23 18:54:05 +08:00
cutWebsiteLog : ' cut website log ' ,
cutWebsiteLogHelper : ' The cut log files will be backed up to the backup directory of 1 Panel ' ,
2022-09-28 18:11:36 +08:00
} ,
2022-09-08 12:06:53 +08:00
monitor : {
2023-05-05 17:31:31 +08:00
monitor : ' Monitor ' ,
2023-06-27 22:10:00 +08:00
globalFilter : ' Global Filter ' ,
enableMonitor : ' Enable ' ,
storeDays : ' Expiration days ' ,
cleanMonitor : ' Clearing monitoring records ' ,
2023-06-29 22:38:12 +08:00
2022-09-08 12:06:53 +08:00
avgLoad : ' Average load ' ,
loadDetail : ' Load detail ' ,
resourceUsage : ' Resource utilization rate ' ,
2023-09-18 17:22:21 +08:00
networkCard : ' NetworkCard ' ,
2022-09-08 12:06:53 +08:00
read : ' Read ' ,
write : ' Write ' ,
readWriteCount : ' Read or write Times ' ,
readWriteTime : ' Read or write delay ' ,
today : ' Today ' ,
2023-05-30 15:30:57 +08:00
yesterday : ' Yesterday ' ,
2022-09-08 12:06:53 +08:00
lastNDay : ' Last { 0 } day ' ,
memory : ' Memory ' ,
2023-02-15 17:10:15 +08:00
cache : ' Cache ' ,
2022-09-08 12:06:53 +08:00
disk : ' Disk ' ,
network : ' Network ' ,
up : ' Up ' ,
down : ' Down ' ,
2023-05-25 18:02:17 +08:00
interval : ' Interval ( min ) ' ,
2022-09-08 12:06:53 +08:00
} ,
2022-08-19 18:12:12 +08:00
terminal : {
2022-09-01 10:25:38 +08:00
conn : ' connection ' ,
2022-12-30 17:36:19 +08:00
connLocalErr : ' Unable to automatically authenticate , please fill in the local server login information ! ' ,
2022-09-01 10:25:38 +08:00
testConn : ' Test connection ' ,
2022-09-01 16:52:58 +08:00
saveAndConn : ' Save and Connect ' ,
2022-09-01 10:25:38 +08:00
connTestOk : ' Connection information available ' ,
2023-01-03 14:37:17 +08:00
connTestFailed : ' Connection unavailable , please check connection information ! ' ,
2023-03-01 17:43:28 +08:00
host : ' Host ' ,
2023-03-07 11:30:01 +08:00
createConn : ' New connection ' ,
2023-03-01 17:43:28 +08:00
group : ' Group ' ,
2023-03-07 11:30:01 +08:00
noHost : ' No host ' ,
2023-03-01 17:43:28 +08:00
groupChange : ' Change group ' ,
2022-09-01 10:25:38 +08:00
expand : ' Expand all ' ,
fold : ' All contract ' ,
2022-09-01 16:52:58 +08:00
batchInput : ' Batch input ' ,
2023-02-15 17:10:15 +08:00
quickCommand : ' Quick command ' ,
2023-07-18 15:34:00 +08:00
quickCommandHelper : ' Frequently used command list for quick selection at the bottom of the terminal interface ' ,
2022-09-01 10:25:38 +08:00
groupDeleteHelper :
2023-10-26 18:20:16 +08:00
' After the group is removed , all connections in the group will be migrated to the default group . Do you want to continue ? ' ,
2023-02-15 17:10:15 +08:00
command : ' Command ' ,
2022-09-02 10:57:32 +08:00
quickCmd : ' Quick command ' ,
2022-08-19 18:12:12 +08:00
addHost : ' Add Host ' ,
2022-08-23 15:21:08 +08:00
localhost : ' Localhost ' ,
2023-01-03 14:37:17 +08:00
ip : ' Address ' ,
2022-08-19 18:12:12 +08:00
authMode : ' Auth Mode ' ,
2023-04-10 21:50:24 +08:00
passwordMode : ' Password ' ,
rememberPassword : ' Remember password ' ,
2022-08-19 18:12:12 +08:00
keyMode : ' PrivateKey ' ,
2023-04-10 21:50:24 +08:00
key : ' Private key ' ,
keyPassword : ' Private key password ' ,
2022-08-23 15:21:08 +08:00
emptyTerminal : ' No terminal is currently connected ' ,
2022-08-19 18:12:12 +08:00
} ,
2023-11-16 14:40:08 +08:00
toolbox : {
2023-11-27 12:02:08 +08:00
swap : {
swap : ' Swap Partition ' ,
swapHelper1 :
' The size of the swap should be 1 to 2 times the physical memory , adjustable based on specific requirements ; ' ,
swapHelper2 :
' Before creating a swap file , ensure that the system disk has sufficient available space , as the swap file size will occupy the corresponding disk space ; ' ,
swapHelper3 :
' Swap can help alleviate memory pressure , but it is only an alternative . Excessive reliance on swap may lead to a decrease in system performance . It is recommended to prioritize increasing memory or optimizing application memory usage ; ' ,
swapHelper4 : ' It is advisable to regularly monitor the usage of swap to ensure normal system operation . ' ,
swapDeleteHelper :
' This operation will remove the Swap partition { 0 } . For system security reasons , the corresponding file will not be automatically deleted . If deletion is required , please proceed manually ! ' ,
saveHelper : ' Please save the current settings first ! ' ,
saveSwap :
' Saving the current configuration will adjust the Swap partition { 0 } size to { 1 } . Do you want to continue ? ' ,
2023-12-04 22:16:10 +08:00
swapMin : ' The minimum partition size is 40 KB . Please modify and try again ! ' ,
swapMax : ' The maximum value for partition size is { 0 } . Please modify and try again ! ' ,
2023-11-27 12:02:08 +08:00
swapOff : ' The minimum partition size is 40 KB . Setting it to 0 will disable the Swap partition . ' ,
} ,
2023-11-20 15:28:09 +08:00
device : {
dnsHelper : ' Server Address Domain Resolution ' ,
2023-12-07 14:38:07 +08:00
dnsHelper1 :
' When there are multiple DNS entries , they should be displayed on new lines . e . g . \ n114 .114 .114 .114 \ n8 .8 .8 .8 ' ,
2023-11-20 15:28:09 +08:00
hostsHelper : ' Hostname Resolution ' ,
hosts : ' Domain ' ,
toolbox : ' Toolbox ' ,
hostname : ' Hostname ' ,
2023-11-27 12:02:08 +08:00
passwd : ' System Password ' ,
2023-11-20 15:28:09 +08:00
passwdHelper : ' Input characters cannot include $ and & ' ,
timeZone : ' System Time Zone ' ,
localTime : ' Server Time ' ,
timeZoneChangeHelper : ' Modifying the system time zone requires restarting the service . Continue ? ' ,
timeZoneHelper :
' Time zone modification depends on the timedatectl command . If not installed , the modification may fail . ' ,
timeZoneCN : ' Beijing ' ,
timeZoneAM : ' Los Angeles ' ,
timeZoneNY : ' New York ' ,
ntpALi : ' Alibaba ' ,
ntpGoogle : ' Google ' ,
syncSite : ' NTP Server ' ,
hostnameHelper :
' Hostname modification depends on the hostnamectl command . If not installed , the modification may fail . ' ,
userHelper :
' The username depends on the whoami command for retrieval . If not installed , retrieval may fail . ' ,
passwordHelper :
' Password modification depends on the chpasswd command . If not installed , the modification may fail . ' ,
hostHelper :
' There is an empty value in the provided content . Please check and try again after modification ! ' ,
dnsCheck : ' Test Availability ' ,
dnsOK : ' DNS configuration information is available ! ' ,
dnsTestFailed : ' DNS configuration information is not available . Please modify and try again ! ' ,
} ,
2023-11-16 14:40:08 +08:00
fail2ban : {
2023-12-08 15:40:07 +08:00
sshPort : ' Listen to SSH Port ' ,
sshPortHelper : ' Current Fail2ban listens to the SSH connection port of the host ' ,
2023-11-27 14:04:08 +08:00
noFail2ban : ' Fail2ban service not detected , please refer to the official documentation for installation ' ,
unActive : ' The Fail2ban service is not enabled at present , please enable it first ! ' ,
operation : ' Perform [ { 0 } ] operation on Fail2ban service , continue ? ' ,
fail2banChange : ' Fail2ban Configuration Modification ' ,
2023-11-16 14:40:08 +08:00
ignoreHelper : ' The IP list in the whitelist will be ignored for blocking , continue ? ' ,
bannedHelper : ' The IP list in the blacklist will be blocked by the server , continue ? ' ,
maxRetry : ' Maximum Retry Attempts ' ,
banTime : ' Ban Time ' ,
banTimeHelper : ' Default ban time is 10 minutes , - 1 indicates permanent ban ' ,
2023-12-08 15:40:07 +08:00
banTimeRule : ' Please enter a valid ban time or - 1 ' ,
banAllTime : ' Permanent Ban ' ,
2023-11-16 14:40:08 +08:00
findTime : ' Discovery Period ' ,
banAction : ' Ban Action ' ,
banActionOption : ' Ban specified IP addresses using { 0 } ' ,
allPorts : ' ( All Ports ) ' ,
ignoreIP : ' IP Whitelist ' ,
bannedIP : ' IP Blacklist ' ,
2023-12-07 14:40:07 +08:00
logPath : ' Log Path ' ,
logPathHelper : ' Default is / var / log / secure or / var / log / auth . log ' ,
2023-11-16 14:40:08 +08:00
} ,
} ,
2023-02-15 17:10:15 +08:00
logs : {
2023-05-22 21:29:43 +08:00
panelLog : ' Panel logs ' ,
2022-11-15 17:20:57 +08:00
operation : ' Operation logs ' ,
login : ' Login logs ' ,
loginIP : ' Login IP ' ,
loginAddress : ' Login address ' ,
loginAgent : ' Login agent ' ,
loginStatus : ' Login status ' ,
2023-06-29 22:38:12 +08:00
system : ' System logs ' ,
2022-12-13 18:54:28 +08:00
deleteLogs : ' Clearing Logs ' ,
resource : ' Resource ' ,
operate : ' Operate ' ,
2022-08-16 23:30:23 +08:00
detail : {
2023-11-07 23:41:28 +08:00
groups : ' Group ' ,
2022-08-18 18:51:27 +08:00
hosts : ' Host ' ,
2022-12-26 14:47:08 +08:00
apps : ' App ' ,
2023-02-07 18:48:32 +08:00
websites : ' Website ' ,
2022-12-02 10:23:35 +08:00
containers : ' Container ' ,
2023-01-06 18:53:25 +08:00
files : ' File Manage ' ,
2023-10-07 16:58:46 +08:00
runtimes : ' Runtime ' ,
process : ' Process ' ,
2023-11-16 14:40:08 +08:00
toolbox : ' Toolbox ' ,
2023-01-05 11:57:03 +08:00
logs : ' Panel Logs ' ,
2022-09-16 18:53:45 +08:00
settings : ' Panel Setting ' ,
2022-09-29 11:13:05 +08:00
cronjobs : ' Cronjob ' ,
2022-11-15 17:20:57 +08:00
databases : ' Database ' ,
2022-08-16 23:30:23 +08:00
} ,
2023-05-23 15:47:43 +08:00
websiteLog : ' Website Log ' ,
runLog : ' Run Log ' ,
errLog : ' Err Log ' ,
2022-08-16 23:30:23 +08:00
} ,
2022-08-30 17:59:59 +08:00
file : {
2023-02-15 17:10:15 +08:00
dir : ' Folder ' ,
2022-08-30 17:59:59 +08:00
upload : ' Upload ' ,
2023-02-15 17:10:15 +08:00
download : ' Download ' ,
2023-05-30 15:30:57 +08:00
fileName : ' File name ' ,
2023-01-04 14:33:34 +08:00
search : ' Find ' ,
2023-02-15 17:10:15 +08:00
mode : ' Permission ' ,
owner : ' Owner ' ,
file : ' File ' ,
remoteFile : ' Remote download ' ,
2022-08-30 17:59:59 +08:00
share : ' Share ' ,
2023-02-16 10:57:33 +08:00
sync : ' Data Synchronization ' ,
2023-02-15 17:10:15 +08:00
size : ' Size ' ,
2023-02-16 10:57:33 +08:00
updateTime : ' Modification Time ' ,
2023-01-04 14:33:34 +08:00
open : ' Open ' ,
rename : ' Rename ' ,
2023-02-15 17:10:15 +08:00
role : ' Permission ' ,
info : ' Attribute ' ,
2023-02-16 10:57:33 +08:00
linkFile : ' Soft link ' ,
2023-02-15 17:10:15 +08:00
terminal : ' Terminal ' ,
2023-01-04 14:33:34 +08:00
shareList : ' Share list ' ,
2023-02-15 17:10:15 +08:00
zip : ' Compressed ' ,
group : ' User group ' ,
path : ' Path ' ,
public : ' Public ' ,
2022-08-30 17:59:59 +08:00
setRole : ' Set permissions ' ,
2023-02-16 10:57:33 +08:00
link : ' Whether to link ' ,
2023-01-04 14:33:34 +08:00
rRole : ' Read ' ,
2022-08-30 17:59:59 +08:00
wRole : ' Write ' ,
2023-02-15 17:10:15 +08:00
xRole : ' Executable ' ,
name : ' Name ' ,
2023-02-16 10:57:33 +08:00
compress : ' Compress ' ,
deCompress : ' Decompress ' ,
compressType : ' Compress format ' ,
compressDst : ' Compress path ' ,
2023-01-04 14:33:34 +08:00
replace : ' Overwrite existing files ' ,
compressSuccess : ' Compressed successfully ' ,
2023-02-16 10:57:33 +08:00
deCompressSuccess : ' Decompress succeeded ' ,
deCompressDst : ' Decompress path ' ,
2023-01-04 14:33:34 +08:00
linkType : ' Link Type ' ,
2023-02-15 17:10:15 +08:00
softLink : ' Soft link ' ,
hardLink : ' Hard link ' ,
2023-01-04 14:33:34 +08:00
linkPath : ' Link Path ' ,
2022-09-05 16:25:26 +08:00
selectFile : ' Select file ' ,
2023-01-04 14:33:34 +08:00
downloadSuccess : ' Download succeeded ' ,
downloadUrl : ' Download URL ' ,
downloadStart : ' Download start ! ' ,
2023-03-10 16:27:39 +08:00
moveSuccess : ' Move success ' ,
copySuccess : ' Copy success ' ,
2022-09-08 12:06:53 +08:00
move : ' Move ' ,
2023-01-04 14:33:34 +08:00
copy : ' Copy ' ,
2023-02-15 17:10:15 +08:00
calculate : ' Calculate ' ,
2023-01-04 14:33:34 +08:00
canNotDeCompress : ' Cannot decompress this file ' ,
uploadSuccess : ' Upload successful ! ' ,
downloadProcess : ' Download progress ' ,
2022-09-15 10:44:43 +08:00
downloading : ' Downloading ... ' ,
2023-01-04 14:33:34 +08:00
infoDetail : ' File Properties ' ,
2023-02-15 17:10:15 +08:00
list : ' File List ' ,
2023-11-08 16:55:29 +08:00
sub : ' Subdirectory ' ,
2023-03-12 11:09:20 +08:00
downlodSuccess : ' Download Success ' ,
2023-03-13 17:00:28 +08:00
theme : ' Theme ' ,
language : ' Language ' ,
2023-03-31 11:16:15 +08:00
eol : ' End Of Line ' ,
2023-04-24 18:21:44 +08:00
copyDir : ' Copy Dir ' ,
2023-04-26 17:58:12 +08:00
paste : ' Paste ' ,
cancel : ' Cancel ' ,
2023-04-26 22:18:16 +08:00
changeOwner : ' Modify user and user group ' ,
containSub : ' Modify sub - file attributes at the same time ' ,
ownerHelper :
' The default user of the PHP operating environment : the user group is 1000 : 1000 , it is normal that the users inside and outside the container show inconsistencies ' ,
2023-05-05 16:35:30 +07:00
searchHelper : ' Support wildcards such as * ' ,
2023-05-27 23:15:30 +08:00
uploadFailed : ' [ { 0 } ] File Upload file ' ,
fileUploadStart : ' Uploading [ { 0 } ] ... . ' ,
2023-07-05 09:54:12 +08:00
currentSelect : ' Current Select : ' ,
2023-08-04 17:44:04 +08:00
unsupportType : ' Unsupported file type ' ,
2023-10-18 04:02:24 -05:00
deleteHelper :
' Are you sure you want to delete the following files ? By default , it will enter the recycle bin after deletion ' ,
2023-10-31 20:45:57 +08:00
fileHeper : ' Note : 1. Search results do not support sorting . 2. Folders cannot be sorted by size . ' ,
2023-10-18 04:02:24 -05:00
forceDeleteHelper : ' Permanently delete the file ( without entering the recycle bin , delete it directly ) ' ,
recycleBin : ' Recycle bin ' ,
sourcePath : ' Original path ' ,
deleteTime : ' Delete time ' ,
reduce : ' Reduction ' ,
reduceHelper :
2023-10-31 20:45:57 +08:00
' If a file or directory with the same name exists in the original path , it will be overwritten . Do you want to continue ? ' ,
2023-10-18 04:02:24 -05:00
clearRecycleBin : ' Clear the recycle bin ' ,
2023-10-20 04:56:46 -05:00
clearRecycleBinHelper : ' Do you want to clear the recycle bin ? ' ,
favorite : ' favorites ' ,
removeFavorite : ' Remove from favorites ? ' ,
addFavorite : ' Add to favorites ' ,
2023-10-24 22:27:32 +08:00
clearList : ' Clear list ' ,
2023-10-31 20:45:57 +08:00
deleteRecycleHelper : ' Are you sure you want to permanently delete the following files ? ' ,
2023-11-05 21:37:40 +08:00
typeErrOrEmpty : ' [ { 0 } ] file type is wrong or empty folder ' ,
2023-12-01 18:02:11 +08:00
dropHelper : ' Drag the files you want to upload here ' ,
2023-12-04 14:56:09 +08:00
fileRecycleBin : ' File Recycle Bin ' ,
fileRecycleBinMsg : ' { 0 } recycle bin ' ,
2023-12-04 22:14:10 +08:00
wordWrap : ' Automatically wrap ' ,
2023-12-05 16:00:10 +08:00
deleteHelper2 :
' Are you sure you want to delete the selected file ? The deletion operation cannot be rolled back ' ,
2022-08-30 17:59:59 +08:00
} ,
2023-05-17 14:45:48 +08:00
ssh : {
2023-10-17 17:52:34 +08:00
autoStart : ' Auto Start ' ,
enable : ' Enable Autostart ' ,
disable : ' Disable Autostart ' ,
2023-06-06 11:31:26 +08:00
sshAlert :
' The list data is sorted based on login time , but please note that changing time zones or other operations may cause deviations in the time of login logs . ' ,
2023-11-21 10:26:07 +08:00
sshAlert2 :
' You can use Fail2ban in the toolbox to block IP addresses attempting brute force attacks , thus enhancing the security of the host . ' ,
2023-05-17 18:45:48 +08:00
sshOperate : ' Operation [ { 0 } ] on the SSH service is performed . Do you want to continue ? ' ,
2023-05-17 14:45:48 +08:00
sshChange : ' SSH Setting ' ,
2023-05-17 18:45:48 +08:00
sshChangeHelper : ' This action changed { 0 } to [ { 1 } ] . Do you want to continue ? ' ,
2023-05-17 14:45:48 +08:00
sshFileChangeHelper :
' Modifying the configuration file may cause service availability . Exercise caution when performing this operation . Do you want to continue ? ' ,
portHelper : ' Specifies the port number monitored by the SSH service . The default port number is 22. ' ,
listenAddress : ' Listening address ' ,
addressHelper :
' Specify the IP address monitored by the SSH service . The default value is 0.0 .0 .0 . That is , all network interfaces are monitored . ' ,
permitRootLogin : ' root user ' ,
rootSettingHelper : ' The default login mode is SSH for user root . ' ,
rootHelper1 : ' Allow SSH login ' ,
rootHelper2 : ' Disable SSH login ' ,
rootHelper3 : ' Only key login is allowed ' ,
rootHelper4 : ' Only predefined commands can be executed . No other operations can be performed . ' ,
passwordAuthentication : ' Password auth ' ,
pwdAuthHelper : ' Whether to enable password authentication . This parameter is enabled by default . ' ,
pubkeyAuthentication : ' Key auth ' ,
key : ' Key ' ,
2023-07-10 18:39:07 +08:00
password : ' Password ' ,
2023-05-17 14:45:48 +08:00
pubkey : ' Key info ' ,
encryptionMode : ' Encryption mode ' ,
2023-05-17 18:45:48 +08:00
passwordHelper : ' Can contain 6 to 10 digits and English cases ' ,
2023-05-17 14:45:48 +08:00
generate : ' Generate key ' ,
reGenerate : ' Regenerate key ' ,
keyAuthHelper : ' Whether to enable key authentication . This parameter is enabled by default . ' ,
useDNS : ' useDNS ' ,
dnsHelper :
' Controls whether the DNS resolution function is enabled on the SSH server to verify the identity of the connection . ' ,
2023-09-20 14:18:20 +08:00
analysis : ' Statistical information ' ,
denyHelper :
"Performing a 'deny' operation on the following addresses. After setting, the IP will be prohibited from accessing the server. Do you want to continue?" ,
acceptHelper :
"Performing an 'accept' operation on the following addresses. After setting, the IP will regain normal access. Do you want to continue?" ,
noAddrWarning : ' No [ { 0 } ] addresses are currently selected . Please check and try again ! ' ,
successful : ' Success ' ,
failed : ' Failed ' ,
2023-05-17 14:45:48 +08:00
loginLogs : ' SSH login log ' ,
loginMode : ' Login mode ' ,
authenticating : ' Key ' ,
publickey : ' Key ' ,
belong : ' Belong ' ,
local : ' Local ' ,
2023-06-30 17:14:13 +08:00
config : ' Configuration ' ,
session : ' Session ' ,
loginTime : ' Login Time ' ,
loginIP : ' Login IP ' ,
disconnect : ' Disconnect ' ,
stopSSHWarn : ' Whether to disconnect this SSH connection ' ,
2023-05-17 14:45:48 +08:00
} ,
2022-09-13 18:45:03 +08:00
setting : {
2022-09-19 19:42:06 +08:00
all : ' All ' ,
2022-09-13 18:45:03 +08:00
panel : ' Panel ' ,
2023-12-05 10:46:10 +08:00
user : ' Panel User ' ,
userChange : ' Change Panel User ' ,
userChangeHelper : ' Changing the panel user will log you out . Continue ? ' ,
passwd : ' Panel Password ' ,
2022-09-13 18:45:03 +08:00
emailHelper : ' For password retrieval ' ,
2023-09-01 15:54:12 +08:00
title : ' Panel Alias ' ,
panelPort : ' Panel Port ' ,
2023-01-29 16:38:34 +08:00
portHelper :
' The recommended port range is 8888 to 65535. Note : If the server has a security group , permit the new port from the security group in advance ' ,
portChange : ' Port change ' ,
portChangeHelper : ' Modify the service port and restart the service . Do you want to continue ? ' ,
2022-09-13 18:45:03 +08:00
theme : ' Theme ' ,
dark : ' Dark ' ,
light : ' Light ' ,
2023-11-29 22:06:08 +08:00
auto : ' Follow System ' ,
2022-09-13 18:45:03 +08:00
language : ' Language ' ,
languageHelper :
' By default , it follows the browser language . This parameter takes effect only on the current browser ' ,
sessionTimeout : ' Timeout ' ,
2022-12-01 19:23:51 +08:00
sessionTimeoutError : ' The minimum timeout is 300 seconds ' ,
2022-09-13 18:45:03 +08:00
sessionTimeoutHelper :
' If you do not operate the panel for more than { 0 } seconds , the panel automatically logs out ' ,
2023-07-28 18:23:01 +08:00
systemIP : ' System Address ' ,
systemIPWarning : ' The server address is not currently set . Please set it in the control panel first ! ' ,
2023-12-07 14:36:07 +08:00
systemIPWarning1 : ' The current server address is set to { 0 } , and quick redirection is not possible ! ' ,
2023-09-18 17:22:21 +08:00
defaultNetwork : ' Network Card ' ,
2023-09-01 15:54:12 +08:00
syncTime : ' Server Time ' ,
2023-05-22 17:45:39 +08:00
timeZone : ' Time Zone ' ,
2023-05-24 15:43:21 +08:00
timeZoneChangeHelper : ' Changing the time zone requires restarting the service . Do you want to continue ? ' ,
timeZoneHelper :
' Timezone modification depends on the system timedatectl service . take effect after restart the 1 Panel service . ' ,
2023-05-22 17:45:39 +08:00
timeZoneCN : ' Bei Jing ' ,
timeZoneAM : ' Los Angeles ' ,
timeZoneNY : ' New York ' ,
2023-05-24 15:43:21 +08:00
ntpALi : ' Alibaba ' ,
ntpGoogle : ' Google ' ,
2023-05-22 17:45:39 +08:00
syncSite : ' Ntp Server ' ,
2023-05-24 15:43:21 +08:00
syncSiteHelper :
' This operation will use { 0 } as the source for system time synchronization . Do you want to continue ? ' ,
2022-09-13 18:45:03 +08:00
changePassword : ' Password change ' ,
oldPassword : ' Original password ' ,
newPassword : ' New password ' ,
retryPassword : ' Confirm password ' ,
2023-10-19 21:54:44 +08:00
noSpace : ' Input information cannot include space characters ' ,
2022-12-01 19:23:51 +08:00
duplicatePassword : ' The new password cannot be the same as the original password , please re - enter ! ' ,
2023-09-28 17:16:19 +08:00
diskClean : ' Cache Clean ' ,
2022-09-16 18:53:45 +08:00
2023-01-31 15:22:05 +08:00
thirdParty : ' Third - party account ' ,
2023-04-06 14:42:16 +08:00
createBackupAccount : ' Add { 0 } ' ,
2022-09-29 16:15:59 +08:00
noTypeForCreate : ' No backup type is currently created ' ,
2023-02-17 15:13:55 +08:00
LOCAL : ' Server disks ' ,
2022-12-02 16:38:36 +08:00
currentPath : ' Current path ' ,
2022-09-19 19:42:06 +08:00
OSS : ' Ali OSS ' ,
S3 : ' Amazon S3 ' ,
2023-02-17 15:13:55 +08:00
MINIO : ' MINIO ' ,
SFTP : ' SFTP ' ,
2023-11-30 21:50:08 +08:00
WebDAV : ' WebDAV ' ,
2023-06-23 23:06:13 +08:00
OneDrive : ' Microsoft OneDrive ' ,
backupDir : ' Backup dir ' ,
2023-10-21 22:46:48 +08:00
codeWarning : ' The current authorization code format is incorrect , please confirm again ! ' ,
2023-12-11 13:50:07 +08:00
isCN : ' Domestic version ( not supported at the moment ) ' ,
2023-06-23 23:06:13 +08:00
code : ' Auth code ' ,
2023-07-03 15:14:15 +08:00
codeHelper :
' Please click on the "Acquire" button , then login to OneDrive and copy the content after "code" in the redirected link . Paste it into this input box . For specific instructions , please refer to the official documentation . ' ,
2023-06-23 23:06:13 +08:00
loadCode : ' Acquire ' ,
2023-04-06 14:42:16 +08:00
COS : ' Tencent COS ' ,
KODO : ' Qiniu Kodo ' ,
2023-06-27 18:57:59 +08:00
scType : ' Storage type ' ,
typeStandard : ' Standard ' ,
typeStandard_IA : ' Standard_IA ' ,
typeArchive : ' Archive ' ,
typeDeep_Archive : ' Deep_Archive ' ,
scStandard :
' Standard Storage is suitable for business scenarios with a large number of hot files that require real - time access , frequent data interaction , and so on . ' ,
scStandard_IA :
' Low - frequency storage is suitable for business scenarios with relatively low access frequency , and stores data for at least 30 days . ' ,
scArchive : ' Archival storage is suitable for business scenarios with extremely low access frequency . ' ,
scDeep_Archive : ' Durable cold storage is suitable for business scenarios with extremely low access frequency . ' ,
archiveHelper :
' Archival storage files cannot be downloaded directly and must first be restored through the corresponding cloud service provider ` s website . Please use with caution ! ' ,
2023-04-11 23:50:33 +08:00
domainHelper : ' The accelerated domain name must contain http : // or https://',
2023-04-06 10:20:16 +08:00
backupAlert :
2023-04-06 14:42:16 +08:00
"In theory, as long as the cloud provider is compatible with the S3 protocol, existing Amazon S3 cloud storage can be used for backup. For specific configurations, please refer to the <a target=“_blank” href='https://1panel.cn/docs/user_manual/settings/#3'>official documentation.</a> " ,
2023-04-05 21:58:28 +08:00
domain : ' Accelerate domain ' ,
2022-09-16 18:53:45 +08:00
backupAccount : ' Backup account ' ,
loadBucket : ' Get bucket ' ,
accountName : ' Account name ' ,
accountKey : ' Account key ' ,
address : ' Address ' ,
path : ' Path ' ,
2023-02-17 15:13:55 +08:00
safe : ' Security ' ,
2023-10-27 11:54:11 +08:00
bindInfo : ' Bind Info ' ,
2023-10-25 10:41:26 +08:00
bindAll : ' Listen All ' ,
bindInfoHelper :
' Changing the service listening address or protocol may result in service unavailability . Do you want to continue ? ' ,
ipv6 : ' Listen IPv6 ' ,
bindAddress : ' Listen Address ' ,
2023-04-27 22:44:16 +08:00
entrance : ' Entrance ' ,
2023-09-11 18:32:11 +08:00
showEntrance : ' Enable Home Page Notification Not Enabled ' ,
2023-04-17 13:57:41 +08:00
entranceHelper : ' Enabling secure entry will only allow logging in to the panel through specified secure entry . ' ,
entranceError :
' Please enter a secure login entry point of 6 - 10 characters , only numbers or letters are supported . ' ,
2023-04-27 22:44:16 +08:00
entranceInputHelper : ' When the security entry is set to blank , the security entry is cancelled . ' ,
2023-07-05 15:08:18 +08:00
randomGenerate : ' Random ' ,
2022-09-29 16:15:59 +08:00
expirationTime : ' Expiration Time ' ,
2023-07-14 15:18:11 +08:00
unSetting : ' Unset ' ,
2022-11-25 18:59:49 +08:00
noneSetting :
' Set the expiration time for the panel password . After the expiration , you need to reset the password ' ,
2022-12-01 17:35:21 +08:00
expirationHelper : ' If the password expiration time is [ 0 ] days , the password expiration function is disabled ' ,
2022-11-16 18:27:22 +08:00
days : ' Expiration Days ' ,
2022-09-29 16:15:59 +08:00
expiredHelper : ' The current password has expired . Please change the password again . ' ,
2022-09-14 23:27:17 +08:00
timeoutHelper :
' [ { 0 } days ] The panel password is about to expire . After the expiration , you need to reset the password ' ,
2023-09-01 15:54:12 +08:00
complexity : ' Complexity Verification ' ,
2022-09-14 23:27:17 +08:00
complexityHelper :
2023-12-07 19:02:07 +08:00
' After enabling , the password must have a length of 8 - 30 characters , including letters , numbers , and at least two special characters . ' ,
2023-09-01 15:54:12 +08:00
bindDomain : ' Bind Domain ' ,
2023-06-05 13:47:21 +08:00
unBindDomain : ' Unbind domain ' ,
2023-11-01 22:25:08 +08:00
panelSSL : ' Panel SSL ' ,
2023-12-06 18:40:39 +08:00
panelSSLHelper :
' After the automatic renewal of the panel SSL , you need to manually restart the 1 Panel service for the changes to take effect . ' ,
2023-06-05 13:47:21 +08:00
unBindDomainHelper :
' The action of unbinding a domain name may cause system insecurity . Do you want to continue ? ' ,
2023-05-19 21:47:46 +08:00
bindDomainHelper :
' After the domain binding , only the domain in the setting can be used to access 1 Panel service ' ,
bindDomainHelper1 : ' If the binding domain is empty , the binding of the domain is cancelled ' ,
2023-06-05 13:47:21 +08:00
bindDomainWarning :
' After domain binding , you will be logged out and can only access 1 Panel service through the domain name specified in the settings . Do you want to continue ? ' ,
2023-05-19 21:47:46 +08:00
allowIPs : ' Authorized IP ' ,
2023-06-05 13:47:21 +08:00
unAllowIPs : ' Unauthorized IP ' ,
unAllowIPsWarning :
' Authorizing an empty IP will allow all IPs to access the system , which may cause system insecurity . Do you want to continue ? ' ,
2023-05-19 21:47:46 +08:00
allowIPsHelper :
' After setting the authorized IP address , only the IP address in the setting can access the 1 Panel service ' ,
2023-06-05 13:47:21 +08:00
allowIPsWarning :
2023-05-30 15:46:58 +08:00
' After setting the authorized IP address , only the IP address in the setting can access the 1 Panel service . Do you want to continue ? ' ,
2023-05-19 21:47:46 +08:00
allowIPsHelper1 : ' If the authorized IP address is empty , the authorized IP address is canceled ' ,
2023-05-30 15:46:58 +08:00
allowIPEgs :
2023-09-20 12:02:20 +08:00
' If multiple ip authorizations exist , newlines need to be displayed . For example , \ n172 .16 .10 .111 \ n172 .16 .10 .0 / 24 ' ,
2022-09-14 23:27:17 +08:00
mfa : ' MFA ' ,
2023-06-29 22:38:12 +08:00
secret : ' Secret ' ,
2023-06-25 17:52:13 +08:00
mfaInterval : ' Refresh interval ( s ) ' ,
2023-09-28 15:46:18 +08:00
mfaTitleHelper :
' Used to differentiate between different 1 Panel hosts . After modification , please rescan or manually add the key information ! ' ,
2023-06-25 17:52:13 +08:00
mfaIntervalHelper : ' Please rescan or manually add key information after modifying the refresh time . ' ,
2023-05-06 14:27:33 +08:00
mfaAlert :
' MFA password is generated based on the current time . Please ensure that the server time is synchronized . ' ,
2023-01-28 16:51:58 +08:00
mfaHelper : ' After this function is enabled , the mobile application verification code will be verified ' ,
2023-04-26 17:26:12 +08:00
mfaHelper1 : ' Download a MFA verification mobile app e . g . : ' ,
2022-09-14 23:27:17 +08:00
mfaHelper2 : ' Scan the following QR code using the mobile app to obtain the 6 - digit verification code ' ,
mfaHelper3 : ' Enter six digits from the app ' ,
2023-04-28 11:42:16 +08:00
mfaCode : ' Code ' ,
2023-05-06 16:51:34 +08:00
sslChangeHelper : ' Modify the https setting and restart the service . Do you want to continue ? ' ,
2023-04-28 11:42:16 +08:00
sslDisable : ' Disable ' ,
sslDisableHelper :
' If the https service is disabled , you need to restart the panel for it to take effect . Do you want to continue ? ' ,
2022-09-16 18:53:45 +08:00
2023-04-25 14:34:16 +08:00
https : ' Setting up HTTPS protocol access for the panel can enhance the security of panel access . ' ,
2023-04-28 14:48:19 +08:00
certType : ' Certificate type ' ,
2023-04-25 14:34:16 +08:00
selfSigned : ' Self signed ' ,
selfSignedHelper :
' It is normal for self - signed certificates to be not trusted by browsers and display a security warning as the certificate is not issued by a trusted third party . ' ,
select : ' Select ' ,
2023-04-28 14:48:19 +08:00
domainOrIP : ' Domain or IP : ' ,
2023-04-25 14:34:16 +08:00
timeOut : ' Timeout ' ,
rootCrtDownload : ' Root certificate download ' ,
primaryKey : ' Primary key ' ,
certificate : ' Certificate ' ,
2023-01-06 18:53:25 +08:00
snapshot : ' Snapshot ' ,
2023-08-23 17:16:18 +08:00
status : ' Snapshot status ' ,
2023-08-24 22:26:16 +08:00
panelInfo : ' Write 1 Panel basic information ' ,
panelBin : ' Backup 1 Panel system files ' ,
daemonJson : ' Backup Docker configuration file ' ,
appData : ' Backup installed apps from 1 Panel ' ,
2023-08-23 17:16:18 +08:00
panelData : ' Backup 1 Panel data directory ' ,
2023-08-24 22:26:16 +08:00
backupData : ' Backup local backup directory for 1 Panel ' ,
compress : ' Create snapshot file ' ,
2023-08-23 17:16:18 +08:00
upload : ' Upload snapshot file ' ,
2023-02-05 23:48:37 +08:00
thirdPartySupport : ' Only third - party accounts are supported ' ,
2023-01-09 22:55:10 +08:00
recoverDetail : ' Recover detail ' ,
createSnapshot : ' Create snapshot ' ,
2023-02-13 15:48:18 +08:00
importSnapshot : ' Sync snapshot ' ,
2023-01-09 22:55:10 +08:00
recover : ' Recover ' ,
noRecoverRecord : ' No recovery record has been recorded ' ,
lastRecoverAt : ' Last recovery time ' ,
lastRollbackAt : ' Last rollback time ' ,
noRollbackRecord : ' No rollback record has been recorded ' ,
reDownload : ' Download the backup file again ' ,
recoverRecord : ' Recover record ' ,
recoverHelper :
' The recovery is about to start from snapshot { 0 } , and the recovery needs to restart docker and 1 panel service , do you want to continue ? ' ,
rollback : ' Rollback ' ,
rollbackHelper :
' This recovery is about to be rolled back , which will replace all the files recovered this time . In the process , docker and 1 panel services may need to be restarted . Do you want to continue ? ' ,
2023-01-30 21:05:20 +08:00
upgrading : ' Please wait while the upgrade is underway ... ' ,
upgradeHelper : ' The upgrade requires a service restart . Do you want to continue ? ' ,
2023-02-23 17:31:46 +08:00
noUpgrade : ' It is currently the latest version ' ,
2023-03-21 15:16:28 +08:00
versionHelper :
' Name rules : [ major version ] . [ functional version ] . [ Bug fix version ] , as shown in the following example : ' ,
versionHelper1 : ' v1 .0 .1 is a Bug fix after v1 .0 .0 ' ,
versionHelper2 : ' v1 .1 .0 is a feature release after v1 .0 .0 ' ,
newVersion : ' ( Bug fix version ) ' ,
latestVersion : ' ( Functional version ) ' ,
2023-01-09 22:55:10 +08:00
upgradeCheck : ' Check for updates ' ,
upgradeNotes : ' Release note ' ,
upgradeNow : ' Upgrade now ' ,
2023-02-05 23:48:37 +08:00
source : ' Download source ' ,
2023-04-26 15:36:11 +08:00
hasNewVersion : ' New version Available ' ,
2023-01-06 18:53:25 +08:00
2022-09-19 19:42:06 +08:00
about : ' About ' ,
project : ' Project Address ' ,
issue : ' Feedback ' ,
2023-02-23 17:31:46 +08:00
doc : ' Official document ' ,
2022-09-19 19:42:06 +08:00
star : ' Star ' ,
2023-02-27 14:12:22 +08:00
description : ' 1 Panel , Modern , open source Linux server operation and maintenance management panel . ' ,
2023-04-26 15:36:11 +08:00
forum : ' Forum ' ,
doc2 : ' Document ' ,
currentVersion : ' Version ' ,
2022-09-13 18:45:03 +08:00
} ,
2023-09-28 15:40:17 +08:00
clean : {
scan : ' Start Scanning ' ,
clean : ' Clean Now ' ,
reScan : ' Rescan ' ,
cleanHelper :
' After checking the files and directories for cleaning , it cannot be undone ( system cache cleaning requires a service restart ) . Do you want to continue ? ' ,
statusSuggest : ' ( Recommended Cleaning ) ' ,
statusClean : ' ( Very Clean ) ' ,
statusEmpty : ' Very clean , no cleaning needed ! ' ,
statusWarning : ' ( Proceed with Caution ) ' ,
lastCleanTime : ' Last Cleaned : { 0 } ' ,
lastCleanHelper : ' Files and directories cleaned : { 0 } , Total cleaned : { 1 } ' ,
cleanSuccessful : ' Cleaning Successful ! ' ,
currentCleanHelper : ' Files and directories cleaned in this session : { 0 } , Total cleaned : { 1 } ' ,
suggest : ' ( Recommended ) ' ,
totalScan : ' Total junk files to be cleaned : ' ,
selectScan : ' Total selected junk files : ' ,
system : ' System Junk ' ,
systemHelper :
2023-09-28 17:16:19 +08:00
' Temporary files generated during snapshots , upgrades , and obsolete file contents during version iterations ' ,
2023-09-28 15:40:17 +08:00
panelOriginal : ' System snapshot recovery backup files ' ,
upgrade : ' System upgrade backup files ' ,
2023-10-08 12:14:13 +08:00
upgradeHelper : ' ( Recommend keeping the latest upgrade backup for system rollback ) ' ,
2023-09-28 15:40:17 +08:00
cache : ' System cache files ' ,
2023-10-08 12:14:13 +08:00
cacheHelper : ' ( Proceed with caution , clearing requires a service restart ) ' ,
2023-09-28 15:40:17 +08:00
snapshot : ' System snapshot temporary files ' ,
snapshotTmp : ' System snapshot upload temporary files ' ,
snapshotLocal : ' System snapshot creation temporary files ' ,
2023-10-08 17:00:23 +08:00
rollback : ' Backup files before recover ' ,
2023-09-28 15:40:17 +08:00
unused : ' Unused system directories ' ,
oldUpgrade : ' Unused pre - upgrade backup directories ' ,
oldOriginal : ' Unused pre - snapshot recovery backup directories ' ,
oldAppsBak : ' Unused application backup directories ' ,
upload : ' Temporary upload files ' ,
2023-09-28 17:16:19 +08:00
uploadHelper : ' Temporary files uploaded from the system backup list ' ,
2023-09-28 15:40:17 +08:00
download : ' Temporary Download Files ' ,
2023-09-28 17:16:19 +08:00
downloadHelper : ' Temporary files downloaded from third - party backup accounts by the system ' ,
2023-09-28 15:40:17 +08:00
website : ' Website ' ,
app : ' Application ' ,
database : ' Database ' ,
directory : ' Directory ' ,
systemLog : ' System Log Files ' ,
systemLogHelper :
2023-09-28 17:16:19 +08:00
' System log information , container build or image pull log information , and log files generated in scheduled tasks ' ,
2023-09-28 15:40:17 +08:00
dockerLog : ' Container operation log files ' ,
taskLog : ' Scheduled task execution log files ' ,
shell : ' Shell script scheduled tasks ' ,
containerShell : ' Container internal Shell script scheduled tasks ' ,
curl : ' CURL scheduled tasks ' ,
} ,
2022-09-22 16:16:04 +08:00
app : {
2022-12-05 11:43:00 +08:00
app : ' Application ' ,
2023-02-16 10:57:33 +08:00
installName : ' Name ' ,
installed : ' Installed ' ,
all : ' All ' ,
version : ' Version ' ,
2022-12-05 11:43:00 +08:00
detail : ' Details ' ,
2023-03-06 17:24:00 +08:00
params : ' Param ' ,
2022-12-05 11:43:00 +08:00
install : ' Install ' ,
author : ' Author ' ,
2023-02-16 10:57:33 +08:00
source : ' Source ' ,
2023-02-16 14:23:30 +08:00
sync : ' Sync ' ,
2022-12-05 11:43:00 +08:00
appName : ' Application Name ' ,
2023-02-16 10:57:33 +08:00
status : ' Status ' ,
container : ' Container ' ,
2023-02-15 17:10:15 +08:00
restart : ' Restart ' ,
2023-03-01 11:51:49 +08:00
start : ' Start ' ,
stop : ' Stop ' ,
rebuild : ' Rebuild ' ,
2022-09-26 22:54:38 +08:00
description : ' Description ' ,
2022-09-27 16:57:23 +08:00
deleteWarn :
2023-01-04 14:33:34 +08:00
' The delete operation will delete all data and backups together . This operation cannot be rolled back . Do you want to continue ? ' ,
2022-12-05 11:43:00 +08:00
syncSuccess : ' Sync successfully ' ,
2023-03-08 11:04:22 +08:00
canUpgrade : ' Upgrade ' ,
2023-02-16 14:23:30 +08:00
backupName : ' File Name ' ,
backupPath : ' File Path ' ,
2022-12-05 11:43:00 +08:00
backupdate : ' Backup time ' ,
2023-03-08 11:04:22 +08:00
update : ' update ' ,
2023-05-30 15:30:57 +08:00
versionSelect : ' Please select a version ' ,
2023-04-27 10:24:14 +08:00
operatorHelper : ' Operation { 0 } will be performed on the selected application , Do you want to continue ? ' ,
2022-12-05 11:43:00 +08:00
checkInstalledWarn : ' { 0 } is not detected , please enter the app store and click to install ! ' ,
gotoInstalled : ' Go to install ' ,
search : ' Search ' ,
limitHelper : ' The application has already been installed , does not support repeated installation ' ,
2023-01-04 14:33:34 +08:00
deleteHelper : ' { 0 } has been associated with the following resources and cannot be deleted ' ,
2022-12-05 11:43:00 +08:00
checkTitle : ' Prompt ' ,
website : ' website ' ,
database : ' database ' ,
2023-02-16 10:57:33 +08:00
defaultConfig : ' Default Configuration ' ,
2023-01-04 14:33:34 +08:00
defaultConfigHelper : ' It has been restored to the default configuration , it will take effect after saving ' ,
2023-02-16 10:57:33 +08:00
forceDelete : ' Force delete ' ,
2023-01-04 14:33:34 +08:00
forceDeleteHelper :
' Forced deletion will ignore errors generated during the deletion process and eventually delete metadata ' ,
deleteBackup : ' Delete backup ' ,
2023-03-06 17:24:00 +08:00
deleteBackupHelper : ' Also delete the application backup ' ,
deleteDB : ' Delete Database ' ,
deleteDBHelper : ' Also delete the database ' ,
2023-01-04 14:33:34 +08:00
noService : ' No { 0 } ' ,
toInstall : ' to install ' ,
param : ' parameter configuration ' ,
2023-05-30 15:30:57 +08:00
alreadyRun : ' Age ' ,
2023-02-16 14:23:30 +08:00
syncAppList : ' Sync ' ,
2023-06-29 22:38:12 +08:00
less1Minute : ' Less than 1 minute ' ,
appOfficeWebsite : ' Office website ' ,
github : ' Github ' ,
document : ' Cocument ' ,
2023-02-16 14:23:30 +08:00
updatePrompt : ' The current application is the latest version ' ,
installPrompt : ' No apps installed yet ' ,
2023-03-08 11:04:22 +08:00
updateHelper : ' Updating parameters may cause the application to fail to start , please operate with caution ' ,
2023-04-27 10:24:14 +08:00
updateWarn : ' Update parameters need to rebuild the application , Do you want to continue ? ' ,
2023-03-09 13:37:39 +08:00
busPort : ' Service Port ' ,
2023-05-09 15:47:43 +08:00
syncStart : ' Start syncing ! Please refresh the app store later ' ,
2023-05-17 15:46:29 +08:00
advanced : ' Advanced Settings ' ,
cpuCore : ' Number of cores ' ,
containerName : ' Container Name ' ,
2023-05-30 15:30:57 +08:00
containerNameHelper : ' can be empty , it will be automatically generated ' ,
2023-05-17 15:46:29 +08:00
allowPort : ' Port external access ' ,
2023-07-05 11:02:12 +08:00
allowPortHelper : ' Allowing external port access will release the firewall port ' ,
2023-05-17 15:46:29 +08:00
appInstallWarn :
' The application does not release the external access port by default , you can choose to release it in the advanced settings ' ,
2023-05-18 16:48:19 +08:00
upgradeStart : ' Start upgrading ! Please refresh the page later ' ,
2023-05-22 17:10:51 +08:00
toFolder : ' Open the installation directory ' ,
2023-05-22 19:19:40 +08:00
editCompose : ' Edit compose file ' ,
editComposeHelper : ' Editing the compose file may cause the software installation to fail ' ,
composeNullErr : ' compose cannot be empty ' ,
2023-05-22 21:39:42 +08:00
takeDown : ' TakeDown ' ,
2023-05-25 14:58:16 +08:00
allReadyInstalled : ' Installed ' ,
installHelper : ' Configuring image acceleration can solve the problem of image pull failure ' ,
2023-06-07 14:55:24 +08:00
upgradeHelper : ' The abnormal application needs to be synchronized to the normal state first ' ,
2023-06-29 18:46:11 +08:00
installWarn :
2023-07-05 11:02:12 +08:00
' Currently , if the port external access is not checked , it will not be able to access through the external network IP : port . Do you want to continue ? ' ,
2023-07-03 14:58:22 +08:00
restoreWarn :
' The restore operation will delete the current data of the application and restart it . This operation cannot be rolled back , continue ? ' ,
2023-07-06 18:48:22 +08:00
showIgnore : ' View ignore application ' ,
cancelIgnore : ' Cancel ignore ' ,
ignoreList : ' ignore list ' ,
2023-07-07 23:15:10 +08:00
appHelper : ' Please view the installation instructions of some applications on the application details page ' ,
2023-07-25 17:22:20 +08:00
backupApp : ' Backup application before upgrade ' ,
backupAppHelper : ' If the upgrade fails , you can use the application backup to roll back ' ,
2023-08-01 17:31:42 +08:00
delete : ' Delete ' ,
2023-08-23 10:42:13 +08:00
openrestyDeleteHelper :
' Forcibly deleting OpenResty will delete all websites , please confirm the risk before operation ' ,
2023-09-28 10:56:16 +08:00
downloadLogHelper1 : ' All logs of { 0 } application are about to be downloaded . Do you want to continue ? ' ,
downloadLogHelper2 :
' The latest { 1 } logs of { 0 } application are about to be downloaded . Do you want to continue ? ' ,
2023-10-11 01:16:29 -05:00
syncAllAppHelper : ' All applications are about to be synchronized . Do you want to continue ? ' ,
2023-11-03 15:39:38 +08:00
hostModeHelper :
' The current application network mode is host mode . If you need to open the port , please open it manually on the firewall page . ' ,
2023-12-04 17:00:10 +08:00
showLocal : ' Show Local Application ' ,
2023-12-05 14:30:10 +08:00
reload : ' Reload ' ,
2022-12-05 11:43:00 +08:00
} ,
website : {
2023-02-16 10:57:33 +08:00
website : ' Website ' ,
primaryDomain : ' Primary Domain ' ,
otherDomains : ' Other Domains ' ,
static : ' Static ' ,
deployment : ' Deployment ' ,
2023-03-22 15:20:30 +08:00
supportUpType : ' Only . tar . gz files are supported ' ,
2023-03-08 23:58:42 +08:00
zipFormat : ' . tar . gz compressed package structure : test . tar . gz compressed package must contain { 0 } file ' ,
2023-02-16 10:57:33 +08:00
proxy : ' Reverse Proxy ' ,
alias : ' Path Name ' ,
remark : ' Remark ' ,
group : ' Group ' ,
2022-12-05 11:43:00 +08:00
groupSetting : ' Group Management ' ,
2023-02-16 10:57:33 +08:00
createGroup : ' Create Group ' ,
2022-12-05 11:43:00 +08:00
app : ' Application ' ,
2023-02-16 10:57:33 +08:00
appNew : ' New Application ' ,
appInstalled : ' Installed Application ' ,
create : ' Create Website ' ,
delete : ' Delete Website ' ,
deleteApp : ' Delete Application ' ,
deleteBackup : ' Delete Backup ' ,
domain : ' Domain ' ,
domainHelper : ' One domain per line , support * and IP address , support domain name : port ' ,
addDomain : ' Add Domain ' ,
domainConfig : ' Domain Settings ' ,
defaultDoc : ' Default Document ' ,
perserver : ' Concurrency ' ,
2022-12-05 11:43:00 +08:00
perserverHelper : ' Limit the maximum concurrency of the current site ' ,
2023-02-16 10:57:33 +08:00
perip : ' Single IP ' ,
2022-12-05 11:43:00 +08:00
peripHelper : ' Limit the maximum number of concurrent access to a single IP ' ,
2023-02-16 10:57:33 +08:00
rate : ' Flow Limit ' ,
2022-12-05 11:43:00 +08:00
rateHelper : ' Limit the flow of each request ( unit : KB ) ' ,
2023-05-30 15:30:57 +08:00
limitHelper : ' Enable flow control ' ,
2023-02-16 10:57:33 +08:00
other : ' Other ' ,
currentSSL : ' Current Certificate ' ,
2022-12-05 11:43:00 +08:00
dnsAccount : ' DNS Account ' ,
applySSL : ' Certificate Application ' ,
2023-01-04 14:33:34 +08:00
SSLList : ' Certificate List ' ,
2022-12-05 11:43:00 +08:00
createDnsAccount : ' DNS Account ' ,
aliyun : ' Aliyun DNS ' ,
manual : ' Manual parsing ' ,
key : ' Key ' ,
check : ' View ' ,
2023-02-16 10:57:33 +08:00
acmeAccountManage : ' Acme Account ' ,
2022-12-05 11:43:00 +08:00
email : ' Email ' ,
addAccount : ' Add new account ' ,
acmeAccount : ' Acme Account ' ,
provider : ' Verification method ' ,
2023-03-16 18:44:32 +08:00
dnsManual : ' Manual resolution ' ,
2023-02-16 10:57:33 +08:00
expireDate : ' Expiration Time ' ,
2023-11-27 12:04:09 +08:00
brand : ' Organization ' ,
2022-12-05 11:43:00 +08:00
deploySSL : ' Deployment ' ,
deploySSLHelper : ' Are you sure to deploy the certificate ? ' ,
2023-02-16 10:57:33 +08:00
ssl : ' Certificate ' ,
dnsAccountManage : ' DNS Account ' ,
2022-12-05 11:43:00 +08:00
renewSSL : ' Renew ' ,
renewHelper : ' Are you sure to renew the certificate ? ' ,
renewSuccess : ' Renew Certificate ' ,
config : ' Configuration ' ,
enableHTTPS : ' Enable HTTPS ' ,
2023-02-16 10:57:33 +08:00
aliasHelper : ' Path Name is the folder name of the website directory ' ,
2022-12-05 11:43:00 +08:00
lastBackupAt : ' last backup time ' ,
null : ' none ' ,
2023-01-04 14:33:34 +08:00
nginxConfig : ' Nginx configuration ' ,
2022-12-05 11:43:00 +08:00
websiteConfig : ' Website Settings ' ,
basic : ' Basic ' ,
2023-02-16 10:57:33 +08:00
source : ' Configuration ' ,
2022-12-05 11:43:00 +08:00
security : ' Security ' ,
2023-02-16 10:57:33 +08:00
log : ' Log ' ,
nginxPer : ' Performance Tuning ' ,
neverExpire : ' Never Expire ' ,
2022-12-05 11:43:00 +08:00
setDefault : ' Set as default ' ,
default : ' Default ' ,
deleteHelper : ' Related application status is abnormal , please check ' ,
toApp : ' Go to the installed list ' ,
2023-02-16 10:57:33 +08:00
cycle : ' Cycle ' ,
frequency : ' Frequency ' ,
2023-01-04 14:33:34 +08:00
ccHelper :
' Accumulatively request the same URL more than { 1 } times within { 0 } seconds , trigger CC defense , block this IP ' ,
mustSave : ' The modification needs to be saved to take effect ' ,
fileExt : ' file extension ' ,
fileExtBlock : ' file extension blacklist ' ,
value : ' value ' ,
2023-02-16 10:57:33 +08:00
enable : ' Enable ' ,
proxyAddress : ' Proxy Address ' ,
2023-08-04 17:42:09 +08:00
proxyHelper : ' Example : 127.0 .0 .1 : 8080 ' ,
2023-02-16 10:57:33 +08:00
forceDelete : ' Force Delete ' ,
2023-01-04 14:33:34 +08:00
forceDeleteHelper :
' Forced deletion will ignore errors generated during the deletion process and eventually delete metadata ' ,
deleteAppHelper : ' Delete associated applications and application backups at the same time ' ,
deleteBackupHelper : ' Also delete website backup ' ,
deleteConfirmHelper :
' The delete operation cannot be rolled back , please enter < span style = "color:red" > "{0}" < / span > to delete ' ,
staticPath : ' Corresponding main directory : ' ,
2023-02-16 10:57:33 +08:00
limit : ' Scheme ' ,
2023-01-04 14:33:34 +08:00
blog : ' Forum / Blog ' ,
2023-02-16 10:57:33 +08:00
imageSite : ' Picture Site ' ,
downloadSite : ' Download Site ' ,
2023-01-04 14:33:34 +08:00
shopSite : ' Mall ' ,
doorSite : ' Portal ' ,
qiteSite : ' Enterprise ' ,
videoSite : ' Video ' ,
2023-02-16 10:57:33 +08:00
errLog : ' Error Log ' ,
accessLog : ' Website Log ' ,
2023-01-04 14:33:34 +08:00
stopHelper :
' After stopping the site , it will not be able to access normally , and the user will display the stop page of the current site when visiting . Do you want to continue ? ' ,
startHelper :
' After enabling the site , users can access the content of the site normally , do you want to continue ? ' ,
2023-02-16 10:57:33 +08:00
sitePath : ' Website Directory ' ,
2023-07-14 15:08:10 +08:00
siteAlias : ' Site Alias ' ,
2023-02-16 10:57:33 +08:00
primaryPath : ' Main directory ' ,
2023-01-04 14:33:34 +08:00
folderTitle : ' The main directory of the website mainly contains four folders ' ,
wafFolder : ' Firewall Rules ' ,
2023-04-12 23:00:30 +08:00
indexFolder : ' Website root directory ' ,
2023-05-30 15:30:57 +08:00
logFolder : ' website log ' ,
2023-01-04 14:33:34 +08:00
sslFolder : ' Website certificate ' ,
2023-02-16 10:57:33 +08:00
enableOrNot : ' Enable ' ,
2023-01-04 14:33:34 +08:00
oldSSL : ' Select an existing certificate ' ,
manualSSL : ' manually import certificate ' ,
select : ' Select ' ,
selectSSL : ' Select Certificate ' ,
privateKey : ' Key ( KEY ) ' ,
certificate : ' Certificate ( PEM format ) ' ,
HTTPConfig : ' HTTP Options ' ,
HTTPSOnly : ' Disable HTTP ' ,
HTTPToHTTPS : ' Access HTTP automatically jumps to HTTPS ' ,
HTTPAlso : ' HTTP can be accessed directly ' ,
sslConfig : ' SSL options ' ,
2023-07-05 16:24:19 +08:00
disableHTTPS : ' Disable HTTPS ' ,
disableHTTPSHelper :
2023-04-27 10:24:14 +08:00
' Disabling HTTPS will delete the certificate related configuration , Do you want to continue ? ' ,
2023-01-04 14:33:34 +08:00
SSLHelper :
' Note : Do not use SSL certificates for illegal websites \ n If HTTPS access cannot be used after opening , please check whether the security group has correctly released port 443 ' ,
SSLConfig : ' Certificate Settings ' ,
SSLProConfig : ' SSL protocol settings ' ,
supportProtocol : ' Supported protocol version ' ,
2023-02-16 10:57:33 +08:00
encryptionAlgorithm : ' Rncryption Algorithm ' ,
2023-01-04 14:33:34 +08:00
notSecurity : ' ( not safe ) ' ,
encryptHelper :
"Let's Encrypt has a frequency limit for issuing certificates, but it is sufficient to meet normal needs. Too frequent operations will cause issuance failure. For specific restrictions, please see <a target='_blank' href='https://letsencrypt.org/zh-cn/docs /rate-limits/'>official document</a> " ,
2023-03-08 15:21:36 +08:00
ipValue : ' Value ' ,
2023-01-04 14:33:34 +08:00
ext : ' file extension ' ,
wafInputHelper : ' Input data by line , one line ' ,
data : ' data ' ,
ever : ' permanent ' ,
nextYear : ' One year later ' ,
noLog : ' There are currently no logs ... ' ,
2023-02-16 10:57:33 +08:00
defaultServer : ' Default Site ' ,
2023-05-30 15:30:57 +08:00
noDefaultServer : ' Not set ' ,
2023-01-04 14:33:34 +08:00
defaultServerHelper :
' After setting the default site , all unbound domain names and IPs are directed to the default site \ n which can effectively prevent malicious analysis ' ,
2023-02-15 15:56:12 +08:00
restoreHelper : ' Are you sure to restore using this backup ? ' ,
2023-02-16 10:57:33 +08:00
websiteDeploymentHelper : ' Create a website using an application deployed from 1 Panel ' ,
websiteStatictHelper : ' Create a website directory on the host ' ,
websiteProxyHelper :
' The proxy has existing services , for example , the machine has installed the halo service using port 8080 , then the proxy address is http : //127.0.0.1:8080',
2023-04-03 17:47:23 +08:00
runtimeProxyHelper : ' Use runtime created from 1 Panel ' ,
runtime : ' Runtime ' ,
deleteRuntimeHelper :
' The Runtime application needs to be deleted together with the website , please handle it with caution ' ,
2023-04-04 18:54:04 +08:00
proxyType : ' Listening Network Type ' ,
2023-04-13 11:00:33 +08:00
unix : ' Unix Network ' ,
2023-04-07 16:46:11 +08:00
tcp : ' TCP / IP Network ' ,
phpFPM : ' FPM Config ' ,
phpConfig : ' PHP Config ' ,
updateConfig : ' Update Config ' ,
isOn : ' On ' ,
isOff : ' Off ' ,
2023-04-14 16:01:06 +08:00
rewrite : ' Pseudo Static ' ,
rewriteMode : ' Scheme ' ,
current : ' Current ' ,
rewriteHelper :
' If the website cannot be accessed normally after setting pseudo - static , please try to set it back to default ' ,
2023-04-17 16:54:34 +08:00
runDir : ' Run Directory ' ,
2023-04-18 15:30:57 +08:00
runUserHelper :
' For websites deployed through the PHP runtime environment , all files , folder owners , and user groups under the index and subdirectories need to be set to 1000 , command : chown - R 1000 : 1000 index ' ,
2023-04-24 11:29:48 +08:00
userGroup : ' User / Group ' ,
uGroup : ' Group ' ,
proxyPath : ' Proxy Path ' ,
proxyPass : ' Target URL ' ,
cache : ' Cache ' ,
createProxy : ' Create reverse proxy ' ,
editProxy : ' Edit reverse proxy ' ,
cacheTime : ' Cache time ' ,
enableCache : ' Open cache ' ,
proxyHost : ' Send domain name ' ,
disabled : ' Stopped ' ,
startProxy : ' Start Reverse proxy ' ,
stopProxy : ' Stop the Reverse proxy ' ,
2023-04-24 17:48:22 +08:00
proxyFile : ' Source ' ,
2023-04-26 16:06:12 +08:00
proxyHelper1 : ' When accessing this directory , the content of the target URL will be returned and displayed ' ,
proxyPassHelper : ' The proxy site must be a URL that can be accessed normally ' ,
proxyHostHelper : ' Add the domain name to the request header and pass it to the proxy server ' ,
replacementHelper : ' Up to 5 replacements can be added , please leave blank if no replacement is required ' ,
modifier : ' Matching rules ' ,
modifierHelper : ' Example : = exact match , ~ regular match , ^ ~ match the beginning of the path , etc ' ,
replace : ' Text Replacement ' ,
addReplace : ' Add text replacement ' ,
replaced : ' Search string ( cannot be empty ) ' ,
replaceText : ' Replace with string ' ,
replacedErr : ' The search string cannot be empty ' ,
replacedErr2 : ' The search string cannot be repeated ' ,
2023-04-25 18:10:17 +08:00
basicAuth : ' Password Access ' ,
editBasicAuthHelper :
' The password is asymmetrically encrypted and cannot be echoed . Editing needs to reset the password ' ,
2023-05-26 10:40:21 +08:00
antiLeech : ' Anti - leech ' ,
extends : ' Extension ' ,
2023-07-14 15:08:10 +08:00
browserCache : ' Cache ' ,
2023-05-26 10:40:21 +08:00
leechLog : ' Record anti - leech log ' ,
2023-07-14 15:08:10 +08:00
accessDomain : ' Allowed domains ' ,
2023-05-26 10:40:21 +08:00
leechReturn : ' Response resource ' ,
2023-07-14 15:08:10 +08:00
noneRef : ' Allow empty source ' ,
2023-05-26 10:40:21 +08:00
disable : ' not enabled ' ,
disableLeechHelper : ' Whether to disable the anti - leech ' ,
disableLeech : ' Disable anti - leech ' ,
2023-05-30 14:22:57 +08:00
ipv6 : ' Listen IPV6 ' ,
2023-06-03 13:21:20 +08:00
leechReturnError : ' Please fill in the HTTP status code ' ,
2023-07-04 16:14:11 +08:00
selectAcme : ' Select Acme account ' ,
2023-07-05 17:08:19 +08:00
imported : ' Manually Created ' ,
2023-07-05 16:24:19 +08:00
importType : ' Import Type ' ,
pasteSSL : ' Paste code ' ,
localSSL : ' Select local file ' ,
privateKeyPath : ' Private key file ' ,
certificatePath : ' Certificate file ' ,
2023-07-12 14:41:16 +08:00
ipWhiteListHelper : ' The role of IP whitelist : all rules are invalid for IP whitelist ' ,
2023-07-22 22:02:21 +08:00
redirect : ' redirect ' ,
2023-08-16 23:32:12 +08:00
sourceDomain : ' Source domain ' ,
2023-07-22 22:02:21 +08:00
targetURL : ' Target URL address ' ,
2023-08-16 23:32:12 +08:00
keepPath : ' URI params ' ,
2023-07-22 22:02:21 +08:00
path : ' path ' ,
redirectType : ' redirection type ' ,
2023-08-16 23:32:12 +08:00
redirectWay : ' Way ' ,
2023-07-22 22:02:21 +08:00
keep : ' keep ' ,
notKeep : ' Do not keep ' ,
redirectRoot : ' Redirect to the homepage ' ,
redirectHelper : ' 301 permanent redirection , 302 temporary redirection ' ,
2023-07-25 17:20:25 +08:00
changePHPVersionWarn :
' Switching the PHP version will delete the original PHP container ( the website code that has been mounted will not be lost ) , continue ? ' ,
changeVersion : ' Switch version ' ,
retainConfig : ' Whether to keep php - fpm . conf and php . ini files ' ,
2023-08-04 17:42:09 +08:00
runDirHelper2 : ' Please ensure that the secondary running directory is under the index directory ' ,
2023-09-13 16:58:15 +08:00
openrestryHelper :
' OpenResty default HTTP port : { 0 } HTTPS port : { 1 } , which may affect website domain name access and HTTPS forced redirect ' ,
2023-09-28 15:30:17 +08:00
primaryDomainHelper : ' Support domain name : port ' ,
2023-11-14 18:44:09 +08:00
acmeAccountType : ' Account Type ' ,
2023-11-16 14:38:07 +08:00
keyType : ' Key algorithm ' ,
2023-04-07 16:46:11 +08:00
} ,
php : {
short_open_tag : ' Short tag support ' ,
max_execution_time : ' Maximum script execution time ' ,
max_input_time : ' Maximum input time ' ,
memory_limit : ' Script memory limit ' ,
post_max_size : ' POST data maximum size ' ,
file_uploads : ' Whether to allow uploading files ' ,
upload_max_filesize : ' The maximum size allowed to upload files ' ,
max_file_uploads : ' The maximum number of files allowed to be uploaded at the same time ' ,
default_socket_timeout : ' Socket timeout ' ,
error_reporting : ' Error level ' ,
display_errors : ' Whether to output detailed error information ' ,
cgi_fix_pathinfo : ' Whether to open pathinfo ' ,
date_timezone : ' Time zone ' ,
2023-05-24 16:31:18 +08:00
disableFunction : ' Disable function ' ,
disableFunctionHelper : ' Enter the function to be disabled , such as exec , please use multiple , split ' ,
2023-05-24 18:38:50 +08:00
uploadMaxSize : ' Upload limit ' ,
2023-08-04 17:42:09 +08:00
indexHelper :
' In order to ensure the normal operation of the PHP website , please place the code in the index directory and avoid renaming ' ,
2022-12-05 11:43:00 +08:00
} ,
nginx : {
serverNamesHashBucketSizeHelper : ' The hash table size of the server name ' ,
clientHeaderBufferSizeHelper : ' The header buffer size requested by the client ' ,
clientMaxBodySizeHelper : ' Maximum upload file ' ,
keepaliveTimeoutHelper : ' Connection timeout ' ,
gzipMinLengthHelper : ' minimum compressed file ' ,
gzipCompLevelHelper : ' compression rate ' ,
gzipHelper : ' Whether to enable compressed transmission ' ,
connections : ' Active connections ' ,
accepts : ' Total connections ( accepts ) ' ,
handled : ' Total number of handshakes ( handled ) ' ,
requests : ' Total number of handshakes ( requests ) ' ,
reading : ' Number of requests ( Reading ) ' ,
writing : ' Number of Responses ( Writing ) ' ,
waiting : ' resident process ( Waiting ) ' ,
2023-02-16 10:57:33 +08:00
status : ' Current Status ' ,
2023-09-18 14:08:19 +08:00
nginxConfig : ' Settings ' ,
2023-02-16 10:57:33 +08:00
configResource : ' Configuration ' ,
saveAndReload : ' Save and Reload ' ,
2023-01-04 14:33:34 +08:00
} ,
ssl : {
2023-11-20 16:16:20 +08:00
create : ' Apply Certificate ' ,
2023-01-04 14:33:34 +08:00
provider : ' Type ' ,
manualCreate : ' manually created ' ,
acmeAccount : ' Acme Account ' ,
resolveDomain : ' Resolve domain name ' ,
err : ' Error ' ,
value : ' record value ' ,
dnsResolveHelper : ' Please go to the DNS resolution service provider to add the following resolution records : ' ,
detail : ' Details ' ,
2023-02-16 10:57:33 +08:00
msg : ' Information ' ,
ssl : ' Certificate ' ,
key : ' Private Key ' ,
startDate : ' Effective Time ' ,
2023-01-04 14:33:34 +08:00
organization : ' issuing organization ' ,
2023-11-27 18:36:10 +08:00
renewConfirm : ' Are you sure you want to apply for a certificate for domain name { 0 } ? ' ,
2023-01-04 14:33:34 +08:00
autoRenew : ' Automatic renewal ' ,
2023-11-27 18:36:10 +08:00
autoRenewHelper : ' Automatically renew 30 days before expiration ' ,
renewSuccess : ' Renewal successful ' ,
2023-01-04 14:33:34 +08:00
renewWebsite :
2023-11-27 18:36:10 +08:00
' This certificate has been associated with the following websites , and the application will be applied to these websites simultaneously ' ,
2023-06-05 18:33:29 +08:00
createAcme : ' Create Account ' ,
acmeHelper : ' Acme account is used to apply for free certificates ' ,
2023-10-31 16:01:50 +08:00
upload : ' Upload Certificate ' ,
2023-11-20 10:44:10 +08:00
applyType : ' Application method ' ,
apply : ' Apply ' ,
applyStart : ' Certificate application starts ' ,
getDnsResolve : ' Getting DNS resolution value , please wait ... ' ,
2023-11-27 12:04:09 +08:00
selfSigned : ' Self - signed certificate ' ,
ca : ' Certification Authority ' ,
createCA : ' Create institution ' ,
commonName : ' Certificate subject name ( CN ) ' ,
caName : ' Institution name ' ,
company : ' company / organization ' ,
department : ' department ' ,
city : ' city ' ,
province : ' province ' ,
country : ' country code ' ,
commonNameHelper : ' For example : ' ,
selfSign : ' Issue certificate ' ,
days : ' validity period ' ,
domainHelper : ' One domain name per line , supports * and IP address ' ,
2023-11-27 14:00:09 +08:00
pushDir : ' Push the certificate to the local directory ' ,
dir : ' directory ' ,
pushDirHelper :
' Two files will be generated in this directory , the certificate file : fullchain . pem and the key file : privkey . pem ' ,
2023-11-29 16:12:09 +08:00
organizationDetail : ' Organization Details ' ,
2023-11-29 20:24:08 +08:00
fromWebsite : ' From Websites ' ,
2023-12-01 16:54:09 +08:00
dnsMauanlHelper : ' 手動解析模式需要在建立完之後點選申請按鈕取得 DNS 解析值 ' ,
httpHelper : ' HTTP 模式需要安裝 OpenResty ' ,
buypassHelper : ' Buypass 大陸地區無法訪問 ' ,
googleHelper :
"<a target=“_blank” href='https://cloud.google.com/certificate-manager/docs/public-ca-tutorial?hl=zh-cn'>如何取得EAB HmacKey 和EAB kid</a > " ,
2023-12-06 22:24:40 +08:00
googleCloudHelper : ' Google Cloud API is not accessible in most parts of mainland China ' ,
2023-01-04 14:33:34 +08:00
} ,
firewall : {
2023-07-14 15:18:11 +08:00
create : ' Create rule ' ,
edit : ' Edit rule ' ,
2023-04-14 15:08:51 +08:00
notSupport :
' No system firewall detected ( firewalld or ufw ) . Please refer to the official documentation for installation . ' ,
2023-01-04 14:33:34 +08:00
ccDeny : ' CC Protection ' ,
ipWhiteList : ' IP Whitelist ' ,
2023-02-16 10:57:33 +08:00
ipBlockList : ' IP Blacklist ' ,
2023-01-04 14:33:34 +08:00
fileExtBlockList : ' File extension blacklist ' ,
2023-02-16 10:57:33 +08:00
urlWhiteList : ' URL Whitelist ' ,
urlBlockList : ' URL Blacklist ' ,
2023-01-04 14:33:34 +08:00
argsCheck : ' GET parameter check ' ,
postCheck : ' POST parameter verification ' ,
cookieBlockList : ' Cookie Blacklist ' ,
2023-03-30 18:03:21 +08:00
firewall : ' Firewall ' ,
2023-04-07 17:44:15 +08:00
dockerHelper :
2023-06-07 14:55:24 +08:00
' Linux firewall { 0 } cannot disable Docker port mapping , the application can edit the parameters on the [ Installed ] page to control whether the port is released ' ,
2023-04-07 17:44:15 +08:00
quickJump : ' Quick jump ' ,
2023-04-01 00:51:25 +08:00
used : ' Used ' ,
unUsed : ' Unused ' ,
2023-03-30 18:03:21 +08:00
firewallHelper : ' { 0 } System firewall ' ,
2023-04-07 17:44:15 +08:00
firewallNotStart : ' The system firewall is not enabled at present , please enable it first ! ' ,
2023-03-30 18:03:21 +08:00
stopFirewallHelper :
2023-04-01 00:51:25 +08:00
' After the system firewall is disabled , the server loses security protection . Do you want to continue ? ' ,
2023-03-30 18:03:21 +08:00
startFirewallHelper :
2023-04-01 00:51:25 +08:00
' After the firewall is enabled , the server security can be better protected . Do you want to continue ? ' ,
2023-03-30 18:03:21 +08:00
noPing : ' Disable ping ' ,
2023-04-01 00:51:25 +08:00
noPingTitle : ' Disable ping ' ,
noPingHelper : ' If the ping function is disabled , the server cannot be pinged . Do you want to continue ? ' ,
2023-03-30 18:03:21 +08:00
onPingHelper : ' If you disable ping , hackers may discover your server . Do you want to continue ? ' ,
changeStrategy : ' Change the { 0 } strategy ' ,
2023-04-01 00:51:25 +08:00
changeStrategyIPHelper1 :
' Change the IP address strategy to [ deny ] . After the IP address is set , access to the server is prohibited . Do you want to continue ? ' ,
changeStrategyIPHelper2 :
' Change the IP address strategy to [ allow ] . After the IP address is set , normal access is restored . Do you want to continue ? ' ,
changeStrategyPortHelper1 :
' Change the port policy to [ drop ] . After the port policy is set , external access is denied . Do you want to continue ? ' ,
changeStrategyPortHelper2 :
2023-04-12 11:40:29 +08:00
' Change the port policy to [ accept ] . After the port policy is set , normal port access will be restored . Do you want to continue ? ' ,
2023-04-01 00:51:25 +08:00
stop : ' Stop ' ,
portFormatError : ' Please enter the correct port information ! ' ,
2023-04-26 17:26:12 +08:00
portHelper1 : ' Multiple ports , e . g . 8080 and 8081 ' ,
portHelper2 : ' Range port , e . g . 8080 - 8089 ' ,
2023-03-30 18:03:21 +08:00
changeStrategyHelper :
' Change [ { 1 } ] { 0 } strategy to [ { 2 } ] . After setting , { 0 } will access { 2 } externally . Do you want to continue ? ' ,
2023-04-26 17:26:12 +08:00
portHelper : ' Multiple ports can be entered , e . g . 80 , 81 , or range ports , e . g . 80 - 88 ' ,
2023-03-30 18:03:21 +08:00
strategy : ' Strategy ' ,
accept : ' Accept ' ,
drop : ' Drop ' ,
source : ' Source ' ,
anyWhere : ' AnyWhere ' ,
address : ' Specified IP ' ,
2023-05-04 19:12:52 +08:00
addressHelper : ' Support IP address or IP segment ' ,
2023-03-30 18:03:21 +08:00
allow : ' Allow ' ,
deny : ' Deny ' ,
2023-04-01 00:51:25 +08:00
addressFormatError : ' Please enter a valid ip address ! ' ,
2023-08-30 22:28:12 +08:00
addressHelper1 : ' Supports input of single IPs or IP ranges : 172.16 .10 .11 or 172.16 .0 .0 / 24 ' ,
addressHelper2 : ' For multiple IPs or IP ranges , separate with commas : 172.16 .10 .11 , 172.16 .0 .0 / 24 ' ,
2023-03-30 18:03:21 +08:00
allIP : ' All IP ' ,
portRule : ' Port rule ' ,
ipRule : ' IP rule ' ,
2023-11-03 18:19:45 +08:00
userAgent : ' User - Agent filter ' ,
2022-09-22 16:16:04 +08:00
} ,
2023-03-29 14:58:28 +08:00
runtime : {
runtime : ' Runtime ' ,
image : ' Image ' ,
2023-04-09 22:30:16 +08:00
workDir : ' Working directory ' ,
2023-03-31 14:02:28 +08:00
create : ' Create runtime ' ,
resource : ' Source ' ,
appstore : ' App Store ' ,
local : ' Local ' ,
app : ' Application ' ,
localHelper : ' The local operating environment needs to be installed by itself ' ,
version : ' Version ' ,
2023-04-09 22:30:16 +08:00
versionHelper : ' PHP version , e . g . v8 .0 ' ,
2023-04-11 17:08:29 +08:00
buildHelper :
2023-04-17 14:04:22 +08:00
' The more extensions you select , the more CPU will be occupied during the image making process , so avoid selecting all extensions , If there is no extension you want , you can manually enter it and select it ' ,
2023-04-13 14:28:33 +08:00
openrestryWarn : ' PHP needs to be upgraded to OpenResty to version 1.21 .4 .1 or later to use ' ,
toupgrade : ' To Upgrade ' ,
2023-04-27 20:52:20 +08:00
edit : ' Edit runtime ' ,
extendHelper :
2023-06-30 23:26:12 +08:00
' Extensions that do not exist in the list can be selected after manual input , for example : input sockets , and then select the first one in the drop - down list , ' ,
2023-08-28 22:18:15 +08:00
rebuildHelper : ' After editing the extension , you need to to rebuild the PHP application to take effect ' ,
2023-06-30 23:26:12 +08:00
phpPluginHelper :
' < a target = "_blank" href = "https://1panel.cn/docs/user_manual/websites/php/#php_1" > View PHP extension list < / a > ' ,
2023-08-28 22:18:15 +08:00
rebuild : ' Rebuild PHP App ' ,
2023-09-18 17:18:20 +08:00
source : ' PHP extension source ' ,
ustc : ' University of Science and Technology of China ' ,
netease : ' Netease ' ,
aliyun : ' Alibaba Cloud ' ,
default : ' default ' ,
tsinghua : ' Tsinghua University ' ,
xtomhk : ' XTOM Mirror Station ( Hong Kong ) ' ,
xtom : ' XTOM Mirror Station ( Global ) ' ,
phpsourceHelper : ' Choose the appropriate source according to your network environment ' ,
2023-09-25 17:50:14 +08:00
appPort : ' App Port ' ,
externalPort : ' External Port ' ,
packageManager : ' Package Manager ' ,
codeDir : ' Code Directory ' ,
appPortHelper : ' The port used by the application ' ,
externalPortHelper : ' The port exposed to the outside world ' ,
runScript : ' Run Script ' ,
runScriptHelper : ' The startup command list is parsed from the package . json file in the source directory ' ,
open : ' Open ' ,
close : ' Close ' ,
2023-09-26 22:50:16 +08:00
operatorHelper :
' The { 0 } operation will be performed on the selected operating environment . Do you want to continue ? ' ,
statusHelper :
' Status description : Starting - the container has been started , but the application is starting ; abnormal - the container has been started , but the application status is abnormal ' ,
2023-10-07 04:00:47 -05:00
taobao : ' Taobao ' ,
tencent : ' Tencent ' ,
imageSource : ' Image source ' ,
2023-10-09 06:36:32 -05:00
moduleManager : ' Module Management ' ,
module : ' Module ' ,
2023-10-10 04:34:28 -05:00
nodeOperatorHelper :
' Is { 0 } { 1 } module ? The operation may cause abnormality in the operating environment , please confirm before proceeding ' ,
2023-10-25 16:05:03 +08:00
customScript : ' Custom startup command ' ,
customScriptHelper : ' Please fill in the complete startup command , for example : npm run start ' ,
2023-10-27 10:12:15 +08:00
portError : ' Cannot fill in the same port ' ,
2023-11-02 14:35:58 +08:00
systemRestartHelper : ' Status description : Interruption - status acquisition failed due to system restart ' ,
2023-03-29 14:58:28 +08:00
} ,
2023-06-28 14:50:10 +08:00
process : {
pid : ' Process ID ' ,
ppid : ' Parent process ID ' ,
numThreads : ' Threads ' ,
memory : ' Memory ' ,
diskRead : ' Disk read ' ,
diskWrite : ' Disk write ' ,
netSent : ' uplink ' ,
netRecv : ' downstream ' ,
numConnections : ' Connections ' ,
startTime : ' Start time ' ,
status : ' Status ' ,
running : ' Running ' ,
sleep : ' sleep ' ,
stop : ' stop ' ,
idle : ' idle ' ,
zombie : ' zombie process ' ,
wait : ' waiting ' ,
lock : ' lock ' ,
blocked : ' blocked ' ,
cmdLine : ' Start command ' ,
basic : ' Basic information ' ,
mem : ' Memory information ' ,
openFiles : ' File Open ' ,
file : ' File ' ,
env : ' Environment variable ' ,
noenv : ' None ' ,
net : ' Network connection ' ,
laddr : ' Source address / port ' ,
raddr : ' Destination address / port ' ,
stopProcess : ' End ' ,
2023-07-14 11:48:11 +08:00
stopProcessWarn : ' Are you sure you want to end this process ( PID : { 0 } ) ? ' ,
2023-07-14 15:08:10 +08:00
processName : ' ProcessName ' ,
2023-06-28 14:50:10 +08:00
} ,
2023-07-31 11:28:41 +08:00
tool : {
supervisor : {
2023-08-17 14:46:09 +08:00
loadStatusErr : ' Failed to retrieve process status , please check the status of the supervisor service . ' ,
2023-07-31 11:28:41 +08:00
notSupport : ' Supervisor is not detected , please refer to the official document for installation ' ,
list : ' Daemon process ' ,
config : ' Supervisor configuration ' ,
primaryConfig : ' Main configuration file location ' ,
notSupportCrl : ' The supervisorctl is not detected , please refer to the official document for installation ' ,
2023-08-14 14:02:11 +08:00
user : ' User ' ,
command : ' Command ' ,
dir : ' Directory ' ,
numprocs : ' Numprocs ' ,
2023-07-31 11:28:41 +08:00
initWarn :
2023-08-04 18:22:01 +08:00
' The initialization operation needs to modify the [ include ] files parameter of the configuration file , the directory where the modified service configuration file is located : 1 panel installation directory / 1 panel / tools / supervisord / supervisor . d / ' ,
2023-08-01 17:31:42 +08:00
operatorHelper : ' Operation { 1 } will be performed on { 0 } , continue ? ' ,
uptime : ' running time ' ,
2023-08-02 18:29:50 +08:00
notStartWarn : ' Supervisor is not started , please start it first ' ,
serviceName : ' Service name ' ,
2023-08-03 15:23:32 +08:00
initHelper :
' The initialization process will modify the configuration file , causing all existing processes to stop , please confirm the risk in advance ' ,
2023-08-09 15:42:12 +08:00
serviceNameHelper : ' Supervisor service name managed by systemctl , usually supervisor or supervisord ' ,
2023-08-04 18:22:01 +08:00
restartHelper :
' Initialization will restart the service , causing all the original daemon processes to close ' ,
2023-08-08 16:38:12 +08:00
msg : ' Message ' ,
2023-08-11 15:50:13 +08:00
RUNNING : ' Running ' ,
STOPPED : ' Stopped ' ,
STOPPING : ' Stopping ' ,
STARTING : ' Starting ' ,
FATAL : ' Failed to start ' ,
BACKOFF : ' Start exception ' ,
2023-10-22 22:25:20 -05:00
ERROR : ' Error ' ,
2023-08-11 15:50:13 +08:00
statusCode : ' Status code ' ,
manage : ' Management ' ,
2023-07-31 11:28:41 +08:00
} ,
} ,
2022-08-16 23:30:23 +08:00
} ;
2023-03-17 15:51:02 +08:00
export default {
... fit2cloudEnLocale ,
... message ,
} ;