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

30 lines
568 B
TypeScript

const translation = {
toolType: {
analysis: 'APO 分析',
select: 'APO 精選',
},
chart: {
chartTitle: '圖表顯示',
},
displayType: {
topology: '拓撲結構',
alert: '警報事件',
log: '日誌數據',
custom: '自訂查詢返回數據',
memory: '記憶體指標',
network: '網路指標',
cpu: 'CPU 指標',
metric: '度量度折線圖',
},
tool: {
input: '輸入',
unit: '單位',
test: '測試',
use: '用',
desc: '描述',
output: '輸出',
},
}
export default translation