mirror of
https://github.com/langgenius/dify.git
synced 2026-01-08 07:14:14 +00:00
64 lines
1.5 KiB
TypeScript
64 lines
1.5 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',
|
|
},
|
|
createFromSampleApp: 'Create from this sample app',
|
|
category: 'Category',
|
|
requirements: 'Requirements',
|
|
tryInfo: 'This is a sample app. You can try up to 5 messages. To keep using it, click "Create form this sample app" and set it up!',
|
|
},
|
|
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
|