2024-04-08 18:51:46 +08:00
|
|
|
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',
|
|
|
|
},
|
2024-04-28 17:37:00 +08:00
|
|
|
resultEmpty: {
|
|
|
|
title: 'This run only output JSON format,',
|
|
|
|
tipLeft: 'please go to the ',
|
|
|
|
link: 'detail panel',
|
|
|
|
tipRight: ' view it.',
|
|
|
|
},
|
2024-04-08 18:51:46 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
export default translation
|