dataset-hit-testing.ts 993 B

123456789101112131415161718192021222324252627282930
  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. settingTitle: '取得設定',
  27. viewDetail: '詳細を表示',
  28. }
  29. export default translation