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.

pipeline.ts 1.4KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. const translation = {
  2. common: {
  3. goToAddDocuments: '去添加文档',
  4. publishAs: '发布为知识流水线',
  5. confirmPublish: '确认发布',
  6. confirmPublishContent: '成功发布知识流水线后,此知识库的分段结构将无法修改。您确定要发布吗?',
  7. publishAsPipeline: {
  8. name: '知识流水线名称和图标',
  9. namePlaceholder: '请输入此知识流水线的名称。 (必填)',
  10. description: '知识流水线描述',
  11. descriptionPlaceholder: '请输入此知识流水线的描述。 (可选)',
  12. },
  13. testRun: '测试运行',
  14. preparingDataSource: '准备数据源',
  15. reRun: '重新运行',
  16. processing: '处理中',
  17. },
  18. inputField: {
  19. create: '创建用户输入字段',
  20. manage: '管理',
  21. },
  22. publishToast: {
  23. title: '此知识流水线尚未发布',
  24. desc: '当知识流水线未发布时,您可以修改知识库节点中的分块结构,知识流水线编排和更改将自动保存为草稿。',
  25. },
  26. result: {
  27. resultPreview: {
  28. loading: '处理中...请稍后',
  29. error: '执行过程中出现错误',
  30. viewDetails: '查看详情',
  31. footerTip: '在测试运行模式下,最多预览 {{count}} 个分段',
  32. },
  33. },
  34. ragToolSuggestions: {
  35. title: 'RAG 工具推荐',
  36. noRecommendationPluginsInstalled: '暂无已安装的推荐插件,更多插件请在 <CustomLink>Marketplace</CustomLink> 中查找',
  37. },
  38. }
  39. export default translation