Merge remote-tracking branch 'origin/main' into lichang

This commit is contained in:
TsMask
2024-09-09 19:14:04 +08:00
8 changed files with 1205 additions and 284 deletions

View File

@@ -1051,6 +1051,7 @@ export default {
},
customTarget:{
kpiId:' Custom Indicator',
kpiIdTip:'This Ne has no custom indicators',
period:' Granularity',
title:' Custom Indicator Title',
objectType:' Object type',
@@ -1067,6 +1068,8 @@ export default {
inactive:'Inactive',
symbol:'Symbol',
element:'Element',
granularity:'Granularity',
unit:'Unit',
}
},
traceManage: {
@@ -1284,8 +1287,8 @@ export default {
tailLines: 'End Lines',
},
exportFile:{
fileName:'File Name',
downTip: "Confirm the download file name is [{fileName}] File?",
fileName:'File Source',
downTip: "Confirm the download file name is [{fileName}] File?",
downTipErr: "Failed to get file",
deleteTip: "Confirm the delete file name is [{fileName}] File?",
deleteTipErr: "Failed to delete file",

View File

@@ -1,3 +1,5 @@
import { title } from "process";
export default {
// 语言
i18n: '中文',
@@ -1051,6 +1053,7 @@ export default {
},
customTarget:{
kpiId:'自定义指标项',
kpiIdTip:'该网元没有自定义指标',
period:'颗粒度',
title:'自定义指标项标题',
objectType:'对象类型',
@@ -1067,6 +1070,8 @@ export default {
inactive:'停用',
symbol:"符号",
element:'元素',
granularity:'颗粒度',
unit:'单位',
}
},
traceManage: {
@@ -1284,8 +1289,8 @@ export default {
tailLines: '末尾行数',
},
exportFile:{
fileName:'文件',
downTip: "确认下载文件名为 【{fileName}】 文件?",
fileName:'文件来源',
downTip: "确认下载文件名为 【{fileName}】 文件?",
downTipErr: "文件获取失败",
deleteTip: "确认删除文件名为 【{fileName}】 文件?",
deleteTipErr: "文件删除失败",