AIdeaText commited on
Commit
4b00cf3
·
verified ·
1 Parent(s): b86c7ed

Update translations/en.py

Browse files
Files changed (1) hide show
  1. translations/en.py +5 -1
translations/en.py CHANGED
@@ -113,7 +113,6 @@ MORPHOSYNTACTIC = {
113
 
114
  SEMANTIC = {
115
  # A
116
-
117
  # C
118
  'chat_title': "Semantic Analysis Chat",
119
  'chat_placeholder': "Ask a question or use a command (/summary, /entities, /sentiment, /topics, /concept_graph, /entity_graph, /topic_graph)",
@@ -146,6 +145,11 @@ SEMANTIC = {
146
  'no_file': "Please upload a file to start the analysis.",
147
  'no_file_selected': "Please select an archive to start the analysis.",
148
  # S
 
 
 
 
 
149
  'semantic_title': "Semantic Analysis",
150
  'semantic_initial_message': "This is a general-purpose chatbot, but it has a specific function for visual text analysis: it generates a graph with the main entities of the text. To produce it, enter a text file in txt, pdf, doc, docx or odt format and press the 'analyze file' button. After generating the graph, you can interact with the chat based on the document.",
151
  'send_button': "Send",
 
113
 
114
  SEMANTIC = {
115
  # A
 
116
  # C
117
  'chat_title': "Semantic Analysis Chat",
118
  'chat_placeholder': "Ask a question or use a command (/summary, /entities, /sentiment, /topics, /concept_graph, /entity_graph, /topic_graph)",
 
145
  'no_file': "Please upload a file to start the analysis.",
146
  'no_file_selected': "Please select an archive to start the analysis.",
147
  # S
148
+ 'semantic_graph_interpretation': "Semantic Graph Interpretation",
149
+ 'semantic_arrow_meaning': "Arrows indicate the direction of the relationship between concepts",
150
+ 'semantic_color_meaning': "More intense colors indicate more central concepts in the text",
151
+ 'semantic_size_meaning': "Node size represents concept frequency",
152
+ 'semantic_thickness_meaning': "Line thickness indicates connection strength",
153
  'semantic_title': "Semantic Analysis",
154
  'semantic_initial_message': "This is a general-purpose chatbot, but it has a specific function for visual text analysis: it generates a graph with the main entities of the text. To produce it, enter a text file in txt, pdf, doc, docx or odt format and press the 'analyze file' button. After generating the graph, you can interact with the chat based on the document.",
155
  'send_button': "Send",