mirror of
https://github.com/langgenius/dify.git
synced 2026-04-14 07:56:31 +08:00
12 lines
192 B
TypeScript
12 lines
192 B
TypeScript
const translation = {
|
|
result: 'RESULT',
|
|
tracing: 'TRACING',
|
|
resultPanel: {
|
|
status: 'STATUS',
|
|
time: 'ELAPSED TIME',
|
|
tokens: 'TOTAL TOKENS',
|
|
},
|
|
}
|
|
|
|
export default translation
|