This commit is contained in:
2025-12-01 17:21:38 +08:00
parent 32fee2b8ab
commit fab8c13cb3
7511 changed files with 996300 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
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ó.',
},
circularInvocationTip: 'Có lệnh gọi vòng tròn các công cụ/nút trong quy trình làm việc hiện tại.',
actionLogs: 'Nhật ký hành động',
}
export default translation