2024-10-10 17:47:04 +08:00
|
|
|
const translation = {
|
2024-11-06 11:55:19 +08:00
|
|
|
category: {
|
2024-11-08 16:13:52 +08:00
|
|
|
all: 'All',
|
2024-11-13 18:30:38 +08:00
|
|
|
models: 'Models',
|
|
|
|
tools: 'Tools',
|
|
|
|
extensions: 'Extensions',
|
|
|
|
bundles: 'Bundles',
|
2024-11-06 11:55:19 +08:00
|
|
|
},
|
2024-11-13 16:55:43 +08:00
|
|
|
search: 'Search',
|
2024-11-13 18:30:38 +08:00
|
|
|
allCategories: 'All Categories',
|
|
|
|
searchCategories: 'Search Categories',
|
2024-11-06 11:55:19 +08:00
|
|
|
searchPlugins: 'Search plugins',
|
2024-10-10 17:47:04 +08:00
|
|
|
from: 'From',
|
2024-10-29 18:09:41 +08:00
|
|
|
findMoreInMarketplace: 'Find more in Marketplace',
|
2024-10-30 14:23:50 +08:00
|
|
|
searchInMarketplace: 'Search in Marketplace',
|
2024-10-14 18:35:01 +08:00
|
|
|
fromMarketplace: 'From Marketplace',
|
2024-10-10 17:47:04 +08:00
|
|
|
endpointsEnabled: '{{num}} sets of endpoints enabled',
|
2024-11-01 14:02:10 +08:00
|
|
|
searchTools: 'Search tools...',
|
2024-11-14 15:47:22 +08:00
|
|
|
installPlugin: 'Install plugin',
|
|
|
|
installFrom: 'INSTALL FROM',
|
|
|
|
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',
|
|
|
|
},
|
2024-10-12 14:39:53 +08:00
|
|
|
detailPanel: {
|
2024-11-17 12:57:34 +08:00
|
|
|
switchVersion: 'Switch Version',
|
2024-10-16 17:30:51 +08:00
|
|
|
categoryTip: {
|
|
|
|
marketplace: 'Installed from Marketplace',
|
|
|
|
github: 'Installed from Github',
|
|
|
|
local: 'Local Plugin',
|
|
|
|
debugging: 'Debugging Plugin',
|
|
|
|
},
|
2024-10-12 14:39:53 +08:00
|
|
|
operation: {
|
2024-10-12 16:29:46 +08:00
|
|
|
install: 'Install',
|
2024-10-31 20:19:40 +08:00
|
|
|
detail: 'Details',
|
2024-10-12 14:39:53 +08:00
|
|
|
update: 'Update',
|
|
|
|
info: 'Plugin Info',
|
|
|
|
checkUpdate: 'Check Update',
|
|
|
|
viewDetail: 'View Detail',
|
|
|
|
remove: 'Remove',
|
|
|
|
},
|
2024-10-12 17:08:45 +08:00
|
|
|
actionNum: '{{num}} ACTIONS INCLUDED',
|
2024-10-13 10:49:55 +08:00
|
|
|
endpoints: 'Endpoints',
|
2024-11-15 16:21:51 +08:00
|
|
|
endpointsTip: 'This plugin provides specific functionalities via endpoints, and you can configure multiple endpoint sets for current workspace.',
|
|
|
|
endpointsDocLink: 'View the document',
|
2024-10-13 10:49:55 +08:00
|
|
|
endpointsEmpty: 'Click the \'+\' button to add an endpoint',
|
2024-10-19 16:17:10 +08:00
|
|
|
endpointDisableTip: 'Disable Endpoint',
|
|
|
|
endpointDisableContent: 'Would you like to disable {{name}}? ',
|
|
|
|
endpointDeleteTip: 'Remove Endpoint',
|
|
|
|
endpointDeleteContent: 'Would you like to remove {{name}}? ',
|
2024-10-19 17:23:26 +08:00
|
|
|
endpointModalTitle: 'Setup endpoint',
|
|
|
|
endpointModalDesc: 'After configuring form, all members within the workspace can use this endpoint when orchestrating applications.',
|
2024-10-13 10:49:55 +08:00
|
|
|
serviceOk: 'Service OK',
|
|
|
|
disabled: 'Disabled',
|
|
|
|
modelNum: '{{num}} MODELS INCLUDED',
|
2024-10-12 14:39:53 +08:00
|
|
|
},
|
2024-10-14 18:35:01 +08:00
|
|
|
install: '{{num}} installs',
|
|
|
|
installAction: 'Install',
|
2024-10-16 10:52:16 +08:00
|
|
|
debugInfo: {
|
|
|
|
title: 'Debugging',
|
|
|
|
viewDocs: 'View Docs',
|
|
|
|
},
|
2024-10-15 21:31:06 +08:00
|
|
|
privilege: {
|
|
|
|
title: 'Plugin Preferences',
|
|
|
|
whoCanInstall: 'Who can install and manage plugins?',
|
|
|
|
whoCanDebug: 'Who can debug plugins?',
|
|
|
|
everyone: 'Everyone',
|
2024-10-29 17:18:23 +08:00
|
|
|
admins: 'Admins',
|
|
|
|
noone: 'No one',
|
2024-10-15 21:31:06 +08:00
|
|
|
},
|
2024-10-16 11:30:04 +08:00
|
|
|
pluginInfoModal: {
|
|
|
|
title: 'Plugin info',
|
|
|
|
repository: 'Repository',
|
|
|
|
release: 'Release',
|
|
|
|
packageName: 'Package',
|
|
|
|
},
|
2024-10-16 15:13:19 +08:00
|
|
|
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.',
|
|
|
|
},
|
2024-10-22 18:11:47 +08:00
|
|
|
installModal: {
|
|
|
|
installPlugin: 'Install Plugin',
|
2024-10-23 17:52:39 +08:00
|
|
|
installedSuccessfully: 'Installation successful',
|
|
|
|
installedSuccessfullyDesc: 'The plugin has been installed successfully.',
|
2024-10-24 17:14:17 +08:00
|
|
|
uploadFailed: 'Upload failed',
|
2024-10-23 17:52:39 +08:00
|
|
|
installFailed: 'Installation failed',
|
|
|
|
installFailedDesc: 'The plugin has been installed failed.',
|
2024-10-22 18:11:47 +08:00
|
|
|
install: 'Install',
|
|
|
|
installing: 'Installing...',
|
|
|
|
uploadingPackage: 'Uploading {{packageName}}...',
|
2024-11-12 17:32:39 +08:00
|
|
|
readyToInstall: 'About to install the following plugin',
|
|
|
|
readyToInstallPackage: 'About to install the following plugin',
|
|
|
|
readyToInstallPackages: 'About to install the following {{num}} plugins',
|
2024-10-22 18:11:47 +08:00
|
|
|
fromTrustSource: 'Please make sure that you only install plugins from a <trustSource>trusted source</trustSource>.',
|
2024-11-14 18:26:16 +08:00
|
|
|
dropPluginToInstall: 'Drop plugin package here to install',
|
2024-10-22 18:39:23 +08:00
|
|
|
labels: {
|
|
|
|
repository: 'Repository',
|
|
|
|
version: 'Version',
|
|
|
|
package: 'Package',
|
|
|
|
},
|
|
|
|
close: 'Close',
|
|
|
|
cancel: 'Cancel',
|
|
|
|
back: 'Back',
|
|
|
|
next: 'Next',
|
2024-11-20 13:56:32 +08:00
|
|
|
pluginLoadError: 'Plugin load error',
|
|
|
|
pluginLoadErrorDesc: 'This plugin will not be installed',
|
2024-10-22 18:39:23 +08:00
|
|
|
},
|
|
|
|
installFromGitHub: {
|
|
|
|
installPlugin: 'Install plugin from GitHub',
|
2024-11-06 16:49:16 +08:00
|
|
|
updatePlugin: 'Update plugin from GitHub',
|
|
|
|
installedSuccessfully: 'Installation successful',
|
|
|
|
installFailed: 'Installation failed',
|
|
|
|
uploadFailed: 'Upload failed',
|
2024-10-22 18:39:23 +08:00
|
|
|
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',
|
2024-10-22 18:11:47 +08:00
|
|
|
},
|
2024-10-16 18:05:55 +08:00
|
|
|
upgrade: {
|
|
|
|
title: 'Upgrade Plugin',
|
|
|
|
successfulTitle: 'Upgrade successful',
|
|
|
|
description: 'About to upgrade the following plugin',
|
|
|
|
usedInApps: 'Used in {{num}} apps',
|
|
|
|
upgrade: 'Upgrade',
|
|
|
|
upgrading: 'Upgrading...',
|
|
|
|
close: 'Close',
|
|
|
|
},
|
2024-10-22 18:39:23 +08:00
|
|
|
error: {
|
|
|
|
inValidGitHubUrl: 'Invalid GitHub URL. Please enter a valid URL in the format: https://github.com/owner/repo',
|
|
|
|
},
|
2024-11-08 16:13:52 +08:00
|
|
|
marketplace: {
|
|
|
|
empower: 'Empower your AI development',
|
|
|
|
discover: 'Discover',
|
|
|
|
and: 'and',
|
2024-11-14 14:47:53 +08:00
|
|
|
difyMarketplace: 'Dify Marketplace',
|
2024-11-08 16:13:52 +08:00
|
|
|
moreFrom: 'More from Marketplace',
|
2024-11-14 14:26:02 +08:00
|
|
|
noPluginFound: 'No plugin found',
|
|
|
|
pluginsResult: '{{num}} results',
|
|
|
|
sortBy: 'Sort by',
|
|
|
|
sortOption: {
|
|
|
|
mostPopular: 'Most Popular',
|
|
|
|
recentlyUpdated: 'Recently Updated',
|
|
|
|
newlyReleased: 'Newly Released',
|
|
|
|
firstReleased: 'First Released',
|
|
|
|
},
|
2024-11-08 16:13:52 +08:00
|
|
|
},
|
2024-11-11 18:17:44 +08:00
|
|
|
task: {
|
|
|
|
installing: 'Installing {{installingLength}}/{{totalLength}} plugins...',
|
|
|
|
installingWithError: 'Installing {{installingLength}} of {{totalLength}} plugins, {{errorLength}} failed, click to view',
|
|
|
|
installError: '{{errorLength}} plugins failed to install, click to view',
|
|
|
|
installedError: '{{errorLength}} plugins failed to install',
|
|
|
|
},
|
2024-10-10 17:47:04 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
export default translation
|