This commit is contained in:
bwcx_jzy 2024-06-18 22:38:12 +08:00
parent 0730ff2e76
commit a94efac6d8
3 changed files with 10 additions and 15 deletions

View File

@ -198,7 +198,6 @@
"i18n_12dc402a82": "参考数据",
"i18n_130318a2a1": "路由无效,无法跳转",
"i18n_1303e638b5": "修改时间",
"i18n_13323711cb": "{slot1}://www.test.com 等",
"i18n_13627c5c46": "配置ssh",
"i18n_138776a1dc": "默认是在插件端数据目录/{'${projectId}'}/{'${projectId}'}.log",
"i18n_138a676635": "注意",
@ -717,7 +716,6 @@
"i18n_41298f56a3": "构建失败",
"i18n_413d8ba722": "旧版程序包占有空间:",
"i18n_413f20d47f": "系统 采用 oshi 库来监控系统,在 oshi 中使用 /proc/meminfo 来获取内存使用情况。",
"i18n_4142d4fd37": "请输入远程下载安全HOST回车支持输入多个路径示例 https",
"i18n_41638b0a48": "用于区别文件是否为同一类型,可以针对同类型进行下载管理",
"i18n_417fa2c2be": "参数{index}描述",
"i18n_4188f4101c": "没有docker",
@ -937,6 +935,7 @@
"i18n_5488c40573": "节点项目",
"i18n_54f271cd41": "脚本模板",
"i18n_5516b3130c": "飞书账号登录",
"i18n_551e46c0ea": " 名称: ",
"i18n_55405ea6ff": "导出",
"i18n_556499017a": "项目文件会存放到",
"i18n_5569a840c8": "请输入IP禁止,多个使用换行,支持配置IP段 192.168.1.1/192.168.1.254,192.168.1.0/24",
@ -1517,7 +1516,7 @@
"i18n_8a4dbe88b8": "点击进入节点管理",
"i18n_8a745296f4": "开机时间:",
"i18n_8aa25f5fbe": "发布类型",
"i18n_8adf5dfeef": " {slot1}{text} 长{slot2}{slot3}",
"i18n_8ae2b9915c": "请填写第",
"i18n_8aebf966b2": "集群访问地址",
"i18n_8b1512bf3a": "如果端口",
@ -1660,6 +1659,7 @@
"i18n_95c5c939e4": "可选择的列表和项目授权目录是一致的,即相同配置",
"i18n_95dbee0207": "远程下载安全HOST",
"i18n_96283fc523": "备份文件不存在",
"i18n_964d939a96": " 长名称:",
"i18n_969098605e": "环境变量是指配置在系统中的一些固定参数值,用于脚本执行时候快速引用。",
"i18n_96b78bfb6a": "请勿手动删除数据目录下面文件 !!!!",
"i18n_96c1c8f4ee": "灰绿 abcdef",
@ -2184,6 +2184,7 @@
"i18n_c2f11fde3a": "初始化系统账户",
"i18n_c31ea1e3c4": "没有任何操作日志",
"i18n_c325ddecb1": "CPU 周期的长度,以微秒为单位。",
"i18n_c32e7adb20": "请输入远程下载安全HOST回车支持输入多个路径示例 https://www.test.com 等",
"i18n_c34175dbef": "控制台日志备份路径: ",
"i18n_c3490e81bf": "重启创建之前会自动将之前的容器删除掉",
"i18n_c34f1dc2b9": "参数中的 id 、token 和触发构建一致",

View File

@ -36,7 +36,7 @@
v-model:value="temp.allowRemoteDownloadHost"
:rows="5"
style="resize: none"
placeholder="请输入远程下载安全HOST回车支持输入多个路径示例 https://www.test.com 等"
:placeholder="$t('i18n_c32e7adb20')"
/>
</a-form-item>
<a-form-item :wrapper-col="{ span: 14, offset: 6 }">

View File

@ -129,17 +129,11 @@
<template #bodyCell="{ column, text, record }">
<template v-if="column.dataIndex === 'name'">
<a-tooltip
placement="topLeft"
:title="
$t('i18n_8adf5dfeef', {
slot1: $t('i18n_5b47861521'),
text: text,
slot2: $t('i18n_5b47861521'),
slot3: record.longname
})
"
>
<a-tooltip placement="topLeft">
<template #title>
<div>{{ $t('i18n_551e46c0ea') }}{{ text }}</div>
<div>{{ $t('i18n_964d939a96') }}{{ record.longname }}</div>
</template>
<a-dropdown :trigger="['contextmenu']">
<div>{{ text }}</div>
<template #overlay>