File size: 725 Bytes
a8b3f00
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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