feat: 新增网元主机页面

This commit is contained in:
TsMask
2024-02-26 12:09:09 +08:00
parent f705ba3a2e
commit dd6c38c57e
4 changed files with 910 additions and 0 deletions

View File

@@ -542,6 +542,31 @@ export default {
},
},
},
ne: {
neHost: {
hostType: "Type",
groupId: "Group",
title: "Host Name",
titlePlease: "Please fill in the host name correctly",
addr: "IP Addr",
addrPlease: "Please fill in the host IP address correctly",
port: "Port",
user: "Login User",
userPlease: "Please fill in the host login user correctly",
authMode: "Auth Mode",
password: "Password",
privateKey: "Private Key",
passPhrase: "Private Key Cipher",
remark: "Remark",
createTime: "Time",
delTip: "Confirm that you want to delete the host number [{num}]?",
ok: "Successful Operation",
addTitle: "Add Host Connection",
editTitle: "Edit Host Connection",
test: "Test Connection To Host",
testOk: "Test Connection Successful",
},
},
neUser: {
auth: {
authInfo:'Authentication Info',

View File

@@ -542,6 +542,31 @@ export default {
},
}
},
ne: {
neHost: {
hostType: "主机类型",
groupId: "分组",
title: "主机名称",
titlePlease: "请正确填写主机名称",
addr: "IP地址",
addrPlease: "请正确填写主机IP地址",
port: "端口",
user: "用户名",
userPlease: "请正确填写主机登录用户",
authMode: "认证模式",
password: "密码",
privateKey: "私钥",
passPhrase: "私钥密码",
remark: "备注信息",
createTime: "创建时间",
delTip: "确认要删除主机编号为【{num}】的信息吗?",
ok: "操作成功",
addTitle: "新增主机连接",
editTitle: "编辑主机连接",
test: "测试连接",
testOk: "测试连接成功",
},
},
neUser: {
auth: {
authInfo:'鉴权信息',