2023-05-15 08:51:32 +08:00
const translation = {
2024-04-08 18:51:46 +08:00
createApp : 'CREATE APP' ,
2024-01-23 19:31:56 +08:00
types : {
all : 'All' ,
2024-04-08 18:51:46 +08:00
chatbot : 'Chatbot' ,
agent : 'Agent' ,
workflow : 'Workflow' ,
2024-01-23 19:31:56 +08:00
completion : 'Completion' ,
2024-12-13 17:29:09 +08:00
advanced : 'Chatflow' ,
basic : 'Basic' ,
2024-01-23 19:31:56 +08:00
} ,
2024-04-08 18:51:46 +08:00
duplicate : 'Duplicate' ,
2024-12-05 20:43:42 +08:00
mermaid : {
handDrawn : 'Hand Drawn' ,
classic : 'Classic' ,
} ,
2024-04-08 18:51:46 +08:00
duplicateTitle : 'Duplicate App' ,
export : 'Export DSL' ,
exportFailed : 'Export DSL failed.' ,
importDSL : 'Import DSL file' ,
createFromConfigFile : 'Create from DSL file' ,
2024-07-15 16:24:03 +08:00
importFromDSL : 'Import from DSL' ,
importFromDSLFile : 'From DSL file' ,
importFromDSLUrl : 'From URL' ,
importFromDSLUrlPlaceholder : 'Paste DSL link here' ,
2023-05-15 08:51:32 +08:00
deleteAppConfirmTitle : 'Delete this app?' ,
deleteAppConfirmContent :
'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.' ,
appDeleted : 'App deleted' ,
appDeleteFailed : 'Failed to delete app' ,
join : 'Join the community' ,
communityIntro :
'Discuss with team members, contributors and developers on different channels.' ,
roadmap : 'See our roadmap' ,
newApp : {
2024-12-13 17:29:09 +08:00
learnMore : 'Learn more' ,
2024-04-08 18:51:46 +08:00
startFromBlank : 'Create from Blank' ,
startFromTemplate : 'Create from Template' ,
2024-12-13 17:29:09 +08:00
foundResult : '{{count}} Result' ,
foundResults : '{{count}} Results' ,
noAppsFound : 'No apps found' ,
noTemplateFound : 'No templates found' ,
noTemplateFoundTip : 'Try searching using different keywords.' ,
chatbotShortDescription : 'LLM-based chatbot with simple setup' ,
chatbotUserDescription : 'Quickly build an LLM-based chatbot with simple configuration. You can switch to Chatflow later.' ,
completionShortDescription : 'AI assistant for text generation tasks' ,
completionUserDescription : 'Quickly build an AI assistant for text generation tasks with simple configuration.' ,
agentShortDescription : 'Intelligent agent with reasoning and autonomous tool use' ,
agentUserDescription : 'An intelligent agent capable of iterative reasoning and autonomous tool use to achieve task goals.' ,
workflowShortDescription : 'Orchestration for single-turn automation tasks' ,
workflowUserDescription : 'Workflow orchestration for single-round tasks like automation and batch processing.' ,
2024-04-08 18:51:46 +08:00
workflowWarning : 'Currently in beta' ,
2024-12-13 17:29:09 +08:00
advancedShortDescription : 'Workflow for complex multi-turn dialogues with memory' ,
advancedUserDescription : 'Workflow orchestration for multi-round complex dialogue tasks with memory capabilities.' ,
chooseAppType : 'Choose App Type' ,
forBeginners : 'FOR BEGINNERS' ,
forAdvanced : 'FOR ADVANCED USERS' ,
noIdeaTip : 'No ideas? Check out our templates' ,
captionName : 'App Name & Icon' ,
2024-04-08 18:51:46 +08:00
appNamePlaceholder : 'Give your app a name' ,
captionDescription : 'Description' ,
2024-12-13 17:29:09 +08:00
optional : 'Optional' ,
2024-04-08 18:51:46 +08:00
appDescriptionPlaceholder : 'Enter the description of the app' ,
useTemplate : 'Use this template' ,
2023-05-15 08:51:32 +08:00
previewDemo : 'Preview demo' ,
2024-01-23 19:31:56 +08:00
chatApp : 'Assistant' ,
2023-05-15 08:51:32 +08:00
chatAppIntro :
'I want to build a chat-based application. This app uses a question-and-answer format, allowing for multiple rounds of continuous conversation.' ,
2024-01-25 18:04:04 +08:00
agentAssistant : 'New Agent Assistant' ,
2023-05-15 08:51:32 +08:00
completeApp : 'Text Generator' ,
completeAppIntro :
'I want to create an application that generates high-quality text based on prompts, such as generating articles, summaries, translations, and more.' ,
showTemplates : 'I want to choose from a template' ,
hideTemplates : 'Go back to mode selection' ,
Create : 'Create' ,
Cancel : 'Cancel' ,
2024-11-22 15:05:04 +08:00
Confirm : 'Confirm' ,
2023-05-15 08:51:32 +08:00
nameNotEmpty : 'Name cannot be empty' ,
appTemplateNotSelected : 'Please select a template' ,
appTypeRequired : 'Please select an app type' ,
appCreated : 'App created' ,
2024-11-22 15:05:04 +08:00
caution : 'Caution' ,
appCreateDSLWarning : 'Caution: DSL version difference may affect certain features' ,
appCreateDSLErrorTitle : 'Version Incompatibility' ,
appCreateDSLErrorPart1 : 'A significant difference in DSL versions has been detected. Forcing the import may cause the application to malfunction.' ,
appCreateDSLErrorPart2 : 'Do you want to continue?' ,
appCreateDSLErrorPart3 : 'Current application DSL version: ' ,
appCreateDSLErrorPart4 : 'System-supported DSL version: ' ,
2023-05-15 08:51:32 +08:00
appCreateFailed : 'Failed to create app' ,
} ,
2024-12-13 17:29:09 +08:00
newAppFromTemplate : {
byCategories : 'BY CATEGORIES' ,
searchAllTemplate : 'Search all templates...' ,
sidebar : {
Recommended : 'Recommended' ,
Agent : 'Agent' ,
Assistant : 'Assistant' ,
HR : 'HR' ,
Workflow : 'Workflow' ,
Writing : 'Writing' ,
Programming : 'Programming' ,
} ,
} ,
2024-04-08 18:51:46 +08:00
editApp : 'Edit Info' ,
editAppTitle : 'Edit App Info' ,
editDone : 'App info updated' ,
editFailed : 'Failed to update app info' ,
2024-08-19 09:16:33 +08:00
iconPicker : {
2023-05-22 10:12:17 +08:00
ok : 'OK' ,
cancel : 'Cancel' ,
2024-08-19 09:16:33 +08:00
emoji : 'Emoji' ,
image : 'Image' ,
2023-06-01 23:19:36 +08:00
} ,
2024-09-02 21:00:41 +09:00
answerIcon : {
title : 'Use WebApp icon to replace 🤖' ,
2024-09-02 23:49:56 +09:00
description : 'Whether to use the WebApp icon to replace 🤖 in the shared application' ,
2024-09-02 21:00:41 +09:00
descriptionInExplore : 'Whether to use the WebApp icon to replace 🤖 in Explore' ,
} ,
2024-04-08 18:51:46 +08:00
switch : 'Switch to Workflow Orchestrate' ,
switchTipStart : 'A new app copy will be created for you, and the new copy will switch to Workflow Orchestrate. The new copy will ' ,
switchTip : 'not allow' ,
switchTipEnd : ' switching back to Basic Orchestrate.' ,
switchLabel : 'The app copy to be created' ,
removeOriginal : 'Delete the original app' ,
2024-09-07 15:59:38 +07:00
switchStart : 'Start switch' ,
2024-12-09 13:04:03 +09:00
openInExplore : 'Open in Explore' ,
2024-04-08 18:51:46 +08:00
typeSelector : {
all : 'ALL Types' ,
chatbot : 'Chatbot' ,
agent : 'Agent' ,
workflow : 'Workflow' ,
completion : 'Completion' ,
2024-12-13 17:29:09 +08:00
advanced : 'Chatflow' ,
2024-04-08 18:51:46 +08:00
} ,
2024-06-26 17:33:57 +08:00
tracing : {
title : 'Tracing app performance' ,
description : 'Configuring a Third-Party LLMOps provider and tracing app performance.' ,
config : 'Config' ,
2024-08-23 15:53:49 +08:00
view : 'View' ,
2024-06-26 17:33:57 +08:00
collapse : 'Collapse' ,
expand : 'Expand' ,
tracing : 'Tracing' ,
disabled : 'Disabled' ,
disabledTip : 'Please config provider first' ,
enabled : 'In Service' ,
tracingDescription : 'Capture the full context of app execution, including LLM calls, context, prompts, HTTP requests, and more, to a third-party tracing platform.' ,
configProviderTitle : {
configured : 'Configured' ,
notConfigured : 'Config provider to enable tracing' ,
moreProvider : 'More Provider' ,
} ,
langsmith : {
title : 'LangSmith' ,
description : 'An all-in-one developer platform for every step of the LLM-powered application lifecycle.' ,
} ,
langfuse : {
title : 'Langfuse' ,
description : 'Traces, evals, prompt management and metrics to debug and improve your LLM application.' ,
} ,
inUse : 'In use' ,
configProvider : {
title : 'Config ' ,
placeholder : 'Enter your {{key}}' ,
project : 'Project' ,
publicKey : 'Public Key' ,
secretKey : 'Secret Key' ,
viewDocsLink : 'View {{key}} docs' ,
removeConfirmTitle : 'Remove {{key}} configuration?' ,
removeConfirmContent : 'The current configuration is in use, removing it will turn off the Tracing feature.' ,
} ,
} ,
2023-05-15 08:51:32 +08:00
}
export default translation