feat(web): package menu

This commit is contained in:
zhaoying
2026-04-17 12:20:15 +08:00
parent e539b3eeb7
commit e15e32cc7b
30 changed files with 790 additions and 148 deletions

View File

@@ -15,6 +15,10 @@ export const en = {
startedDesc: 'Understand the core functions of the platform and quickly get started through graphic guidance and video tutorials. Includes a full process demonstration from creating a space to publishing an application.',
spaceTitle:'Memory Bear Intelligent Space Management Platform',
spaceSubTitle: 'Making it easier to implement intelligent models - a one-stop platform for model management, knowledge building, workflow orchestration, and spatial operations',
workspace_quota: 'Spaces',
skill_quota: 'Skills',
app_quota: 'Apps',
model_quota: 'Models',
},
version:{
releaseDate: 'Release Date',
@@ -2891,8 +2895,8 @@ Memory Bear: After the rebellion, regional warlordism intensified for several re
context_details: 'Preference Details',
supporting_evidence: 'Preference Source',
specific_examples: 'Source',
preferencesTip: 'Reminder: Click on the preferences above to view the corresponding Lenovo network',
wordEmpty: 'There is currently no Lenovo network available',
preferencesTip: 'Reminder: Click on the preferences above to view the corresponding association network',
wordEmpty: 'There is currently no association network available',
noData: 'Portrait data does not exist, please click the refresh button to initialize',
},
shortTermDetail: {
@@ -3079,6 +3083,8 @@ Memory Bear: After the rebellion, regional warlordism intensified for several re
ontology_project_quota: 'Ontology Project',
model_quota: 'Model Quota',
editPackage: 'Edit Package',
viewDetail: 'View full package details',
},
},
};

View File

@@ -15,6 +15,10 @@ export const zh = {
startedDesc: '了解该平台的核心功能,并通过图形指引和视频教程快速上手。包含从创建空间到发布应用程序的整个操作流程演示。',
spaceTitle:'记忆熊智能空间管理平台',
spaceSubTitle: '使智能模型的实施变得更加容易——一个集模型管理、知识构建、工作流程编排以及空间操作于一体的综合性平台',
workspace_quota: '空间',
skill_quota: '技能',
app_quota: '应用',
model_quota: '模型',
},
version:{
releaseDate: '发布日',
@@ -3043,6 +3047,8 @@ export const zh = {
ontology_project_quota: '本体工程',
model_quota: '可负载模型数量',
editPackage: '编辑套餐',
viewDetail: '查看完整套餐详情',
},
},
}