dify/web/i18n/zh-Hant/run-log.ts
takatost ff67a6d338
feat: llm text stream support for workflow app (#3798)
Co-authored-by: JzoNg <jzongcode@gmail.com>
2024-04-28 17:37:00 +08:00

30 lines
608 B
TypeScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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