AIdeaText commited on
Commit
fa0ae89
verified
1 Parent(s): d5fc00a

Update translations/es.py

Browse files
Files changed (1) hide show
  1. translations/es.py +1 -9
translations/es.py CHANGED
@@ -355,13 +355,6 @@ TEXT_TYPES = {
355
  # Configuraci贸n del modelo de lenguaje para espa帽ol
356
  NLP_MODEL = 'es_core_news_lg'
357
 
358
- GRAPH_LABELS = {
359
- 'concept_network': "Relaciones entre los conceptos clave",
360
- 'concept_centrality': "Centralidad de los conceptos clave",
361
- 'entity_relations': "Relaciones entre Entidades",
362
- 'topic_relations': "Relaciones entre Temas"
363
- }
364
-
365
  # Esta l铆nea es crucial:
366
  TRANSLATIONS = {
367
  'COMMON': COMMON,
@@ -373,6 +366,5 @@ TRANSLATIONS = {
373
  'FEEDBACK': FEEDBACK,
374
  'TEXT_TYPES': TEXT_TYPES,
375
  'CURRENT_SITUATION': CURRENT_SITUATION,
376
- 'NLP_MODEL': NLP_MODEL,
377
- 'GRAPH_LABELS': GRAPH_LABELS
378
  }
 
355
  # Configuraci贸n del modelo de lenguaje para espa帽ol
356
  NLP_MODEL = 'es_core_news_lg'
357
 
 
 
 
 
 
 
 
358
  # Esta l铆nea es crucial:
359
  TRANSLATIONS = {
360
  'COMMON': COMMON,
 
366
  'FEEDBACK': FEEDBACK,
367
  'TEXT_TYPES': TEXT_TYPES,
368
  'CURRENT_SITUATION': CURRENT_SITUATION,
369
+ 'NLP_MODEL': NLP_MODEL
 
370
  }