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

68 lines
1.8 KiB
TypeScript
Raw Normal View History

2024-10-10 17:47:04 +08:00
const translation = {
from: 'From',
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-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',
detail: 'Detail',
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',
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',
admin: 'Admins',
noOne: 'No one',
},
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-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-10 17:47:04 +08:00
}
export default translation