AIdeaText commited on
Commit
55a83aa
·
verified ·
1 Parent(s): 9cea148

Update translations/fr.py

Browse files
Files changed (1) hide show
  1. translations/fr.py +9 -1
translations/fr.py CHANGED
@@ -353,6 +353,13 @@ TEXT_TYPES = {
353
  # Configuration du modèle de langage pour le français
354
  NLP_MODEL = 'fr_core_news_lg'
355
 
 
 
 
 
 
 
 
356
  # Cette ligne est cruciale:
357
  TRANSLATIONS = {
358
  'COMMON': COMMON,
@@ -364,5 +371,6 @@ TRANSLATIONS = {
364
  'FEEDBACK': FEEDBACK,
365
  'TEXT_TYPES': TEXT_TYPES,
366
  'CURRENT_SITUATION': CURRENT_SITUATION,
367
- 'NLP_MODEL': NLP_MODEL
 
368
  }
 
353
  # Configuration du modèle de langage pour le français
354
  NLP_MODEL = 'fr_core_news_lg'
355
 
356
+ GRAPH_LABELS = {
357
+ 'concept_network': "Réseau de concepts liés",
358
+ 'concept_centrality': "Centralité du concept",
359
+ 'entity_relations': "Relations entre Entités",
360
+ 'topic_relations': "Relations entre Thèmes"
361
+ }
362
+
363
  # Cette ligne est cruciale:
364
  TRANSLATIONS = {
365
  'COMMON': COMMON,
 
371
  'FEEDBACK': FEEDBACK,
372
  'TEXT_TYPES': TEXT_TYPES,
373
  'CURRENT_SITUATION': CURRENT_SITUATION,
374
+ 'NLP_MODEL': NLP_MODEL,
375
+ 'GRAPH_LABELS': GRAPH_LABELS
376
  }