You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gcgj-dify-1.7.0/web/i18n/zh-Hans/apo.ts

31 lines
584 B
TypeScript

const translation = {
toolType: {
select: 'APO查询数据',
analysis: 'APO异常检测',
},
chart: {
chartTitle: '图表渲染',
},
displayType: {
cpu: 'CPU指标',
network: '网络指标',
memory: '内存指标',
topology: '拓扑结构',
alert: '告警事件',
log: '日志数据',
custom: '自定义查询返回数据',
metric: '指标折线图',
},
tool: {
test: '数据测试',
use: '使用',
desc: '描述',
output: '输出',
input: '输入',
unit: '单位',
},
}
export default translation