2022-08-16 23:30:23 +08:00
export default {
commons : {
2022-10-09 16:17:15 +08:00
true : ' true ' ,
false : ' false ' ,
2022-08-16 23:30:23 +08:00
button : {
create : ' Create ' ,
2022-08-29 18:44:35 +08:00
add : ' Add ' ,
2022-09-13 18:45:03 +08:00
save : ' Save ' ,
set : ' Reset ' ,
sync : ' Sync ' ,
2022-08-16 23:30:23 +08:00
delete : ' Delete ' ,
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 ' ,
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 ' ,
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 ' ,
log : ' Log ' ,
2022-11-09 15:08:38 +08:00
back : ' Back ' ,
recover : ' Recover ' ,
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 ' ,
2022-11-28 14:09:19 +08:00
import : ' import ' ,
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 : {
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 ' ,
records : ' Records ' ,
2022-09-02 10:57:32 +08:00
group : ' Group ' ,
2022-08-16 23:30:23 +08:00
createdAt : ' Creation 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 ' ,
2022-12-30 17:36:19 +08:00
title : ' Title ' ,
2022-08-16 23:30:23 +08:00
} ,
msg : {
delete : ' This operation 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 ' ,
2022-12-12 19:04:45 +08:00
inputOrSelect : ' Please select or enter ' ,
2022-08-16 23:30:23 +08:00
} ,
login : {
2022-11-21 15:20:04 +08:00
firstLogin : ' First login , please create an initial administrator user ! ' ,
username : ' UserName ' ,
password : ' Password ' ,
rePassword : ' Confirm 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 ! ' ,
2022-08-16 23:30:23 +08:00
captchaHelper : ' Please enter the verification code ' ,
2022-12-05 15:44:13 +08:00
errorCaptcha : ' Verification code error ! ' ,
2022-09-15 17:15:03 +08:00
safeEntrance : ' Please use the correct entry to log in to the panel ' ,
reason : ' Cause of error : ' ,
reasonHelper :
' At present , the newly installed machine has enabled the security entrance login . The newly installed machine will have a random 8 - character security entrance name , which can also be modified in the panel Settings . If you do not record or do not remember , you can use the following methods to solve the problem ' ,
solution : ' The solution : ' ,
solutionHelper :
' Run the following command on the SSH terminal to solve the problem : 1. View the / etc / init . d / bt default command on the panel ' ,
warnning :
' Note : [ Closing the security entrance ] will make your panel login address directly exposed to the Internet , very dangerous , please exercise caution ' ,
2022-09-15 18:43:41 +08:00
codeInput : ' Please enter the 6 - digit verification code of the MFA validator ' ,
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 ' ,
2022-12-21 13:03:49 +08:00
commonName : ' Support English , Chinese , numbers , . - , and _ length 1 - 30 ' ,
simpleName : ' Support English , numbers and _ length 1 - 30 ' ,
2022-12-26 16:15:42 +08:00
dbName : ' Support English , Chinese , numbers , . - , and _ length 1 - 16 ' ,
2022-12-02 16:38:36 +08:00
imageName : ' Support English , Chinese , numbers , : . - _ , length 1 - 30 ' ,
2022-09-16 16:00:49 +08:00
complexityPassword :
' Please enter a password with more than 8 characters and must contain letters , digits , and special symbols ' ,
commonPassword : ' Please enter a password with more than 6 characters ' ,
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 ' ,
2022-08-18 18:51:27 +08:00
ip : ' Please enter the correct IP address ' ,
port : ' Please enter the correct port ' ,
2022-10-17 09:10:06 +08:00
selectHelper : ' Please select the correct { 0 } file ' ,
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-08-17 17:46:49 +08:00
header : {
language : ' Internationalization ' ,
zh : ' 简体中文 ' ,
en : ' English ' ,
theme : ' Layout Settings ' ,
globalTheme : ' Global ' ,
themeColor : ' Theme Color ' ,
darkTheme : ' Dark Theme ' ,
personalData : ' Personal Data ' ,
changePassword : ' Change Password ' ,
logout : ' Logout ' ,
} ,
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 : {
running : ' running ' ,
stopped : ' stopped ' ,
2022-12-13 18:54:28 +08:00
success : ' success ' ,
failed : ' failed ' ,
2022-12-05 11:43:00 +08:00
error : ' error ' ,
created : ' created ' ,
restarting : ' restarting ' ,
removing : ' removing ' ,
paused : ' paused ' ,
exited : ' exited ' ,
2022-12-14 19:34:42 +08:00
enabled : ' Enabled ' ,
disabled : ' Disabled ' ,
2022-12-05 11:43:00 +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 ' ,
firewall : ' Firewall ' ,
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 ' ,
2022-08-17 17:46:49 +08:00
files : ' File Management ' ,
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 ' ,
2022-08-16 23:30:23 +08:00
} ,
home : {
2022-11-24 23:56:48 +08:00
overview : ' Overview ' ,
appInstalled : ' App installed ' ,
systemInfo : ' System info ' ,
hostname : ' Hostname ' ,
platformVersion : ' Platform version ' ,
kernelVersion : ' Kernel version ' ,
kernelArch : ' Kernel arch ' ,
network : ' Network ' ,
io : ' Disk IO ' ,
totalSend : ' Total send ' ,
totalRecv : ' Total recv ' ,
rwPerSecond : ' RW per second ' ,
ioDelay : ' IO delay ' ,
time : ' Times ' ,
2022-12-04 21:50:17 +08:00
uptime : ' Up Time ' ,
runningTime : ' Running Time ' ,
2022-12-05 11:12:07 +08:00
Day : ' Days ' ,
Hour : ' Hours ' ,
Minute : ' Minutes ' ,
2022-12-27 18:57:11 +08:00
Second : ' Seconds ' ,
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 ' ,
total : ' Total ' ,
used : ' Used ' ,
free : ' Free ' ,
percent : ' Percent ' ,
app : ' Recommended Apps ' ,
haloInfo : ' Easy to use and powerful open source website tools ' ,
deInfo : ' Open source data visualization tool available to everyone ' ,
jsInfo : ' The popular Open source fortress machine ' ,
msInfo : ' One - stop open source continuous testing platform ' ,
koInfo : ' Open source lightweight Kubernetes distribution ' ,
2022-12-04 19:20:36 +08:00
kubepiInfo : ' Modern open source Kubernetes panel ' ,
2022-11-24 23:56:48 +08:00
goInstall : ' Go install ' ,
2022-08-16 23:30:23 +08:00
} ,
tabs : {
more : ' More ' ,
closeCurrent : ' Close current ' ,
closeOther : ' Close other ' ,
closeAll : ' Close All ' ,
} ,
header : {
logout : ' Logout ' ,
} ,
2022-11-08 19:03:38 +08:00
database : {
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 ' ,
2022-11-18 16:14:23 +08:00
noMysql : ' No { 0 } database is detected , please go to App Store and click Install ! ' ,
goInstall : ' Go to install ' ,
2022-11-08 19:03:38 +08:00
source : ' Source ' ,
2022-11-28 14:09:19 +08:00
backup : ' Backup ' ,
2022-11-08 19:03:38 +08:00
permission : ' Permission ' ,
permissionLocal : ' Local server ' ,
permissionForIP : ' IP ' ,
permissionAll : ' All of them ( unsafe ) ' ,
rootPassword : ' Root password ' ,
backupList : ' Backup list ' ,
backList : ' Return ' ,
loadBackup : ' Import the backup ' ,
2022-12-08 18:09:14 +08:00
setting : ' Mysql Settings ' ,
2022-11-08 19:03:38 +08:00
remoteAccess : ' Remote access ' ,
changePassword : ' Password change ' ,
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
baseSetting : ' infrastructure ' ,
remoteConnHelper :
' Remote connection to mysql as user root may have security risks . Therefore , perform this operation with caution . ' ,
confChange : ' Configuration change ' ,
portHelper :
' This port is the exposed port of the container . You need to save the modification separately and restart the container ! ' ,
2022-11-09 15:08:38 +08:00
unSupportType : ' Current file type is not supported ! ' ,
unSupportSize : ' The uploaded file exceeds 10 M , please confirm ! ' ,
selectFile : ' Select file ' ,
supportUpType : ' Only sql , zip , sql . gz , and ( tar . gz gz tgz ) files within 10 MB are supported ' ,
zipFormat :
' zip , tar . gz compressed package structure : test . zip or test . tar . gz compressed package must contain test . sql ' ,
2022-11-08 19:03:38 +08:00
currentStatus : ' Current state ' ,
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 ' ,
innodbIndexHit : ' Innodb 索引命中率 ' ,
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 ' ,
2022-11-08 19:03:38 +08:00
isOn : ' Is on ' ,
longQueryTime : ' Slow query threshold ' ,
status : ' The current state ' ,
terminal : ' Terminal mode ' ,
second : ' Second ' ,
timeout : ' Timeout ' ,
timeoutHelper : ' Idle connection timeout period . 0 indicates that the connection is on continuously ' ,
maxclients : ' Max clients ' ,
requirepass : ' Password ' ,
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 ' ,
rdbInfo : ' Rule list has 0 value , please confirm and try again ! ' ,
} ,
2022-10-08 18:32:02 +08:00
container : {
2023-01-05 17:29:27 +08:00
containerList : ' Container list ' ,
2022-10-08 18:32:02 +08:00
operatorHelper : ' { 0 } will be performed on the selected container . Do you want to continue ? ' ,
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 ' ,
container : ' Container ' ,
upTime : ' UpTime ' ,
all : ' All ' ,
lastDay : ' Last Day ' ,
last4Hour : ' Last 4 Hours ' ,
lastHour : ' Last Hour ' ,
last10Min : ' Last 10 Minutes ' ,
2022-12-01 19:23:51 +08:00
newName : ' New name ' ,
2022-10-09 16:17:15 +08:00
2022-10-18 18:39:45 +08:00
custom : ' Custom ' ,
2022-11-25 18:59:49 +08:00
emptyUser : ' When empty , you will log in with the default user of container ' ,
2022-10-18 18:39:45 +08:00
containerTerminal : ' Container terminal ' ,
2022-10-12 18:55:47 +08:00
containerCreate : ' Container create ' ,
port : ' Port ' ,
exposePort : ' Expose port ' ,
exposeAll : ' Expose all ' ,
containerPort : ' Container port ' ,
serverPort : ' Host port ' ,
cmd : ' Command ' ,
2022-12-02 14:10:01 +08:00
cmdHelper : ' one in a row , for example : \ n / bin / bash \ necho "hello" ' ,
2022-10-12 18:55:47 +08:00
autoRemove : ' Auto remove ' ,
cpuQuota : ' NacosCPU ' ,
memoryLimit : ' Memory ' ,
limitHelper : ' If the limit is 0 , the limit is turned off ' ,
mount : ' Mount ' ,
serverPath : ' Server path ' ,
containerDir : ' Container path ' ,
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 ' ,
unlessStopped : ' unless - stopped ' ,
onFailure : ' on - failure ( five times by default ) ' ,
no : ' no ' ,
2022-10-10 15:14:49 +08:00
image : ' Image ' ,
imagePull : ' Image pull ' ,
imagePush : ' Image push ' ,
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
import : ' Import ' ,
build : ' Build ' ,
2022-10-12 18:55:47 +08:00
imageBuild : ' Image build ' ,
2022-10-10 15:14:49 +08:00
label : ' Label ' ,
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 ' ,
2022-10-13 18:24:24 +08:00
monitor : ' Monitor ' ,
refreshTime : ' Refresh time ' ,
cache : ' Cache ' ,
2022-10-11 17:46:52 +08:00
volume : ' Volume ' ,
volumeName : ' Name ' ,
mountpoint : ' Mountpoint ' ,
createVolume : ' Create volume ' ,
2022-10-09 16:17:15 +08:00
repo : ' Repo ' ,
name : ' Name ' ,
2022-10-10 16:47:05 +08:00
protocol : ' protocol ' ,
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 ' ,
2022-12-02 15:39:54 +08:00
mirrorHelper : ' One in a row , for example : \ nhttps : //hub-mirror.c.163.com \nhttps://reg-mirror.qiniu.com',
registrieHelper : ' One in a row , for example : \ n172 .16 .10 .111 : 8081 \ n172 .16 .10 .112 : 8081 ' ,
2022-10-17 09:10:06 +08:00
compose : ' Compose ' ,
composeTemplate : ' Compose template ' ,
description : ' Description ' ,
content : ' Content ' ,
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 ' ,
dockerStatus : ' Docker Service ' ,
daemonJsonPathHelper : ' Ensure that the configuration path is the same as that specified in docker . service . ' ,
mirrors : ' Registry mirrors ' ,
mirrorsHelper :
' If empty , mirror acceleration is disabled . The accelerated URL is used first for the operation , and will skipped when the request times out ' ,
registries : ' Insecure registries ' ,
liveHelper : ' Whether to close all containers when stopping the docker service ' ,
daemonJsonPath : ' Conf Path ' ,
2022-12-07 18:15:56 +08:00
serviceUnavailable : ' Docker service is not started at present , please click ' ,
startIn : ' to start ' ,
2022-10-08 18:32:02 +08:00
} ,
2022-09-28 18:11:36 +08:00
cronjob : {
cronTask : ' Task ' ,
2022-12-14 19:34:42 +08:00
changeStatus : ' Change status ' ,
disableMsg : ' The cronjob cannot continue to run after it is stopped . Do you want to stop it ? ' ,
enableMsg : ' The cronjob has been stopped . Enable now ? ' ,
2022-09-28 18:11:36 +08:00
taskType : ' Task type ' ,
shell : ' shell ' ,
website : ' website ' ,
2022-09-29 16:15:59 +08:00
rulesHelper : ' Compression exclusion rules ( with ; Is a delimiter ) , for example : \ n * . log ; * . sql ' ,
lastRecrodTime : ' Last execution time ' ,
2022-09-28 18:11:36 +08:00
failedFilter : ' Failed Task Filtering ' ,
all : ' all ' ,
database : ' database ' ,
missBackupAccount : ' The backup account could not be found ' ,
syncDate : ' Synchronization time ' ,
releaseMemory : ' Free memory ' ,
curl : ' Crul ' ,
taskName : ' Task name ' ,
cronSpec : ' Lifecycle ' ,
directory : ' Backup directory ' ,
sourceDir : ' Backup directory ' ,
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 ' ,
2022-09-29 16:15:59 +08:00
retainCopies : ' Retain copies ' ,
2022-09-28 18:11:36 +08:00
cronSpecRule : ' Please enter a correct lifecycle ' ,
perMonth : ' Per monthly ' ,
perWeek : ' Per week ' ,
perHour : ' Per hour ' ,
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 ' ,
per : ' Every ' ,
handle : ' Handle ' ,
day : ' Day ' ,
day1 : ' Day ' ,
hour : ' Hour ' ,
minute : ' Minute ' ,
monday : ' Monday ' ,
tuesday : ' Tuesday ' ,
wednesday : ' Wednesday ' ,
thursday : ' Thursday ' ,
friday : ' Friday ' ,
saturday : ' Saturday ' ,
sunday : ' Sunday ' ,
shellContent : ' Script content ' ,
errRecord : ' Incorrect logging ' ,
errHandle : ' Task execution failure ' ,
noRecord : ' The execution did not generate any logs ' ,
} ,
2022-09-08 12:06:53 +08:00
monitor : {
avgLoad : ' Average load ' ,
loadDetail : ' Load detail ' ,
resourceUsage : ' Resource utilization rate ' ,
min : ' Minutes ' ,
read : ' Read ' ,
write : ' Write ' ,
count : ' Times ' ,
readWriteCount : ' Read or write Times ' ,
readWriteTime : ' Read or write delay ' ,
today : ' Today ' ,
yestoday : ' Yestoday ' ,
lastNDay : ' Last { 0 } day ' ,
memory : ' Memory ' ,
disk : ' Disk ' ,
network : ' Network ' ,
up : ' Up ' ,
down : ' Down ' ,
} ,
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 ! ' ,
2022-09-01 10:25:38 +08:00
hostList : ' Host information ' ,
createConn : ' Create a connection ' ,
createGroup : ' Create a group ' ,
expand : ' Expand all ' ,
fold : ' All contract ' ,
2022-09-01 16:52:58 +08:00
batchInput : ' Batch input ' ,
quickCommand : ' quick command ' ,
2022-09-01 10:25:38 +08:00
groupDeleteHelper :
' After the group is removed , all connections in the group will be migrated to the default group . Confirm the information ' ,
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
name : ' Name ' ,
port : ' Port ' ,
2023-01-03 14:37:17 +08:00
user : ' Username ' ,
2022-08-19 18:12:12 +08:00
authMode : ' Auth Mode ' ,
passwordMode : ' password ' ,
keyMode : ' PrivateKey ' ,
password : ' Password ' ,
key : ' Private Key ' ,
2022-08-23 15:21:08 +08:00
emptyTerminal : ' No terminal is currently connected ' ,
2022-08-19 18:12:12 +08:00
} ,
2022-08-16 23:30:23 +08:00
operations : {
2022-11-15 17:20:57 +08:00
operation : ' Operation logs ' ,
login : ' Login logs ' ,
system : ' System logs ' ,
loginIP : ' Login IP ' ,
loginAddress : ' Login address ' ,
loginAgent : ' Login agent ' ,
loginStatus : ' Login status ' ,
2022-12-13 18:54:28 +08:00
deleteLogs : ' Clearing Logs ' ,
resource : ' Resource ' ,
operate : ' Operate ' ,
2022-08-16 23:30:23 +08:00
detail : {
users : ' User ' ,
2022-08-18 18:51:27 +08:00
hosts : ' Host ' ,
2022-12-26 14:47:08 +08:00
apps : ' App ' ,
2022-12-02 10:23:35 +08:00
containers : ' Container ' ,
2022-09-01 10:25:38 +08:00
commands : ' Command ' ,
2022-12-27 18:57:11 +08:00
groups : ' System Group ' ,
2022-09-16 18:53:45 +08:00
backups : ' Backup Account ' ,
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
auth : ' User ' ,
login : ' login ' ,
logout : ' logout ' ,
} ,
status : ' status ' ,
} ,
2022-08-30 17:59:59 +08:00
file : {
dir : ' folder ' ,
upload : ' Upload ' ,
2023-01-04 14:33:34 +08:00
download : ' download ' ,
2022-08-30 17:59:59 +08:00
fileName : ' file name ' ,
2023-01-04 14:33:34 +08:00
search : ' Find ' ,
2022-08-30 17:59:59 +08:00
mode : ' permission ' ,
owner : ' owner ' ,
file : ' file ' ,
remoteFile : ' remote download ' ,
share : ' Share ' ,
2023-01-04 14:33:34 +08:00
sync : ' data synchronization ' ,
2022-08-30 17:59:59 +08:00
size : ' size ' ,
2023-01-04 14:33:34 +08:00
updateTime : ' modification time ' ,
open : ' Open ' ,
rename : ' Rename ' ,
role : ' permission ' ,
info : ' attribute ' ,
2022-08-30 17:59:59 +08:00
linkFile : ' soft link file ' ,
terminal : ' terminal ' ,
2023-01-04 14:33:34 +08:00
shareList : ' Share list ' ,
zip : ' compressed ' ,
user : ' user ' ,
2022-08-30 17:59:59 +08:00
group : ' user group ' ,
path : ' path ' ,
public : ' public ' ,
setRole : ' Set permissions ' ,
2023-01-04 14:33:34 +08:00
link : ' whether to link ' ,
rRole : ' Read ' ,
2022-08-30 17:59:59 +08:00
wRole : ' Write ' ,
xRole : ' executable ' ,
name : ' name ' ,
2023-01-04 14:33:34 +08:00
compress : ' compression ' ,
deCompress : ' Decompression ' ,
2022-09-05 16:25:26 +08:00
compressType : ' compression format ' ,
compressDst : ' compression path ' ,
2023-01-04 14:33:34 +08:00
replace : ' Overwrite existing files ' ,
compressSuccess : ' Compressed successfully ' ,
2022-09-05 16:25:26 +08:00
deCompressSuccess : ' Decompression succeeded ' ,
deCompressDst : ' Decompression path ' ,
2023-01-04 14:33:34 +08:00
linkType : ' Link Type ' ,
2022-09-05 16:25:26 +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 ! ' ,
moveStart : ' Move successfully ' ,
2022-09-08 12:06:53 +08:00
move : ' Move ' ,
2023-01-04 14:33:34 +08:00
copy : ' Copy ' ,
calculate : ' calculate ' ,
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 ' ,
type : ' Type ' ,
2022-08-30 17:59:59 +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 ' ,
emailHelper : ' For password retrieval ' ,
title : ' Panel alias ' ,
theme : ' Theme ' ,
dark : ' Dark ' ,
light : ' Light ' ,
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 ' ,
2022-12-22 15:03:43 +08:00
syncTime : ' Server time ' ,
2022-09-13 18:45:03 +08:00
changePassword : ' Password change ' ,
oldPassword : ' Original password ' ,
newPassword : ' New password ' ,
retryPassword : ' Confirm password ' ,
2022-12-01 19:23:51 +08:00
duplicatePassword : ' The new password cannot be the same as the original password , please re - enter ! ' ,
2022-09-16 18:53:45 +08:00
backup : ' Backup ' ,
2022-09-29 16:15:59 +08:00
noTypeForCreate : ' No backup type is currently created ' ,
2022-09-16 18:53:45 +08:00
serverDisk : ' 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 ' ,
2022-09-16 18:53:45 +08:00
backupAccount : ' Backup account ' ,
loadBucket : ' Get bucket ' ,
accountName : ' Account name ' ,
accountKey : ' Account key ' ,
address : ' Address ' ,
port : ' Port ' ,
username : ' Username ' ,
password : ' Password ' ,
path : ' Path ' ,
2022-09-14 23:27:17 +08:00
safe : ' Safe ' ,
panelPort : ' Panel port ' ,
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 ' ,
safeEntrance : ' Security entrance ' ,
safeEntranceHelper :
2022-09-19 19:42:06 +08:00
' Panel management portal . You can log in to the panel only through a specified security portal , for example : onepanel ' ,
2022-09-29 16:15:59 +08:00
expirationTime : ' Expiration Time ' ,
2022-11-25 18:59:49 +08:00
unSetting : ' Not set ' ,
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 ' ,
2022-09-19 19:42:06 +08:00
complexity : ' Complexity verification ' ,
2022-09-14 23:27:17 +08:00
complexityHelper :
' The password must contain at least eight characters and contain at least three uppercase letters , lowercase letters , digits , and special characters ' ,
mfa : ' MFA ' ,
mfaHelper1 : ' Download a MFA verification mobile app such as : ' ,
mfaHelper2 : ' Scan the following QR code using the mobile app to obtain the 6 - digit verification code ' ,
mfaHelper3 : ' Enter six digits from the app ' ,
2022-09-16 18:53:45 +08:00
2022-09-14 23:27:17 +08:00
enableMonitor : ' Enable ' ,
storeDays : ' Expiration time ( day ) ' ,
cleanMonitor : ' Clearing monitoring records ' ,
2022-09-16 18:53:45 +08:00
2022-09-14 23:27:17 +08:00
message : ' Message ' ,
messageType : ' Message type ' ,
email : ' Email ' ,
wechat : ' WeChat ' ,
dingding : ' DingDing ' ,
closeMessage : ' Turning off Message Notification ' ,
emailServer : ' Service name ' ,
emailAddr : ' Service address ' ,
emailSMTP : ' SMTP code ' ,
secret : ' Secret ' ,
2022-09-19 19:42:06 +08:00
about : ' About ' ,
project : ' Project Address ' ,
issue : ' Feedback ' ,
chat : ' Community Discussion ' ,
star : ' Star ' ,
2022-11-18 16:14:23 +08:00
description : ' 1 Panel , A modern open source Linux panel . ' ,
2022-09-13 18:45:03 +08:00
} ,
2022-09-22 16:16:04 +08:00
app : {
2022-12-05 11:43:00 +08:00
app : ' Application ' ,
installName : ' installation name ' ,
2022-09-26 19:08:12 +08:00
installed : ' installed ' ,
all : ' all ' ,
version : ' version ' ,
2022-12-05 11:43:00 +08:00
detail : ' Details ' ,
install : ' Install ' ,
author : ' Author ' ,
2022-09-26 19:08:12 +08:00
source : ' source ' ,
2022-12-05 11:43:00 +08:00
sync : ' synchronous ' ,
appName : ' Application Name ' ,
2022-09-26 19:08:12 +08:00
status : ' status ' ,
2022-12-05 11:43:00 +08:00
container : ' container ' ,
restart : ' restart ' ,
up : ' start ' ,
down : ' stop ' ,
name : ' name ' ,
2022-09-26 22:54:38 +08:00
description : ' Description ' ,
2022-12-05 11:43:00 +08:00
delete : ' delete ' ,
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 ' ,
canUpdate : ' can be upgraded ' ,
2022-10-12 18:57:22 +08:00
backup : ' Backup ' ,
2022-12-05 11:43:00 +08:00
backupName : ' file name ' ,
backupPath : ' file path ' ,
backupdate : ' Backup time ' ,
2022-10-13 16:46:38 +08:00
restore : ' Restore ' ,
restoreWarn :
2022-12-05 11:43:00 +08:00
' The restore operation will restart the application and replace the data . This operation cannot be rolled back . Do you want to continue ? ' ,
update : ' upgrade ' ,
versioneSelect : ' Please select a version ' ,
operatorHelper : ' Operation { 0 } will be performed on the selected application , continue ? ' ,
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-01-04 14:33:34 +08:00
defaultConfig : ' default configuration ' ,
defaultConfigHelper : ' It has been restored to the default configuration , it will take effect after saving ' ,
forceDelete : ' force delete ' ,
forceDeleteHelper :
' Forced deletion will ignore errors generated during the deletion process and eventually delete metadata ' ,
deleteBackup : ' Delete backup ' ,
deleteBackupHelper : ' Delete application backup at the same time ' ,
noService : ' No { 0 } ' ,
toInstall : ' to install ' ,
param : ' parameter configuration ' ,
2022-12-05 11:43:00 +08:00
} ,
website : {
website : ' website ' ,
primaryDomain : ' primary domain name ' ,
otherDomains : ' other domain names ' ,
type : ' Type ' ,
static : ' Static website ' ,
2023-01-04 14:33:34 +08:00
deployment : ' One - key deployment ' ,
2022-12-05 11:43:00 +08:00
supportUpType : ' Only support tar . gz files ' ,
zipFormat : ' tar . gz compressed package structure : test . tar . gz compressed package must contain website . json file ' ,
proxy : ' reverse proxy ' ,
2023-01-04 14:33:34 +08:00
alias : ' Code Name ' ,
2022-12-05 11:43:00 +08:00
remark : ' remark ' ,
group : ' group ' ,
groupSetting : ' Group Management ' ,
app : ' Application ' ,
appNew : ' New application ' ,
appInstalled : ' Installed application ' ,
create : ' Create a website ' ,
delete : ' Delete website ' ,
deleteApp : ' Delete application ' ,
deleteBackup : ' Delete backup ' ,
domain : ' domain name ' ,
domainHelper : ' One domain name per line , support * and IP address , support domain name : port ' ,
port : ' port ' ,
addDomain : ' Add domain name ' ,
domainConfig : ' domain name settings ' ,
defaultDoc : ' default document ' ,
perserver : ' concurrency limit ' ,
perserverHelper : ' Limit the maximum concurrency of the current site ' ,
perip : ' Single IP limit ' ,
peripHelper : ' Limit the maximum number of concurrent access to a single IP ' ,
rate : ' flow limit ' ,
rateHelper : ' Limit the flow of each request ( unit : KB ) ' ,
limtHelper : ' Enable flow control ' ,
other : ' other ' ,
currentSSL : ' current certificate ' ,
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 ' ,
acmeAccountManage : ' Acme Account Management ' ,
email : ' Email ' ,
addAccount : ' Add new account ' ,
acmeAccount : ' Acme Account ' ,
provider : ' Verification method ' ,
dnsCommon : ' Manual resolution ' ,
expireDate : ' Expiration time ' ,
2023-01-04 14:33:34 +08:00
brand : ' issuer ' ,
2022-12-05 11:43:00 +08:00
deploySSL : ' Deployment ' ,
deploySSLHelper : ' Are you sure to deploy the certificate ? ' ,
ssl : ' certificate ' ,
dnsAccountManage : ' DNS account management ' ,
renewSSL : ' Renew ' ,
renewHelper : ' Are you sure to renew the certificate ? ' ,
renewSuccess : ' Renew Certificate ' ,
config : ' Configuration ' ,
enableHTTPS : ' Enable HTTPS ' ,
aliasHelper : ' The code name is the folder name of the website directory ' ,
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-01-04 14:33:34 +08:00
source : ' configuration file ' ,
2022-12-05 11:43:00 +08:00
security : ' Security ' ,
backup : ' Backup ' ,
log : ' log ' ,
nginxPer : ' performance adjustment ' ,
neverExpire : ' never expire ' ,
protocol : ' protocol ' ,
setDefault : ' Set as default ' ,
default : ' Default ' ,
deleteHelper : ' Related application status is abnormal , please check ' ,
toApp : ' Go to the installed list ' ,
2023-01-04 14:33:34 +08:00
cycle : ' cycle ' ,
frequency : ' frequency ' ,
ccHelper :
' Accumulatively request the same URL more than { 1 } times within { 0 } seconds , trigger CC defense , block this IP ' ,
seconds : ' seconds ' ,
count : ' times ' ,
mustSave : ' The modification needs to be saved to take effect ' ,
fileExt : ' file extension ' ,
fileExtBlock : ' file extension blacklist ' ,
value : ' value ' ,
enable : ' open ' ,
proxyAddress : ' proxy address ' ,
proxyHelper : ' Example : http : //127.0.0.1:8080',
forceDelete : ' force delete ' ,
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 : ' ,
limit : ' limit scheme ' ,
blog : ' Forum / Blog ' ,
imageSite : ' picture site ' ,
downloadSite : ' download site ' ,
shopSite : ' Mall ' ,
doorSite : ' Portal ' ,
qiteSite : ' Enterprise ' ,
videoSite : ' Video ' ,
errLog : ' error log ' ,
accessLog : ' website log ' ,
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 ? ' ,
sitePath : ' Website directory ' ,
siteAlias : ' Site code name ' ,
primaryPath : ' main directory ' ,
folderTitle : ' The main directory of the website mainly contains four folders ' ,
wafFolder : ' Firewall Rules ' ,
indexFolder : ' Static website root directory ' ,
logFoler : ' website log ' ,
sslFolder : ' Website certificate ' ,
enableOrNot : ' whether to enable ' ,
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 ' ,
disbaleHTTTPS : ' Disable HTTPS ' ,
disbaleHTTTPSHelper : ' Disabling HTTPS will delete the certificate related configuration , whether to continue ' ,
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 ' ,
encryptionAlgorithm : ' encryption algorithm ' ,
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> " ,
ipValue : ' IP value ' ,
ext : ' file extension ' ,
wafInputHelper : ' Input data by line , one line ' ,
data : ' data ' ,
ever : ' permanent ' ,
nextYear : ' One year later ' ,
allGroup : ' All groups ' ,
noLog : ' There are currently no logs ... ' ,
defaultServer : ' default site ' ,
noDefaulServer : ' Not set ' ,
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 ' ,
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-01-04 14:33:34 +08:00
status : ' current status ' ,
nginxConfig : ' OpenResty settings ' ,
configResource : ' Configuration modification ' ,
saveAndReload : ' save and reload ' ,
} ,
ssl : {
provider : ' Type ' ,
manualCreate : ' manually created ' ,
acmeAccount : ' Acme Account ' ,
resolveDomain : ' Resolve domain name ' ,
err : ' Error ' ,
value : ' record value ' ,
type : ' Type ' ,
dnsResolveHelper : ' Please go to the DNS resolution service provider to add the following resolution records : ' ,
detail : ' Details ' ,
msg : ' Certificate Information ' ,
ssl : ' certificate ' ,
key : ' private key ' ,
startDate : ' effective time ' ,
organization : ' issuing organization ' ,
renewConfirm : ' Are you sure to renew ? ' ,
autoRenew : ' Automatic renewal ' ,
autoRenewHelper : ' Automatic renewal 7 days from the expiration time ' ,
renewSuccess : ' Renewal succeeded ' ,
renewWebsite :
' This certificate has been associated with the following websites , and the renewal will be applied to these websites simultaneously ' ,
} ,
firewall : {
ccDeny : ' CC Protection ' ,
ipWhiteList : ' IP Whitelist ' ,
ipBlockList : ' IP blacklist ' ,
fileExtBlockList : ' File extension blacklist ' ,
urlWhiteList : ' URL whitelist ' ,
urlBlockList : ' URL blacklist ' ,
argsCheck : ' GET parameter check ' ,
postCheck : ' POST parameter verification ' ,
cookieBlockList : ' Cookie Blacklist ' ,
2022-09-22 16:16:04 +08:00
} ,
2022-08-16 23:30:23 +08:00
} ;