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 : {
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 ' ,
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 ' ,
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 ' ,
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 ' ,
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 ' ,
2022-12-30 17:36:19 +08:00
title : ' Title ' ,
2023-02-10 15:55:56 +08:00
tableSetting : ' Table setting ' ,
autoRefresh : ' Auto refresh ' ,
2023-02-15 17:10:15 +08:00
refreshRate : ' Rate ' ,
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
Snapshoting : ' Making snapshots , please wait ... ' ,
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 : {
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 ' ,
2023-02-16 14:23:30 +08:00
backupSuccess : ' Backup Success ' ,
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 ' ,
2023-02-16 14:23:30 +08:00
title : ' A modern , open source Linux server operation and maintenance management panel ' ,
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 : {
2023-02-15 17:10:15 +08:00
running : ' Running ' ,
stopped : ' Stopped ' ,
success : ' Success ' ,
failed : ' Failed ' ,
error : ' Error ' ,
created : ' Created ' ,
restarting : ' Restarting ' ,
uploading : ' Uploading ' ,
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 ' ,
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-02-16 10:57:33 +08:00
ssl : ' Certificate ' ,
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 ' ,
2023-02-16 14:23:30 +08:00
allNetworkCard : ' All ' ,
networkCard : ' NetworkCard ' ,
disk : ' Disk ' ,
allDisk : ' All ' ,
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 ' ,
2023-02-15 17:10:15 +08:00
backupList : ' Backup ' ,
2022-11-08 19:03:38 +08:00
backList : ' Return ' ,
2023-02-15 17:10:15 +08:00
loadBackup : ' Import ' ,
setting : ' Settings ' ,
2022-11-08 19:03:38 +08:00
remoteAccess : ' Remote access ' ,
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-02-15 17:10:15 +08:00
portSetting : ' Port setting ' ,
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 ! ' ,
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-31 23:28:37 +08:00
createContainer : ' Create 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 ' ,
2023-02-15 17:10:15 +08:00
emptyUser : ' When empty , you will log in as default ' ,
2022-10-18 18:39:45 +08:00
containerTerminal : ' Container terminal ' ,
2022-10-12 18:55:47 +08:00
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 ' ,
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
import : ' Import ' ,
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 ' ,
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 ' ,
2023-02-13 16:34:02 +08:00
createRepo : ' Add repo ' ,
2022-10-09 16:17:15 +08:00
name : ' Name ' ,
2023-02-16 10:57:33 +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 ' ,
2023-01-31 23:28:37 +08:00
createCompose : ' Create compose ' ,
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 ' ,
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 ' ,
2023-02-07 10:29:55 +08:00
record : ' Records ' ,
2022-09-28 18:11:36 +08:00
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 ' ,
2023-02-07 10:29:55 +08:00
all : ' All ' ,
failedRecord : ' Failed records ' ,
successRecord : ' Successful records ' ,
2022-09-28 18:11:36 +08:00
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 ' ,
2023-02-09 18:30:59 +08:00
networkCard : ' Net card ' ,
2022-09-08 12:06:53 +08:00
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 ' ,
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 ' ,
} ,
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 ' ,
2023-02-15 17:10:15 +08:00
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 ' ,
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
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
} ,
2023-02-15 17:10:15 +08:00
logs : {
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 ' ,
2023-02-07 18:48:32 +08:00
websites : ' Website ' ,
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 ' ,
2023-01-06 18:53:25 +08:00
files : ' File Manage ' ,
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 : {
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-02-16 10:57:33 +08:00
fileName : ' Dile 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 ' ,
user : ' User ' ,
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 ! ' ,
moveStart : ' Move successfully ' ,
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 ' ,
type : ' Type ' ,
2023-02-15 17:10:15 +08:00
list : ' File List ' ,
sub : ' Include subdirectory ' ,
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 ' ,
2023-01-29 16:38:34 +08:00
user : ' UserName ' ,
passwd : ' Password ' ,
2022-09-13 18:45:03 +08:00
emailHelper : ' For password retrieval ' ,
title : ' Panel alias ' ,
2023-01-29 16:38:34 +08:00
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 ' ,
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 ' ,
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 ' ,
2023-01-31 15:22:05 +08:00
thirdParty : ' Third - party account ' ,
2023-01-28 16:51:58 +08:00
createBackupAccount : ' Create { 0 } backup account ' ,
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 ' ,
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 ' ,
2023-02-17 15:13:55 +08:00
safe : ' Security ' ,
2022-09-14 23:27:17 +08:00
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 ' ,
2023-02-16 10:57:33 +08:00
unSetting : ' Not Set ' ,
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 ' ,
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 ' ,
2023-01-28 16:51:58 +08:00
mfaHelper : ' After this function is enabled , the mobile application verification code will be verified ' ,
2022-09-14 23:27:17 +08:00
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
2023-01-06 18:53:25 +08:00
snapshot : ' Snapshot ' ,
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 ? ' ,
upgrade : ' Upgrade ' ,
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 ? ' ,
noUpgrade : ' This is the latest version . You do not need to update it ' ,
2023-01-31 15:22:05 +08:00
newVersion : ' Latest 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-01-06 18:53:25 +08:00
2023-01-31 23:28:37 +08:00
monitor : ' Monitor ' ,
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 ' ,
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 ' ,
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 ' ,
up : ' Start ' ,
down : ' Stop ' ,
2023-02-16 10:57:33 +08:00
name : ' Name ' ,
2022-09-26 22:54:38 +08:00
description : ' Description ' ,
2023-02-16 10:57:33 +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 ' ,
2023-02-16 14:23:30 +08:00
canUpdate : ' Upgraded ' ,
2022-10-12 18:57:22 +08:00
backup : ' Backup ' ,
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 ' ,
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-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 ' ,
deleteBackupHelper : ' Delete application backup at the same time ' ,
noService : ' No { 0 } ' ,
toInstall : ' to install ' ,
param : ' parameter configuration ' ,
2023-02-16 14:23:30 +08:00
port : ' Port ' ,
areadyRun : ' Age ' ,
day : ' Day ' ,
hour : ' Hour ' ,
syncAppList : ' Sync ' ,
updatePrompt : ' The current application is the latest version ' ,
installPrompt : ' No apps installed yet ' ,
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 ' ,
2022-12-05 11:43:00 +08:00
type : ' Type ' ,
2023-02-16 10:57:33 +08:00
static : ' Static ' ,
deployment : ' 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 ' ,
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 ' ,
port : ' 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 ) ' ,
limtHelper : ' 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 ' ,
dnsCommon : ' Manual resolution ' ,
2023-02-16 10:57:33 +08:00
expireDate : ' Expiration Time ' ,
brand : ' Issuer ' ,
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 ' ,
backup : ' Backup ' ,
2023-02-16 10:57:33 +08:00
log : ' Log ' ,
nginxPer : ' Performance Tuning ' ,
neverExpire : ' Never Expire ' ,
protocol : ' Protocol ' ,
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 ' ,
seconds : ' seconds ' ,
count : ' times ' ,
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-01-04 14:33:34 +08:00
proxyHelper : ' Example : http : //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 ' ,
siteAlias : ' Site Path Name ' ,
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 ' ,
indexFolder : ' Static website root directory ' ,
logFoler : ' website log ' ,
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 ' ,
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 ' ,
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> " ,
ipValue : ' IP value ' ,
ext : ' file extension ' ,
wafInputHelper : ' Input data by line , one line ' ,
data : ' data ' ,
ever : ' permanent ' ,
nextYear : ' One year later ' ,
2023-02-16 10:57:33 +08:00
allGroup : ' All Groups ' ,
2023-01-04 14:33:34 +08:00
noLog : ' There are currently no logs ... ' ,
2023-02-16 10:57:33 +08:00
defaultServer : ' Default Site ' ,
2023-01-04 14:33:34 +08:00
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 ' ,
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',
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 ' ,
nginxConfig : ' OpenResty Settings ' ,
configResource : ' Configuration ' ,
saveAndReload : ' Save and Reload ' ,
2023-01-04 14:33:34 +08:00
} ,
ssl : {
2023-02-16 10:57:33 +08:00
create : ' Create 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 ' ,
type : ' Type ' ,
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 ' ,
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 ' ,
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 ' ,
2022-09-22 16:16:04 +08:00
} ,
2022-08-16 23:30:23 +08:00
} ;