You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

dataset-hit-testing.ts 1.0KB

12345678910111213141516171819202122232425262728293031323334
  1. const translation = {
  2. title: '검색 테스트',
  3. desc: '주어진 쿼리 텍스트에 기반하여 지식의 검색 효과를 테스트합니다.',
  4. dateTimeFormat: 'YYYY/MM/DD HH:mm',
  5. table: {
  6. header: {
  7. source: '소스',
  8. text: '텍스트',
  9. time: '시간',
  10. },
  11. },
  12. input: {
  13. title: '소스 텍스트',
  14. placeholder: '텍스트를 입력하세요. 간결한 설명문이 좋습니다.',
  15. countWarning: '최대 200 자까지 입력할 수 있습니다.',
  16. indexWarning: '고품질 지식만.',
  17. testing: '테스트 중',
  18. },
  19. hit: {
  20. title: '검색 결과 단락',
  21. emptyTip: '검색 테스트 결과가 여기에 표시됩니다.',
  22. },
  23. noRecentTip: '최근 쿼리 결과가 없습니다.',
  24. viewChart: '벡터 차트 보기',
  25. settingTitle: '검색 설정',
  26. viewDetail: '자세히보기',
  27. open: '열다',
  28. records: '레코드',
  29. hitChunks: '{{num}}개의 자식 청크를 히트했습니다.',
  30. keyword: '키워드',
  31. chunkDetail: '청크 디테일 (Chunk Detail)',
  32. }
  33. export default translation