tools.ts 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. const translation = {
  2. title: '工具',
  3. createCustomTool: '创建自定义工具',
  4. customToolTip: '了解更多关于 Dify 自定义工具的信息',
  5. type: {
  6. all: '全部',
  7. builtIn: '内置',
  8. custom: '自定义',
  9. workflow: '工作流',
  10. },
  11. contribute: {
  12. line1: '我有兴趣为 ',
  13. line2: 'Dify 贡献工具。',
  14. viewGuide: '查看指南',
  15. },
  16. author: '作者',
  17. auth: {
  18. unauthorized: '去授权',
  19. authorized: '已授权',
  20. setup: '要使用请先授权',
  21. setupModalTitle: '设置授权',
  22. setupModalTitleDescription: '配置凭据后,工作区中的所有成员都可以在编排应用程序时使用此工具。',
  23. },
  24. includeToolNum: '包含 {{num}} 个工具',
  25. addTool: '添加工具',
  26. addToolModal: {
  27. type: '类型',
  28. category: '类别',
  29. add: '添加',
  30. added: '已添加',
  31. manageInTools: '去工具列表管理',
  32. emptyTitle: '没有可用的工作流工具',
  33. emptyTip: '去 “工作流 -> 发布为工具” 添加',
  34. },
  35. createTool: {
  36. title: '创建自定义工具',
  37. editAction: '编辑',
  38. editTitle: '编辑自定义工具',
  39. name: '名称',
  40. toolNamePlaceHolder: '输入工具名称',
  41. nameForToolCall: '工具调用名称',
  42. nameForToolCallPlaceHolder: '用于机器识别,如 getCurrentWeather, list_pets',
  43. nameForToolCallTip: '仅支持数字、字母、下划线。',
  44. description: '工具描述',
  45. descriptionPlaceholder: '工具用途的简要描述,例如获取特定位置的温度。',
  46. schema: 'Schema',
  47. schemaPlaceHolder: '在此处输入您的 OpenAPI schema',
  48. viewSchemaSpec: '查看 OpenAPI-Swagger 规范',
  49. importFromUrl: '从 URL 中导入',
  50. importFromUrlPlaceHolder: 'https://...',
  51. urlError: '请输入有效的 URL',
  52. examples: '例子',
  53. exampleOptions: {
  54. json: '天气(JSON)',
  55. yaml: '宠物商店(YAML)',
  56. blankTemplate: '空白模版',
  57. },
  58. availableTools: {
  59. title: '可用工具',
  60. name: '名称',
  61. description: '描述',
  62. method: '方法',
  63. path: '路径',
  64. action: '操作',
  65. test: '测试',
  66. },
  67. authMethod: {
  68. title: '鉴权方法',
  69. type: '鉴权类型',
  70. keyTooltip: 'HTTP 头部名称,如果你不知道是什么,可以将其保留为 Authorization 或设置为自定义值',
  71. types: {
  72. none: '无',
  73. api_key: 'API Key',
  74. apiKeyPlaceholder: 'HTTP 头部名称,用于传递 API Key',
  75. apiValuePlaceholder: '输入 API Key',
  76. },
  77. key: '键',
  78. value: '值',
  79. },
  80. authHeaderPrefix: {
  81. title: '鉴权头部前缀',
  82. types: {
  83. basic: 'Basic',
  84. bearer: 'Bearer',
  85. custom: 'Custom',
  86. },
  87. },
  88. privacyPolicy: '隐私协议',
  89. privacyPolicyPlaceholder: '请输入隐私协议',
  90. toolInput: {
  91. title: '工具入参',
  92. name: '名称',
  93. required: '必须',
  94. method: '方式',
  95. methodSetting: '用户输入',
  96. methodSettingTip: '用户在工具配置中填写',
  97. methodParameter: 'LLM 填入',
  98. methodParameterTip: 'LLM 在推理过程中填写',
  99. label: '标签',
  100. labelPlaceholder: '选择标签(可选)',
  101. description: '描述',
  102. descriptionPlaceholder: '参数意义的描述',
  103. },
  104. customDisclaimer: '自定义免责声明',
  105. customDisclaimerPlaceholder: '请输入自定义免责声明',
  106. confirmTitle: '确认保存?',
  107. confirmTip: '发布新的工具版本可能会影响该工具已关联的应用',
  108. deleteToolConfirmTitle: '删除这个工具?',
  109. deleteToolConfirmContent: '删除工具是不可逆的。用户将无法再访问您的工具。',
  110. },
  111. test: {
  112. title: '测试',
  113. parametersValue: '参数和值',
  114. parameters: '参数',
  115. value: '值',
  116. testResult: '测试结果',
  117. testResultPlaceholder: '测试结果将显示在这里',
  118. },
  119. thought: {
  120. using: '正在使用',
  121. used: '已使用',
  122. requestTitle: '请求',
  123. responseTitle: '响应',
  124. },
  125. setBuiltInTools: {
  126. info: '信息',
  127. setting: '设置',
  128. toolDescription: '工具描述',
  129. parameters: '参数',
  130. string: '字符串',
  131. number: '数字',
  132. required: '必填',
  133. infoAndSetting: '信息和设置',
  134. },
  135. noCustomTool: {
  136. title: '没有自定义工具!',
  137. content: '在此统一添加和管理你的自定义工具,方便构建应用时使用。',
  138. createTool: '创建工具',
  139. },
  140. noSearchRes: {
  141. title: '抱歉,没有结果!',
  142. content: '我们找不到任何与您的搜索相匹配的工具。',
  143. reset: '重置搜索',
  144. },
  145. builtInPromptTitle: '提示词',
  146. toolRemoved: '工具已被移除',
  147. notAuthorized: '工具未授权',
  148. howToGet: '如何获取',
  149. openInStudio: '在工作室中打开',
  150. toolNameUsageTip: '工具调用名称,用于 Agent 推理和提示词',
  151. }
  152. export default translation