File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
backend/recommendation-service/resources/PowerGrid
frontend/src/entities/PowerGrid/CAB Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -61,10 +61,10 @@ def get_onto_recommendation(self, event_line):
6161 """
6262 # Default output
6363 output_json = {
64- "title" : "Parade ontologique par defaut " ,
64+ "title" : "Default Ontology Recommendation " ,
6565 "description" : (
66- "Aucune recommandation n’a pu être générée car cette surcharge "
67- "n’a jamais été observée dans le passé "
66+ "No recommendation has been found for this overload, because "
67+ "it has not been observed in the past. "
6868 ),
6969 "use_case" : "PowerGrid" ,
7070 "agent_type" : AgentType .onto .name ,
@@ -198,7 +198,7 @@ def get_onto_recommendation(self, event_line):
198198 )[0 ][0 ]
199199 output_json = {
200200 "title" : recommendation ,
201- "description" : f"Cette parade a été rencontrée { nb_similar_situations } fois dans le passé ." ,
201+ "description" : f"This pattern has been observed { nb_similar_situations } times in the past ." ,
202202 "use_case" : "PowerGrid" ,
203203 "agent_type" : AgentType .onto .name ,
204204 "actions" : [action_dict ],
Original file line number Diff line number Diff line change 1919 appStore._card = card.severity === 'INFORMATION' ? undefined : card
2020 }
2121 " >
22- <template #severity >Sûreté </template >
22+ <template #severity >Safety </template >
2323 <template #icon =" { card } " >
2424 <Zap
2525 v-if =" card.severity === 'ALARM'"
You can’t perform that action at this time.
0 commit comments