app.ts 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. const translation = {
  2. createApp: 'CREATE APP',
  3. types: {
  4. all: 'All',
  5. chatbot: 'Chatbot',
  6. agent: 'Agent',
  7. workflow: 'Workflow',
  8. completion: 'Completion',
  9. },
  10. duplicate: 'Duplicate',
  11. duplicateTitle: 'Duplicate App',
  12. export: 'Export DSL',
  13. exportFailed: 'Export DSL failed.',
  14. importDSL: 'Import DSL file',
  15. createFromConfigFile: 'Create from DSL file',
  16. importFromDSL: 'Import from DSL',
  17. importFromDSLFile: 'From DSL file',
  18. importFromDSLUrl: 'From URL',
  19. importFromDSLUrlPlaceholder: 'Paste DSL link here',
  20. deleteAppConfirmTitle: 'Delete this app?',
  21. deleteAppConfirmContent:
  22. 'Deleting the app is irreversible. Users will no longer be able to access your app, and all prompt configurations and logs will be permanently deleted.',
  23. appDeleted: 'App deleted',
  24. appDeleteFailed: 'Failed to delete app',
  25. join: 'Join the community',
  26. communityIntro:
  27. 'Discuss with team members, contributors and developers on different channels.',
  28. roadmap: 'See our roadmap',
  29. newApp: {
  30. startFromBlank: 'Create from Blank',
  31. startFromTemplate: 'Create from Template',
  32. captionAppType: 'What type of app do you want to create?',
  33. chatbotDescription: 'Build a chat-based application. This app uses a question-and-answer format, allowing for multiple rounds of continuous conversation.',
  34. completionDescription: 'Build an application that generates high-quality text based on prompts, such as generating articles, summaries, translations, and more.',
  35. completionWarning: 'This type of app will no longer be supported.',
  36. agentDescription: 'Build an intelligent Agent which can autonomously choose tools to complete the tasks',
  37. workflowDescription: 'Build an application that generates high-quality text based on workflow orchestrates with a high degree of customization. It is suitable for experienced users.',
  38. workflowWarning: 'Currently in beta',
  39. chatbotType: 'Chatbot orchestrate method',
  40. basic: 'Basic',
  41. basicTip: 'For beginners, can switch to Chatflow later',
  42. basicFor: 'FOR BEGINNERS',
  43. basicDescription: 'Basic Orchestrate allows for the orchestration of a Chatbot app using simple settings, without the ability to modify built-in prompts. It is suitable for beginners.',
  44. advanced: 'Chatflow',
  45. advancedFor: 'For advanced users',
  46. advancedDescription: 'Workflow Orchestrate orchestrates Chatbots in the form of workflows, offering a high degree of customization, including the ability to edit built-in prompts. It is suitable for experienced users.',
  47. captionName: 'App icon & name',
  48. appNamePlaceholder: 'Give your app a name',
  49. captionDescription: 'Description',
  50. appDescriptionPlaceholder: 'Enter the description of the app',
  51. useTemplate: 'Use this template',
  52. previewDemo: 'Preview demo',
  53. chatApp: 'Assistant',
  54. chatAppIntro:
  55. 'I want to build a chat-based application. This app uses a question-and-answer format, allowing for multiple rounds of continuous conversation.',
  56. agentAssistant: 'New Agent Assistant',
  57. completeApp: 'Text Generator',
  58. completeAppIntro:
  59. 'I want to create an application that generates high-quality text based on prompts, such as generating articles, summaries, translations, and more.',
  60. showTemplates: 'I want to choose from a template',
  61. hideTemplates: 'Go back to mode selection',
  62. Create: 'Create',
  63. Cancel: 'Cancel',
  64. nameNotEmpty: 'Name cannot be empty',
  65. appTemplateNotSelected: 'Please select a template',
  66. appTypeRequired: 'Please select an app type',
  67. appCreated: 'App created',
  68. appCreateFailed: 'Failed to create app',
  69. },
  70. editApp: 'Edit Info',
  71. editAppTitle: 'Edit App Info',
  72. editDone: 'App info updated',
  73. editFailed: 'Failed to update app info',
  74. iconPicker: {
  75. ok: 'OK',
  76. cancel: 'Cancel',
  77. emoji: 'Emoji',
  78. image: 'Image',
  79. },
  80. switch: 'Switch to Workflow Orchestrate',
  81. switchTipStart: 'A new app copy will be created for you, and the new copy will switch to Workflow Orchestrate. The new copy will ',
  82. switchTip: 'not allow',
  83. switchTipEnd: ' switching back to Basic Orchestrate.',
  84. switchLabel: 'The app copy to be created',
  85. removeOriginal: 'Delete the original app',
  86. switchStart: 'Start swtich',
  87. typeSelector: {
  88. all: 'ALL Types',
  89. chatbot: 'Chatbot',
  90. agent: 'Agent',
  91. workflow: 'Workflow',
  92. completion: 'Completion',
  93. },
  94. tracing: {
  95. title: 'Tracing app performance',
  96. description: 'Configuring a Third-Party LLMOps provider and tracing app performance.',
  97. config: 'Config',
  98. collapse: 'Collapse',
  99. expand: 'Expand',
  100. tracing: 'Tracing',
  101. disabled: 'Disabled',
  102. disabledTip: 'Please config provider first',
  103. enabled: 'In Service',
  104. tracingDescription: 'Capture the full context of app execution, including LLM calls, context, prompts, HTTP requests, and more, to a third-party tracing platform.',
  105. configProviderTitle: {
  106. configured: 'Configured',
  107. notConfigured: 'Config provider to enable tracing',
  108. moreProvider: 'More Provider',
  109. },
  110. langsmith: {
  111. title: 'LangSmith',
  112. description: 'An all-in-one developer platform for every step of the LLM-powered application lifecycle.',
  113. },
  114. langfuse: {
  115. title: 'Langfuse',
  116. description: 'Traces, evals, prompt management and metrics to debug and improve your LLM application.',
  117. },
  118. inUse: 'In use',
  119. configProvider: {
  120. title: 'Config ',
  121. placeholder: 'Enter your {{key}}',
  122. project: 'Project',
  123. publicKey: 'Public Key',
  124. secretKey: 'Secret Key',
  125. viewDocsLink: 'View {{key}} docs',
  126. removeConfirmTitle: 'Remove {{key}} configuration?',
  127. removeConfirmContent: 'The current configuration is in use, removing it will turn off the Tracing feature.',
  128. },
  129. },
  130. }
  131. export default translation