|
|
@@ -57,7 +57,11 @@
|
|
|
},
|
|
|
"skills": {
|
|
|
"manageTemplate": "Manage Skill Templates",
|
|
|
- "createNew": "Create New",
|
|
|
+ "createNew": "Create New Skill",
|
|
|
+ "customSkills": "Custom Skills",
|
|
|
+ "chooseOnline": "Choose the online version",
|
|
|
+ "executionSteps": "Skills are visualized through process orchestration to clarify task execution steps",
|
|
|
+ "sceneTemplates": "We provide scene templates for your use and reference",
|
|
|
"manageProjects": "Manage your personal projects here, including skill deployment and editing",
|
|
|
"skillSearch": "Skill Search",
|
|
|
"confirmDeleteSkill": "Confirm the deletion of this skill?",
|
|
|
@@ -80,6 +84,7 @@
|
|
|
"skillDescTooLong": "Skill description is too long, should not exceed 200 characters",
|
|
|
"errorTitle": "Key Information Error",
|
|
|
"onlineFailure": "Online failure",
|
|
|
+ "onlineSuccessful": "Online Successful",
|
|
|
"custom": "Custom",
|
|
|
"skillTemplate": "Skill Template",
|
|
|
"skillTemplateChoose": "You can choose a template from here to start, or create an advanced template",
|
|
|
@@ -92,7 +97,23 @@
|
|
|
"createdBy": "Created by",
|
|
|
"offline": "Offline",
|
|
|
"online": "Online",
|
|
|
- "guideWords": "Guide Words"
|
|
|
+ "guideWords": "Guide Words",
|
|
|
+ "currentVersion": "Current Version: ",
|
|
|
+ "importLocal": "Import local components",
|
|
|
+ "save": "Saved",
|
|
|
+ "import": "Import",
|
|
|
+ "export": "Export",
|
|
|
+ "code": "Code",
|
|
|
+ "simplify": "Simplify",
|
|
|
+ "saveVersion": "SaveVersion",
|
|
|
+ "deleteOrNot": "Do you want to delete",
|
|
|
+ "version": "version",
|
|
|
+ "saveSuccessful": "Save Successful",
|
|
|
+ "supportVersions": "Support splitting into multiple version branches for development and comparison between versions.",
|
|
|
+ "guideQuestions50": "Guide questions to a maximum of 50 characters",
|
|
|
+ "promptWords1000": "The maximum number of prompt words is 1000 characters",
|
|
|
+ "contactAdmin": "Please contact the administrator's online assistant",
|
|
|
+ "deleteSure": "Are you sure you want to delete this tool?"
|
|
|
},
|
|
|
"chat": {
|
|
|
"newChat": "New Chat",
|
|
|
@@ -422,6 +443,139 @@
|
|
|
"previousPage": "Previous Page",
|
|
|
"nextPage": "Next Page",
|
|
|
"formatError": "Format Error",
|
|
|
+ "port": "PORT",
|
|
|
+ "cancle": "Cancle",
|
|
|
+ "tip": "Prompt",
|
|
|
+ "deleteAssistant": "Are you sure to delete this assistant?",
|
|
|
+ "build": {
|
|
|
+ "create": "Create",
|
|
|
+ "assistant": "Assistant",
|
|
|
+ "skill": "Skills",
|
|
|
+ "tools": "Tools",
|
|
|
+ "save": "Save",
|
|
|
+ "online": "Online",
|
|
|
+ "retry": "Retry",
|
|
|
+ "use": "Use",
|
|
|
+ "useAll": "Use All",
|
|
|
+ "assistantConfiguration": "Assistant Configuration",
|
|
|
+ "createAssistant": "Create a New Assistant",
|
|
|
+ "assistantPortrait": "Assistant Portrait",
|
|
|
+ "portraitOptimization": "Assistant portrait optimization",
|
|
|
+ "automaticOptimization": "Automatic optimization",
|
|
|
+ "createDescription": "Create your assistant by describing roles and tasks",
|
|
|
+ "nextDescription": "Assistant can call multiple skills and tools",
|
|
|
+ "searchAssistant": "Search for the assistant you need",
|
|
|
+ "manageAssistant": "Manage your assistant on this page, including online and offline activities, editing, and more",
|
|
|
+ "establishAssistant": "Create Assistant",
|
|
|
+ "assistantName": "Assistant Name",
|
|
|
+ "giveAssistantName": "Give the assistant a name",
|
|
|
+ "whatWant": "What is the role of an assistant and what specific tasks do you want to complete?",
|
|
|
+ "example": "Example",
|
|
|
+ "exampleOne": "You are XX, with XX experience, skilled in XX, ...",
|
|
|
+ "exampleTwo": "Your task is XX, and you need to follow the following steps to execute it:",
|
|
|
+ "automaticallyConfigurations": "Automatically select relevant configurations for you",
|
|
|
+ "prompt": "Provide a detailed and specific description of the interaction between the assistant and the user, such as the assistant's identity, specific methods and steps for completing tasks, tone of voice when answering questions, and what issues should be noted",
|
|
|
+ "openingRemarks": "Opening remarks",
|
|
|
+ "guidingQuestions": "Guiding Questions",
|
|
|
+ "promptReplaced": "Prompt word replaced",
|
|
|
+ "guideReplaced": "Guide word replaced",
|
|
|
+ "openingReplaced": "Opening word replaced",
|
|
|
+ "toolsReplaced": "Tools replaced",
|
|
|
+ "skillsReplaced": "Skills replaced",
|
|
|
+ "allReplaced": "All replaced",
|
|
|
+ "basicConfiguration": "Basic configuration",
|
|
|
+ "modelConfiguration": "AI Model configuration",
|
|
|
+ "model": "Model",
|
|
|
+ "temperature": "Temperature",
|
|
|
+ "openingIntroduction": "Opening Introduction",
|
|
|
+ "openingStatement": "Opening Statement",
|
|
|
+ "assistantMessageFormat": "The assistant will send this message at the beginning of each conversation, supports Markdown format",
|
|
|
+ "maximumPromptLength": "The prompt can be up to 1000 characters",
|
|
|
+ "recommendQuestionsForUsers": "Provide recommended questions for users to guide them to ask. When there are more than 3, 3 will be randomly selected.",
|
|
|
+ "maxCharacters50": "Up to 50 characters",
|
|
|
+ "enterGuidingQuestions": "Please enter guiding questions",
|
|
|
+ "knowledge": "Knowledge",
|
|
|
+ "knowledgeBase": "Knowledge Base",
|
|
|
+ "autoCall": "Auto Call",
|
|
|
+ "callingMethod": "Calling Method",
|
|
|
+ "autoCallDescription": "Retrieve and recall the added knowledge base in every conversation.",
|
|
|
+ "onDemandCall": "On-Demand Call",
|
|
|
+ "onDemandCallDescription": "Prompt to call the RecallKnowledge (copyable) method in the assistant's profile (prompt words), and only retrieve the knowledge base when needed.",
|
|
|
+ "createNewKnowledge": "Create New Knowledge Base",
|
|
|
+ "refresh": "Refresh",
|
|
|
+ "abilities": "Abilities",
|
|
|
+ "skillDescription": "Implement complex and stable business process orchestration through a visual interface, such as project planning and report analysis.",
|
|
|
+ "selectKnowledgeBase": "Please select a knowledge base",
|
|
|
+ "searchBaseName": "Search for knowledge base name",
|
|
|
+ "debugPreview": "Debug Preview",
|
|
|
+ "addTool": "Add Tool",
|
|
|
+ "search": "Search",
|
|
|
+ "empty": "Nothing here",
|
|
|
+ "onlineSA": "Go online skills&assistants",
|
|
|
+ "params": "Parameters",
|
|
|
+ "added": "Added",
|
|
|
+ "add": "Add",
|
|
|
+ "configurationUpdated": "Configuration updated",
|
|
|
+ "addSkill": "Add Skill",
|
|
|
+ "createSkill": "Create Skill",
|
|
|
+ "nameRequired": "Name cannot be empty",
|
|
|
+ "nameMaxLength": "Name can have at most 50 characters",
|
|
|
+ "descMaxLength": "Description can have at most 1000 characters",
|
|
|
+ "editAssistant": "Edit Assistant",
|
|
|
+ "enterName": "Enter a name for the assistant",
|
|
|
+ "assistantDesc": "Assistant Description",
|
|
|
+ "enterDesc": "Introduce assistant functionality, visible in conversations and assistant pages",
|
|
|
+ "cancel": "Cancel",
|
|
|
+ "confirm": "Confirm",
|
|
|
+ "forBetter": "For better assistant effect, the description needs to be greater than 20 words",
|
|
|
+ "forExample": "For example, the identity of an assistant, specific methods and steps for completing tasks, tone of voice when answering questions, and what issues to pay attention to, etc"
|
|
|
+ },
|
|
|
+ "tools1": {
|
|
|
+ "addTool": "Add Tool",
|
|
|
+ "createCustomTool": " Custom Tool",
|
|
|
+ "builtinTools": "Built-in Tools",
|
|
|
+ "customTools": "Custom Tools",
|
|
|
+ "search": "Search",
|
|
|
+ "empty": "Empty",
|
|
|
+ "manageCustomTools": "Manage your custom tools on this page, including creating and editing them.",
|
|
|
+ "name": "Name",
|
|
|
+ "enterToolName": "Enter tool name",
|
|
|
+ "openapiSchema": "OpenAPI Schema",
|
|
|
+ "enterOpenAPISchema": "Enter your OpenAPI schema",
|
|
|
+ "importFromUrl": "Import from URL",
|
|
|
+ "examples": "Examples",
|
|
|
+ "weatherJson": "Weather (JSON)",
|
|
|
+ "petShopYaml": "Pet Shop (YAML)",
|
|
|
+ "authenticationType": "Authentication Type",
|
|
|
+ "authType": "Authentication Type",
|
|
|
+ "none": "None",
|
|
|
+ "apiKey": "API Key",
|
|
|
+ "basic": "Basic",
|
|
|
+ "bearer": "Bearer",
|
|
|
+ "availableTools": "Available Tools",
|
|
|
+ "description": "Description",
|
|
|
+ "method": "Method",
|
|
|
+ "path": "Path",
|
|
|
+ "delete": "Delete",
|
|
|
+ "cancel": "Cancel",
|
|
|
+ "save": "Save"
|
|
|
+ },
|
|
|
+ "test": {
|
|
|
+ "test": "Test",
|
|
|
+ "addTest": "Please add test cases first",
|
|
|
+ "uploadTest": "Upload test cases",
|
|
|
+ "explain": "The test case is the input of the current component and only supports txt files, with a maximum of 20 lines",
|
|
|
+ "testRun": "Test Run",
|
|
|
+ "testCase": "Test Case",
|
|
|
+ "run": "Run",
|
|
|
+ "downloadResults": "Download Run Results",
|
|
|
+ "testCases": "Enter test cases...",
|
|
|
+ "parametersAndValues": "Parameters and Values",
|
|
|
+ "parameter": "Parameter",
|
|
|
+ "value": "Value",
|
|
|
+ "result": "Test Result",
|
|
|
+ "outResultPlaceholder": "Click the button to output the result"
|
|
|
+ },
|
|
|
"agents": {
|
|
|
"AgentInitializer":{
|
|
|
"display_name": "AgentInitializer",
|