dify/web/i18n/pt-BR/run-log.ts

12 lines
192 B
TypeScript

const translation = {
result: 'RESULT',
tracing: 'TRACING',
resultPanel: {
status: 'STATUS',
time: 'ELAPSED TIME',
tokens: 'TOTAL TOKENS',
},
}
export default translation