dify/web/i18n/en-US/plugin.ts
2024-10-12 17:08:45 +08:00

20 lines
448 B
TypeScript

const translation = {
from: 'From',
endpointsEnabled: '{{num}} sets of endpoints enabled',
detailPanel: {
operation: {
install: 'Install',
detail: 'Detail',
update: 'Update',
info: 'Plugin Info',
checkUpdate: 'Check Update',
viewDetail: 'View Detail',
remove: 'Remove',
},
modelNum: '{{num}} MODELS INCLUDED',
actionNum: '{{num}} ACTIONS INCLUDED',
},
}
export default translation