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.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242
  1. const translation = {
  2. metadata: {
  3. title: 'Plugins',
  4. },
  5. category: {
  6. all: 'All',
  7. models: 'Models',
  8. tools: 'Tools',
  9. agents: 'Agent Strategies',
  10. extensions: 'Extensions',
  11. bundles: 'Bundles',
  12. },
  13. categorySingle: {
  14. model: 'Model',
  15. tool: 'Tool',
  16. agent: 'Agent Strategy',
  17. extension: 'Extension',
  18. bundle: 'Bundle',
  19. },
  20. search: 'Search',
  21. allCategories: 'All Categories',
  22. searchCategories: 'Search Categories',
  23. searchPlugins: 'Search plugins',
  24. from: 'From',
  25. findMoreInMarketplace: 'Find more in Marketplace',
  26. searchInMarketplace: 'Search in Marketplace',
  27. fromMarketplace: 'From Marketplace',
  28. endpointsEnabled: '{{num}} sets of endpoints enabled',
  29. searchTools: 'Search tools...',
  30. installPlugin: 'Install plugin',
  31. installFrom: 'INSTALL FROM',
  32. list: {
  33. noInstalled: 'No plugins installed',
  34. notFound: 'No plugins found',
  35. source: {
  36. marketplace: 'Install from Marketplace',
  37. github: 'Install from GitHub',
  38. local: 'Install from Local Package File',
  39. },
  40. },
  41. source: {
  42. marketplace: 'Marketplace',
  43. github: 'GitHub',
  44. local: 'Local Package File',
  45. },
  46. detailPanel: {
  47. switchVersion: 'Switch Version',
  48. categoryTip: {
  49. marketplace: 'Installed from Marketplace',
  50. github: 'Installed from Github',
  51. local: 'Local Plugin',
  52. debugging: 'Debugging Plugin',
  53. },
  54. operation: {
  55. install: 'Install',
  56. detail: 'Details',
  57. update: 'Update',
  58. info: 'Plugin Info',
  59. checkUpdate: 'Check Update',
  60. viewDetail: 'View Detail',
  61. remove: 'Remove',
  62. },
  63. actionNum: '{{num}} {{action}} INCLUDED',
  64. strategyNum: '{{num}} {{strategy}} INCLUDED',
  65. endpoints: 'Endpoints',
  66. endpointsTip: 'This plugin provides specific functionalities via endpoints, and you can configure multiple endpoint sets for current workspace.',
  67. endpointsDocLink: 'View the document',
  68. endpointsEmpty: 'Click the \'+\' button to add an endpoint',
  69. endpointDisableTip: 'Disable Endpoint',
  70. endpointDisableContent: 'Would you like to disable {{name}}? ',
  71. endpointDeleteTip: 'Remove Endpoint',
  72. endpointDeleteContent: 'Would you like to remove {{name}}? ',
  73. endpointModalTitle: 'Setup endpoint',
  74. endpointModalDesc: 'Once configured, the features provided by the plugin via API endpoints can be used.',
  75. serviceOk: 'Service OK',
  76. disabled: 'Disabled',
  77. modelNum: '{{num}} MODELS INCLUDED',
  78. toolSelector: {
  79. title: 'Add tool',
  80. toolSetting: 'Tool Settings',
  81. toolLabel: 'Tool',
  82. descriptionLabel: 'Tool description',
  83. descriptionPlaceholder: 'Brief description of the tool\'s purpose, e.g., get the temperature for a specific location.',
  84. placeholder: 'Select a tool...',
  85. settings: 'USER SETTINGS',
  86. params: 'REASONING CONFIG',
  87. paramsTip1: 'Controls LLM inference parameters.',
  88. paramsTip2: 'When \'Auto\' is off, the default value is used.',
  89. auto: 'Auto',
  90. empty: 'Click the \'+\' button to add tools. You can add multiple tools.',
  91. uninstalledTitle: 'Tool not installed',
  92. uninstalledContent: 'This plugin is installed from the local/GitHub repository. Please use after installation.',
  93. uninstalledLink: 'Manage in Plugins',
  94. unsupportedTitle: 'Unsupported Action',
  95. unsupportedContent: 'The installed plugin version does not provide this action.',
  96. unsupportedContent2: 'Click to switch version.',
  97. unsupportedMCPTool: 'Currently selected agent strategy plugin version does not support MCP tools.',
  98. },
  99. configureApp: 'Configure App',
  100. configureModel: 'Configure model',
  101. configureTool: 'Configure tool',
  102. },
  103. install: '{{num}} installs',
  104. installAction: 'Install',
  105. debugInfo: {
  106. title: 'Debugging',
  107. viewDocs: 'View Docs',
  108. },
  109. privilege: {
  110. title: 'Plugin Preferences',
  111. whoCanInstall: 'Who can install and manage plugins?',
  112. whoCanDebug: 'Who can debug plugins?',
  113. everyone: 'Everyone',
  114. admins: 'Admins',
  115. noone: 'No one',
  116. },
  117. pluginInfoModal: {
  118. title: 'Plugin info',
  119. repository: 'Repository',
  120. release: 'Release',
  121. packageName: 'Package',
  122. },
  123. action: {
  124. checkForUpdates: 'Check for updates',
  125. pluginInfo: 'Plugin info',
  126. delete: 'Remove plugin',
  127. deleteContentLeft: 'Would you like to remove ',
  128. deleteContentRight: ' plugin?',
  129. usedInApps: 'This plugin is being used in {{num}} apps.',
  130. },
  131. installModal: {
  132. installPlugin: 'Install Plugin',
  133. installComplete: 'Installation complete',
  134. installedSuccessfully: 'Installation successful',
  135. installedSuccessfullyDesc: 'The plugin has been installed successfully.',
  136. uploadFailed: 'Upload failed',
  137. installFailed: 'Installation failed',
  138. installFailedDesc: 'The plugin has been installed failed.',
  139. install: 'Install',
  140. installing: 'Installing...',
  141. uploadingPackage: 'Uploading {{packageName}}...',
  142. readyToInstall: 'About to install the following plugin',
  143. readyToInstallPackage: 'About to install the following plugin',
  144. readyToInstallPackages: 'About to install the following {{num}} plugins',
  145. fromTrustSource: 'Please make sure that you only install plugins from a <trustSource>trusted source</trustSource>.',
  146. dropPluginToInstall: 'Drop plugin package here to install',
  147. labels: {
  148. repository: 'Repository',
  149. version: 'Version',
  150. package: 'Package',
  151. },
  152. close: 'Close',
  153. cancel: 'Cancel',
  154. back: 'Back',
  155. next: 'Next',
  156. pluginLoadError: 'Plugin load error',
  157. pluginLoadErrorDesc: 'This plugin will not be installed',
  158. installWarning: 'This plugin is not allowed to be installed.',
  159. },
  160. installFromGitHub: {
  161. installPlugin: 'Install plugin from GitHub',
  162. updatePlugin: 'Update plugin from GitHub',
  163. installedSuccessfully: 'Installation successful',
  164. installFailed: 'Installation failed',
  165. uploadFailed: 'Upload failed',
  166. gitHubRepo: 'GitHub repository',
  167. selectVersion: 'Select version',
  168. selectVersionPlaceholder: 'Please select a version',
  169. installNote: 'Please make sure that you only install plugins from a trusted source.',
  170. selectPackage: 'Select package',
  171. selectPackagePlaceholder: 'Please select a package',
  172. },
  173. upgrade: {
  174. title: 'Install Plugin',
  175. successfulTitle: 'Install successful',
  176. description: 'About to install the following plugin',
  177. usedInApps: 'Used in {{num}} apps',
  178. upgrade: 'Install',
  179. upgrading: 'Installing...',
  180. close: 'Close',
  181. },
  182. error: {
  183. inValidGitHubUrl: 'Invalid GitHub URL. Please enter a valid URL in the format: https://github.com/owner/repo',
  184. fetchReleasesError: 'Unable to retrieve releases. Please try again later.',
  185. noReleasesFound: 'No releases found. Please check the GitHub repository or the input URL.',
  186. },
  187. marketplace: {
  188. empower: 'Empower your AI development',
  189. discover: 'Discover',
  190. and: 'and',
  191. difyMarketplace: 'Dify Marketplace',
  192. moreFrom: 'More from Marketplace',
  193. noPluginFound: 'No plugin found',
  194. pluginsResult: '{{num}} results',
  195. sortBy: 'Sort by',
  196. sortOption: {
  197. mostPopular: 'Most Popular',
  198. recentlyUpdated: 'Recently Updated',
  199. newlyReleased: 'Newly Released',
  200. firstReleased: 'First Released',
  201. },
  202. viewMore: 'View more',
  203. verifiedTip: 'Verified by Dify',
  204. partnerTip: 'Verified by a Dify partner',
  205. },
  206. task: {
  207. installing: 'Installing {{installingLength}} plugins, 0 done.',
  208. installingWithSuccess: 'Installing {{installingLength}} plugins, {{successLength}} success.',
  209. installingWithError: 'Installing {{installingLength}} plugins, {{successLength}} success, {{errorLength}} failed',
  210. installError: '{{errorLength}} plugins failed to install, click to view',
  211. installedError: '{{errorLength}} plugins failed to install',
  212. clearAll: 'Clear all',
  213. },
  214. requestAPlugin: 'Request a plugin',
  215. publishPlugins: 'Publish plugins',
  216. difyVersionNotCompatible: 'The current Dify version is not compatible with this plugin, please upgrade to the minimum version required: {{minimalDifyVersion}}',
  217. auth: {
  218. default: 'Default',
  219. custom: 'Custom',
  220. setDefault: 'Set as default',
  221. useOAuth: 'Use OAuth',
  222. useOAuthAuth: 'Use OAuth Authorization',
  223. addOAuth: 'Add OAuth',
  224. setupOAuth: 'Setup OAuth Client',
  225. useApi: 'Use API Key',
  226. addApi: 'Add API Key',
  227. useApiAuth: 'API Key Authorization Configuration',
  228. useApiAuthDesc: 'After configuring credentials, all members within the workspace can use this tool when orchestrating applications.',
  229. oauthClientSettings: 'OAuth Client Settings',
  230. saveOnly: 'Save only',
  231. saveAndAuth: 'Save and Authorize',
  232. authorization: 'Authorization',
  233. authorizations: 'Authorizations',
  234. authorizationName: 'Authorization Name',
  235. workspaceDefault: 'Workspace Default',
  236. authRemoved: 'Auth removed',
  237. clientInfo: 'As no system client secrets found for this tool provider, setup it manually is required, for redirect_uri, please use',
  238. oauthClient: 'OAuth Client',
  239. },
  240. }
  241. export default translation