wwf
2025-05-20 938c3e5a587ce950a94964ea509b9e7f8834dfae
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
31
const translation = {
  input: 'INPUT',
  result: 'RESULT',
  detail: 'DETAIL',
  tracing: 'TRACING',
  resultPanel: {
    status: 'STATUS',
    time: 'ELAPSED TIME',
    tokens: 'TOTAL TOKENS',
  },
  meta: {
    title: 'METADATA',
    status: 'Status',
    version: 'Version',
    executor: 'Executor',
    startTime: 'Start Time',
    time: 'Elapsed Time',
    tokens: 'Total Tokens',
    steps: 'Run Steps',
  },
  resultEmpty: {
    title: 'This run only output JSON format,',
    tipLeft: 'please go to the ',
    link: 'detail panel',
    tipRight: ' view it.',
  },
  actionLogs: 'Action Logs',
  circularInvocationTip: 'There is circular invocation of tools/nodes in the current workflow.',
}
 
export default translation