2023-03-17 15:51:02 +08:00
import fit2cloudEnLocale from ' fit2cloud - ui - plus / src / locale / lang / en ' ;
const message = {
2022-08-16 23:30:23 +08:00
commons : {
2022-10-09 16:17:15 +08:00
true : ' true ' ,
false : ' false ' ,
2023-04-26 17:26:12 +08:00
example : ' e . g . : ' ,
2022-08-16 23:30:23 +08:00
button : {
2023-02-01 16:15:31 +08:00
create : ' Create ' ,
add : ' Add ' ,
save : ' Save ' ,
2023-02-15 17:10:15 +08:00
set : ' Setting ' ,
2023-02-01 16:15:31 +08:00
sync : ' Sync ' ,
delete : ' Delete ' ,
2022-08-16 23:30:23 +08:00
edit : ' Edit ' ,
2022-09-15 17:15:03 +08:00
enable : ' Enable ' ,
disable : ' Disable ' ,
2022-08-16 23:30:23 +08:00
confirm : ' Confirm ' ,
cancel : ' Cancel ' ,
reset : ' Reset ' ,
2022-08-19 18:12:12 +08:00
conn : ' Connect ' ,
2022-10-18 18:39:45 +08:00
disconn : ' Disconnect ' ,
2022-09-14 23:27:17 +08:00
clean : ' Clean ' ,
login : ' Login ' ,
close : ' Close ' ,
2023-03-30 18:03:21 +08:00
stop : ' Stop ' ,
start : ' Start ' ,
2022-09-28 18:11:36 +08:00
view : ' View ' ,
2022-10-08 18:32:02 +08:00
watch : ' Watch ' ,
2022-09-29 11:13:05 +08:00
handle : ' Handle ' ,
2022-09-28 18:11:36 +08:00
expand : ' Expand ' ,
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 ' ,
2023-03-14 10:19:29 +08:00
refresh : ' Refresh ' ,
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 : {
2023-04-12 18:56:33 +08:00
delete : ' This operation delete cannot be rolled back . Do you want to continue ? ' ,
clean : ' This operation clean cannot be rolled back . Do you want to continue ? ' ,
2022-09-02 10:57:32 +08:00
deleteTitle : ' Delete ' ,
2022-08-16 23:30:23 +08:00
deleteSuccess : ' Delete Success ' ,
loginSuccess : ' Login Success ' ,
operationSuccess : ' Successful operation ' ,
2022-12-08 16:00:59 +08:00
copySuccess : ' Copy Successful ' ,
2022-09-16 18:53:45 +08:00
notSupportOperation : ' This operation is not supported ' ,
2022-09-28 18:11:36 +08:00
requestTimeout : ' The request timed out , please try again later ' ,
2022-08-16 23:30:23 +08:00
infoTitle : ' Hint ' ,
2022-09-28 18:11:36 +08:00
notRecords : ' No execution record is generated for the current task ' ,
2022-08-16 23:30:23 +08:00
sureLogOut : ' Are you sure you want to log out ? ' ,
createSuccess : ' Create Success ' ,
updateSuccess : ' Update Success ' ,
2022-09-03 22:22:40 +08:00
uploadSuccess : ' Update Success ' ,
2022-09-26 19:08:12 +08:00
operate : ' Operate ' ,
2022-12-12 19:04:45 +08:00
inputOrSelect : ' Please select or enter ' ,
2023-02-16 14:23:30 +08:00
backupSuccess : ' Backup Success ' ,
2023-03-07 11:30:01 +08:00
unSupportType : ' Current file type is not supported ! ' ,
unSupportSize : ' The uploaded file exceeds { 0 } M , please confirm ! ' ,
2023-03-08 15:33:43 +08:00
fileExist : ' The file already exists in the current folder . Repeat uploading is not supported ! ' ,
fileNameErr :
2023-03-17 16:46:46 +08:00
' You can upload only files whose name contains 1 to 256 characters , including English , Chinese , digits , or periods ( . - _ ) ' ,
2023-03-09 14:53:29 +08:00
comfimNoNull : ' Make sure the value { 0 } is not empty ' ,
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 ! ' ,
2023-03-10 16:47:30 +08:00
errorMfaInfo : ' Incorrect authentication information , please try again ! ' ,
2023-03-17 11:23:34 +08:00
captchaHelper : ' Captcha ' ,
errorCaptcha : ' Captcha code error ! ' ,
2023-04-27 15:18:16 +08:00
notSafe : ' Access Denied ' ,
safeEntrance1 : ' The secure login has been enabled in the current environment ' ,
safeEntrance2 : ' Enter the following command on the SSH terminal to view the panel entry : 1 pctl user - info ' ,
2022-09-15 18:43:41 +08:00
codeInput : ' Please enter the 6 - digit verification code of the MFA validator ' ,
2023-03-23 20:34:33 +08:00
mfaTitle : ' MFA Certification ' ,
mfaCode : ' MFA verification code ' ,
2023-03-17 11:23:34 +08:00
title : ' Linux Server Management Panel ' ,
2023-03-20 19:26:27 +08:00
licenseHelper :
2023-04-17 18:30:40 +08:00
' Agree & laquo ; < a href = "https://www.fit2cloud.com/legal/licenses.html" target = "_blank" > Community License Agreement < / a > & raquo ; ' ,
2023-03-20 19:26:27 +08:00
errorAgree : ' Please click to agree to the Community Software License Agreement ' ,
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 ' ,
2023-03-01 14:27:25 +08:00
userName : ' Support English , Chinese , numbers and _ length 3 - 30 ' ,
2022-12-21 13:03:49 +08:00
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 ' ,
2023-03-10 00:27:41 +08:00
imageName : ' Support English , numbers , : / . - _ , length 1 - 150 ' ,
2023-03-11 17:53:28 +08:00
volumeName : ' Support English , numbers , . - _ , length 2 - 30 ' ,
2022-09-16 16:00:49 +08:00
complexityPassword :
2023-03-17 11:23:34 +08:00
' Longer than eight characters and contains at least two combinations of letters , digits , and special characters ' ,
2022-09-16 16:00:49 +08:00
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 ' ,
2023-03-11 17:53:28 +08:00
integer : ' Please enter the correct positive integer ' ,
2022-08-18 18:51:27 +08:00
ip : ' Please enter the correct IP address ' ,
2023-03-17 10:54:16 +08:00
host : ' Enter the correct IP address or domain name ' ,
2022-08-18 18:51:27 +08:00
port : ' Please enter the correct port ' ,
2022-10-17 09:10:06 +08:00
selectHelper : ' Please select the correct { 0 } file ' ,
2023-03-01 17:36:42 +08:00
domain : ' domain name format error ' ,
databaseName : ' Support English , numbers , _ , length 1 - 30 ' ,
ipErr : ' IP [ { 0 } ] format error , please check ' ,
2023-03-02 15:46:42 +08:00
numberRange : ' Number range : { 0 } - { 1 } ' ,
2023-03-02 13:35:06 +08:00
paramName : ' Support English , numbers , . - and _ , length 2 - 30 ' ,
2023-03-10 15:34:26 +08:00
paramComplexity :
' Support English , numbers , { 0 } , length 6 - 30 , Special characters cannot be at the beginning and end ' ,
2023-03-02 15:46:42 +08:00
paramUrlAndPort : ' The format is http ( s ) : //(domain name/ip):(port)',
2023-03-08 18:30:50 +08:00
nginxDoc : ' Only supports English case , numbers , and . ' ,
2023-03-08 22:41:45 +08:00
appName : ' Support English , numbers , - and _ , length 2 - 30 , and cannot start and end with - _ ' ,
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 ' ,
2023-03-01 18:17:31 +08:00
waiting : ' Waiting ' ,
2023-02-15 17:10:15 +08:00
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 ' ,
2023-03-31 14:02:28 +08:00
normal : ' Normal ' ,
building : ' Building ' ,
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 ' ,
2023-03-29 14:58:28 +08:00
runtime : ' Runtime ' ,
2022-08-16 23:30:23 +08:00
} ,
home : {
2022-11-24 23:56:48 +08:00
overview : ' Overview ' ,
2023-04-17 11:13:30 +08:00
entranceHelper :
' Enabling a secure entrance can help improve system security . If necessary , go to the Control Panel settings , select Security , and enable the secure entrance . ' ,
2022-11-24 23:56:48 +08:00
appInstalled : ' App installed ' ,
systemInfo : ' System info ' ,
hostname : ' Hostname ' ,
platformVersion : ' Platform version ' ,
kernelVersion : ' Kernel version ' ,
kernelArch : ' Kernel arch ' ,
network : ' Network ' ,
io : ' Disk IO ' ,
2023-03-29 21:28:13 +08:00
baseInfo : ' Base info ' ,
2022-11-24 23:56:48 +08:00
totalSend : ' Total send ' ,
totalRecv : ' Total recv ' ,
2023-03-22 18:48:29 +08:00
rwPerSecond : ' IO times ' ,
2022-11-24 23:56:48 +08:00
ioDelay : ' IO delay ' ,
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 ' ,
2023-03-29 21:28:13 +08:00
fileSystem : ' File system ' ,
2022-11-24 23:56:48 +08:00
total : ' Total ' ,
used : ' Used ' ,
free : ' Free ' ,
percent : ' Percent ' ,
app : ' Recommended Apps ' ,
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
networkCard : ' NetworkCard ' ,
disk : ' Disk ' ,
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 : {
2023-04-11 17:00:29 +08:00
database : ' 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 ' ,
permissionForIP : ' IP ' ,
2023-03-14 10:31:05 +08:00
permissionAll : ' All of them ( % ) ' ,
2023-04-11 10:26:25 +08:00
databaseConnInfo : ' Conn info ' ,
2022-11-08 19:03:38 +08:00
rootPassword : ' Root password ' ,
2023-04-11 10:26:25 +08:00
serviceName : ' Service Name ' ,
serviceNameHelper : ' Access between containers in the same network . ' ,
2023-02-15 17:10:15 +08:00
backupList : ' Backup ' ,
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-27 11:46:23 +08:00
remoteHelper : ' One in a row , for example : \ n172 .16 .10 .111 \ n172 .16 .10 .112 ' ,
2023-02-15 17:10:15 +08:00
remoteConnHelper :
' Remote connection to mysql as user root may have security risks . Therefore , perform this operation with caution . ' ,
changePassword : ' Password ' ,
2022-12-21 12:21:27 +08:00
changePasswordHelper :
' The database has been associated with an application . Changing the password will change the database password of the application at the same time . The change takes effect after the application restarts . ' ,
2022-11-08 19:03:38 +08:00
confChange : ' Configuration change ' ,
2023-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
selectFile : ' Select file ' ,
2023-03-22 15:20:30 +08:00
supportUpType : ' Only sql , sql . gz , and tar . gz files are supported ' ,
2023-03-07 15:51:48 +08:00
zipFormat : ' tar . gz compressed package structure : test . tar . gz compressed package must contain test . sql ' ,
2022-11-09 15:08:38 +08:00
2022-11-08 19:03:38 +08:00
currentStatus : ' Current state ' ,
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 ' ,
2023-02-23 11:39:47 +08:00
noData : ' No slow log yet ... ' ,
2022-12-04 19:20:36 +08:00
2023-03-10 13:46:12 +08:00
isOn : ' On ' ,
longQueryTime : ' threshold ( s ) ' ,
thresholdRangeHelper : ' Please enter the correct threshold ( 1 - 600 ) . ' ,
2022-11-08 19:03:38 +08:00
status : ' The current state ' ,
2023-02-23 11:39:47 +08:00
baseParam : ' Basic parameter ' ,
performanceParam : ' Performance parameter ' ,
2022-11-08 19:03:38 +08:00
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 ' ,
2023-03-08 16:54:48 +08:00
rdbInfo : ' Ensure that the value in the rule list ranges from 1 to 100000 ' ,
2023-04-18 15:30:57 +08:00
containerConn : ' Container connection address ' ,
containerConnHelper : ' PHP runtime environment / container - installed applications use this connection address ' ,
remoteConn : ' External connection address ' ,
remoteConnHelper2 : ' Use this address for non - container or external connections ' ,
localIP : ' Local IP ' ,
2022-11-08 19:03:38 +08:00
} ,
2022-10-08 18:32:02 +08:00
container : {
2023-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 ? ' ,
2023-03-15 16:48:26 +08:00
operatorAppHelper :
' There is a container from the App store . The { 0 } operation may affect the normal use of this service . Are you sure ? ' ,
2022-10-08 18:32:02 +08:00
start : ' Start ' ,
stop : ' Stop ' ,
2022-12-08 18:09:14 +08:00
restart : ' Restart ' ,
2022-10-08 18:32:02 +08:00
kill : ' Kill ' ,
pause : ' Pause ' ,
2022-10-17 16:04:39 +08:00
unpause : ' Unpause ' ,
rename : ' Rename ' ,
2022-10-08 18:32:02 +08:00
remove : ' Remove ' ,
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 ' ,
2023-04-25 22:06:17 +08:00
source : ' Resource rate ' ,
2022-10-09 16:17:15 +08:00
2023-02-23 11:39:47 +08:00
user : ' User ' ,
command : ' Command ' ,
2022-10-18 18:39:45 +08:00
custom : ' Custom ' ,
2023-02-15 17:10:15 +08:00
emptyUser : ' When empty , you will log in as default ' ,
2023-02-17 15:18:09 +08:00
containerTerminal : ' Terminal ' ,
2022-10-18 18:39:45 +08:00
2022-10-12 18:55:47 +08:00
port : ' Port ' ,
2023-04-26 15:18:13 +08:00
server : ' Host ' ,
serverExample : ' e . g . 80 , 80 - 88 , ip : 80 or ip : 80 - 88 ' ,
contianerExample : ' e . g . 80 or 80 - 88 ' ,
2022-10-12 18:55:47 +08:00
exposePort : ' Expose port ' ,
exposeAll : ' Expose all ' ,
cmd : ' Command ' ,
2023-04-10 16:22:29 +08:00
cmdHelper : ' Example : echo "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 ' ,
2023-03-11 17:50:26 +08:00
volumeHelper : ' Ensure that the content of the storage volume is correct ' ,
2022-12-01 17:35:21 +08:00
modeRW : ' RW ' ,
modeR : 'R' ,
2022-10-12 18:55:47 +08:00
mode : ' Mode ' ,
env : ' Environment ' ,
restartPolicy : ' Restart policy ' ,
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 ' ,
2023-04-26 17:26:12 +08:00
nfsEnable : ' Enable NFS storage ' ,
nfsAddress : ' Address ' ,
nfsAddressHelper : ' Support input of IP address or domain ' ,
2022-10-11 17:46:52 +08:00
mountpoint : ' Mountpoint ' ,
2023-04-26 17:26:12 +08:00
mountpointNFSHerlper : ' e . g . / nfs , / nfs - share ' ,
options : ' Options ' ,
2022-10-11 17:46:52 +08:00
createVolume : ' Create volume ' ,
2022-10-09 16:17:15 +08:00
repo : ' Repo ' ,
2023-02-13 16:34:02 +08:00
createRepo : ' Add repo ' ,
2022-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-04-26 17:00:20 +08:00
fromChangeHelper : ' Switching the source will clear the current edited content . Do you want to continue ? ' ,
2023-04-13 14:30:34 +08:00
composePathHelper : ' Config file save path : { 0 } ' ,
2023-04-27 12:44:18 +08:00
composeHelper :
' The composition created through 1 Panel editor or template will be saved in the { 0 } / docker / compose directory . ' ,
deleteFile : ' Delete file ' ,
deleteComposeHelper : ' Delete the corresponding composition file . ' ,
deleteCompose : ' " Delete this composition . ' ,
2023-02-23 11:39:47 +08:00
apps : ' Apps ' ,
local : ' Local ' ,
2023-01-31 23:28:37 +08:00
createCompose : ' Create compose ' ,
2023-04-27 10:24:14 +08:00
template : ' Template ' ,
2022-10-17 09:10:06 +08:00
composeTemplate : ' Compose template ' ,
2023-01-31 23:28:37 +08:00
createComposeTemplate : ' Create compose template ' ,
2022-10-17 09:10:06 +08:00
description : ' Description ' ,
content : ' Content ' ,
2022-10-17 16:04:39 +08:00
containerNumber : ' Container number ' ,
down : ' Down ' ,
up : ' Up ' ,
2022-12-06 17:24:01 +08:00
composeDetailHelper :
' The compose is created external to 1 Panel . The start and stop operations are not supported . ' ,
composeOperatorHelper : ' { 1 } operation will be performed on { 0 } . Do you want to continue ? ' ,
2022-12-07 17:28:14 +08:00
setting : ' Setting ' ,
2023-03-11 23:44:16 +08:00
stopHelper : ' docker service includes docker . service and docker . socket : ' ,
stopHelper2 :
' When docker . service is stopped , Docker . socket will keep listening state . When docker command request is listened , The docker . service will be pulled up again . ' ,
stopHelper3 : ' Stopping docker . socket will make the docker . service service unavailable ' ,
2022-12-07 17:28:14 +08:00
dockerStatus : ' Docker Service ' ,
daemonJsonPathHelper : ' Ensure that the configuration path is the same as that specified in docker . service . ' ,
mirrors : ' Registry mirrors ' ,
mirrorsHelper :
2023-04-10 22:13:16 +08:00
' Redirecting requests for a Docker image repository to a specified image accelerator can improve the download speed of the image ' ,
2022-12-07 17:28:14 +08:00
registries : ' Insecure registries ' ,
2023-04-10 17:04:23 +08:00
liveHelper :
' Allows the running container state to be preserved in case of unexpected shutdown or crash of the Docker daemon ' ,
liveWithSwarmHelper : ' live - restore daemon configuration is incompatible with swarm mode . ' ,
2022-12-07 17:28:14 +08:00
daemonJsonPath : ' Conf Path ' ,
2022-12-07 18:15:56 +08:00
serviceUnavailable : ' Docker service is not started at present , please click ' ,
startIn : ' to start ' ,
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 ' ,
2023-02-24 12:26:23 +08:00
shell : ' Shell script ' ,
website : ' Backup 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 ' ,
2023-02-24 12:26:23 +08:00
database : ' Backup database ' ,
2022-09-28 18:11:36 +08:00
missBackupAccount : ' The backup account could not be found ' ,
syncDate : ' Synchronization time ' ,
releaseMemory : ' Free memory ' ,
2023-02-24 12:26:23 +08:00
curl : ' Access URL ' ,
2022-09-28 18:11:36 +08:00
taskName : ' Task name ' ,
cronSpec : ' Lifecycle ' ,
2023-03-10 10:54:47 +08:00
cronSpecHelper : ' Enter the correct execution period ' ,
2023-04-07 12:02:10 +08:00
cleanHelper :
2023-04-09 22:22:13 +08:00
' This operation records all job execution records , backup files , and log files . Do you want to continue ? ' ,
2022-09-28 18:11:36 +08:00
directory : ' Backup directory ' ,
sourceDir : ' Backup directory ' ,
2023-04-07 10:18:10 +08:00
allOptionHelper :
2023-04-11 17:00:29 +08:00
' The current task plan is to back up all [ { 0 } ] . Direct download is not supported at the moment . You can check the backup list of [ { 0 } ] menu . ' ,
2022-09-28 18:11:36 +08:00
exclusionRules : ' Exclusive rule ' ,
2022-11-30 15:47:11 +08:00
saveLocal : ' Retain local backups ( the same as the number of cloud storage copies ) ' ,
2022-09-28 18:11:36 +08:00
url : ' URL Address ' ,
target : ' Target ' ,
2022-09-29 16:15:59 +08:00
retainCopies : ' Retain copies ' ,
2023-04-09 22:22:13 +08:00
retainCopiesHelper : ' Number of copies of execution records , log files , and backup files ' ,
2022-09-28 18:11:36 +08:00
cronSpecRule : ' Please enter a correct lifecycle ' ,
2023-02-24 12:26:23 +08:00
perMonth : ' Every monthly ' ,
perWeek : ' Every week ' ,
perHour : ' Every hour ' ,
2022-09-28 18:11:36 +08:00
perNDay : ' Every N days ' ,
2022-12-14 19:34:42 +08:00
perDay : ' Every days ' ,
2022-09-28 18:11:36 +08:00
perNHour : ' Every N hours ' ,
perNMinute : ' Every N minutes ' ,
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 ' ,
2023-04-11 18:48:28 +08:00
cleanData : ' Clean data ' ,
2023-04-12 18:56:33 +08:00
cleanDataHelper : ' Delete the backup file generated during this task . ' ,
2023-02-24 12:26:23 +08:00
noLogs : ' No task output yet ... ' ,
errPath : ' Backup path [ { 0 } ] error , cannot download ! ' ,
2022-09-28 18:11:36 +08:00
} ,
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 ! ' ,
2023-03-01 17:43:28 +08:00
host : ' Host ' ,
2023-03-07 11:30:01 +08:00
createConn : ' New connection ' ,
2023-03-01 17:43:28 +08:00
group : ' Group ' ,
2023-03-07 11:30:01 +08:00
noHost : ' No host ' ,
2023-03-01 17:43:28 +08:00
groupChange : ' Change group ' ,
2022-09-01 10:25:38 +08:00
expand : ' Expand all ' ,
fold : ' All contract ' ,
2022-09-01 16:52:58 +08:00
batchInput : ' Batch input ' ,
2023-02-15 17:10:15 +08:00
quickCommand : ' Quick command ' ,
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 ' ,
2023-04-10 21:50:24 +08:00
passwordMode : ' Password ' ,
rememberPassword : ' Remember password ' ,
2022-08-19 18:12:12 +08:00
keyMode : ' PrivateKey ' ,
password : ' Password ' ,
2023-04-10 21:50:24 +08:00
key : ' Private key ' ,
keyPassword : ' Private key password ' ,
2022-08-23 15:21:08 +08:00
emptyTerminal : ' No terminal is currently connected ' ,
2022-08-19 18:12:12 +08:00
} ,
2023-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 ' ,
2023-04-07 17:46:10 +08:00
runtimes : ' Runtime ' ,
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 ! ' ,
2023-03-10 16:27:39 +08:00
moveSuccess : ' Move success ' ,
copySuccess : ' Copy success ' ,
2022-09-08 12:06:53 +08:00
move : ' Move ' ,
2023-01-04 14:33:34 +08:00
copy : ' Copy ' ,
2023-02-15 17:10:15 +08:00
calculate : ' Calculate ' ,
2023-01-04 14:33:34 +08:00
canNotDeCompress : ' Cannot decompress this file ' ,
uploadSuccess : ' Upload successful ! ' ,
downloadProcess : ' Download progress ' ,
2022-09-15 10:44:43 +08:00
downloading : ' Downloading ... ' ,
2023-01-04 14:33:34 +08:00
infoDetail : ' File Properties ' ,
type : ' Type ' ,
2023-02-15 17:10:15 +08:00
list : ' File List ' ,
sub : ' Include subdirectory ' ,
2023-03-12 11:09:20 +08:00
downlodSuccess : ' Download Success ' ,
2023-03-13 17:00:28 +08:00
theme : ' Theme ' ,
language : ' Language ' ,
2023-03-31 11:16:15 +08:00
eol : ' End Of Line ' ,
2023-04-24 18:21:44 +08:00
copyDir : ' Copy Dir ' ,
2023-04-26 17:58:12 +08:00
paste : ' Paste ' ,
cancel : ' Cancel ' ,
2023-04-26 22:18:16 +08:00
changeOwner : ' Modify user and user group ' ,
containSub : ' Modify sub - file attributes at the same time ' ,
ownerHelper :
' The default user of the PHP operating environment : the user group is 1000 : 1000 , it is normal that the users inside and outside the container show inconsistencies ' ,
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 ' ,
2023-03-01 14:27:25 +08:00
userChange : ' Change username ' ,
2023-03-01 19:11:51 +08:00
userChangeHelper : ' Change the user name to log out . Do you want to continue ? ' ,
2023-01-29 16:38:34 +08:00
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 ' ,
2023-02-23 17:31:46 +08:00
second : ' S ' ,
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-04-06 14:42:16 +08:00
createBackupAccount : ' Add { 0 } ' ,
2022-09-29 16:15:59 +08:00
noTypeForCreate : ' No backup type is currently created ' ,
2023-02-17 15:13:55 +08:00
LOCAL : ' Server disks ' ,
2022-12-02 16:38:36 +08:00
currentPath : ' Current path ' ,
2022-09-19 19:42:06 +08:00
OSS : ' Ali OSS ' ,
S3 : ' Amazon S3 ' ,
2023-02-17 15:13:55 +08:00
MINIO : ' MINIO ' ,
SFTP : ' SFTP ' ,
2023-04-06 14:42:16 +08:00
COS : ' Tencent COS ' ,
KODO : ' Qiniu Kodo ' ,
2023-04-11 23:50:33 +08:00
domainHelper : ' The accelerated domain name must contain http : // or https://',
2023-04-06 10:20:16 +08:00
backupAlert :
2023-04-06 14:42:16 +08:00
"In theory, as long as the cloud provider is compatible with the S3 protocol, existing Amazon S3 cloud storage can be used for backup. For specific configurations, please refer to the <a target=“_blank” href='https://1panel.cn/docs/user_manual/settings/#3'>official documentation.</a> " ,
2023-04-05 21:58:28 +08:00
domain : ' Accelerate domain ' ,
2022-09-16 18:53:45 +08:00
backupAccount : ' Backup account ' ,
loadBucket : ' Get bucket ' ,
accountName : ' Account name ' ,
accountKey : ' Account key ' ,
address : ' Address ' ,
port : ' Port ' ,
username : ' Username ' ,
password : ' Password ' ,
path : ' Path ' ,
2023-02-17 15:13:55 +08:00
safe : ' Security ' ,
2023-04-27 22:44:16 +08:00
entrance : ' Entrance ' ,
2023-04-17 13:57:41 +08:00
entranceHelper : ' Enabling secure entry will only allow logging in to the panel through specified secure entry . ' ,
entranceError :
' Please enter a secure login entry point of 6 - 10 characters , only numbers or letters are supported . ' ,
2023-04-27 22:44:16 +08:00
entranceInputHelper : ' When the security entry is set to blank , the security entry is cancelled . ' ,
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 ' ,
2023-04-26 17:26:12 +08:00
mfaHelper1 : ' Download a MFA verification mobile app e . g . : ' ,
2022-09-14 23:27:17 +08:00
mfaHelper2 : ' Scan the following QR code using the mobile app to obtain the 6 - digit verification code ' ,
mfaHelper3 : ' Enter six digits from the app ' ,
2023-04-28 11:42:16 +08:00
mfaCode : ' Code ' ,
sslDisable : ' Disable ' ,
sslDisableHelper :
' If the https service is disabled , you need to restart the panel for it to take effect . Do you want to continue ? ' ,
2022-09-16 18:53:45 +08:00
2023-04-25 14:34:16 +08:00
https : ' Setting up HTTPS protocol access for the panel can enhance the security of panel access . ' ,
2023-04-28 14:48:19 +08:00
certType : ' Certificate type ' ,
2023-04-25 14:34:16 +08:00
selfSigned : ' Self signed ' ,
selfSignedHelper :
' It is normal for self - signed certificates to be not trusted by browsers and display a security warning as the certificate is not issued by a trusted third party . ' ,
import : ' Import ' ,
select : ' Select ' ,
2023-04-28 14:48:19 +08:00
domainOrIP : ' Domain or IP : ' ,
2023-04-25 14:34:16 +08:00
timeOut : ' Timeout ' ,
rootCrtDownload : ' Root certificate download ' ,
primaryKey : ' Primary key ' ,
certificate : ' Certificate ' ,
2023-01-06 18:53:25 +08:00
snapshot : ' Snapshot ' ,
2023-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 ? ' ,
2023-02-23 17:31:46 +08:00
noUpgrade : ' It is currently the latest version ' ,
2023-03-21 15:16:28 +08:00
versionHelper :
' Name rules : [ major version ] . [ functional version ] . [ Bug fix version ] , as shown in the following example : ' ,
versionHelper1 : ' v1 .0 .1 is a Bug fix after v1 .0 .0 ' ,
versionHelper2 : ' v1 .1 .0 is a feature release after v1 .0 .0 ' ,
newVersion : ' ( Bug fix version ) ' ,
latestVersion : ' ( Functional version ) ' ,
2023-01-09 22:55:10 +08:00
upgradeCheck : ' Check for updates ' ,
upgradeNotes : ' Release note ' ,
upgradeNow : ' Upgrade now ' ,
2023-02-05 23:48:37 +08:00
source : ' Download source ' ,
2023-04-26 15:36:11 +08:00
hasNewVersion : ' New version Available ' ,
2023-01-06 18:53:25 +08:00
2023-01-31 23:28:37 +08:00
monitor : ' Monitor ' ,
2022-09-14 23:27:17 +08:00
enableMonitor : ' Enable ' ,
2023-02-23 09:31:00 +08:00
storeDays : ' Expiration days ' ,
2022-09-14 23:27:17 +08:00
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 ' ,
2023-02-23 17:31:46 +08:00
doc : ' Official document ' ,
2022-09-19 19:42:06 +08:00
star : ' Star ' ,
2023-02-27 14:12:22 +08:00
description : ' 1 Panel , Modern , open source Linux server operation and maintenance management panel . ' ,
2023-04-26 15:36:11 +08:00
forum : ' Forum ' ,
doc2 : ' Document ' ,
currentVersion : ' Version ' ,
2022-09-13 18:45:03 +08:00
} ,
2022-09-22 16:16:04 +08:00
app : {
2022-12-05 11:43:00 +08:00
app : ' Application ' ,
2023-02-16 10:57:33 +08:00
installName : ' Name ' ,
installed : ' Installed ' ,
all : ' All ' ,
version : ' Version ' ,
2022-12-05 11:43:00 +08:00
detail : ' Details ' ,
2023-03-06 17:24:00 +08:00
params : ' Param ' ,
2022-12-05 11:43:00 +08:00
install : ' Install ' ,
author : ' Author ' ,
2023-02-16 10:57:33 +08:00
source : ' Source ' ,
2023-02-16 14:23:30 +08:00
sync : ' Sync ' ,
2022-12-05 11:43:00 +08:00
appName : ' Application Name ' ,
2023-02-16 10:57:33 +08:00
status : ' Status ' ,
container : ' Container ' ,
2023-02-15 17:10:15 +08:00
restart : ' Restart ' ,
2023-03-01 11:51:49 +08:00
start : ' Start ' ,
stop : ' Stop ' ,
rebuild : ' Rebuild ' ,
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-03-08 11:04:22 +08:00
canUpgrade : ' Upgrade ' ,
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 ? ' ,
2023-03-08 11:04:22 +08:00
update : ' update ' ,
upgrade : ' upgrade ' ,
2022-12-05 11:43:00 +08:00
versioneSelect : ' Please select a version ' ,
2023-04-27 10:24:14 +08:00
operatorHelper : ' Operation { 0 } will be performed on the selected application , Do you want to continue ? ' ,
2022-12-05 11:43:00 +08:00
checkInstalledWarn : ' { 0 } is not detected , please enter the app store and click to install ! ' ,
gotoInstalled : ' Go to install ' ,
search : ' Search ' ,
limitHelper : ' The application has already been installed , does not support repeated installation ' ,
2023-01-04 14:33:34 +08:00
deleteHelper : ' { 0 } has been associated with the following resources and cannot be deleted ' ,
2022-12-05 11:43:00 +08:00
checkTitle : ' Prompt ' ,
website : ' website ' ,
database : ' database ' ,
2023-02-16 10:57:33 +08:00
defaultConfig : ' Default Configuration ' ,
2023-01-04 14:33:34 +08:00
defaultConfigHelper : ' It has been restored to the default configuration , it will take effect after saving ' ,
2023-02-16 10:57:33 +08:00
forceDelete : ' Force delete ' ,
2023-01-04 14:33:34 +08:00
forceDeleteHelper :
' Forced deletion will ignore errors generated during the deletion process and eventually delete metadata ' ,
deleteBackup : ' Delete backup ' ,
2023-03-06 17:24:00 +08:00
deleteBackupHelper : ' Also delete the application backup ' ,
deleteDB : ' Delete Database ' ,
deleteDBHelper : ' Also delete the database ' ,
2023-01-04 14:33:34 +08:00
noService : ' No { 0 } ' ,
toInstall : ' to install ' ,
param : ' parameter configuration ' ,
2023-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 ' ,
2023-03-08 11:04:22 +08:00
updateHelper : ' Updating parameters may cause the application to fail to start , please operate with caution ' ,
2023-04-27 10:24:14 +08:00
updateWarn : ' Update parameters need to rebuild the application , Do you want to continue ? ' ,
2023-03-09 13:37:39 +08:00
busPort : ' Service Port ' ,
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 ' ,
2023-03-22 15:20:30 +08:00
supportUpType : ' Only . tar . gz files are supported ' ,
2023-03-08 23:58:42 +08:00
zipFormat : ' . tar . gz compressed package structure : test . tar . gz compressed package must contain { 0 } file ' ,
2023-02-16 10:57:33 +08:00
proxy : ' Reverse Proxy ' ,
alias : ' Path Name ' ,
remark : ' Remark ' ,
group : ' Group ' ,
2022-12-05 11:43:00 +08:00
groupSetting : ' Group Management ' ,
2023-02-16 10:57:33 +08:00
createGroup : ' Create Group ' ,
2022-12-05 11:43:00 +08:00
app : ' Application ' ,
2023-02-16 10:57:33 +08:00
appNew : ' New Application ' ,
appInstalled : ' Installed Application ' ,
create : ' Create Website ' ,
delete : ' Delete Website ' ,
deleteApp : ' Delete Application ' ,
deleteBackup : ' Delete Backup ' ,
domain : ' Domain ' ,
domainHelper : ' One domain per line , support * and IP address , support domain name : port ' ,
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 ' ,
2023-03-16 18:44:32 +08:00
dnsManual : ' 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 ' ,
2023-04-12 23:00:30 +08:00
indexFolder : ' Website root directory ' ,
2023-01-04 14:33:34 +08:00
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 ' ,
2023-04-27 10:24:14 +08:00
disbaleHTTTPSHelper :
' Disabling HTTPS will delete the certificate related configuration , Do you want to continue ? ' ,
2023-01-04 14:33:34 +08:00
SSLHelper :
' Note : Do not use SSL certificates for illegal websites \ n If HTTPS access cannot be used after opening , please check whether the security group has correctly released port 443 ' ,
SSLConfig : ' Certificate Settings ' ,
SSLProConfig : ' SSL protocol settings ' ,
supportProtocol : ' Supported protocol version ' ,
2023-02-16 10:57:33 +08:00
encryptionAlgorithm : ' Rncryption Algorithm ' ,
2023-01-04 14:33:34 +08:00
notSecurity : ' ( not safe ) ' ,
encryptHelper :
"Let's Encrypt has a frequency limit for issuing certificates, but it is sufficient to meet normal needs. Too frequent operations will cause issuance failure. For specific restrictions, please see <a target='_blank' href='https://letsencrypt.org/zh-cn/docs /rate-limits/'>official document</a> " ,
2023-03-08 15:21:36 +08:00
ipValue : ' Value ' ,
2023-01-04 14:33:34 +08:00
ext : ' file extension ' ,
wafInputHelper : ' Input data by line , one line ' ,
data : ' data ' ,
ever : ' permanent ' ,
nextYear : ' One year later ' ,
noLog : ' There are currently no logs ... ' ,
2023-02-16 10:57:33 +08:00
defaultServer : ' Default Site ' ,
2023-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',
2023-04-03 17:47:23 +08:00
runtimeProxyHelper : ' Use runtime created from 1 Panel ' ,
runtime : ' Runtime ' ,
deleteRuntimeHelper :
' The Runtime application needs to be deleted together with the website , please handle it with caution ' ,
2023-04-04 18:54:04 +08:00
proxyType : ' Listening Network Type ' ,
2023-04-13 11:00:33 +08:00
unix : ' Unix Network ' ,
2023-04-07 16:46:11 +08:00
tcp : ' TCP / IP Network ' ,
phpFPM : ' FPM Config ' ,
phpConfig : ' PHP Config ' ,
updateConfig : ' Update Config ' ,
isOn : ' On ' ,
isOff : ' Off ' ,
2023-04-14 16:01:06 +08:00
rewrite : ' Pseudo Static ' ,
rewriteMode : ' Scheme ' ,
current : ' Current ' ,
rewriteHelper :
' If the website cannot be accessed normally after setting pseudo - static , please try to set it back to default ' ,
2023-04-17 16:54:34 +08:00
runDir : ' Run Directory ' ,
runDirHelper :
2023-04-26 17:26:12 +08:00
' Some programs need to specify a secondary directory as the running directory , e . g . ThinkPHP5 , Laravel ' ,
2023-04-18 15:30:57 +08:00
runUserHelper :
' For websites deployed through the PHP runtime environment , all files , folder owners , and user groups under the index and subdirectories need to be set to 1000 , command : chown - R 1000 : 1000 index ' ,
2023-04-24 11:29:48 +08:00
userGroup : ' User / Group ' ,
user : ' User ' ,
uGroup : ' Group ' ,
proxyPath : ' Proxy Path ' ,
proxyPass : ' Target URL ' ,
cache : ' Cache ' ,
status : ' Status ' ,
createProxy : ' Create reverse proxy ' ,
editProxy : ' Edit reverse proxy ' ,
cacheTime : ' Cache time ' ,
enableCache : ' Open cache ' ,
proxyHost : ' Send domain name ' ,
disabled : ' Stopped ' ,
startProxy : ' Start Reverse proxy ' ,
stopProxy : ' Stop the Reverse proxy ' ,
2023-04-24 17:48:22 +08:00
proxyFile : ' Source ' ,
2023-04-26 16:06:12 +08:00
proxyHelper1 : ' When accessing this directory , the content of the target URL will be returned and displayed ' ,
proxyPassHelper : ' The proxy site must be a URL that can be accessed normally ' ,
proxyHostHelper : ' Add the domain name to the request header and pass it to the proxy server ' ,
replacementHelper : ' Up to 5 replacements can be added , please leave blank if no replacement is required ' ,
modifier : ' Matching rules ' ,
modifierHelper : ' Example : = exact match , ~ regular match , ^ ~ match the beginning of the path , etc ' ,
replace : ' Text Replacement ' ,
addReplace : ' Add text replacement ' ,
replaced : ' Search string ( cannot be empty ) ' ,
replaceText : ' Replace with string ' ,
replacedErr : ' The search string cannot be empty ' ,
replacedErr2 : ' The search string cannot be repeated ' ,
2023-04-25 18:10:17 +08:00
basicAuth : ' Password Access ' ,
editBasicAuthHelper :
' The password is asymmetrically encrypted and cannot be echoed . Editing needs to reset the password ' ,
createPassword : ' Generate password ' ,
2023-04-07 16:46:11 +08:00
} ,
php : {
short_open_tag : ' Short tag support ' ,
max_execution_time : ' Maximum script execution time ' ,
max_input_time : ' Maximum input time ' ,
memory_limit : ' Script memory limit ' ,
post_max_size : ' POST data maximum size ' ,
file_uploads : ' Whether to allow uploading files ' ,
upload_max_filesize : ' The maximum size allowed to upload files ' ,
max_file_uploads : ' The maximum number of files allowed to be uploaded at the same time ' ,
default_socket_timeout : ' Socket timeout ' ,
error_reporting : ' Error level ' ,
display_errors : ' Whether to output detailed error information ' ,
cgi_fix_pathinfo : ' Whether to open pathinfo ' ,
date_timezone : ' Time zone ' ,
second : ' Second ' ,
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 : {
2023-04-14 15:08:51 +08:00
notSupport :
' No system firewall detected ( firewalld or ufw ) . Please refer to the official documentation for installation . ' ,
2023-01-04 14:33:34 +08:00
ccDeny : ' CC Protection ' ,
ipWhiteList : ' IP Whitelist ' ,
2023-02-16 10:57:33 +08:00
ipBlockList : ' IP Blacklist ' ,
2023-01-04 14:33:34 +08:00
fileExtBlockList : ' File extension blacklist ' ,
2023-02-16 10:57:33 +08:00
urlWhiteList : ' URL Whitelist ' ,
urlBlockList : ' URL Blacklist ' ,
2023-01-04 14:33:34 +08:00
argsCheck : ' GET parameter check ' ,
postCheck : ' POST parameter verification ' ,
cookieBlockList : ' Cookie Blacklist ' ,
2023-03-30 18:03:21 +08:00
firewall : ' Firewall ' ,
2023-04-07 17:44:15 +08:00
dockerHelper :
' Linux firewall { 0 } cannot disable Docker port mapping , you need to disable iptables in Docker configuration . ' ,
quickJump : ' Quick jump ' ,
2023-04-01 00:51:25 +08:00
used : ' Used ' ,
unUsed : ' Unused ' ,
2023-03-30 18:03:21 +08:00
firewallHelper : ' { 0 } System firewall ' ,
2023-04-07 17:44:15 +08:00
firewallNotStart : ' The system firewall is not enabled at present , please enable it first ! ' ,
2023-03-30 18:03:21 +08:00
stopFirewallHelper :
2023-04-01 00:51:25 +08:00
' After the system firewall is disabled , the server loses security protection . Do you want to continue ? ' ,
2023-03-30 18:03:21 +08:00
startFirewallHelper :
2023-04-01 00:51:25 +08:00
' After the firewall is enabled , the server security can be better protected . Do you want to continue ? ' ,
2023-03-30 18:03:21 +08:00
noPing : ' Disable ping ' ,
2023-04-01 00:51:25 +08:00
noPingTitle : ' Disable ping ' ,
noPingHelper : ' If the ping function is disabled , the server cannot be pinged . Do you want to continue ? ' ,
2023-03-30 18:03:21 +08:00
onPingHelper : ' If you disable ping , hackers may discover your server . Do you want to continue ? ' ,
protocol : ' Protocol ' ,
port : ' Port ' ,
changeStrategy : ' Change the { 0 } strategy ' ,
2023-04-01 00:51:25 +08:00
changeStrategyIPHelper1 :
' Change the IP address strategy to [ deny ] . After the IP address is set , access to the server is prohibited . Do you want to continue ? ' ,
changeStrategyIPHelper2 :
' Change the IP address strategy to [ allow ] . After the IP address is set , normal access is restored . Do you want to continue ? ' ,
changeStrategyPortHelper1 :
' Change the port policy to [ drop ] . After the port policy is set , external access is denied . Do you want to continue ? ' ,
changeStrategyPortHelper2 :
2023-04-12 11:40:29 +08:00
' Change the port policy to [ accept ] . After the port policy is set , normal port access will be restored . Do you want to continue ? ' ,
2023-04-01 00:51:25 +08:00
stop : ' Stop ' ,
portFormatError : ' Please enter the correct port information ! ' ,
2023-04-26 17:26:12 +08:00
portHelper1 : ' Multiple ports , e . g . 8080 and 8081 ' ,
portHelper2 : ' Range port , e . g . 8080 - 8089 ' ,
2023-03-30 18:03:21 +08:00
changeStrategyHelper :
' Change [ { 1 } ] { 0 } strategy to [ { 2 } ] . After setting , { 0 } will access { 2 } externally . Do you want to continue ? ' ,
2023-04-26 17:26:12 +08:00
portHelper : ' Multiple ports can be entered , e . g . 80 , 81 , or range ports , e . g . 80 - 88 ' ,
2023-03-30 18:03:21 +08:00
strategy : ' Strategy ' ,
accept : ' Accept ' ,
drop : ' Drop ' ,
source : ' Source ' ,
anyWhere : ' AnyWhere ' ,
address : ' Specified IP ' ,
allow : ' Allow ' ,
deny : ' Deny ' ,
2023-04-01 00:51:25 +08:00
addressFormatError : ' Please enter a valid ip address ! ' ,
2023-04-26 17:26:12 +08:00
addressHelper1 : ' Multiple IP please separated with "," , e . g . 172.16 .10 .11 , 172.16 .10 .99 ' ,
addressHelper2 : ' IP segment , e . g . 172.16 .10 .0 / 24 ' ,
2023-03-30 18:03:21 +08:00
allIP : ' All IP ' ,
portRule : ' Port rule ' ,
ipRule : ' IP rule ' ,
2022-09-22 16:16:04 +08:00
} ,
2023-03-29 14:58:28 +08:00
runtime : {
runtime : ' Runtime ' ,
image : ' Image ' ,
2023-04-09 22:30:16 +08:00
workDir : ' Working directory ' ,
2023-03-31 14:02:28 +08:00
create : ' Create runtime ' ,
name : ' Name ' ,
resource : ' Source ' ,
appstore : ' App Store ' ,
local : ' Local ' ,
app : ' Application ' ,
localHelper : ' The local operating environment needs to be installed by itself ' ,
version : ' Version ' ,
status : ' Status ' ,
2023-04-09 22:30:16 +08:00
versionHelper : ' PHP version , e . g . v8 .0 ' ,
2023-04-11 17:08:29 +08:00
buildHelper :
2023-04-17 14:04:22 +08:00
' The more extensions you select , the more CPU will be occupied during the image making process , so avoid selecting all extensions , If there is no extension you want , you can manually enter it and select it ' ,
2023-04-13 14:28:33 +08:00
openrestryWarn : ' PHP needs to be upgraded to OpenResty to version 1.21 .4 .1 or later to use ' ,
toupgrade : ' To Upgrade ' ,
2023-04-27 20:52:20 +08:00
edit : ' Edit runtime ' ,
extendHelper :
' Extensions that do not exist in the list can be selected after manual input , for example : input sockets , and then select the first one in the drop - down list ' ,
rebuildHelper :
' After editing the extension , you need to go to the [ App Store - Installed ] page to rebuild the PHP application to take effect ' ,
2023-03-29 14:58:28 +08:00
} ,
2022-08-16 23:30:23 +08:00
} ;
2023-03-17 15:51:02 +08:00
export default {
... fit2cloudEnLocale ,
... message ,
} ;