Spaces:
Sleeping
Sleeping
Update translations/en.py
Browse files- translations/en.py +6 -1
translations/en.py
CHANGED
@@ -148,6 +148,11 @@ SEMANTIC = {
|
|
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",
|
@@ -161,7 +166,7 @@ SEMANTIC = {
|
|
161 |
'semantic_analyze_button': 'Semantic Analysis',
|
162 |
'semantic_export_button': 'Export Semantic Analysis',
|
163 |
'semantic_new_button': 'New Semantic Analysis',
|
164 |
-
|
165 |
# T
|
166 |
'text_input_label': "Enter a text to analyze (max. 5,000 words):",
|
167 |
'text_input_placeholder': "The purpose of this application is to improve your writing skills...",
|
|
|
148 |
|
149 |
################---Semantic-Interface---###############################
|
150 |
'semantic_initial_instruction': "To start a new semantic analysis, upload a new text file (.txt)",
|
151 |
+
'semantic_file_uploader': 'Upload a text file for semantic analysis',
|
152 |
+
|
153 |
+
|
154 |
+
|
155 |
+
|
156 |
'semantic_graph_interpretation': "Semantic Graph Interpretation",
|
157 |
'semantic_arrow_meaning': "Arrows indicate the direction of the relationship between concepts",
|
158 |
'semantic_color_meaning': "More intense colors indicate more central concepts in the text",
|
|
|
166 |
'semantic_analyze_button': 'Semantic Analysis',
|
167 |
'semantic_export_button': 'Export Semantic Analysis',
|
168 |
'semantic_new_button': 'New Semantic Analysis',
|
169 |
+
|
170 |
# T
|
171 |
'text_input_label': "Enter a text to analyze (max. 5,000 words):",
|
172 |
'text_input_placeholder': "The purpose of this application is to improve your writing skills...",
|