Update translations/en.py
Browse files- translations/en.py +8 -53
translations/en.py
CHANGED
@@ -180,59 +180,14 @@ DISCOURSE = {
|
|
180 |
}
|
181 |
|
182 |
ACTIVITIES = {
|
183 |
-
'
|
184 |
-
|
185 |
-
'
|
186 |
-
'
|
187 |
-
'
|
188 |
-
'
|
189 |
-
#
|
190 |
-
'
|
191 |
-
#
|
192 |
-
'analysis_types_chart_title': "Types of analyses performed",
|
193 |
-
'analysis_types_chart_x': "Analysis type",
|
194 |
-
'analysis_types_chart_y': "Count",
|
195 |
-
'analysis_from': "Analysis from",
|
196 |
-
'assistant': "Assistant",
|
197 |
-
'activities_summary': "Activities and Progress Summary",
|
198 |
-
|
199 |
-
'chat_history_expander': "Chat History",
|
200 |
-
'chat_from': "Chat from",
|
201 |
-
'combined_graph': "Combined Graph",
|
202 |
-
'conceptual_relations_graph': "Conceptual Relations Graph",
|
203 |
-
'conversation': "Conversation",
|
204 |
-
|
205 |
-
'discourse_analyses_expander': "Discourse Analyses History",
|
206 |
-
'discourse_analyses': "Discourse Analyses",
|
207 |
-
'discourse_history': "Discourse Analysis History",
|
208 |
-
'document': "Document",
|
209 |
-
'data_load_error': "Error loading student data",
|
210 |
-
'graph_display_error': "Could not display the graph",
|
211 |
-
'graph_doc1': "Graph document 1",
|
212 |
-
'graph_doc2': "Graph document 2",
|
213 |
-
'key_concepts': "Key concepts",
|
214 |
-
'loading_data': "Loading student data...",
|
215 |
-
|
216 |
-
'morphological_analysis': "Morphological Analysis",
|
217 |
-
'morphosyntax_analyses_expander': "Morphosyntactic Analyses History",
|
218 |
-
'morphosyntax_history': "Morphosyntactic Analysis History",
|
219 |
-
|
220 |
-
'no_arc_diagram': "No arc diagram found for this analysis.",
|
221 |
-
'no_chat_history': "No conversations with the ChatBot were found.",
|
222 |
-
'no_data_warning': "No analysis data found for this student.",
|
223 |
-
|
224 |
-
'progress_of': "Progress of",
|
225 |
-
'semantic_analyses': "Semantic Analyses",
|
226 |
-
'semantic_analyses_expander': "Semantic Analyses History",
|
227 |
-
'semantic_history': "Semantic Analysis History",
|
228 |
-
'show_debug_data': "Show debug data",
|
229 |
-
'student_debug_data': "Student data (for debugging):",
|
230 |
-
'summary_title': "Activities Summary",
|
231 |
-
'title': "Activities",
|
232 |
-
'timestamp': "Timestamp",
|
233 |
-
'total_analyses': "Total analyses performed:",
|
234 |
-
'try_analysis': "Try performing some text analyses first.",
|
235 |
-
'user': "User"
|
236 |
}
|
237 |
|
238 |
FEEDBACK = {
|
|
|
180 |
}
|
181 |
|
182 |
ACTIVITIES = {
|
183 |
+
'current_situation_tab': "Current situation",
|
184 |
+
'morpho_tab': "Morphosyntactic analysis",
|
185 |
+
'semantic_live_tab': "Semantic live",
|
186 |
+
'semantic_tab': "Semantic analysis",
|
187 |
+
'discourse_live_tab': "Discourse live",
|
188 |
+
'discourse_tab': "Text comparison analysis", # Cambiado de "Discourse analysis"
|
189 |
+
'activities_tab': "My activities record", # Cambiado de "My activities"
|
190 |
+
'feedback_tab': "Feedback form"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
191 |
}
|
192 |
|
193 |
FEEDBACK = {
|