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

20 lines
448 B
TypeScript
Raw Normal View History

2024-10-10 17:47:04 +08:00
const translation = {
from: 'From',
endpointsEnabled: '{{num}} sets of endpoints enabled',
2024-10-12 14:39:53 +08:00
detailPanel: {
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 16:29:46 +08:00
modelNum: '{{num}} MODELS INCLUDED',
2024-10-12 17:08:45 +08:00
actionNum: '{{num}} ACTIONS INCLUDED',
2024-10-12 14:39:53 +08:00
},
2024-10-10 17:47:04 +08:00
}
export default translation