explore.en.ts 907 B

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