dify/web/i18n/en-US/plugin.json
2025-12-24 19:02:42 +08:00

324 lines
13 KiB
JSON

{
"metadata": {
"title": "Plugins"
},
"category": {
"all": "All",
"models": "Models",
"tools": "Tools",
"agents": "Agent Strategies",
"extensions": "Extensions",
"triggers": "Triggers",
"bundles": "Bundles",
"datasources": "Data Sources"
},
"categorySingle": {
"model": "Model",
"tool": "Tool",
"agent": "Agent Strategy",
"extension": "Extension",
"trigger": "Trigger",
"bundle": "Bundle",
"datasource": "Data Source"
},
"search": "Search",
"allCategories": "All Categories",
"searchCategories": "Search Categories",
"searchPlugins": "Search plugins",
"from": "From",
"findMoreInMarketplace": "Find more in Marketplace",
"searchInMarketplace": "Search in Marketplace",
"fromMarketplace": "From Marketplace",
"endpointsEnabled": "{{num}} sets of endpoints enabled",
"searchTools": "Search tools...",
"installPlugin": "Install plugin",
"installFrom": "INSTALL FROM",
"deprecated": "Deprecated",
"list": {
"noInstalled": "No plugins installed",
"notFound": "No plugins found",
"source": {
"marketplace": "Install from Marketplace",
"github": "Install from GitHub",
"local": "Install from Local Package File"
}
},
"source": {
"marketplace": "Marketplace",
"github": "GitHub",
"local": "Local Package File"
},
"detailPanel": {
"switchVersion": "Switch Version",
"categoryTip": {
"marketplace": "Installed from Marketplace",
"github": "Installed from Github",
"local": "Local Plugin",
"debugging": "Debugging Plugin"
},
"operation": {
"install": "Install",
"detail": "Details",
"update": "Update",
"info": "Plugin Info",
"checkUpdate": "Check Update",
"viewDetail": "View Detail",
"remove": "Remove",
"back": "Back"
},
"actionNum": "{{num}} {{action}} INCLUDED",
"strategyNum": "{{num}} {{strategy}} INCLUDED",
"endpoints": "Endpoints",
"endpointsTip": "This plugin provides specific functionalities via endpoints, and you can configure multiple endpoint sets for current workspace.",
"endpointsDocLink": "View the document",
"endpointsEmpty": "Click the '+' button to add an endpoint",
"endpointDisableTip": "Disable Endpoint",
"endpointDisableContent": "Would you like to disable {{name}}? ",
"endpointDeleteTip": "Remove Endpoint",
"endpointDeleteContent": "Would you like to remove {{name}}? ",
"endpointModalTitle": "Setup endpoint",
"endpointModalDesc": "Once configured, the features provided by the plugin via API endpoints can be used.",
"serviceOk": "Service OK",
"disabled": "Disabled",
"modelNum": "{{num}} MODELS INCLUDED",
"toolSelector": {
"title": "Add tool",
"toolSetting": "Tool Settings",
"toolLabel": "Tool",
"descriptionLabel": "Tool description",
"descriptionPlaceholder": "Brief description of the tool's purpose, e.g., get the temperature for a specific location.",
"placeholder": "Select a tool...",
"settings": "USER SETTINGS",
"params": "REASONING CONFIG",
"paramsTip1": "Controls LLM inference parameters.",
"paramsTip2": "When 'Auto' is off, the default value is used.",
"auto": "Auto",
"empty": "Click the '+' button to add tools. You can add multiple tools.",
"uninstalledTitle": "Tool not installed",
"uninstalledContent": "This plugin is installed from the local/GitHub repository. Please use after installation.",
"uninstalledLink": "Manage in Plugins",
"unsupportedTitle": "Unsupported Action",
"unsupportedContent": "The installed plugin version does not provide this action.",
"unsupportedContent2": "Click to switch version.",
"unsupportedMCPTool": "Currently selected agent strategy plugin version does not support MCP tools."
},
"configureApp": "Configure App",
"configureModel": "Configure model",
"configureTool": "Configure tool",
"deprecation": {
"fullMessage": "This plugin has been deprecated due to {{deprecatedReason}}, and will no longer be updated. Please use <CustomLink href='https://example.com/'>{{-alternativePluginId}}</CustomLink> instead.",
"onlyReason": "This plugin has been deprecated due to {{deprecatedReason}} and will no longer be updated.",
"noReason": "This plugin has been deprecated and will no longer be updated.",
"reason": {
"businessAdjustments": "business adjustments",
"ownershipTransferred": "ownership transferred",
"noMaintainer": "no maintainer"
}
}
},
"install": "{{num}} installs",
"installAction": "Install",
"debugInfo": {
"title": "Debugging",
"viewDocs": "View Docs"
},
"privilege": {
"title": "Plugin Preferences",
"whoCanInstall": "Who can install and manage plugins?",
"whoCanDebug": "Who can debug plugins?",
"everyone": "Everyone",
"admins": "Admins",
"noone": "No one"
},
"autoUpdate": {
"automaticUpdates": "Automatic updates",
"updateTime": "Update time",
"specifyPluginsToUpdate": "Specify plugins to update",
"strategy": {
"disabled": {
"name": "Disabled",
"description": "Plugins will not auto-update"
},
"fixOnly": {
"name": "Fix Only",
"description": "Auto-update for patch versions only (e.g., 1.0.1 → 1.0.2). Minor version changes won't trigger updates.",
"selectedDescription": "Auto-update for patch versions only"
},
"latest": {
"name": "Latest",
"description": "Always update to latest version",
"selectedDescription": "Always update to latest version"
}
},
"updateTimeTitle": "Update time",
"upgradeMode": {
"all": "Update all",
"exclude": "Exclude selected",
"partial": "Only selected"
},
"upgradeModePlaceholder": {
"exclude": "Selected plugins will not auto-update",
"partial": "Only selected plugins will auto-update. No plugins are currently selected, so no plugins will auto-update."
},
"excludeUpdate": "The following {{num}} plugins will not auto-update",
"partialUPdate": "Only the following {{num}} plugins will auto-update",
"operation": {
"clearAll": "Clear all",
"select": "Select plugins"
},
"nextUpdateTime": "Next auto-update: {{time}}",
"pluginDowngradeWarning": {
"title": "Plugin Downgrade",
"description": "Auto-update is currently enabled for this plugin. Downgrading the version may cause your changes to be overwritten during the next automatic update.",
"downgrade": "Downgrade anyway",
"exclude": "Exclude from auto-update"
},
"noPluginPlaceholder": {
"noFound": "No plugins were found",
"noInstalled": "No plugins installed"
},
"updateSettings": "Update Settings",
"changeTimezone": "To change time zone, go to <setTimezone>Settings</setTimezone>"
},
"pluginInfoModal": {
"title": "Plugin info",
"repository": "Repository",
"release": "Release",
"packageName": "Package"
},
"action": {
"checkForUpdates": "Check for updates",
"pluginInfo": "Plugin info",
"delete": "Remove plugin",
"deleteContentLeft": "Would you like to remove ",
"deleteContentRight": " plugin?",
"usedInApps": "This plugin is being used in {{num}} apps."
},
"installModal": {
"installPlugin": "Install Plugin",
"installComplete": "Installation complete",
"installedSuccessfully": "Installation successful",
"installedSuccessfullyDesc": "The plugin has been installed successfully.",
"uploadFailed": "Upload failed",
"installFailed": "Installation failed",
"installFailedDesc": "The plugin has been installed failed.",
"install": "Install",
"installing": "Installing...",
"uploadingPackage": "Uploading {{packageName}}...",
"readyToInstall": "About to install the following plugin",
"readyToInstallPackage": "About to install the following plugin",
"readyToInstallPackages": "About to install the following {{num}} plugins",
"fromTrustSource": "Please make sure that you only install plugins from a <trustSource>trusted source</trustSource>.",
"dropPluginToInstall": "Drop plugin package here to install",
"labels": {
"repository": "Repository",
"version": "Version",
"package": "Package"
},
"close": "Close",
"cancel": "Cancel",
"back": "Back",
"next": "Next",
"pluginLoadError": "Plugin load error",
"pluginLoadErrorDesc": "This plugin will not be installed",
"installWarning": "This plugin is not allowed to be installed."
},
"installFromGitHub": {
"installPlugin": "Install plugin from GitHub",
"updatePlugin": "Update plugin from GitHub",
"installedSuccessfully": "Installation successful",
"installFailed": "Installation failed",
"uploadFailed": "Upload failed",
"gitHubRepo": "GitHub repository",
"selectVersion": "Select version",
"selectVersionPlaceholder": "Please select a version",
"installNote": "Please make sure that you only install plugins from a trusted source.",
"selectPackage": "Select package",
"selectPackagePlaceholder": "Please select a package"
},
"upgrade": {
"title": "Install Plugin",
"successfulTitle": "Install successful",
"description": "About to install the following plugin",
"usedInApps": "Used in {{num}} apps",
"upgrade": "Install",
"upgrading": "Installing...",
"close": "Close"
},
"error": {
"inValidGitHubUrl": "Invalid GitHub URL. Please enter a valid URL in the format: https://github.com/owner/repo",
"fetchReleasesError": "Unable to retrieve releases. Please try again later.",
"noReleasesFound": "No releases found. Please check the GitHub repository or the input URL."
},
"marketplace": {
"empower": "Empower your AI development",
"discover": "Discover",
"and": "and",
"difyMarketplace": "Dify Marketplace",
"moreFrom": "More from Marketplace",
"noPluginFound": "No plugin found",
"pluginsResult": "{{num}} results",
"sortBy": "Sort by",
"sortOption": {
"mostPopular": "Most Popular",
"recentlyUpdated": "Recently Updated",
"newlyReleased": "Newly Released",
"firstReleased": "First Released"
},
"viewMore": "View more",
"verifiedTip": "Verified by Dify",
"partnerTip": "Verified by a Dify partner"
},
"task": {
"installing": "Installing plugins",
"installingWithSuccess": "Installing {{installingLength}} plugins, {{successLength}} success.",
"installingWithError": "Installing {{installingLength}} plugins, {{successLength}} success, {{errorLength}} failed",
"installError": "{{errorLength}} plugins failed to install, click to view",
"installedError": "{{errorLength}} plugins failed to install",
"installSuccess": "{{successLength}} plugins installed successfully",
"installed": "Installed",
"clearAll": "Clear all",
"runningPlugins": "Installing Plugins",
"successPlugins": "Successfully Installed Plugins",
"errorPlugins": "Failed to Install Plugins"
},
"requestAPlugin": "Request a plugin",
"publishPlugins": "Publish plugins",
"difyVersionNotCompatible": "The current Dify version is not compatible with this plugin, please upgrade to the minimum version required: {{minimalDifyVersion}}",
"auth": {
"default": "Default",
"custom": "Custom",
"setDefault": "Set as default",
"useOAuth": "Use OAuth",
"useOAuthAuth": "Use OAuth Authorization",
"addOAuth": "Add OAuth",
"setupOAuth": "Setup OAuth Client",
"useApi": "Use API Key",
"addApi": "Add API Key",
"useApiAuth": "API Key Authorization Configuration",
"useApiAuthDesc": "After configuring credentials, all members within the workspace can use this tool when orchestrating applications.",
"oauthClientSettings": "OAuth Client Settings",
"saveOnly": "Save only",
"saveAndAuth": "Save and Authorize",
"authorization": "Authorization",
"authorizations": "Authorizations",
"authorizationName": "Authorization Name",
"workspaceDefault": "Workspace Default",
"authRemoved": "Auth removed",
"clientInfo": "As no system client secrets found for this tool provider, setup it manually is required, for redirect_uri, please use",
"oauthClient": "OAuth Client",
"credentialUnavailable": "Credentials currently unavailable. Please contact admin.",
"credentialUnavailableInButton": "Credential unavailable",
"customCredentialUnavailable": "Custom credentials currently unavailable",
"unavailable": "Unavailable",
"connectedWorkspace": "Connected Workspace",
"emptyAuth": "Please configure authentication"
},
"readmeInfo": {
"title": "README",
"needHelpCheckReadme": "Need help? Check the README.",
"noReadmeAvailable": "No README available",
"failedToFetch": "Failed to fetch README"
}
}