File size: 938 Bytes
a8b3f00
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
const translation = {
  title: 'Explore',
  sidebar: {
    discovery: 'Discovery',
    chat: 'Chat',
    workspace: 'Workspace',
    action: {
      pin: 'Pin',
      unpin: 'Unpin',
      rename: 'Rename',
      delete: 'Delete',
    },
    delete: {
      title: 'Delete app',
      content: 'Are you sure you want to delete this app?',
    },
  },
  apps: {
    title: 'Explore Apps by Dify',
    description: 'Use these template apps instantly or customize your own apps based on the templates.',
    allCategories: 'Recommended',
  },
  appCard: {
    addToWorkspace: 'Add to Workspace',
    customize: 'Customize',
  },
  appCustomize: {
    title: 'Create app from {{name}}',
    subTitle: 'App icon & name',
    nameRequired: 'App name is required',
  },
  category: {
    Assistant: 'Assistant',
    Writing: 'Writing',
    Translate: 'Translate',
    Programming: 'Programming',
    HR: 'HR',
  },
}

export default translation