@@ -7,7 +7,7 @@ const message = {
77 example : '例:' ,
88 fit2cloud : '飞致云' ,
99 lingxia : '凌霞' ,
10- colon : ': ' ,
10+ colon : ':' ,
1111 button : {
1212 run : '运行' ,
1313 prev : '上一步' ,
@@ -444,7 +444,7 @@ const message = {
444444 loadBackup : '导入备份' ,
445445 remoteAccess : '远程访问' ,
446446 remoteHelper : '多个 ip 以逗号分隔,例:172.16.10.111,172.16.10.112' ,
447- remoteConnHelper : 'root 帐号远程连接 mysql 有安全风险,开启需谨慎!' ,
447+ remoteConnHelper : 'root 帐号远程连接 MySQL 有安全风险,开启需谨慎!' ,
448448 changePassword : '改密' ,
449449 changeConnHelper : '此操作将修改当前数据库 {0},是否继续?' ,
450450 changePasswordHelper : '当前数据库已经关联应用,修改密码将同步修改应用中数据库密码,修改后重启生效。' ,
@@ -462,6 +462,7 @@ const message = {
462462 passwordHelper : '无法获取密码,请修改' ,
463463 remote : '远程' ,
464464 remoteDB : '远程服务器' ,
465+ manageRemoteDB : '管理远程服务器' ,
465466 createRemoteDB : '添加远程服务器' ,
466467 unBindRemoteDB : '解绑远程服务器' ,
467468 unBindForce : '强制解绑' ,
@@ -938,6 +939,7 @@ const message = {
938939 taskType : '任务类型' ,
939940 nextTime : '近 5 次执行' ,
940941 record : '报告' ,
942+ viewRecords : '查看报告' ,
941943 shell : 'Shell 脚本' ,
942944 log : '备份日志' ,
943945 logHelper : '备份系统日志' ,
@@ -1201,6 +1203,7 @@ const message = {
12011203 'ClamAV 的最低建议配置为:3 GiB 以上的 RAM,2.0 GHz 以上的单核 CPU,以及至少 5 GiB 的可用硬盘空间' ,
12021204 notStart : '当前未开启 ClamAV 服务,请先开启!' ,
12031205 removeRecord : '删除报告文件' ,
1206+ noRecords : '点击“执行”按钮开始扫描,扫描结果将会记录在这里。' ,
12041207 removeResultHelper : '删除任务执行过程中生成的报告文件,以清理存储空间。' ,
12051208 removeInfected : '删除病毒文件' ,
12061209 removeInfectedHelper : '删除任务检测到的病毒文件,以确保服务器的安全和正常运行。' ,
@@ -1277,6 +1280,7 @@ const message = {
12771280 fileName : '文件名' ,
12781281 search : '在当前目录下查找' ,
12791282 mode : '权限' ,
1283+ editPermissions : '编辑@:file.mode' ,
12801284 owner : '所有者' ,
12811285 file : '文件' ,
12821286 remoteFile : '远程下载' ,
@@ -1642,6 +1646,7 @@ const message = {
16421646 reRollback : '回滚快照失败' ,
16431647 deleteHelper : '将删除该快照的所有备份文件,包括第三方备份账号中的文件。' ,
16441648 ignoreRule : '排除规则' ,
1649+ editIgnoreRule : '@:commons.button.edit@:setting.ignoreRule' ,
16451650 ignoreHelper : '快照时将使用该规则对 1Panel 数据目录进行压缩备份,请谨慎修改。' ,
16461651 ignoreHelper1 : '一行一个,例: \n*.log\n/opt/1panel/cache' ,
16471652 status : '快照状态' ,
@@ -2008,7 +2013,7 @@ const message = {
20082013 deleteApp : '删除应用' ,
20092014 deleteBackup : '删除备份' ,
20102015 domain : '域名' ,
2011- domainHelper : '一行一个域名, 支持*和IP地址,支持域名 :端口' ,
2016+ domainHelper : '一行一个域名, 支持*和IP地址,支持"域名 :端口" ' ,
20122017 addDomain : '新增域名' ,
20132018 domainConfig : '域名设置' ,
20142019 defaultDoc : '默认文档' ,
@@ -2129,7 +2134,7 @@ const message = {
21292134 websiteDeploymentHelper : '使用从 1Panel 部署的应用创建网站' ,
21302135 websiteStatictHelper : '在主机上创建网站目录' ,
21312136 websiteProxyHelper :
2132- '代理已有服务, 例如本机已安装使用 8080 端口的 halo 服务,那么代理地址为 http://127.0.0.1:8080' ,
2137+ '代理已有服务。 例如本机已安装使用 8080 端口的 halo 服务,那么代理地址为 http://127.0.0.1:8080' ,
21332138 restoreHelper : '确认使用此备份恢复?' ,
21342139 wafValueHelper : '值' ,
21352140 runtimeProxyHelper : '使用从 1Panel 创建的运行环境' ,
@@ -2161,7 +2166,7 @@ const message = {
21612166 disabled : '已停止' ,
21622167 startProxy : '开启反向代理' ,
21632168 stopProxy : '关闭反向代理' ,
2164- proxyFile : '源文' ,
2169+ sourceFile : '源文' ,
21652170 proxyHelper1 : '访问这个目录时将会把目标URL的内容返回并显示' ,
21662171 proxyPassHelper : '代理的站点,必须为可正常访问的URL' ,
21672172 proxyHostHelper : '将域名添加到请求头传递到代理服务器' ,
@@ -2468,8 +2473,11 @@ const message = {
24682473 addressHelper2 : '多个 IP 或 IP 段 请用 "," 隔开:172.16.10.11,172.16.0.0/24' ,
24692474 allIP : '所有 IP' ,
24702475 portRule : '端口规则' ,
2476+ createPortRule : '@:commons.button.create@:firewall.portRule' ,
24712477 forwardRule : '端口转发' ,
2478+ createForwardRule : '@:commons.button.create@:firewall.forwardRule' ,
24722479 ipRule : 'IP 规则' ,
2480+ createIpRule : '@:commons.button.create @:firewall.ipRule' ,
24732481 userAgent : 'User-Agent 过滤' ,
24742482 destination : '目的地' ,
24752483 sourcePort : '源端口' ,
@@ -2578,6 +2586,7 @@ const message = {
25782586 laddr : '本地地址/端口' ,
25792587 raddr : '远程地址/端口' ,
25802588 stopProcess : '结束' ,
2589+ viewDetails : '查看详情' ,
25812590 stopProcessWarn : '是否确定结束此进程 (PID:{0})?' ,
25822591 processName : '进程名称' ,
25832592 } ,
0 commit comments