dataset-hit-testing.ts 928 B

1234567891011121314151617181920212223242526272829
  1. const translation = {
  2. title: '検索テスト',
  3. desc: '与えられたクエリテキストに基づいたナレッジのヒット効果をテストします。',
  4. dateTimeFormat: 'MM/DD/YYYY hh:mm A',
  5. recents: '最近の結果',
  6. table: {
  7. header: {
  8. source: 'ソース',
  9. text: 'テキスト',
  10. time: '時間',
  11. },
  12. },
  13. input: {
  14. title: 'ソーステキスト',
  15. placeholder: 'テキストを入力してください。短い記述文がおすすめです。',
  16. countWarning: '最大200文字まで入力できます。',
  17. indexWarning: '高品質のナレッジのみ。',
  18. testing: 'テスト中',
  19. },
  20. hit: {
  21. title: '検索結果パラグラフ',
  22. emptyTip: '検索テストの結果がここに表示されます。',
  23. },
  24. noRecentTip: '最近のクエリ結果はありません。',
  25. viewChart: 'ベクトルチャートを表示',
  26. }
  27. export default translation