dataset-hit-testing.en.ts 741 B

12345678910111213141516171819202122232425262728
  1. const translation = {
  2. title: "Hit Testing",
  3. desc: "Test the hitting effect of the dataset based on the given query text.",
  4. dateTimeFormat: 'MM/DD/YYYY hh:mm A',
  5. recents: 'Recents',
  6. table: {
  7. header: {
  8. source: "Source",
  9. text: "Text",
  10. time: "Time",
  11. },
  12. },
  13. input: {
  14. title: 'Source text',
  15. placeholder: 'Please enter a text, a short declarative sentence is recommended.',
  16. countWarning: 'Up to 200 characters.',
  17. indexWarning: 'High quality dataset only.',
  18. testing: 'Testing',
  19. },
  20. hit: {
  21. title: "HIT PARAGRAPHS",
  22. emptyTip: 'Hit Testing results will show here',
  23. },
  24. noRecentTip: 'No recent query results here',
  25. viewChart: 'View VECTOR CHART',
  26. };
  27. export default translation;