tools.ts 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. const translation = {
  2. title: '工具',
  3. createCustomTool: '建立自定義工具',
  4. type: {
  5. all: '全部',
  6. builtIn: '內建',
  7. custom: '自定義',
  8. workflow: '工作流',
  9. },
  10. contribute: {
  11. line1: '我有興趣為 ',
  12. line2: 'Dify 貢獻工具。',
  13. viewGuide: '檢視指南',
  14. },
  15. author: '作者',
  16. auth: {
  17. unauthorized: '去授權',
  18. authorized: '已授權',
  19. setup: '要使用請先授權',
  20. setupModalTitle: '設定授權',
  21. setupModalTitleDescription: '配置憑據後,工作區中的所有成員都可以在編排應用程式時使用此工具。',
  22. },
  23. includeToolNum: '包含 {{num}} 個工具',
  24. addTool: '新增工具',
  25. createTool: {
  26. title: '建立自定義工具',
  27. editAction: '編輯',
  28. editTitle: '編輯自定義工具',
  29. name: '名稱',
  30. toolNamePlaceHolder: '輸入工具名稱',
  31. schema: 'Schema',
  32. schemaPlaceHolder: '在此處輸入您的 OpenAPI schema',
  33. viewSchemaSpec: '檢視 OpenAPI-Swagger 規範',
  34. importFromUrl: '從 URL 中匯入',
  35. importFromUrlPlaceHolder: 'https://...',
  36. urlError: '請輸入有效的 URL',
  37. examples: '例子',
  38. exampleOptions: {
  39. json: '天氣(JSON)',
  40. yaml: '寵物商店(YAML)',
  41. blankTemplate: '空白模版',
  42. },
  43. availableTools: {
  44. title: '可用工具',
  45. name: '名稱',
  46. description: '描述',
  47. method: '方法',
  48. path: '路徑',
  49. action: '操作',
  50. test: '測試',
  51. },
  52. authMethod: {
  53. title: '鑑權方法',
  54. type: '鑑權型別',
  55. keyTooltip: 'HTTP 頭部名稱,如果你不知道是什麼,可以將其保留為 Authorization 或設定為自定義值',
  56. types: {
  57. none: '無',
  58. api_key: 'API Key',
  59. apiKeyPlaceholder: 'HTTP 頭部名稱,用於傳遞 API Key',
  60. apiValuePlaceholder: '輸入 API Key',
  61. },
  62. key: '鍵',
  63. value: '值',
  64. },
  65. authHeaderPrefix: {
  66. title: '鑑權頭部字首',
  67. types: {
  68. basic: 'Basic',
  69. bearer: 'Bearer',
  70. custom: 'Custom',
  71. },
  72. },
  73. privacyPolicy: '隱私協議',
  74. privacyPolicyPlaceholder: '請輸入隱私協議',
  75. customDisclaimer: '自定義免責聲明',
  76. customDisclaimerPlaceholder: '請輸入自定義免責聲明',
  77. deleteToolConfirmTitle: '刪除這個工具?',
  78. deleteToolConfirmContent: '刪除工具是不可逆的。用戶將無法再訪問您的工具。',
  79. toolInput: {
  80. labelPlaceholder: '選擇標籤(選擇標籤)',
  81. label: '標籤',
  82. required: '必填',
  83. methodSettingTip: '用戶填寫工具配置',
  84. name: '名字',
  85. description: '描述',
  86. methodParameterTip: '推理期間 LLM 填充',
  87. method: '方法',
  88. title: '工具輸入',
  89. methodSetting: '設置',
  90. methodParameter: '參數',
  91. descriptionPlaceholder: '參數含義的描述',
  92. },
  93. description: '描述',
  94. nameForToolCall: '工具調用名稱',
  95. confirmTitle: '確認儲存 ?',
  96. descriptionPlaceholder: '工具用途的簡要描述,例如,獲取特定位置的溫度。',
  97. nameForToolCallTip: '僅支援數位、字母和下劃線。',
  98. confirmTip: '使用此工具的應用程式將受到影響',
  99. nameForToolCallPlaceHolder: '用於機器識別,例如 getCurrentWeather、list_pets',
  100. },
  101. test: {
  102. title: '測試',
  103. parametersValue: '引數和值',
  104. parameters: '引數',
  105. value: '值',
  106. testResult: '測試結果',
  107. testResultPlaceholder: '測試結果將顯示在這裡',
  108. },
  109. thought: {
  110. using: '正在使用',
  111. used: '已使用',
  112. requestTitle: '請求來自',
  113. responseTitle: '響應來自',
  114. },
  115. setBuiltInTools: {
  116. info: '資訊',
  117. setting: '設定',
  118. toolDescription: '工具描述',
  119. parameters: '引數',
  120. string: '字串',
  121. number: '數字',
  122. required: '必填',
  123. infoAndSetting: '資訊和設定',
  124. },
  125. noCustomTool: {
  126. title: '沒有自定義工具!',
  127. content: '在此統一新增和管理你的自定義工具,方便構建應用時使用。',
  128. createTool: '建立工具',
  129. },
  130. noSearchRes: {
  131. title: '抱歉,沒有結果!',
  132. content: '我們找不到任何與您的搜尋相匹配的工具。',
  133. reset: '重置搜尋',
  134. },
  135. builtInPromptTitle: '提示詞',
  136. toolRemoved: '工具已被移除',
  137. notAuthorized: '工具未授權',
  138. howToGet: '如何獲取',
  139. addToolModal: {
  140. add: '加',
  141. type: '類型',
  142. added: '添加',
  143. manageInTools: '在工具中管理',
  144. category: '類別',
  145. emptyTitle: '沒有可用的工作流程工具',
  146. emptyTip: '轉到“工作流 - >發佈為工具”',
  147. },
  148. customToolTip: '瞭解有關 Dify 自訂工具的更多資訊',
  149. toolNameUsageTip: '用於代理推理和提示的工具調用名稱',
  150. openInStudio: '在 Studio 中打開',
  151. }
  152. export default translation