Spaces:
Sleeping
Sleeping
Update translations/en.py
Browse files- translations/en.py +25 -22
translations/en.py
CHANGED
@@ -122,7 +122,7 @@ SEMANTIC = {
|
|
122 |
'delete_file': "Delete file",
|
123 |
'download_semantic_network_graph': "Download semantic network graph",
|
124 |
# E
|
125 |
-
|
126 |
# F
|
127 |
'file_uploader': "Or upload a text file",
|
128 |
'file_upload_success': "File uploaded and saved successfully",
|
@@ -150,10 +150,14 @@ SEMANTIC = {
|
|
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 |
'semantic_processing': "Semantic processing...",
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
|
|
|
|
|
|
|
|
|
157 |
'semantic_graph_interpretation': "Semantic Graph Interpretation",
|
158 |
'semantic_arrow_meaning': "Arrows indicate the direction of the relationship between concepts",
|
159 |
'semantic_color_meaning': "More intense colors indicate more central concepts in the text",
|
@@ -164,7 +168,6 @@ SEMANTIC = {
|
|
164 |
'send_button': "Send",
|
165 |
'select_saved_file': "Select saved file",
|
166 |
'success_message': "Semantic analysis saved successfully.",
|
167 |
-
'semantic_analyze_button': 'Semantic Analysis',
|
168 |
'semantic_export_button': 'Export Semantic Analysis',
|
169 |
'semantic_new_button': 'New Semantic Analysis',
|
170 |
|
@@ -173,7 +176,7 @@ SEMANTIC = {
|
|
173 |
'text_input_placeholder': "The purpose of this application is to improve your writing skills...",
|
174 |
'title': "AIdeaText - Semantic Analysis",
|
175 |
# U
|
176 |
-
|
177 |
# W
|
178 |
'warning_message': "Please enter a text or upload a file to analyze."
|
179 |
}
|
@@ -259,35 +262,35 @@ ACTIVITIES = {
|
|
259 |
'user': "User",
|
260 |
|
261 |
# Nuevas traducciones espec铆ficas para la secci贸n de actividades
|
262 |
-
'
|
263 |
-
'
|
264 |
-
'key_metrics': "Key metrics",
|
265 |
-
'details': "Details",
|
266 |
-
'analyzed_text': "Analyzed text",
|
267 |
-
'analysis_date': "Date",
|
268 |
-
'academic_article': "Academic article",
|
269 |
-
'student_essay': "Student essay",
|
270 |
-
'general_communication': "General communication",
|
271 |
'no_diagnosis': "No diagnosis data available",
|
272 |
'no_recommendations': "No recommendations available",
|
273 |
-
'error_current_situation': "Error displaying current situation analysis",
|
274 |
'no_current_situation': "No current situation analyses recorded",
|
275 |
'no_morpho_analyses': "No morphosyntactic analyses recorded",
|
276 |
-
'
|
|
|
277 |
'no_semantic_analyses': "No semantic analyses recorded",
|
|
|
|
|
278 |
'error_semantic': "Error displaying semantic analysis",
|
279 |
-
'no_discourse_analyses': "No text comparison analyses recorded", # Actualizado
|
280 |
'error_discourse': "Error displaying text comparison analysis", # Actualizado
|
281 |
-
'no_chat_history': "No conversation records with the virtual tutor", # Actualizado
|
282 |
'error_chat': "Error displaying conversation records", # Actualizado
|
283 |
'error_loading_activities': "Error loading activities",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
284 |
'chat_date': "Conversation date",
|
285 |
'invalid_chat_format': "Invalid chat format",
|
286 |
'comparison_results': "Comparison results",
|
287 |
'concepts_text_1': "Concepts Text 1",
|
288 |
'concepts_text_2': "Concepts Text 2",
|
289 |
-
'no_visualization': "No comparative visualization available",
|
290 |
-
'no_graph': "No visualization available",
|
291 |
'error_loading_graph': "Error loading graph",
|
292 |
'syntactic_diagrams': "Syntactic diagrams"
|
293 |
}
|
|
|
122 |
'delete_file': "Delete file",
|
123 |
'download_semantic_network_graph': "Download semantic network graph",
|
124 |
# E
|
125 |
+
|
126 |
# F
|
127 |
'file_uploader': "Or upload a text file",
|
128 |
'file_upload_success': "File uploaded and saved successfully",
|
|
|
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 |
'semantic_processing': "Semantic processing...",
|
153 |
+
'semantic_analysis_complete': "Semanctic analysis complete and saved. To perform a new analysis, upload another file.",
|
154 |
+
'semantic_error_saving_message': "There was a problem saving the semantic analysis. Please try again.",
|
155 |
+
'semantic_error_processing_message': "Error processing text for semantic analysis",
|
156 |
+
'semantic_analyze_button': 'Semantic Analysis',
|
157 |
+
'semantic_upload_file': "Upload file for start semantic analysis",
|
158 |
+
'semantic_no_results': "No semantic results available.",
|
159 |
+
'semantic_no_key_concepts': "No key semantic concepts found",
|
160 |
+
################---Semantic-Interface---###############################
|
161 |
'semantic_graph_interpretation': "Semantic Graph Interpretation",
|
162 |
'semantic_arrow_meaning': "Arrows indicate the direction of the relationship between concepts",
|
163 |
'semantic_color_meaning': "More intense colors indicate more central concepts in the text",
|
|
|
168 |
'send_button': "Send",
|
169 |
'select_saved_file': "Select saved file",
|
170 |
'success_message': "Semantic analysis saved successfully.",
|
|
|
171 |
'semantic_export_button': 'Export Semantic Analysis',
|
172 |
'semantic_new_button': 'New Semantic Analysis',
|
173 |
|
|
|
176 |
'text_input_placeholder': "The purpose of this application is to improve your writing skills...",
|
177 |
'title': "AIdeaText - Semantic Analysis",
|
178 |
# U
|
179 |
+
|
180 |
# W
|
181 |
'warning_message': "Please enter a text or upload a file to analyze."
|
182 |
}
|
|
|
262 |
'user': "User",
|
263 |
|
264 |
# Nuevas traducciones espec铆ficas para la secci贸n de actividades
|
265 |
+
'no_visualization': "No comparative visualization available",
|
266 |
+
'no_graph': "No visualization available",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
267 |
'no_diagnosis': "No diagnosis data available",
|
268 |
'no_recommendations': "No recommendations available",
|
|
|
269 |
'no_current_situation': "No current situation analyses recorded",
|
270 |
'no_morpho_analyses': "No morphosyntactic analyses recorded",
|
271 |
+
'no_discourse_analyses': "No text comparison analyses recorded", # Actualizado
|
272 |
+
'no_chat_history': "No conversation records with the virtual tutor", # Actualizado
|
273 |
'no_semantic_analyses': "No semantic analyses recorded",
|
274 |
+
'error_current_situation': "Error displaying current situation analysis",
|
275 |
+
'error_morpho': "Error displaying morphosyntactic analysis",
|
276 |
'error_semantic': "Error displaying semantic analysis",
|
|
|
277 |
'error_discourse': "Error displaying text comparison analysis", # Actualizado
|
|
|
278 |
'error_chat': "Error displaying conversation records", # Actualizado
|
279 |
'error_loading_activities': "Error loading activities",
|
280 |
+
'diagnosis_tab': "Diagnosis",
|
281 |
+
'recommendations_tab': "Recommendations",
|
282 |
+
'key_metrics': "Key metrics",
|
283 |
+
'details': "Details",
|
284 |
+
'analyzed_text': "Analyzed text",
|
285 |
+
'analysis_date': "Date",
|
286 |
+
'academic_article': "Academic article",
|
287 |
+
'student_essay': "Student essay",
|
288 |
+
'general_communication': "General communication",
|
289 |
'chat_date': "Conversation date",
|
290 |
'invalid_chat_format': "Invalid chat format",
|
291 |
'comparison_results': "Comparison results",
|
292 |
'concepts_text_1': "Concepts Text 1",
|
293 |
'concepts_text_2': "Concepts Text 2",
|
|
|
|
|
294 |
'error_loading_graph': "Error loading graph",
|
295 |
'syntactic_diagrams': "Syntactic diagrams"
|
296 |
}
|