AIdeaText commited on
Commit
f67c966
·
verified ·
1 Parent(s): b0e4f94

Update translations/en.py

Browse files
Files changed (1) hide show
  1. translations/en.py +14 -0
translations/en.py CHANGED
@@ -180,17 +180,28 @@ DISCOURSE = {
180
  }
181
 
182
  ACTIVITIES = {
 
 
 
 
 
 
 
 
 
183
  'analysis_types_chart_title': "Types of analyses performed",
184
  'analysis_types_chart_x': "Analysis type",
185
  'analysis_types_chart_y': "Count",
186
  'analysis_from': "Analysis from",
187
  'assistant': "Assistant",
188
  'activities_summary': "Activities and Progress Summary",
 
189
  'chat_history_expander': "Chat History",
190
  'chat_from': "Chat from",
191
  'combined_graph': "Combined Graph",
192
  'conceptual_relations_graph': "Conceptual Relations Graph",
193
  'conversation': "Conversation",
 
194
  'discourse_analyses_expander': "Discourse Analyses History",
195
  'discourse_analyses': "Discourse Analyses",
196
  'discourse_history': "Discourse Analysis History",
@@ -201,12 +212,15 @@ ACTIVITIES = {
201
  'graph_doc2': "Graph document 2",
202
  'key_concepts': "Key concepts",
203
  'loading_data': "Loading student data...",
 
204
  'morphological_analysis': "Morphological Analysis",
205
  'morphosyntax_analyses_expander': "Morphosyntactic Analyses History",
206
  'morphosyntax_history': "Morphosyntactic Analysis History",
 
207
  'no_arc_diagram': "No arc diagram found for this analysis.",
208
  'no_chat_history': "No conversations with the ChatBot were found.",
209
  'no_data_warning': "No analysis data found for this student.",
 
210
  'progress_of': "Progress of",
211
  'semantic_analyses': "Semantic Analyses",
212
  'semantic_analyses_expander': "Semantic Analyses History",
 
180
  }
181
 
182
  ACTIVITIES = {
183
+ 'record_activities_title': "Records of the Current Situation of my texts",
184
+ ###
185
+ 'record_morpho_activities': "Records of Morphosyntactic Text Analysis",
186
+ 'record_semantic_activities': "Records of Semantic Text Analysis",
187
+ 'record_discourse_activities': "Records of Comparative Text Analysis",
188
+ 'record_chat_activities': "Records of interactions with the Virtual Assistant",
189
+ #
190
+ 'error_loading_record_activities': "Error loading activity records",
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",
 
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",