AIdeaText commited on
Commit
e762783
·
verified ·
1 Parent(s): 273abe1

Update translations/en.py

Browse files
Files changed (1) hide show
  1. translations/en.py +4 -1
translations/en.py CHANGED
@@ -2,7 +2,7 @@
2
 
3
  COMMON = {
4
  # A
5
- 'initial_instruction': "To start a new semantic analysis, upload a new text file (.txt)",
6
  'analysis_complete': "Analysis complete and saved. To perform a new analysis, upload another file.",
7
  'current_analysis_message': "Showing analysis of file: {}. To perform a new analysis, please upload another file.",
8
  'upload_prompt': "Attach a file to start the analysis",
@@ -145,6 +145,9 @@ SEMANTIC = {
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",
 
2
 
3
  COMMON = {
4
  # A
5
+
6
  'analysis_complete': "Analysis complete and saved. To perform a new analysis, upload another file.",
7
  'current_analysis_message': "Showing analysis of file: {}. To perform a new analysis, please upload another file.",
8
  'upload_prompt': "Attach a file to start the analysis",
 
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
+
149
+ ################---Semantic-Interface---###############################
150
+ 'semantic_initial_instruction': "To start a new semantic analysis, upload a new text file (.txt)",
151
  'semantic_graph_interpretation': "Semantic Graph Interpretation",
152
  'semantic_arrow_meaning': "Arrows indicate the direction of the relationship between concepts",
153
  'semantic_color_meaning': "More intense colors indicate more central concepts in the text",