Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

pipeline.ts 1.4KB

před 5 měsíci
před 5 měsíci
před 5 měsíci
před 4 měsíci
před 3 měsíci
před 5 měsíci
123456789101112131415161718192021222324252627282930313233343536373839
  1. const translation = {
  2. common: {
  3. goToAddDocuments: 'Go to add documents',
  4. publishAs: 'Publish as a Knowledge Pipeline',
  5. confirmPublish: 'Confirm Publish',
  6. confirmPublishContent: 'After successfully publishing the knowledge pipeline, the chunk structure of this knowledge base cannot be modified. Are you sure you want to publish it?',
  7. publishAsPipeline: {
  8. name: 'Pipeline name & icon',
  9. namePlaceholder: 'Please enter the name of this Knowledge Pipeline. (Required) ',
  10. description: 'Knowledge description',
  11. descriptionPlaceholder: 'Please enter the description of this Knowledge Pipeline. (Optional) ',
  12. },
  13. testRun: 'Test Run',
  14. preparingDataSource: 'Preparing Data Source',
  15. reRun: 'Re-run',
  16. processing: 'Processing',
  17. },
  18. inputField: {
  19. create: 'Create user input field',
  20. manage: 'Manage',
  21. },
  22. publishToast: {
  23. title: 'This pipeline has not yet been published',
  24. desc: 'When the pipeline is not published, you can modify the chunk structure in the knowledge base node, and the pipeline orchestration and changes will be automatically saved as a draft.',
  25. },
  26. result: {
  27. resultPreview: {
  28. loading: 'Processing...Please wait',
  29. error: 'Error occurred during execution',
  30. viewDetails: 'View details',
  31. footerTip: 'In test run mode, preview up to {{count}} chunks',
  32. },
  33. },
  34. ragToolSuggestions: {
  35. title: 'Suggestions for RAG',
  36. },
  37. }
  38. export default translation