fix: 删除库提示语

This commit is contained in:
JiangSheng
2026-04-15 16:37:45 +08:00
parent 70629262a4
commit 86b99c341f
3 changed files with 3 additions and 1 deletions

View File

@@ -235,6 +235,7 @@ const lang = {
: 'Machine Accuracy',
: 'Project Task Progress Statistics',
: 'Project Task Achievement Statistics',
N的所有版本: 'Confirm deletion of all versions of {name}?',
},
: {
: 'Standard Scene Library',

View File

@@ -231,6 +231,7 @@ const lang = {
: '机型准确度',
: '项目任务进度统计',
: '项目任务达成统计',
N的所有版本: '确认删除{name}的所有版本?',
},
: {
: '标准场景库',

View File

@@ -8,7 +8,7 @@
<div class="pool-header">
<OverflowTooltip :content="item.poolName" class="name" />
<el-popconfirm
:title="$t('知识库.确认删除')"
:title="$t('工况库.确认删除N的所有版本', { name: item.poolName })"
:cancelButtonText="$t('通用.取消')"
:confirmButtonText="$t('通用.确定')"
popperClass="super-z-index"