feat(web): add Ontology menu
This commit is contained in:
@@ -112,7 +112,8 @@ export const en = {
|
||||
pricing: 'Pricing Management',
|
||||
orderPayment: 'Order Payment',
|
||||
orderHistory: 'Order History',
|
||||
spaceConfig: 'Space Configuration'
|
||||
spaceConfig: 'Space Configuration',
|
||||
ontology: 'Ontology Engineering',
|
||||
},
|
||||
dashboard: {
|
||||
total_models: 'Available Models',
|
||||
@@ -807,7 +808,8 @@ export const en = {
|
||||
inactive: 'Inactive',
|
||||
configurationName: 'Configuration Name',
|
||||
emotionEngine: 'Emotion Engine',
|
||||
reflectionEngine: 'Self-Reflection Engine'
|
||||
reflectionEngine: 'Self-Reflection Engine',
|
||||
scene_id: 'Ontology Scenario',
|
||||
},
|
||||
member: {
|
||||
username: 'Username',
|
||||
@@ -2355,6 +2357,34 @@ Memory Bear: After the rebellion, regional warlordism intensified for several re
|
||||
question: 'Lessons Learned',
|
||||
summary: 'Core Insights',
|
||||
none: 'None'
|
||||
}
|
||||
},
|
||||
ontology: {
|
||||
searchPlaceholder: 'Search scenarios',
|
||||
create: 'Create Project',
|
||||
edit: 'Edit Project',
|
||||
scene_name: 'Scenario Name',
|
||||
scene_description: 'Scenario Description',
|
||||
descriptionPlaceholder: 'Describe the purpose of this scenario and the entity types to extract',
|
||||
typeCount: 'types',
|
||||
created_at: 'Created At',
|
||||
updated_at: 'Updated At',
|
||||
entityTypes: 'Entity Types',
|
||||
|
||||
addClass: 'Add Type',
|
||||
class_name: 'Type Name',
|
||||
class_description: 'Type Definition',
|
||||
classDescriptionPlaceholder: 'Describe the meaning and purpose of this type',
|
||||
|
||||
llm_id: 'Select Model',
|
||||
scenario: 'Scenario Description',
|
||||
scenarioPlaceholder: 'Please describe your business requirements',
|
||||
run: 'Inference',
|
||||
loadingConfirm: 'Inferring',
|
||||
extractConfirm: 'Add Selected Types',
|
||||
classType: 'Project Type',
|
||||
extract: 'Project Inference',
|
||||
source: 'Not Added',
|
||||
target: 'Added',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user