explore.en.ts 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. const translation = {
  2. title: 'My Apps',
  3. sidebar: {
  4. discovery: 'Discovery',
  5. chat: 'Chat',
  6. workspace: 'Workspace',
  7. action: {
  8. pin: 'Pin',
  9. unpin: 'Unpin',
  10. rename: 'Rename',
  11. delete: 'Delete',
  12. },
  13. delete: {
  14. title: 'Delete app',
  15. content: 'Are you sure you want to delete this app?',
  16. },
  17. },
  18. apps: {
  19. title: 'Explore Apps by Dify',
  20. description: 'Use these template apps instantly or customize your own apps based on the templates.',
  21. allCategories: 'All Categories',
  22. },
  23. appCard: {
  24. addToWorkspace: 'Add to Workspace',
  25. customize: 'Customize',
  26. },
  27. appCustomize: {
  28. title: 'Create app from {{name}}',
  29. subTitle: 'App icon & name',
  30. nameRequired: 'App name is required',
  31. },
  32. category: {
  33. Assistant: 'Assistant',
  34. Writing: 'Writing',
  35. Translate: 'Translate',
  36. Programming: 'Programming',
  37. HR: 'HR',
  38. },
  39. universalChat: {
  40. welcome: 'Start chat with Dify',
  41. welcomeDescribe: 'Your AI conversation companion for personalized assistance',
  42. model: 'Model',
  43. plugins: {
  44. name: 'Plugins',
  45. google_search: {
  46. name: 'Google Search',
  47. more: {
  48. left: 'Enable the plugin, ',
  49. link: 'set up your SerpAPI key',
  50. right: ' first.',
  51. },
  52. },
  53. web_reader: {
  54. name: 'Web Reader',
  55. description: 'Get needed information from any web link',
  56. },
  57. wikipedia: {
  58. name: 'Wikipedia',
  59. },
  60. },
  61. thought: {
  62. show: 'Show',
  63. hide: 'Hide',
  64. processOfThought: ' the process of thinking',
  65. res: {
  66. webReader: {
  67. normal: 'Reading {url}',
  68. hasPageInfo: 'Reading next page of {url}',
  69. },
  70. google: 'Searching Google {{query}}',
  71. wikipedia: 'Searching Wikipedia {{query}}',
  72. dataset: 'Retrieving dataset {datasetName}',
  73. date: 'Searching date',
  74. },
  75. },
  76. viewConfigDetailTip: 'In conversation, cannot change above settings',
  77. },
  78. }
  79. export default translation