初始化
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"id": "Id",
|
||||
"deptId": "DeptId",
|
||||
"tenantId": "TenantId",
|
||||
"resourceType": "ResourceType",
|
||||
"resourceName": "ResourceName",
|
||||
"suffix": "Suffix",
|
||||
"resourceUrl": "ResourceUrl",
|
||||
"origin": "Origin",
|
||||
"status": "Status",
|
||||
"created": "Created",
|
||||
"createdBy": "CreatedBy",
|
||||
"modified": "Modified",
|
||||
"modifiedBy": "ModifiedBy",
|
||||
"options": "Options",
|
||||
"isDeleted": "IsDeleted",
|
||||
"fileSize": "FileSize",
|
||||
"categoryId": "Category",
|
||||
"choose": "Choose"
|
||||
}
|
||||
@@ -0,0 +1,70 @@
|
||||
{
|
||||
"id": "Id",
|
||||
"alias": "Alias",
|
||||
"deptId": "DeptId",
|
||||
"tenantId": "TenantId",
|
||||
"title": "Title",
|
||||
"description": "Description",
|
||||
"icon": "Icon",
|
||||
"content": "Content",
|
||||
"created": "Created",
|
||||
"createdBy": "CreatedBy",
|
||||
"modified": "Modified",
|
||||
"modifiedBy": "ModifiedBy",
|
||||
"englishName": "EnglishName",
|
||||
"status": "ShowInUserCenter",
|
||||
"categoryId": "Category",
|
||||
"params": "Params",
|
||||
"steps": "Steps",
|
||||
"result": "Result",
|
||||
"confirm": "For contents to be confirmed, please confirm first!",
|
||||
"completed": "Chain has been completed, please start a new one.",
|
||||
"fileContentExtraction": "FileContentExtraction",
|
||||
"documentAddress": "DocumentAddress",
|
||||
"parsedText": "ParsedText",
|
||||
"resourceSync": "ResourceSync",
|
||||
"originUrl": "OriginUrl",
|
||||
"savedUrl": "SavedUrl",
|
||||
"saveOptions": "SaveOptions",
|
||||
"image": "Image",
|
||||
"video": "Video",
|
||||
"audio": "Audio",
|
||||
"document": "Document",
|
||||
"other": "Other",
|
||||
"fileGeneration": "FileGeneration",
|
||||
"fileSettings": "FileSettings",
|
||||
"fileDownloadURL": "FileDownloadURL",
|
||||
"pluginSelect": "PluginSelect",
|
||||
"saveData": "SaveData",
|
||||
"dataToBeSaved": "DataToBeSaved",
|
||||
"successInsertedRecords": "SuccessInsertedRecords",
|
||||
"dataTable": "DataTable",
|
||||
"queryData": "QueryData",
|
||||
"queryResult": "QueryResult",
|
||||
"filterConditions": "FilterConditions",
|
||||
"limit": "Limit",
|
||||
"sqlQuery": "SQL Query",
|
||||
"subProcess": "SubProcess",
|
||||
"workflowSelect": "WorkflowSelect",
|
||||
"bochaSearch": "BochaSearch",
|
||||
"descriptions": {
|
||||
"fileContentExtraction": "Extract text content from PDF or Word documents, etc",
|
||||
"documentAddress": "Document URL address",
|
||||
"parsedText": "Parsed text content",
|
||||
"resourceSync": "Download resource files and save to system resource library",
|
||||
"originUrl": "File origin URL",
|
||||
"resourceType": "Please select the type of resource",
|
||||
"fileGeneration": "Generate Word, PDF, HTML, etc. files for users to download",
|
||||
"fileType": "Please select the type of file to generate",
|
||||
"fileDownloadURL": "Generated file URL",
|
||||
"plugin": "Select a predefined plugin",
|
||||
"saveData": "Save data to data hub",
|
||||
"dataToBeSaved": "List of data to be saved",
|
||||
"dataTable": "Please select a data table",
|
||||
"queryData": "Query data from the data hub",
|
||||
"sqlQuery": "Query the database via SQL",
|
||||
"enterSQL": "Please enter the SQL statement",
|
||||
"queryResultJson": "Query result (JSON object)",
|
||||
"subProcess": "Select a predefined process"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "Id",
|
||||
"categoryName": "CategoryName",
|
||||
"sortNo": "SortNo",
|
||||
"created": "Created",
|
||||
"createdBy": "CreatedBy",
|
||||
"modified": "Modified",
|
||||
"modifiedBy": "ModifiedBy",
|
||||
"status": "Status"
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"id": "Id",
|
||||
"execKey": "ExecKey",
|
||||
"workflowId": "WorkflowId",
|
||||
"title": "Title",
|
||||
"description": "Description",
|
||||
"input": "Input",
|
||||
"output": "Output",
|
||||
"workflowJson": "WorkflowJson",
|
||||
"startTime": "StartTime",
|
||||
"endTime": "EndTime",
|
||||
"tokens": "Tokens",
|
||||
"status": "Status",
|
||||
"createdKey": "CreatedKey",
|
||||
"createdBy": "CreatedBy",
|
||||
"errorInfo": "ErrorInfo",
|
||||
"moduleName": "ExecuteRecords",
|
||||
"execTime": "TimeConsuming",
|
||||
"status1": "Running",
|
||||
"status5": "Suspend",
|
||||
"status10": "Error",
|
||||
"status20": "Success",
|
||||
"status21": "Failed",
|
||||
"status22": "Cancel"
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"id": "Id",
|
||||
"recordId": "RecordId",
|
||||
"execKey": "ExecKey",
|
||||
"nodeId": "NodeId",
|
||||
"nodeName": "NodeName",
|
||||
"input": "Input",
|
||||
"output": "Output",
|
||||
"nodeData": "NodeData",
|
||||
"startTime": "StartTime",
|
||||
"endTime": "EndTime",
|
||||
"tokens": "Tokens",
|
||||
"status": "Status",
|
||||
"errorInfo": "ErrorInfo",
|
||||
"moduleName": "Steps",
|
||||
"execTime": "TimeConsuming",
|
||||
"status1": "Running",
|
||||
"status6": "Suspend",
|
||||
"status10": "Error",
|
||||
"status20": "Success",
|
||||
"status21": "Failed"
|
||||
}
|
||||
27
easyflow-ui-admin/app/src/locales/langs/en-US/bot.json
Normal file
27
easyflow-ui-admin/app/src/locales/langs/en-US/bot.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"problemPresupposition": "ProblemPresupposition",
|
||||
"noPermission": "NoPermission",
|
||||
"llm": "LLM",
|
||||
"temperature": "Temperature",
|
||||
"maxReplyLength": "MaxReplyLength",
|
||||
"historyCount": "HistoryCount",
|
||||
"skill": "Skill",
|
||||
"conversationSettings": "ConversationSettings",
|
||||
"welcomeMessage": "WelcomeMessage",
|
||||
"deepThinking": "DeepThinking",
|
||||
"enableDeepThinking": "EnableDeepThinking",
|
||||
"publish": "Publish",
|
||||
"postToWeChatOfficialAccount": "PostToWeChatOfficialAccount",
|
||||
"configured": "Configured",
|
||||
"notConfigured": "NotConfigured",
|
||||
"placeholder": {
|
||||
"welcome": "Please enter welcome message",
|
||||
"prompt": "You are an AI assistant. Please provide clear and accurate answers based on the user's questions.",
|
||||
"permission": "No permission to configure the bot!"
|
||||
},
|
||||
"systemPrompt": "System Prompt",
|
||||
"aiOptimization": "AI Optimization",
|
||||
"weChatOfficialAccountConfiguration": "WeChat Official Account configuration",
|
||||
"aiOptimizedPrompts": "AI Optimized Prompts",
|
||||
"chatAssistant": "Chat Assistant"
|
||||
}
|
||||
47
easyflow-ui-admin/app/src/locales/langs/en-US/button.json
Normal file
47
easyflow-ui-admin/app/src/locales/langs/en-US/button.json
Normal file
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"query": "Query",
|
||||
"reset": "Reset",
|
||||
"add": "Add",
|
||||
"edit": "Edit",
|
||||
"delete": "Delete",
|
||||
"export": "Export",
|
||||
"import": "Import",
|
||||
"save": "Save",
|
||||
"cancel": "Cancel",
|
||||
"confirm": "Confirm",
|
||||
"addLlm": "New large model added",
|
||||
"oneClickAdd": "One-click add",
|
||||
"newConversation": "New Conversation",
|
||||
"start": "Start",
|
||||
"stop": "Stop",
|
||||
"log": "Log",
|
||||
"back": "Back",
|
||||
"importFile": "ImportFile",
|
||||
"view": "View",
|
||||
"download": "Download",
|
||||
"upload": "Upload",
|
||||
"preview": "Preview",
|
||||
"nextStep": "NextStep",
|
||||
"previousStep": "PreviousStep",
|
||||
"addLine": "AddRecord",
|
||||
"batchImport": "BatchImport",
|
||||
"startImport": "StartImport",
|
||||
"design": "Design",
|
||||
"run": "Run",
|
||||
"runTest": "RunTest",
|
||||
"copy": "Copy",
|
||||
"selectAll": "Select All",
|
||||
"choose": "Select",
|
||||
"setting": "Setting",
|
||||
"create": "Create",
|
||||
"update": "Update",
|
||||
"oneClickOptimization": "One-click optimization",
|
||||
"replace": "Replace",
|
||||
"markAsRead": "MarkAsRead",
|
||||
"markAsResolved": "MarkAsResolved",
|
||||
"optimizing": "Optimizing",
|
||||
"regenerate": "Regenerate",
|
||||
"hide": "Hide",
|
||||
"more": "Mode",
|
||||
"viewSegmentation": "ViewSegmentation"
|
||||
}
|
||||
25
easyflow-ui-admin/app/src/locales/langs/en-US/common.json
Normal file
25
easyflow-ui-admin/app/src/locales/langs/en-US/common.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"handle": "Operate",
|
||||
"searchPlaceholder": "Please enter search content",
|
||||
"allCategories": "All",
|
||||
"history": "History",
|
||||
"noDataAvailable": "No data available",
|
||||
"isRequired": " is required",
|
||||
"avatar": "Avatar",
|
||||
"otherLoginType": "Other login methods",
|
||||
"Sun": "Sun",
|
||||
"Mon": "Mon",
|
||||
"Tue": "Tue",
|
||||
"Wed": "Wed",
|
||||
"Thu": "Thu",
|
||||
"Fri": "Fri",
|
||||
"Sat": "Sat",
|
||||
"Second": "Second",
|
||||
"Min": "Min",
|
||||
"Hour": "Hour",
|
||||
"Day": "Day",
|
||||
"Month": "Month",
|
||||
"Week": "Week",
|
||||
"yes": "Yes",
|
||||
"no": "No"
|
||||
}
|
||||
18
easyflow-ui-admin/app/src/locales/langs/en-US/cron.json
Normal file
18
easyflow-ui-admin/app/src/locales/langs/en-US/cron.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"cronExpressionGenerator": "CronExpressionGenerator",
|
||||
"GenerateResult": "GenerateResult",
|
||||
"CronExpression": "CronExpression",
|
||||
"UseThisValue": "UseThisValue",
|
||||
"CheckLast5ExecutionTimes": "CheckLast5ExecutionTimes",
|
||||
"Last5ExecutionTimes": "Last5ExecutionTimes",
|
||||
"ClickGenerate": "ClickGenerate",
|
||||
"Per": "Per",
|
||||
"NotSpecified": "NotSpecified",
|
||||
"Cycle": "Cycle",
|
||||
"From": "From",
|
||||
"StartPer": "Start, Per",
|
||||
"ExecuteOnce": "ExecuteOnce",
|
||||
"Rang": "Rang",
|
||||
"To": "To",
|
||||
"Specify": "Specify"
|
||||
}
|
||||
20
easyflow-ui-admin/app/src/locales/langs/en-US/cropper.json
Normal file
20
easyflow-ui-admin/app/src/locales/langs/en-US/cropper.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"ImageCropping": "ImageCropping",
|
||||
"message": {
|
||||
"onlyImage": "Only image files can be uploaded!",
|
||||
"imgSize": "Image size must not exceed {limit}MB!",
|
||||
"uploadFailed": "Upload failed",
|
||||
"notUrl": "Upload successful but no image URL returned",
|
||||
"uploadSuccessful": "Upload successful!",
|
||||
"reuploadSuccessful": "Re-upload successful!",
|
||||
"notInitialized": "Cropper not initialized",
|
||||
"cropFailed": "Crop failed, unable to get cropped image",
|
||||
"fileCount": "Maximum {count} files allowed",
|
||||
"avatarFormat": "Avatar must be {format} format only",
|
||||
"avatarSize": "Avatar limit {limit} MB"
|
||||
},
|
||||
"Uploading": "Uploading...",
|
||||
"ConfirmCrop": "ConfirmCrop",
|
||||
"Re-upload": "Re-upload",
|
||||
"ClickToUpload": "ClickToUpload"
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"title": "DataCenter",
|
||||
"id": "Id",
|
||||
"deptId": "DeptId",
|
||||
"tenantId": "TenantId",
|
||||
"tableName": "TableName",
|
||||
"tableDesc": "TableDesc",
|
||||
"actualTable": "ActualTable",
|
||||
"status": "Status",
|
||||
"created": "Created",
|
||||
"createdBy": "CreatedBy",
|
||||
"modified": "Modified",
|
||||
"modifiedBy": "ModifiedBy",
|
||||
"options": "Options",
|
||||
"fields": "Fields",
|
||||
"fieldName": "FiledName",
|
||||
"fieldDesc": "Description",
|
||||
"fieldType": "Type",
|
||||
"required": "Required",
|
||||
"noFieldError": "At least one field is required",
|
||||
"fieldInfoError": "Field info is not completed",
|
||||
"nameRegx": "It can only contain lowercase letters, numbers, and underscores, and must start with a lowercase letter",
|
||||
"structure": "TableStructure",
|
||||
"data": "Data",
|
||||
"uploadTitle": "Click to upload",
|
||||
"uploadDesc": "Choose an excel file to upload, file size limit 10MB.",
|
||||
"downloadTemplate": "Download template",
|
||||
"importComplete": "Import is completed",
|
||||
"totalNum": "Total Count",
|
||||
"successNum": "Success Count",
|
||||
"failNum": "Fail Count",
|
||||
"failList": "Fail List"
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"id": "Id",
|
||||
"tableId": "TableId",
|
||||
"fieldName": "FieldName",
|
||||
"fieldDesc": "FieldDesc",
|
||||
"fieldType": "FieldType",
|
||||
"required": "Required",
|
||||
"created": "Created",
|
||||
"createdBy": "CreatedBy",
|
||||
"modified": "Modified",
|
||||
"modifiedBy": "ModifiedBy",
|
||||
"options": "Options"
|
||||
}
|
||||
14
easyflow-ui-admin/app/src/locales/langs/en-US/demos.json
Normal file
14
easyflow-ui-admin/app/src/locales/langs/en-US/demos.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"title": "Demos",
|
||||
"elementPlus": "Element Plus",
|
||||
"form": "Form",
|
||||
"easyflow": {
|
||||
"title": "Project",
|
||||
"about": "About",
|
||||
"document": "Document",
|
||||
"antdv": "Ant Design Vue Version",
|
||||
"naive-ui": "Naive UI Version",
|
||||
"element-plus": "Element Plus Version",
|
||||
"tdesign": "TDesign Vue Version"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"placeholder": "Please select",
|
||||
"getError": "Get Data Error!"
|
||||
}
|
||||
@@ -0,0 +1,88 @@
|
||||
{
|
||||
"id": "Id",
|
||||
"alias": "Alias",
|
||||
"deptId": "DeptId",
|
||||
"tenantId": "TenantId",
|
||||
"icon": "Icon",
|
||||
"title": "Title",
|
||||
"categoryId": "Category",
|
||||
"description": "Description",
|
||||
"slug": "Slug",
|
||||
"vectorStoreEnable": "VectorStoreEnable",
|
||||
"vectorStoreType": "VectorStoreType",
|
||||
"vectorStoreCollection": "VectorStoreCollection",
|
||||
"vectorStoreConfig": "VectorStoreConfig",
|
||||
"vectorEmbedLlmId": "VectorEmbedLlm",
|
||||
"created": "Created",
|
||||
"createdBy": "CreatedBy",
|
||||
"modified": "Modified",
|
||||
"modifiedBy": "ModifiedBy",
|
||||
"options": "Options",
|
||||
"rerankLlmId": "RerankLlm",
|
||||
"searchEngineEnable": "SearchEngineEnable",
|
||||
"englishName": "EnglishName",
|
||||
"documentType": "DocumentType",
|
||||
"fileName": "fileName",
|
||||
"knowledgeCount": "Number of knowledge items",
|
||||
"createdModifyTime": "Creation/update time",
|
||||
"documentList": "documentList",
|
||||
"knowledgeRetrieval": "knowledgeRetrieval",
|
||||
"config": "DocumentCollection",
|
||||
"sorting": "Sorting",
|
||||
"content": "Content",
|
||||
"placeholder": {
|
||||
"title": "Please input title",
|
||||
"description": "Please provide a description so that the large model can better understand the knowledge base and make calls",
|
||||
"englishName": "Please enter an English name",
|
||||
"alias": "Please enter an alias, Chinese is not allowed",
|
||||
"embedLlm": "Please choose a vector model",
|
||||
"rerankLlm": "Please choose to rearrange the model",
|
||||
"vectorStoreCollection": "Can only contain letters, numbers, and underscores with a length between 3-20 characters",
|
||||
"vectorStoreType": "Please select the vector database type"
|
||||
},
|
||||
"importDoc": {
|
||||
"fileUpload": "File upload",
|
||||
"parameterSettings": "ParameterSettings",
|
||||
"segmentedPreview": "SegmentedPreview",
|
||||
"confirmImport": "ConfirmImport",
|
||||
"fileName": "File Name",
|
||||
"progressUpload": "Progress of file upload",
|
||||
"fileSize": "File size"
|
||||
},
|
||||
"splitterDoc": {
|
||||
"fileType": "FileType",
|
||||
"splitterName": "Segmenter",
|
||||
"chunkSize": "SegmentLength",
|
||||
"overlapSize": "SegmentOverlap",
|
||||
"regex": "RegularExpression",
|
||||
"document": "Document",
|
||||
"simpleDocumentSplitter": "SimpleDocumentSplitter",
|
||||
"simpleTokenizeSplitter": "SimpleTokenizeSplitter",
|
||||
"regexDocumentSplitter": "RegexDocumentSplitter",
|
||||
"markdownHeaderSplitter": "MarkdownHeaderSplitter",
|
||||
"mdSplitterLevel": "MarkdownSplitterLevel",
|
||||
"uploadStatus": "UploadStatus",
|
||||
"pendingUpload": "PendingUpload",
|
||||
"completed": "Completed",
|
||||
"uploading": "Parsing in progress",
|
||||
"importSuccess": "ImportSuccess"
|
||||
},
|
||||
"documentManagement": "Document management",
|
||||
"actions": {
|
||||
"knowledge": "Knowledge",
|
||||
"retrieve": "Retrieve",
|
||||
"addKnowledge": "AddKnowledge",
|
||||
"confirmImport": "ConfirmImport",
|
||||
"cancelImport": "CancelImport"
|
||||
},
|
||||
"searchResults": "SearchResults",
|
||||
"documentPreview": "DocumentPreview",
|
||||
"total": "Total",
|
||||
"segments": "Segments",
|
||||
"similarityScore": "SimilarityScore",
|
||||
"alibabaCloud": "AlibabaCloud",
|
||||
"tencentCloud": "tencentCloud",
|
||||
"vectorEmbedModelTips": "After successful vector data, it is not allowed to modify the vector model",
|
||||
"dimensionOfVectorModelTips": "After successful vector data, it is not allowed to modify the dimensions of the vector model",
|
||||
"dimensionOfVectorModel": "Dimension of vector model"
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"title": "Knowledge Retrieval Configuration",
|
||||
"docRecallMaxNum": {
|
||||
"label": "Max Recall Documents",
|
||||
"tooltip": "Maximum number of documents returned during retrieval. Larger values recall more comprehensively but slower."
|
||||
},
|
||||
"simThreshold": {
|
||||
"label": "Minimum Similarity",
|
||||
"tooltip": "Higher values mean stricter filtering, only returning documents with higher similarity (range: 0-1, recommended: 0.6-0.8)."
|
||||
},
|
||||
"button": {
|
||||
"save": "Save Configuration"
|
||||
},
|
||||
"message": {
|
||||
"saveSuccess": "Configuration saved successfully",
|
||||
"saveFailed": "Configuration saved failed"
|
||||
},
|
||||
"placeholder": {
|
||||
"count": "1-50"
|
||||
},
|
||||
"switch": {
|
||||
"on": "On",
|
||||
"off": "Off"
|
||||
},
|
||||
"unit": {
|
||||
"count": "items"
|
||||
},
|
||||
"searchEngineType": {
|
||||
"label": "Search Engine Type",
|
||||
"placeholder": "Please select search engine type",
|
||||
"tooltip": "Select the engine type for document retrieval: Keyword search (fast)",
|
||||
"vector": "Vector Retrieval",
|
||||
"hybrid": "Hybrid Retrieval",
|
||||
"keyword": "Keyword Retrieval"
|
||||
},
|
||||
"searchEngineEnable": {
|
||||
"label": "Enable Search Engine",
|
||||
"tooltip": "Enable to use the search engine for document retrieval."
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
{}
|
||||
80
easyflow-ui-admin/app/src/locales/langs/en-US/llm.json
Normal file
80
easyflow-ui-admin/app/src/locales/langs/en-US/llm.json
Normal file
@@ -0,0 +1,80 @@
|
||||
{
|
||||
"filed":
|
||||
{
|
||||
"id": "Id",
|
||||
"deptId": "DeptId",
|
||||
"tenantId": "TenantId",
|
||||
"title": "Title",
|
||||
"brand": "Brand",
|
||||
"icon": "Icon",
|
||||
"description": "Description",
|
||||
"supportChat": "SupportChat",
|
||||
"supportFunctionCalling": "SupportFunctionCalling",
|
||||
"supportEmbed": "SupportEmbed",
|
||||
"supportReranker": "SupportReranker",
|
||||
"supportTextToImage": "SupportTextToImage",
|
||||
"supportImageToImage": "SupportImageToImage",
|
||||
"supportTextToAudio": "SupportTextToAudio",
|
||||
"supportAudioToAudio": "SupportAudioToAudio",
|
||||
"supportTextToVideo": "SupportTextToVideo",
|
||||
"supportImageToVideo": "SupportImageToVideo",
|
||||
"multimodal": "multimodal",
|
||||
"llmEndpoint": "LlmEndpoint",
|
||||
"chatPath": "ChatPath",
|
||||
"embedPath": "embedPath",
|
||||
"llmModel": "LlmModel",
|
||||
"llmApiKey": "apiKey",
|
||||
"llmExtraConfig": "LlmExtraConfig",
|
||||
"options": "Options",
|
||||
"ability": "Ability"
|
||||
}
|
||||
,
|
||||
"llmModal": {
|
||||
"TitleRequired": "Please enter the name",
|
||||
"BrandRequired": "Please enter the brand",
|
||||
"ModelRequired": "Please enter the model",
|
||||
"ApiKeyRequired": "Please enter the apiKey",
|
||||
"QuickAddLlm": "One-click addition of large models"
|
||||
},
|
||||
"placeholder": {
|
||||
"title": "Please enter the title",
|
||||
"brand": "Please enter the brand",
|
||||
"llmModel": "Please enter the llmModel",
|
||||
"description": "Please enter the description"
|
||||
},
|
||||
"actions": {
|
||||
"verifyConfiguration": "Verify Configuration"
|
||||
},
|
||||
"message": {
|
||||
"verifySuccess": "Verification successful"
|
||||
},
|
||||
"addProvider": "Provider list",
|
||||
"modelType": "ModelType",
|
||||
"llmModel": "ModelName",
|
||||
"title": "name",
|
||||
"groupName": "GroupName",
|
||||
"provider": "供应商",
|
||||
"ability": "ModelAbility",
|
||||
"button": {
|
||||
"management": "Management",
|
||||
"test": "Test",
|
||||
"addAllLlm": "Add models from the list",
|
||||
"RetrieveAgain": "Retrieve the model list again"
|
||||
},
|
||||
"all": "All",
|
||||
"verifyLlmTitle": "Verify Large Model",
|
||||
"searchTextPlaceholder": "Search for model name or name",
|
||||
"testSuccess": "TestSuccess",
|
||||
"modelAbility": {
|
||||
"supportThinking": "Thinking",
|
||||
"supportTool": "Tool",
|
||||
"SupportAudio": "Audio",
|
||||
"SupportVideo": "Video",
|
||||
"SupportImage": "Image",
|
||||
"supportFree": "Free",
|
||||
"supportImageB64Only": "ImageB64Only",
|
||||
"supportToolMessage": "SupportToolMessage"
|
||||
},
|
||||
"requestPath": "RequestPath",
|
||||
"modelToBeTested": "ModelToBeTested"
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"providerName": "ProviderName",
|
||||
"provider": "Provider",
|
||||
"icon": "Icon",
|
||||
"apiKey": "ApiKey",
|
||||
"endpoint": "APIAddress",
|
||||
"embedPath": "EmbedPath",
|
||||
"chatPath": "ChatPath",
|
||||
"rerankPath": "RerankPath",
|
||||
"embeddingModel": "EmbeddingModel",
|
||||
"chatModel": "ChatModel",
|
||||
"rerankModel": "RerankModel",
|
||||
"model": "Model",
|
||||
"apiType": "ApiType"
|
||||
}
|
||||
31
easyflow-ui-admin/app/src/locales/langs/en-US/mcp.json
Normal file
31
easyflow-ui-admin/app/src/locales/langs/en-US/mcp.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"id": "Id",
|
||||
"title": "Title",
|
||||
"description": "Description",
|
||||
"configJson": "ConfigJson",
|
||||
"deptId": "DeptId",
|
||||
"tenantId": "TenantId",
|
||||
"created": "Created",
|
||||
"createdBy": "CreatedBy",
|
||||
"modified": "Modified",
|
||||
"modifiedBy": "ModifiedBy",
|
||||
"status": "Status",
|
||||
"modal": {
|
||||
"config": "Config",
|
||||
"tool": "Tool",
|
||||
"table": {
|
||||
"availableTools": "Available Tools"
|
||||
}
|
||||
},
|
||||
"example": "Example:",
|
||||
"restartMcpServer": "RestartMcpServer",
|
||||
"message": {
|
||||
"startupFail": "StartupFail",
|
||||
"startupSuccessful": "StartupSuccessful",
|
||||
"stopSuccessful": "StopSuccessful"
|
||||
},
|
||||
"labels": {
|
||||
"clientOnline": "ClientOnline",
|
||||
"clientOffline": "ClientOffline"
|
||||
}
|
||||
}
|
||||
33
easyflow-ui-admin/app/src/locales/langs/en-US/menus.json
Normal file
33
easyflow-ui-admin/app/src/locales/langs/en-US/menus.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"system": {
|
||||
"title": "System",
|
||||
"sysAccount": "Account",
|
||||
"sysRole": "Role",
|
||||
"sysMenu": "Menu",
|
||||
"sysDept": "Department",
|
||||
"sysPosition": "Position",
|
||||
"sysDict": "Dictionary",
|
||||
"sysJob": "Job",
|
||||
"sysLog": "Log",
|
||||
"sysFeedback": "UserFeedback",
|
||||
"sysAppearance": "Appearance",
|
||||
"oauth": "OAuth"
|
||||
},
|
||||
"ai": {
|
||||
"bots": "ChatAssistant",
|
||||
"title": "AI",
|
||||
"resources": "Resources",
|
||||
"datacenter": "Datacenter",
|
||||
"workflow": "Workflow",
|
||||
"plugin": "Plugin",
|
||||
"model": "Model",
|
||||
"documentCollection": "DocumentCollection",
|
||||
"knowledge": "DocumentManagement",
|
||||
"mcp": "MCP"
|
||||
},
|
||||
"settings": {
|
||||
"title": "SettingsConfiguration",
|
||||
"settingsConfig": "SettingsConfig",
|
||||
"apiKey": "API Key"
|
||||
}
|
||||
}
|
||||
49
easyflow-ui-admin/app/src/locales/langs/en-US/message.json
Normal file
49
easyflow-ui-admin/app/src/locales/langs/en-US/message.json
Normal file
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"deleteAlert": "Do you want to delete this item?",
|
||||
"noticeTitle": "Notice",
|
||||
"ok": "Yes",
|
||||
"cancel": "No",
|
||||
"required": "Item is required",
|
||||
"saveOkMessage": "Saved successfully",
|
||||
"saveFailMessage": "Save failed",
|
||||
"deleteOkMessage": "Deleted successfully",
|
||||
"deleteFailMessage": "Delete failed",
|
||||
"loading": "Loading...",
|
||||
"getDataError": "Get data error",
|
||||
"updateOkMessage": "Updated successfully",
|
||||
"startAlert": "Are you sure to start?",
|
||||
"stopAlert": "Are you sure to stop?",
|
||||
"preview": "Preview",
|
||||
"notEmpty": "Can not be empty",
|
||||
"success": "Success",
|
||||
"fail": "Fail",
|
||||
"pleaseSelect": "Please Select {name}",
|
||||
"pleaseInputContent": "Please input content",
|
||||
"notSupported": "Not supported yet",
|
||||
"englishNameRule": "Rural subsistence allowance please enter characters consisting of letters, numbers, underscores, and hyphens, with a length not exceeding 64 characters",
|
||||
"downloadSuccess": "Download success",
|
||||
"downloadFail": "Download fail",
|
||||
"copySuccess": "Copy success",
|
||||
"copyFail": "Copy fail",
|
||||
"upload": {
|
||||
"title": "Click or drag and drop files here to upload",
|
||||
"description": "TXT, PDF, DOCX, MD, PPT, PPTX files are supported. Each upload allows one file only, with a maximum size of 20M per file."
|
||||
},
|
||||
"uploadFileFirst": "Please upload the file first",
|
||||
"deleteModelAlert": "This operation will delete the large model. Are you sure to delete it?",
|
||||
"deleteModelGroupAlert": "This operation will delete all large models under this group. Are you sure to delete them?",
|
||||
"cannotBeEmpty": {
|
||||
"name": "Parameter name cannot be empty",
|
||||
"description": "Parameter description cannot be empty",
|
||||
"method": "Input method cannot be empty",
|
||||
"type": "Parameter type cannot be empty",
|
||||
"all": "Please complete all required fields before submitting",
|
||||
"error": "Parameter validation failed. Please complete all required fields"
|
||||
},
|
||||
"completeForm": "Please complete the form information",
|
||||
"notVideo": "Your browser does not support the video element.",
|
||||
"notAudio": "Your browser does not support the audio element.",
|
||||
"selectTip": "Please select",
|
||||
"mustBeNumber": "Please enter a valid number",
|
||||
"confirmItem": "Confirm Item"
|
||||
}
|
||||
23
easyflow-ui-admin/app/src/locales/langs/en-US/page.json
Normal file
23
easyflow-ui-admin/app/src/locales/langs/en-US/page.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"auth": {
|
||||
"login": "Login",
|
||||
"register": "Register",
|
||||
"codeLogin": "Code Login",
|
||||
"qrcodeLogin": "Qr Code Login",
|
||||
"forgetPassword": "Forget Password",
|
||||
"profile": "Profile",
|
||||
"accountPassword": "Account Password",
|
||||
"systemMessage": "System Message",
|
||||
"todoTasks": "Todo Tasks"
|
||||
},
|
||||
"dashboard": {
|
||||
"title": "Dashboard",
|
||||
"analytics": "Analytics",
|
||||
"workspace": "Workspace"
|
||||
},
|
||||
"description": {
|
||||
"accountPassword": "Messages from other users will be notified via site message",
|
||||
"systemMessage": "System messages will be notified via site message",
|
||||
"todoTasks": "Todo tasks will be notified via site message."
|
||||
}
|
||||
}
|
||||
33
easyflow-ui-admin/app/src/locales/langs/en-US/plugin.json
Normal file
33
easyflow-ui-admin/app/src/locales/langs/en-US/plugin.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"pluginCategory": "Plugin category",
|
||||
"id": "Id",
|
||||
"alias": "Alias",
|
||||
"name": "Name",
|
||||
"description": "Description",
|
||||
"type": "Type",
|
||||
"baseUrl": "BaseUrl",
|
||||
"authType": "AuthType",
|
||||
"created": "Created",
|
||||
"icon": "Icon",
|
||||
"position": "Position",
|
||||
"headers": "Headers",
|
||||
"tokenKey": "TokenKey",
|
||||
"tokenValue": "TokenValue",
|
||||
"deptId": "DeptId",
|
||||
"tenantId": "TenantId",
|
||||
"createdBy": "CreatedBy",
|
||||
"category": "Category",
|
||||
"placeholder": {
|
||||
"name": "Please enter plugin name",
|
||||
"description": "Please enter plugin description",
|
||||
"categorize": "Please enter categorize"
|
||||
},
|
||||
"button": {
|
||||
"addPlugin": "Add Plugin",
|
||||
"categorize": "categorize",
|
||||
"tools": "tools"
|
||||
},
|
||||
"toolsManagement": "Tools Management",
|
||||
"searchUsers": "Search Users",
|
||||
"parameterValue": "ParameterValue"
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"id": "Id",
|
||||
"pluginId": "PluginId",
|
||||
"name": "Tool name",
|
||||
"description": "Description",
|
||||
"basePath": "BasePath",
|
||||
"created": "Created",
|
||||
"status": "Status",
|
||||
"inputData": "InputData",
|
||||
"outputData": "OutputData",
|
||||
"requestMethod": "RequestMethod",
|
||||
"serviceStatus": "ServiceStatus",
|
||||
"debugStatus": "DebugStatus",
|
||||
"englishName": "EnglishName",
|
||||
"createPluginTool": "Create tool",
|
||||
"pluginToolEdit": {
|
||||
"basicInfo": "Basic Info",
|
||||
"configureInputParameters": "Configure input parameters",
|
||||
"configureOutputParameters": "Configure output parameters",
|
||||
"trialRun": "Trial run",
|
||||
"toolPath": "Tool path",
|
||||
"requestMethod": "RequestMethod",
|
||||
"runResult": "Run result",
|
||||
"run": "run"
|
||||
},
|
||||
"parameterName": "Name",
|
||||
"parameterDescription": "Description",
|
||||
"parameterType": "Type",
|
||||
"inputMethod": "InputMethod",
|
||||
"required": "Required",
|
||||
"defaultValue": "DefaultValue",
|
||||
"enabledStatus": "EnabledStatus",
|
||||
"addChildNode": "AddChildNode",
|
||||
"addParameter": "Add Parameter"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"title": "Large Model Configuration",
|
||||
"modelOfChat": "Chat Model Provider",
|
||||
"dialogModel": "Chat Model Settings",
|
||||
"modelName": "Model Name",
|
||||
"basic": "BasicInformation",
|
||||
"updatePwd": "UpdatePassword",
|
||||
"systemAIFunctionSettings": "System AI Function Settings",
|
||||
"note": "Note: This config only applies to system AI features, not [Chat Assistant]."
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"id": "Id",
|
||||
"deptId": "Dept",
|
||||
"tenantId": "TenantId",
|
||||
"loginName": "LoginName",
|
||||
"password": "Password",
|
||||
"accountType": "AccountType",
|
||||
"nickname": "Nickname",
|
||||
"mobile": "Mobile",
|
||||
"email": "Email",
|
||||
"avatar": "Avatar",
|
||||
"dataScope": "DataScope",
|
||||
"deptIdList": "DeptIdList",
|
||||
"status": "Status",
|
||||
"created": "Created",
|
||||
"createdBy": "CreatedBy",
|
||||
"modified": "Modified",
|
||||
"modifiedBy": "ModifiedBy",
|
||||
"remark": "Remark",
|
||||
"isDeleted": "IsDeleted",
|
||||
"roleIds": "Role",
|
||||
"oldPwd": "OldPassword",
|
||||
"newPwd": "NewPassword",
|
||||
"confirmPwd": "ConfirmPassword",
|
||||
"repeatPwd": "Please confirm your password again",
|
||||
"notSamePwd": "The two passwords are inconsistent"
|
||||
}
|
||||
18
easyflow-ui-admin/app/src/locales/langs/en-US/sysApiKey.json
Normal file
18
easyflow-ui-admin/app/src/locales/langs/en-US/sysApiKey.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"id": "Id",
|
||||
"apiKey": "ApiKey",
|
||||
"created": "Created",
|
||||
"status": "Status",
|
||||
"deptId": "DeptId",
|
||||
"tenantId": "TenantId",
|
||||
"expiredAt": "ExpiredAt",
|
||||
"createdBy": "CreatedBy",
|
||||
"addApiKey": "addApiKey",
|
||||
"actions": {
|
||||
"enable": "Enable",
|
||||
"disable": "NotDisable",
|
||||
"failure": "Failure"
|
||||
},
|
||||
"permissions": "AuthInterface",
|
||||
"addApiKeyNotice": "This operation will generate an API key. Please confirm whether to proceed"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"id": "Id",
|
||||
"requestInterface": "RequestInterface",
|
||||
"title": "Title",
|
||||
"addPermission": "AddRequestInterface"
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"Theme and Color Scheme": "Theme and Color Scheme",
|
||||
"Theme Mode": "Theme Mode",
|
||||
"Theme Color": "Theme Color",
|
||||
"Layout & Navigation": "Layout & Navigation",
|
||||
"Layout Mode": "Layout Mode",
|
||||
"Interface Display": "Interface Display",
|
||||
"Page Tabs": "Page Tabs",
|
||||
"Animation": "Animation",
|
||||
"Login Page Appearance": "Login Page Appearance",
|
||||
"Login Page Layout": "Login Page Layout",
|
||||
"Login Page Image": "Login Page Image",
|
||||
"OnlyJPG": "Only .jpg format supported",
|
||||
"Login Page Brand Copy": "Login Page Brand Copy",
|
||||
"Welcome Title": "Welcome Title",
|
||||
"Please enter the welcome title": "Please enter the welcome title",
|
||||
"Welcome Description": "Welcome Description",
|
||||
"Please enter the welcome description": "Please enter the welcome description",
|
||||
"Slogan Title": "Slogan Title",
|
||||
"Please enter the slogan title": "Please enter the slogan title",
|
||||
"Slogan Description": "Slogan Description",
|
||||
"Please enter the slogan description": "Please enter the slogan description",
|
||||
"Thumbnail": "Thumbnail"
|
||||
}
|
||||
17
easyflow-ui-admin/app/src/locales/langs/en-US/sysDept.json
Normal file
17
easyflow-ui-admin/app/src/locales/langs/en-US/sysDept.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"root": "Root",
|
||||
"id": "Id",
|
||||
"tenantId": "TenantId",
|
||||
"parentId": "Parent",
|
||||
"ancestors": "Ancestors",
|
||||
"deptName": "DeptName",
|
||||
"deptCode": "DeptCode",
|
||||
"sortNo": "SortNo",
|
||||
"status": "Status",
|
||||
"created": "Created",
|
||||
"createdBy": "CreatedBy",
|
||||
"modified": "Modified",
|
||||
"modifiedBy": "ModifiedBy",
|
||||
"remark": "Remark",
|
||||
"isDeleted": "IsDeleted"
|
||||
}
|
||||
12
easyflow-ui-admin/app/src/locales/langs/en-US/sysDict.json
Normal file
12
easyflow-ui-admin/app/src/locales/langs/en-US/sysDict.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"id": "Id",
|
||||
"name": "Name",
|
||||
"code": "Code",
|
||||
"description": "Description",
|
||||
"dictType": "DictType",
|
||||
"sortNo": "SortNo",
|
||||
"status": "Status",
|
||||
"options": "Options",
|
||||
"created": "Created",
|
||||
"modified": "Modified"
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"feedbackType": "FeedbackType",
|
||||
"processingStatus": "ProcessingStatus",
|
||||
"category": "Category",
|
||||
"description": "Description",
|
||||
"contactInformation": "ContactInformation",
|
||||
"submittedAt": "SubmittedAt",
|
||||
"functionalFailure": "FunctionalFailure",
|
||||
"optimizationSuggestions": "OptimizationSuggestions",
|
||||
"accountIssue": "AccountIssue",
|
||||
"other": "Other",
|
||||
"notViewed": "NotViewed",
|
||||
"viewed": "Viewed",
|
||||
"processed": "Processed",
|
||||
"closed/Invalid": "Closed/Invalid",
|
||||
"markedSuccessfully": "Marked Successfully!",
|
||||
"basicInformation": "BasicInformation",
|
||||
"feedbackContent": "FeedbackContent",
|
||||
"attachments": "Attachments"
|
||||
}
|
||||
23
easyflow-ui-admin/app/src/locales/langs/en-US/sysJob.json
Normal file
23
easyflow-ui-admin/app/src/locales/langs/en-US/sysJob.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"id": "Id",
|
||||
"deptId": "DeptId",
|
||||
"tenantId": "TenantId",
|
||||
"jobName": "JobName",
|
||||
"jobType": "JobType",
|
||||
"jobParams": "JobParams",
|
||||
"cronExpression": "CronExpression",
|
||||
"allowConcurrent": "AllowConcurrent",
|
||||
"misfirePolicy": "MisfirePolicy",
|
||||
"options": "Options",
|
||||
"status": "Status",
|
||||
"created": "Created",
|
||||
"createdBy": "CreatedBy",
|
||||
"modified": "Modified",
|
||||
"modifiedBy": "ModifiedBy",
|
||||
"remark": "Remark",
|
||||
"isDeleted": "IsDeleted",
|
||||
"workflow": "Workflow",
|
||||
"beanMethod": "BeanMethod",
|
||||
"javaMethod": "JavaMethod",
|
||||
"example": "example"
|
||||
}
|
||||
14
easyflow-ui-admin/app/src/locales/langs/en-US/sysJobLog.json
Normal file
14
easyflow-ui-admin/app/src/locales/langs/en-US/sysJobLog.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"title": "JobLog",
|
||||
"id": "Id",
|
||||
"jobId": "JobId",
|
||||
"jobName": "JobName",
|
||||
"jobParams": "JobParams",
|
||||
"jobResult": "JobResult",
|
||||
"errorInfo": "ErrorInfo",
|
||||
"status": "Status",
|
||||
"startTime": "StartTime",
|
||||
"endTime": "EndTime",
|
||||
"created": "Created",
|
||||
"remark": "Remark"
|
||||
}
|
||||
14
easyflow-ui-admin/app/src/locales/langs/en-US/sysLog.json
Normal file
14
easyflow-ui-admin/app/src/locales/langs/en-US/sysLog.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"id": "Id",
|
||||
"accountId": "AccountId",
|
||||
"actionName": "ActionName",
|
||||
"actionType": "ActionType",
|
||||
"actionClass": "ActionClass",
|
||||
"actionMethod": "ActionMethod",
|
||||
"actionUrl": "ActionUrl",
|
||||
"actionIp": "ActionIp",
|
||||
"actionParams": "ActionParams",
|
||||
"actionBody": "ActionBody",
|
||||
"status": "Status",
|
||||
"created": "Created"
|
||||
}
|
||||
20
easyflow-ui-admin/app/src/locales/langs/en-US/sysMenu.json
Normal file
20
easyflow-ui-admin/app/src/locales/langs/en-US/sysMenu.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"root":"Top",
|
||||
"id": "Id",
|
||||
"parentId": "Parent",
|
||||
"menuType": "MenuType",
|
||||
"menuTitle": "MenuTitle",
|
||||
"menuUrl": "MenuUrl",
|
||||
"component": "Component",
|
||||
"menuIcon": "MenuIcon",
|
||||
"isShow": "IsShow",
|
||||
"permissionTag": "PermissionTag",
|
||||
"sortNo": "SortNo",
|
||||
"status": "Status",
|
||||
"created": "Created",
|
||||
"createdBy": "CreatedBy",
|
||||
"modified": "Modified",
|
||||
"modifiedBy": "ModifiedBy",
|
||||
"remark": "Remark",
|
||||
"isDeleted": "IsDeleted"
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"oauthWxWeb": "WechatLogin",
|
||||
"oauthDingTalk": "DingTalkLogin"
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"id": "Id",
|
||||
"tenantId": "TenantId",
|
||||
"deptId": "Dept",
|
||||
"positionName": "PositionName",
|
||||
"positionCode": "PositionCode",
|
||||
"sortNo": "SortNo",
|
||||
"status": "Status",
|
||||
"created": "Created",
|
||||
"createdBy": "CreatedBy",
|
||||
"modified": "Modified",
|
||||
"modifiedBy": "ModifiedBy",
|
||||
"remark": "Remark",
|
||||
"isDeleted": "IsDeleted",
|
||||
"enable": "Enable",
|
||||
"disable": "Disable",
|
||||
"message": {
|
||||
"title": "Confirm to {actionText} \"{positionName}\"?"
|
||||
},
|
||||
"placeholder": {
|
||||
"positionName": "Please enter position name",
|
||||
"positionCode": "Please enter position code"
|
||||
}
|
||||
}
|
||||
17
easyflow-ui-admin/app/src/locales/langs/en-US/sysRole.json
Normal file
17
easyflow-ui-admin/app/src/locales/langs/en-US/sysRole.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"id": "Id",
|
||||
"tenantId": "TenantId",
|
||||
"roleName": "RoleName",
|
||||
"roleKey": "RoleKey",
|
||||
"status": "Status",
|
||||
"created": "Created",
|
||||
"createdBy": "CreatedBy",
|
||||
"modified": "Modified",
|
||||
"modifiedBy": "ModifiedBy",
|
||||
"remark": "Remark",
|
||||
"isDeleted": "IsDeleted",
|
||||
"menuPermission": "MenuPermission",
|
||||
"dataPermission": "DataPermission",
|
||||
"checkStrictlyTrue": "Linked",
|
||||
"checkStrictlyFalse": "NotLinked"
|
||||
}
|
||||
Reference in New Issue
Block a user