feat(web): Home page ui upgrade
This commit is contained in:
@@ -115,6 +115,10 @@ export const en = {
|
||||
ontology: 'Ontology Engineering',
|
||||
prompt: 'Prompt Engineering',
|
||||
skills: 'Skill Library',
|
||||
workbench: 'Workbench',
|
||||
memoryRelated: 'Memory-Related',
|
||||
advancedSettings: 'Advanced Settings',
|
||||
promptHistory: 'My history',
|
||||
},
|
||||
dashboard: {
|
||||
total_models: 'Available Models',
|
||||
@@ -185,19 +189,14 @@ export const en = {
|
||||
|
||||
extractMemoryContent: 'Extract Memory Content',
|
||||
createNewMemorySummary: 'Create New Memory Entry',
|
||||
|
||||
createNewApplication: 'Create New Application',
|
||||
createNewApplicationDesc: 'Build an app in just 3 minutes with zero-code drag-and-drop.',
|
||||
|
||||
createNewApplicationDesc: 'Build an app in 3 minutes, no code.',
|
||||
createNewKnowledge: 'Create New Knowledge',
|
||||
createNewKnowledgeDesc: 'Transform your data into a fully searchable, dedicated knowledge base in seconds.',
|
||||
|
||||
createNewKnowledgeDesc: 'Create a searchable knowledge base instantly.',
|
||||
memoryConversation: 'Memory Conversation',
|
||||
memoryConversationDesc: 'The more you use it, the better AI understands you.',
|
||||
memoryConversationDesc: 'The more you use it, the better AI knows you.',
|
||||
helpCenter: 'Help Center',
|
||||
helpCenterDesc: 'One-stop support to answer your questions and get you started fast.',
|
||||
memorySummary: 'View Memory Summary',
|
||||
memorySummaryDesc: 'View Memory Summary Report',
|
||||
helpCenterDesc: 'One place to get help and start fast.',
|
||||
|
||||
activityEmpty: 'There is currently no memory activity',
|
||||
tagEmpty: 'There are no tag records at the moment~',
|
||||
@@ -214,7 +213,12 @@ export const en = {
|
||||
dialogue: 'Dialogue',
|
||||
chunk: 'Chunk',
|
||||
statement: 'Statement',
|
||||
entity: 'Entity'
|
||||
entity: 'Entity',
|
||||
|
||||
apiCallTrends: 'Api Call Trends',
|
||||
total_calls: 'Total API Calls',
|
||||
app_calls: 'Application API Calls',
|
||||
service_calls: 'Service API Calls',
|
||||
},
|
||||
table: {
|
||||
totalRecords: 'Total {{total}} Articles'
|
||||
@@ -1041,7 +1045,7 @@ export const en = {
|
||||
forgetting_interval_hours: 'Forgetting Interval Hours'
|
||||
},
|
||||
application: {
|
||||
searchPlaceholder: 'Search for applications or clusters',
|
||||
searchPlaceholder: 'Search for applications',
|
||||
createApplication: 'Create Application',
|
||||
type: 'Type',
|
||||
source: 'Source',
|
||||
@@ -1052,6 +1056,7 @@ export const en = {
|
||||
applicationName: 'Application Name',
|
||||
applicationIcon: 'Application Icon',
|
||||
applicationType: 'Application Type',
|
||||
allType: 'All types',
|
||||
|
||||
agent: 'Agent',
|
||||
agentDesc: 'Create a single intelligent agent',
|
||||
@@ -1117,6 +1122,7 @@ export const en = {
|
||||
dialogueHistoricalMemory: 'Conversation History Memory',
|
||||
dialogueHistoricalMemoryDesc: 'Enable this to select memory content from memory management.',
|
||||
toolConfiguration: 'Tool Configuration',
|
||||
toolManagement: 'Tool Management',
|
||||
webSearch: 'Web Search',
|
||||
webSearchDesc: 'Allow the Agent to access the Internet for real-time search',
|
||||
codeExecutor: 'Code Executor',
|
||||
@@ -1126,8 +1132,8 @@ export const en = {
|
||||
variableConfiguration: 'Variable Configuration',
|
||||
selectMemoryContent: 'Select Memory Content',
|
||||
selectMemoryContentDesc: 'From Memory Management Select the memory content to be used in the conversation',
|
||||
VariableManagement: 'Variable Management',
|
||||
VariableManagementDesc: 'Configure the available variables for the Agent',
|
||||
variableManagement: 'Variable Management',
|
||||
variableManagementDesc: 'Configure the available variables for the Agent',
|
||||
addVariables: 'Add Variables',
|
||||
variablesEmpty: 'There are currently no variables available',
|
||||
debuggingEmpty: 'No models available for debugging.',
|
||||
@@ -1172,7 +1178,7 @@ export const en = {
|
||||
VersionInformation: 'Version Information',
|
||||
publishedOn: 'Published on',
|
||||
publisher: 'Published by',
|
||||
DetailsOfVersion: 'Version Details: {{version}}',
|
||||
detailsOfVersion: 'Version Details: {{version}}',
|
||||
exportDSLFile: 'Export DSL file',
|
||||
willRollToThisVersion: 'Will roll to this version',
|
||||
share: 'Share',
|
||||
@@ -1370,7 +1376,8 @@ export const en = {
|
||||
gotoList: 'Return to Application List',
|
||||
gotoDetail: 'View Details',
|
||||
dify: 'Dify',
|
||||
pleaseUploadFile: 'Please upload workflow file',
|
||||
pleaseUploadFile: 'Please upload workflow file',
|
||||
promptOptimizationEmpty: 'The prompt words for conversation optimization will be displayed here',
|
||||
},
|
||||
userMemory: {
|
||||
userMemory: 'User Memory',
|
||||
@@ -1970,10 +1977,7 @@ Memory Bear: After the rebellion, regional warlordism intensified for several re
|
||||
answer: 'Answer',
|
||||
aiAndCognitiveProcessing: 'AI & Cognitive Processing',
|
||||
llm: 'Large Language Model (LLM)',
|
||||
model_selection: 'Multi-Model Selection',
|
||||
model_voting: 'Multi-Model Voting',
|
||||
'knowledge-retrieval': 'Knowledge Retrieval (RAG)',
|
||||
classification: 'Intelligent Classification',
|
||||
'parameter-extractor': 'Parameter Extraction',
|
||||
flowControl: 'Flow Control',
|
||||
'if-else': 'Conditional Branch',
|
||||
@@ -1983,7 +1987,6 @@ Memory Bear: After the rebellion, regional warlordism intensified for several re
|
||||
'cycle-start': '',
|
||||
break: 'Break Loop',
|
||||
assigner: 'Variable Assignment',
|
||||
parallel: 'Parallel Execution',
|
||||
'var-aggregator': 'Variable Aggregator',
|
||||
externalInteraction: 'External Interaction',
|
||||
"http-request": 'HTTP Request',
|
||||
@@ -1993,20 +1996,6 @@ Memory Bear: After the rebellion, regional warlordism intensified for several re
|
||||
cognitiveUpgrading: 'Cognitive Upgrading (Innovation)',
|
||||
'memory-read': 'Memory Retrieval',
|
||||
'memory-write': 'Memory Storage',
|
||||
task_planning: 'Task Planning',
|
||||
reasoning_control: 'Reasoning Control',
|
||||
self_reflection: 'Self Reflection',
|
||||
memory_enhancement: 'Memory Enhancement',
|
||||
agentCollaborationNode: 'Agent Collaboration Nodes',
|
||||
agent_scheduling: 'Agent Scheduling',
|
||||
agent_collaboration: 'Agent Collaboration',
|
||||
agent_arbitration: 'Agent Arbitration',
|
||||
safetyAndCompliance: 'Safety & Compliance',
|
||||
sensitive_detection: 'Sensitive Detection',
|
||||
output_audit: 'Output Audit',
|
||||
evolutionAndGovernance: 'Evolution & Governance',
|
||||
self_optimization: 'Self Optimization',
|
||||
process_evolution: 'Process Evolution',
|
||||
unknown: 'Unknown Node',
|
||||
|
||||
clickToConfigure: 'Click to configure node parameters',
|
||||
@@ -2029,6 +2018,7 @@ Memory Bear: After the rebellion, regional warlordism intensified for several re
|
||||
inner: 'Built-in',
|
||||
messagesPlaceholder: 'Write prompts here, type "{" to insert variables, type "insert" to insert',
|
||||
vision: 'Vision',
|
||||
parameterSettings: 'Parameter Settings',
|
||||
},
|
||||
start: {
|
||||
variables: 'Input Fields',
|
||||
@@ -2115,7 +2105,9 @@ Memory Bear: After the rebellion, regional warlordism intensified for several re
|
||||
"eq": 'Is',
|
||||
"ne": 'Is Not',
|
||||
},
|
||||
else_desc: 'Used to define the logic that should be executed when the if condition is not met.'
|
||||
else_desc: 'Used to define the logic that should be executed when the if condition is not met.',
|
||||
unset: 'Condition Not Set',
|
||||
set: 'Set',
|
||||
},
|
||||
'http-request': {
|
||||
auth: 'Authentication',
|
||||
@@ -2151,7 +2143,9 @@ Memory Bear: After the rebellion, regional warlordism intensified for several re
|
||||
categories: 'Categories',
|
||||
user_supplement_prompt: 'Instruction',
|
||||
class_name: 'Classification',
|
||||
addClassName: 'Add Classification'
|
||||
addClassName: 'Add Classification',
|
||||
unset: 'Classification Not Set',
|
||||
set: 'Set',
|
||||
},
|
||||
loop: {
|
||||
cycle_vars: 'Loop Variables',
|
||||
@@ -2640,8 +2634,11 @@ Memory Bear: After the rebellion, regional warlordism intensified for several re
|
||||
file: 'Import File',
|
||||
},
|
||||
prompt: {
|
||||
promptDesc: 'Input your original prompt, and AI will help you refine it into a more professional version',
|
||||
chatTitle: 'Multi-turn dialogue',
|
||||
editor: 'Prompt Generator',
|
||||
history: 'My History',
|
||||
historyDesc: 'View and manage your prompt optimization history',
|
||||
historySearchPlaceholder: 'Search by name',
|
||||
model: 'Model',
|
||||
you: 'You',
|
||||
|
||||
@@ -115,6 +115,10 @@ export const zh = {
|
||||
ontology: '本体工程',
|
||||
prompt: '提示词工程',
|
||||
skills: '技能库',
|
||||
workbench: '工作台',
|
||||
memoryRelated: '记忆相关',
|
||||
advancedSettings: '高级设置',
|
||||
promptHistory: '我的历史',
|
||||
},
|
||||
knowledgeBase: {
|
||||
home: '首页',
|
||||
@@ -427,7 +431,7 @@ export const zh = {
|
||||
}
|
||||
},
|
||||
application: {
|
||||
searchPlaceholder: '搜索应用或集群',
|
||||
searchPlaceholder: '搜索应用',
|
||||
createApplication: '创建应用',
|
||||
type: '类型',
|
||||
source: '来源',
|
||||
@@ -438,6 +442,7 @@ export const zh = {
|
||||
applicationName: '应用名称',
|
||||
applicationIcon: '应用图标',
|
||||
applicationType: '应用类型',
|
||||
allType: '全部类型',
|
||||
|
||||
agent: 'Agent',
|
||||
agentDesc: '创建单个智能代理',
|
||||
@@ -502,6 +507,7 @@ export const zh = {
|
||||
dialogueHistoricalMemory: '对话历史记忆',
|
||||
dialogueHistoricalMemoryDesc: '激活后,可以选择记忆管理中的记忆内容',
|
||||
toolConfiguration: '工具配置',
|
||||
toolManagement: '工具管理',
|
||||
webSearch: '网络搜索',
|
||||
webSearchDesc: '允许Agent访问互联网进行实时搜索',
|
||||
codeExecutor: '代码执行器',
|
||||
@@ -511,8 +517,8 @@ export const zh = {
|
||||
variableConfiguration: '变量配置',
|
||||
selectMemoryContent: '选择记忆内容',
|
||||
selectMemoryContentDesc: '从记忆管理中选择要在对话中使用的记忆内容',
|
||||
VariableManagement: '变量管理',
|
||||
VariableManagementDesc: '配置Agent可用的变量',
|
||||
variableManagement: '变量管理',
|
||||
variableManagementDesc: '配置Agent可用的变量',
|
||||
addVariables: '添加变量',
|
||||
variablesEmpty: '目前没有可用的变量',
|
||||
debuggingEmpty: '目前没有可用的调试模型',
|
||||
@@ -557,7 +563,7 @@ export const zh = {
|
||||
VersionInformation: '版本信息',
|
||||
publishedOn: '发布于',
|
||||
publisher: '发布者',
|
||||
DetailsOfVersion: '{{version}}版本详情',
|
||||
detailsOfVersion: '{{version}} 版本详情',
|
||||
exportDSLFile: '导出DSL文件',
|
||||
willRollToThisVersion: '将回滚到此版本',
|
||||
share: '分享',
|
||||
@@ -755,6 +761,7 @@ export const zh = {
|
||||
gotoDetail: '查看详情',
|
||||
dify: 'Dify',
|
||||
pleaseUploadFile: '请上传工作流文件',
|
||||
promptOptimizationEmpty: '对话优化提示词将显示在这里',
|
||||
},
|
||||
table: {
|
||||
totalRecords: '共 {{total}} 条记录'
|
||||
@@ -828,19 +835,14 @@ export const zh = {
|
||||
|
||||
extractMemoryContent: '提取记忆内容',
|
||||
createNewMemorySummary: '创建新记忆条目',
|
||||
|
||||
createNewApplication: '创建新应用',
|
||||
createNewApplicationDesc: '零代码拖拽3分钟创应用',
|
||||
|
||||
createNewApplicationDesc: '零代码,3 分钟搭建应用',
|
||||
createNewKnowledge: '创建知识库',
|
||||
createNewKnowledgeDesc: '秒变可搜索的专属知识库',
|
||||
|
||||
createNewKnowledgeDesc: '秒级生成可搜索知识库',
|
||||
memoryConversation: '记忆对话',
|
||||
memoryConversationDesc: '让AI越用越懂你',
|
||||
memoryConversationDesc: '越用越懂你的 AI',
|
||||
helpCenter: '帮助中心',
|
||||
helpCenterDesc: '一站式解决疑问快速上手',
|
||||
memorySummary: '查看记忆摘要',
|
||||
memorySummaryDesc: '查看记忆摘要报告',
|
||||
helpCenterDesc: '一站式上手与支持',
|
||||
|
||||
activityEmpty: '目前没有记忆活动',
|
||||
tagEmpty: '目前没有标签记录~',
|
||||
@@ -857,7 +859,12 @@ export const zh = {
|
||||
dialogue: '对话',
|
||||
chunk: '分块',
|
||||
statement: '语句',
|
||||
entity: '实体'
|
||||
entity: '实体',
|
||||
|
||||
apiCallTrends: 'Api调用趋势',
|
||||
total_calls: 'Api 总调用量',
|
||||
app_calls: '应用Api调用量',
|
||||
service_calls: '服务Api调用量',
|
||||
},
|
||||
header: {
|
||||
userInfo: '用户信息',
|
||||
@@ -1966,10 +1973,7 @@ export const zh = {
|
||||
answer: '回复(Answer)',
|
||||
aiAndCognitiveProcessing: 'AI与认知处理',
|
||||
llm: '大语言模型 (LLM)',
|
||||
model_selection: '多模型选择',
|
||||
model_voting: '多模型投票',
|
||||
'knowledge-retrieval': '知识检索 (RAG)',
|
||||
classification: '智能分类',
|
||||
'parameter-extractor': '参数提取',
|
||||
flowControl: '流程控制',
|
||||
'if-else': '条件分支',
|
||||
@@ -1979,7 +1983,6 @@ export const zh = {
|
||||
'cycle-start': '',
|
||||
break: '退出循环',
|
||||
assigner: '变量赋值',
|
||||
parallel: '并行执行',
|
||||
'var-aggregator': '变量聚合器',
|
||||
externalInteraction: '外部交互',
|
||||
"http-request": 'HTTP请求',
|
||||
@@ -1989,20 +1992,6 @@ export const zh = {
|
||||
cognitiveUpgrading: '认知升级(创新)',
|
||||
'memory-read': '记忆提取',
|
||||
'memory-write': '记忆储存',
|
||||
task_planning: '任务规划',
|
||||
reasoning_control: '推理控制',
|
||||
self_reflection: '自我反思',
|
||||
memory_enhancement: '记忆增强',
|
||||
agentCollaborationNode: 'Agent 协作节点',
|
||||
agent_scheduling: 'Agent 调度',
|
||||
agent_collaboration: 'Agent 协同',
|
||||
agent_arbitration: 'Agent 仲裁',
|
||||
safetyAndCompliance: '安全与合规',
|
||||
sensitive_detection: '敏感识别',
|
||||
output_audit: '输出审计',
|
||||
evolutionAndGovernance: '演化与治理',
|
||||
self_optimization: '自我优化',
|
||||
process_evolution: '流程演化',
|
||||
unknown: '未知节点',
|
||||
|
||||
clickToConfigure: '点击配置节点参数',
|
||||
@@ -2025,6 +2014,7 @@ export const zh = {
|
||||
inner: '内置',
|
||||
messagesPlaceholder: '在此处编写提示,输入“{”插入变量,输入“insert”插入',
|
||||
vision: '视觉',
|
||||
parameterSettings: '参数设置',
|
||||
},
|
||||
start: {
|
||||
variables: '输入字段',
|
||||
@@ -2111,7 +2101,9 @@ export const zh = {
|
||||
"eq": '是',
|
||||
"ne": '不是',
|
||||
},
|
||||
else_desc: '用于定义当 if 条件不满足时应执行的逻辑。'
|
||||
else_desc: '用于定义当 if 条件不满足时应执行的逻辑。',
|
||||
unset: '条件未设置',
|
||||
set: '已设置',
|
||||
},
|
||||
'http-request': {
|
||||
auth: '鉴权',
|
||||
@@ -2147,7 +2139,9 @@ export const zh = {
|
||||
categories: '分类',
|
||||
user_supplement_prompt: '指令',
|
||||
class_name: '分类',
|
||||
addClassName: '添加分类'
|
||||
addClassName: '添加分类',
|
||||
unset: '分类未设置',
|
||||
set: '已设置',
|
||||
},
|
||||
loop: {
|
||||
cycle_vars: '循环变量',
|
||||
@@ -2640,8 +2634,10 @@ export const zh = {
|
||||
file: '导入文件',
|
||||
},
|
||||
prompt: {
|
||||
promptDesc: 'Input your original prompt, and AI will help you refine it into a more professional version',
|
||||
editor: '提示词生成器',
|
||||
history: '我的历史',
|
||||
historyDesc: 'View and manage your prompt optimization history',
|
||||
historySearchPlaceholder: '按名称搜索',
|
||||
model: '模型',
|
||||
you: '你',
|
||||
|
||||
Reference in New Issue
Block a user