File size: 614 Bytes
a8b3f00
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
const translation = {
  input: '输入',
  result: '结果',
  detail: '详情',
  tracing: '追踪',
  resultPanel: {
    status: '状态',
    time: '运行时间',
    tokens: '总 token 数',
  },
  meta: {
    title: '元数据',
    status: '状态',
    version: '版本',
    executor: '执行人',
    startTime: '开始时间',
    time: '运行时间',
    tokens: '总 token 数',
    steps: '运行步数',
  },
  resultEmpty: {
    title: '本次运行仅输出JSON格式,',
    tipLeft: '请转到',
    link: '详细信息面板',
    tipRight: '查看它。',
  },
}

export default translation