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

16 lines
314 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: {
update: 'Update',
info: 'Plugin Info',
checkUpdate: 'Check Update',
viewDetail: 'View Detail',
remove: 'Remove',
},
},
2024-10-10 17:47:04 +08:00
}
export default translation