dify/web/i18n/en-US/plugin.ts

112 lines
3.7 KiB
TypeScript
Raw Normal View History

2024-10-10 17:47:04 +08:00
const translation = {
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',
searchTools: 'Search tools...',
2024-10-12 14:39:53 +08:00
detailPanel: {
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',
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',
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}}...',
readyToInstall: 'About to install the following plugin.',
fromTrustSource: 'Please make sure that you only install plugins from a <trustSource>trusted source</trustSource>.',
labels: {
repository: 'Repository',
version: 'Version',
package: 'Package',
},
close: 'Close',
cancel: 'Cancel',
back: 'Back',
next: 'Next',
},
installFromGitHub: {
installPlugin: 'Install plugin from GitHub',
2024-11-05 11:02:57 +08:00
updateVersion: 'Update plugin from GitHub',
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',
},
error: {
inValidGitHubUrl: 'Invalid GitHub URL. Please enter a valid URL in the format: https://github.com/owner/repo',
},
2024-10-10 17:47:04 +08:00
}
export default translation