2025-04-16 11:10:00 +00:00
export default {
2026-03-16 02:33:48 +00:00
title : 'AI Applications' ,
2025-06-03 12:45:12 +00:00
createApplication : 'Create Simple APP' ,
createWorkFlowApplication : 'Create Workflow APP' ,
2025-04-16 11:10:00 +00:00
importApplication : 'Import APP' ,
copyApplication : 'Copy APP' ,
workflow : 'WORKFLOW' ,
simple : 'SIMPLE' ,
2025-06-03 11:03:25 +00:00
simplePlaceholder : 'Suitable for beginners to create assistant using form settings' ,
workflowPlaceholder :
'Suitable for advanced users to build complex logic AI assistants using low-code drag-and-drop' ,
appTest : 'Debug Preview' ,
2025-04-16 11:10:00 +00:00
searchBar : {
2025-06-03 11:03:25 +00:00
placeholder : 'Search by name' ,
2025-04-16 11:10:00 +00:00
} ,
2025-06-10 07:03:47 +00:00
status : {
published : 'Published' ,
unpublished : 'Unpublished' ,
} ,
2025-06-10 09:10:24 +00:00
operation : {
2025-07-04 10:11:17 +00:00
addModel : 'Add Model' ,
2025-06-10 09:10:24 +00:00
toChat : 'Chat' ,
2025-07-04 10:11:17 +00:00
publish : 'Publish' ,
2025-04-16 11:10:00 +00:00
} ,
2026-03-31 11:03:10 +00:00
publishDialog : {
title : 'Select Publish Mode' ,
internalTitle : 'Internal Publish' ,
internalDesc : 'Publish the app and automatically turn off the public URL.' ,
publicTitle : 'Public Publish' ,
publicDesc : 'Publish the app and automatically turn on the public URL.' ,
} ,
2025-04-16 11:10:00 +00:00
delete : {
confirmTitle : 'Are you sure you want to delete this APP: ' ,
confirmMessage :
2025-06-03 11:03:25 +00:00
'Deleting this APP will no longer provide its services. Please proceed with caution.' ,
2025-04-16 11:10:00 +00:00
} ,
tip : {
2025-07-04 10:11:17 +00:00
publishSuccess : 'Published successfully' ,
2025-04-16 11:10:00 +00:00
ExportError : 'Export Failed' ,
professionalMessage :
'The Community Edition supports up to 5 APP. If you need more APP, please upgrade to the Professional Edition.' ,
saveErrorMessage : 'Saving failed, please check your input or try again later' ,
2025-06-03 11:03:25 +00:00
loadingErrorMessage : 'Failed to load configuration, please check your input or try again later' ,
2025-04-16 11:10:00 +00:00
} ,
2025-06-03 11:03:25 +00:00
form : {
appName : {
label : 'Name' ,
placeholder : 'Please enter the APP name' ,
requiredMessage : 'APP name is required' ,
} ,
appDescription : {
placeholder :
'Describe the APP scenario and use, e.g.: XXX assistant answering user questions about XXX product usage' ,
} ,
appType : {
label : 'Type' ,
simplePlaceholder : 'Suitable for beginners to create assistant.' ,
workflowPlaceholder : 'Suitable for advanced users to customize the workflow of assistant' ,
} ,
appTemplate : {
2025-07-07 06:23:36 +00:00
blankApp : {
title : 'Blank APP' ,
} ,
assistantApp : {
title : 'Knowledge Assistant' ,
description : 'Suitable for advanced users to customize the workflow of assistant' ,
} ,
2025-06-03 11:03:25 +00:00
} ,
aiModel : {
label : 'AI Model' ,
placeholder : 'Please select an AI model' ,
} ,
roleSettings : {
2025-09-24 09:24:32 +00:00
label : 'System Prompt' ,
2025-09-24 10:57:07 +00:00
placeholder :
'System prompt, you can reference variables in the system: {data} is the segment hit in the knowledge base; {question} is the question asked by the user.' ,
tooltip : 'Set the role or instructions for the model to follow' ,
2025-06-03 11:03:25 +00:00
} ,
2025-04-16 11:10:00 +00:00
2025-06-03 11:03:25 +00:00
prompt : {
2025-09-24 10:57:07 +00:00
label : 'User Prompt' ,
2025-06-03 11:03:25 +00:00
noReferences : '( No references Knowledge) ' ,
references : ' (References Knowledge)' ,
2025-09-24 10:57:07 +00:00
placeholder :
'User prompt, you can reference variables in the system: {data} is the segment hit in the knowledge base; {question} is the question asked by the user' ,
requiredMessage : 'Please enter User prompt' ,
2025-06-03 11:03:25 +00:00
tooltip :
2025-09-24 10:57:07 +00:00
'The question or command that the user poses to the model' ,
2025-04-16 11:10:00 +00:00
2025-06-03 11:03:25 +00:00
noReferencesTooltip :
'By adjusting the content of the prompt, you can guide the direction of the large model chat. This prompt will be fixed at the beginning of the context. Variables used: {question} is the question posed by the user.' ,
referencesTooltip :
'By adjusting the content of the prompt, you can guide the direction of the large model chat. This prompt will be fixed at the beginning of the context. Variables used: {data} carries known information from the knowledge; {question} is the question posed by the user.' ,
defaultPrompt : ` Known information: {data}
Question : { question }
Response requirements :
- Please use concise and professional language to answer the user ' s question .
` ,
} ,
historyRecord : {
label : 'Chat History' ,
} ,
relatedKnowledge : {
label : 'Related Knowledge' ,
placeholder : 'Related knowledge are displayed here' ,
} ,
multipleRoundsDialogue : 'Multiple Rounds Dialogue' ,
2025-04-16 11:10:00 +00:00
2025-06-03 11:03:25 +00:00
prologue : 'Prologue' ,
defaultPrologue :
'Hello, I am XXX Assistant. You can ask me questions about using XXX.\n- What are the main features of XXX?\n- Which LLM does XXX support?\n- What document types does XXX support?' ,
problemOptimization : {
label : 'Questions Optimization' ,
tooltip :
'Optimize the current question based on historical chat to better match knowledge points.' ,
} ,
2025-04-16 11:10:00 +00:00
2025-06-03 11:03:25 +00:00
voiceInput : {
label : 'Voice Input' ,
placeholder : 'Please select a speech recognition model' ,
requiredMessage : 'Please select a speech input model' ,
autoSend : 'Automatic Sending' ,
} ,
voicePlay : {
label : 'Voice Playback' ,
placeholder : 'Please select a speech synthesis model' ,
requiredMessage : 'Please select a speech playback model' ,
autoPlay : 'Automatic Playback' ,
browser : 'Browser Playback (free)' ,
tts : 'TTS Model' ,
listeningTest : 'Preview' ,
} ,
reasoningContent : {
label : 'Output Thinking' ,
tooltip :
"Please set the thinking label based on the model's return, and the content in the middle of the label will be recognized as the thinking process." ,
start : 'Start' ,
end : 'End' ,
} ,
2025-09-08 10:10:27 +00:00
mcp_output_enable : 'Output MCP/Tool Execution Process' ,
2025-06-03 11:03:25 +00:00
} ,
2025-09-11 09:17:13 +00:00
generateDialog : {
label : 'Generate' ,
generatePrompt : 'Generate Prompt' ,
placeholder : 'Please enter the prompt topic' ,
2025-09-16 06:22:47 +00:00
title : 'The prompt is displayed here' ,
remake : 'Regenerate' ,
stop : 'Stop Generating' ,
continue : 'Continue Generating' ,
replace : 'Replace' ,
exit : 'Are you sure you want to exit and discard the AI-generated content?' ,
2025-09-18 06:55:03 +00:00
loading : 'Generating...' ,
2025-09-11 09:17:13 +00:00
} ,
2025-06-03 11:03:25 +00:00
dialog : {
2025-06-12 13:27:51 +00:00
addKnowledge : 'Add Related Knowledge' ,
addKnowledgePlaceholder : 'The selected knowledge must use the same embedding model' ,
2025-06-03 11:03:25 +00:00
selectSearchMode : 'Retrieval Mode' ,
vectorSearch : 'Vector Search' ,
vectorSearchTooltip :
'Vector search is a retrieval method based on vector distance calculations, suitable for large data volumes in the knowledge.' ,
fullTextSearch : 'Full-text Search' ,
fullTextSearchTooltip :
'Full-text search is a retrieval method based on text similarity, suitable for small data volumes in the knowledge.' ,
hybridSearch : 'Hybrid Search' ,
hybridSearchTooltip :
'Hybrid search is a retrieval method based on both vector and text similarity, suitable for medium data volumes in the knowledge.' ,
similarityThreshold : 'Similarity higher than' ,
similarityTooltip : 'The higher the similarity, the stronger the correlation.' ,
topReferences : 'Top N Segments' ,
maxCharacters : 'Maximum Characters per Reference' ,
noReferencesAction : 'When there are no knowledge references' ,
continueQuestioning : 'Continue to ask questions to the Al model' ,
provideAnswer : 'Specify Reply Content' ,
designated_answer :
'Hello, I am XXX Assistant. My knowledge only contains information related to XXX products. Please rephrase your question.' ,
defaultPrompt1 :
"The content inside the parentheses () represents the user's question. Based on the context, please speculate and complete the user's question ({question}). The requirement is to output a completed question and place it" ,
defaultPrompt2 : 'tag' ,
2025-04-16 11:10:00 +00:00
} ,
applicationAccess : {
title : 'APP Access' ,
wecom : 'WeCom' ,
wecomTip : 'Create WeCom intelligent APP' ,
2025-08-13 09:34:15 +00:00
wecomBot : 'WeCom Bot' ,
wecomBotTip : 'Create WeCom intelligent Bot' ,
2025-04-16 11:10:00 +00:00
dingtalk : 'DingTalk' ,
dingtalkTip : 'Create DingTalk intelligent APP' ,
wechat : 'WeChat' ,
wechatTip : 'Create WeChat intelligent APP' ,
lark : 'Lark' ,
larkTip : 'Create Lark intelligent APP' ,
setting : 'Setting' ,
callback : 'Callback Address' ,
callbackTip : 'Please fill in the callback address' ,
wecomPlatform : 'WeCom Open Platform' ,
wechatPlatform : 'WeChat Open Platform' ,
dingtalkPlatform : 'DingTalk Open Platform' ,
larkPlatform : 'Lark Open Platform' ,
slack : 'Slack' ,
slackTip : 'Create Slack intelligent APP' ,
wecomSetting : {
title : 'WeCom Configuration' ,
cropId : 'Crop ID' ,
cropIdPlaceholder : 'Please enter crop ID' ,
agentIdPlaceholder : 'Please enter agent ID' ,
secretPlaceholder : 'Please enter secret' ,
tokenPlaceholder : 'Please enter token' ,
encodingAesKeyPlaceholder : 'Please enter EncodingAESKey' ,
authenticationSuccessful : 'Successful' ,
urlInfo :
2025-06-03 11:03:25 +00:00
'-APP management-Self-built-Created APP-Receive messages-Set the "URL" received by the API' ,
2025-04-16 11:10:00 +00:00
} ,
dingtalkSetting : {
title : 'DingTalk Configuration' ,
clientIdPlaceholder : 'Please enter client ID' ,
clientSecretPlaceholder : 'Please enter client secret' ,
urlInfo :
2025-06-03 11:03:25 +00:00
'-On the robot page, set the "Message Receiving Mode" to HTTP mode, and fill in the above URL into the "Message Receiving Address"' ,
2025-04-16 11:10:00 +00:00
} ,
wechatSetting : {
title : 'WeChat Configuration' ,
appId : 'APP ID' ,
appIdPlaceholder : 'Please enter APP ID' ,
appSecret : 'APP SECRET' ,
appSecretPlaceholder : 'Please enter APP SECRET' ,
token : 'TOKEN' ,
tokenPlaceholder : 'Please enter TOKEN' ,
aesKey : 'Message Encryption Key' ,
aesKeyPlaceholder : 'Please enter the message encryption key' ,
urlInfo :
2025-06-03 11:03:25 +00:00
'-Settings and Development-Basic Configuration-"Server Address URL" in server configuration' ,
2025-04-16 11:10:00 +00:00
} ,
2025-08-13 09:34:15 +00:00
wecomBotSetting : {
title : 'WeCom Bot Configuration' ,
2025-08-15 07:43:25 +00:00
urlInfo : '-Management Tools-Smart Bot-Create Bot-API Mode Create "URL"' ,
2025-08-13 09:34:15 +00:00
} ,
2025-04-16 11:10:00 +00:00
larkSetting : {
title : 'Lark Configuration' ,
appIdPlaceholder : 'Please enter APP ID' ,
appSecretPlaceholder : 'Please enter APP secret' ,
verificationTokenPlaceholder : 'Please enter verification token' ,
urlInfo :
2025-06-03 11:03:25 +00:00
'-Events and callbacks - event configuration - configure the "request address" of the subscription method' ,
2025-04-16 11:10:00 +00:00
} ,
slackSetting : {
title : 'Slack Configuration' ,
signingSecretPlaceholder : 'Please enter signing secret' ,
2025-06-03 11:03:25 +00:00
botUserTokenPlaceholder : 'Please enter bot user token' ,
2025-04-16 11:10:00 +00:00
} ,
2025-06-03 11:03:25 +00:00
copyUrl : 'Copy the link and fill it in' ,
2025-04-16 11:10:00 +00:00
} ,
hitTest : {
title : 'Retrieval Testing' ,
text : 'Test the hitting effect of the Knowledge based on the given query text.' ,
emptyMessage1 : 'Retrieval Testing results will show here' ,
2025-06-03 11:03:25 +00:00
emptyMessage2 : 'No matching sections found' ,
} ,
2025-07-04 03:21:05 +00:00
publishTime : 'Publish Time' ,
2026-03-31 01:48:40 +00:00
chatLog : 'Chat Log' ,
2025-04-16 11:10:00 +00:00
}