dify/web/i18n/vi-VN/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
725 B
TypeScript

const translation = {
input: 'NHẬP',
result: 'KẾT QUẢ',
detail: 'CHI TIẾT',
tracing: 'THEO DÕI',
resultPanel: {
status: 'TRẠNG THÁI',
time: 'THỜI GIAN',
tokens: 'TỔNG SỐ TOKEN',
},
meta: {
title: 'DỮ LIỆU META',
status: 'Trạng thái',
version: 'Phiên bản',
executor: 'Người thực thi',
startTime: 'Thời gian bắt đầu',
time: 'Thời gian đã trôi qua',
tokens: 'Tổng số token',
steps: 'Các bước chạy',
},
resultEmpty: {
title: 'Chạy này chỉ xuất ra định dạng JSON,',
tipLeft: 'vui lòng truy cập ',
link: 'bảng chi tiết',
tipRight: ' xem nó.',
},
}
export default translation