Update translations/en.py
Browse files- translations/en.py +85 -5
translations/en.py
CHANGED
|
@@ -181,14 +181,94 @@ DISCOURSE = {
|
|
| 181 |
}
|
| 182 |
|
| 183 |
ACTIVITIES = {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 184 |
'current_situation_tab': "Current situation",
|
| 185 |
'morpho_tab': "Morphosyntactic analysis",
|
| 186 |
-
'semantic_live_tab': "Semantic live",
|
| 187 |
'semantic_tab': "Semantic analysis",
|
| 188 |
-
'
|
| 189 |
-
'
|
| 190 |
-
'
|
| 191 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 192 |
}
|
| 193 |
|
| 194 |
FEEDBACK = {
|
|
|
|
| 181 |
}
|
| 182 |
|
| 183 |
ACTIVITIES = {
|
| 184 |
+
# Nuevas etiquetas actualizadas
|
| 185 |
+
'current_situation_activities': "Records of function: My Current Situation",
|
| 186 |
+
'morpho_activities': "Records of my morphosyntactic analyses",
|
| 187 |
+
'semantic_activities': "Records of my semantic analyses",
|
| 188 |
+
'discourse_activities': "Records of my text comparison analyses",
|
| 189 |
+
'chat_activities': "Records of my conversations with the virtual tutor",
|
| 190 |
+
|
| 191 |
+
# Mantener otras claves existentes
|
| 192 |
'current_situation_tab': "Current situation",
|
| 193 |
'morpho_tab': "Morphosyntactic analysis",
|
|
|
|
| 194 |
'semantic_tab': "Semantic analysis",
|
| 195 |
+
'discourse_tab': "Text comparison analysis",
|
| 196 |
+
'activities_tab': "My activities record",
|
| 197 |
+
'feedback_tab': "Feedback form",
|
| 198 |
+
|
| 199 |
+
# Resto de las claves que est茅n en el diccionario ACTIVITIES
|
| 200 |
+
'analysis_types_chart_title': "Types of analyses performed",
|
| 201 |
+
'analysis_types_chart_x': "Analysis type",
|
| 202 |
+
'analysis_types_chart_y': "Count",
|
| 203 |
+
'analysis_from': "Analysis from",
|
| 204 |
+
'assistant': "Assistant",
|
| 205 |
+
'activities_summary': "Activities and Progress Summary",
|
| 206 |
+
'chat_history_expander': "Chat History",
|
| 207 |
+
'chat_from': "Chat from",
|
| 208 |
+
'combined_graph': "Combined Graph",
|
| 209 |
+
'conceptual_relations_graph': "Conceptual Relations Graph",
|
| 210 |
+
'conversation': "Conversation",
|
| 211 |
+
'discourse_analyses_expander': "Text Comparison Analyses History", # Actualizado
|
| 212 |
+
'discourse_analyses': "Text Comparison Analyses", # Actualizado
|
| 213 |
+
'discourse_history': "Text Comparison Analysis History", # Actualizado
|
| 214 |
+
'document': "Document",
|
| 215 |
+
'data_load_error': "Error loading student data",
|
| 216 |
+
'graph_display_error': "Could not display the graph",
|
| 217 |
+
'graph_doc1': "Graph document 1",
|
| 218 |
+
'graph_doc2': "Graph document 2",
|
| 219 |
+
'key_concepts': "Key concepts",
|
| 220 |
+
'loading_data': "Loading student data...",
|
| 221 |
+
'morphological_analysis': "Morphological Analysis",
|
| 222 |
+
'morphosyntax_analyses_expander': "Morphosyntactic Analyses History",
|
| 223 |
+
'morphosyntax_history': "Morphosyntactic Analysis History",
|
| 224 |
+
'no_arc_diagram': "No arc diagram found for this analysis.",
|
| 225 |
+
'no_chat_history': "No conversations with the Virtual Tutor were found.", # Actualizado
|
| 226 |
+
'no_data_warning': "No analysis data found for this student.",
|
| 227 |
+
'progress_of': "Progress of",
|
| 228 |
+
'semantic_analyses': "Semantic Analyses",
|
| 229 |
+
'semantic_analyses_expander': "Semantic Analyses History",
|
| 230 |
+
'semantic_history': "Semantic Analysis History",
|
| 231 |
+
'show_debug_data': "Show debug data",
|
| 232 |
+
'student_debug_data': "Student data (for debugging):",
|
| 233 |
+
'summary_title': "Activities Summary",
|
| 234 |
+
'title': "My Activities Record", # Actualizado
|
| 235 |
+
'timestamp': "Timestamp",
|
| 236 |
+
'total_analyses': "Total analyses performed:",
|
| 237 |
+
'try_analysis': "Try performing some text analyses first.",
|
| 238 |
+
'user': "User",
|
| 239 |
+
|
| 240 |
+
# Nuevas traducciones espec铆ficas para la secci贸n de actividades
|
| 241 |
+
'diagnosis_tab': "Diagnosis",
|
| 242 |
+
'recommendations_tab': "Recommendations",
|
| 243 |
+
'key_metrics': "Key metrics",
|
| 244 |
+
'details': "Details",
|
| 245 |
+
'analyzed_text': "Analyzed text",
|
| 246 |
+
'analysis_date': "Date",
|
| 247 |
+
'academic_article': "Academic article",
|
| 248 |
+
'student_essay': "Student essay",
|
| 249 |
+
'general_communication': "General communication",
|
| 250 |
+
'no_diagnosis': "No diagnosis data available",
|
| 251 |
+
'no_recommendations': "No recommendations available",
|
| 252 |
+
'error_current_situation': "Error displaying current situation analysis",
|
| 253 |
+
'no_current_situation': "No current situation analyses recorded",
|
| 254 |
+
'no_morpho_analyses': "No morphosyntactic analyses recorded",
|
| 255 |
+
'error_morpho': "Error displaying morphosyntactic analysis",
|
| 256 |
+
'no_semantic_analyses': "No semantic analyses recorded",
|
| 257 |
+
'error_semantic': "Error displaying semantic analysis",
|
| 258 |
+
'no_discourse_analyses': "No text comparison analyses recorded", # Actualizado
|
| 259 |
+
'error_discourse': "Error displaying text comparison analysis", # Actualizado
|
| 260 |
+
'no_chat_history': "No conversation records with the virtual tutor", # Actualizado
|
| 261 |
+
'error_chat': "Error displaying conversation records", # Actualizado
|
| 262 |
+
'error_loading_activities': "Error loading activities",
|
| 263 |
+
'chat_date': "Conversation date",
|
| 264 |
+
'invalid_chat_format': "Invalid chat format",
|
| 265 |
+
'comparison_results': "Comparison results",
|
| 266 |
+
'concepts_text_1': "Concepts Text 1",
|
| 267 |
+
'concepts_text_2': "Concepts Text 2",
|
| 268 |
+
'no_visualization': "No comparative visualization available",
|
| 269 |
+
'no_graph': "No visualization available",
|
| 270 |
+
'error_loading_graph': "Error loading graph",
|
| 271 |
+
'syntactic_diagrams': "Syntactic diagrams"
|
| 272 |
}
|
| 273 |
|
| 274 |
FEEDBACK = {
|