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/en-US/apo.ts

30 lines
575 B
TypeScript

const translation = {
toolType: {
select: 'APO Select',
analysis: 'APO Analysis',
},
chart: {
chartTitle: 'Chart Display',
},
displayType: {
cpu: 'CPU metrics',
network: 'Network metrics',
memory: 'Memory metrics',
topology: 'Topology structure',
alert: 'Alert events',
log: 'Log data',
custom: 'Custom query return data',
metric: 'Metric Line Chart',
},
tool: {
test: 'Test',
use: 'Use',
desc: 'Description',
output: 'Output',
input: 'Input',
unit: 'Unit',
},
}
export default translation