dify/web/i18n/en-US/explore.ts
2025-10-23 14:45:08 +08:00

60 lines
1.3 KiB
TypeScript

const translation = {
title: 'Explore',
sidebar: {
title: 'App gallery',
chat: 'Chat',
webApps: 'Web apps',
action: {
pin: 'Pin',
unpin: 'Unpin',
rename: 'Rename',
delete: 'Delete',
},
delete: {
title: 'Delete app',
content: 'Are you sure you want to delete this app?',
},
noApps: {
title: 'No web apps',
description: 'Published web apps will appear here',
learnMore: 'Learn more',
},
},
apps: {
title: 'Try Dify\'s curated apps to find AI solutions for your business',
allCategories: 'All',
resultNum: '{{num}} results',
resetFilter: 'Clear filter',
},
appCard: {
addToWorkspace: 'Use template',
try: 'Details',
},
tryApp: {
tabHeader: {
try: 'Try it',
detail: 'Orchestration Details',
},
},
appCustomize: {
title: 'Create app from {{name}}',
subTitle: 'App icon & name',
nameRequired: 'App name is required',
},
category: {
Agent: 'Agent',
Assistant: 'Assistant',
Writing: 'Writing',
Translate: 'Translate',
Programming: 'Programming',
HR: 'HR',
Workflow: 'Workflow',
Entertainment: 'Entertainment',
},
banner: {
viewMore: 'VIEW MORE',
},
}
export default translation