AIdeaText commited on
Commit
2403c36
·
verified ·
1 Parent(s): 46f94ad

Update translations/en.py

Browse files
Files changed (1) hide show
  1. translations/en.py +9 -7
translations/en.py CHANGED
@@ -2,6 +2,13 @@
2
 
3
  COMMON = {
4
  # A
 
 
 
 
 
 
 
5
  'activities_message':"Activities messages",
6
  'activities_placeholder':"Activities placeholder",
7
  'analysis_placeholder':"Analysis placeholder",
@@ -98,13 +105,7 @@ MORPHOSYNTACTIC = {
98
 
99
  SEMANTIC = {
100
  # A
101
- 'analysis_completed': "Analysis completed",
102
- 'analysis_section': "Semantic Analysis",
103
- 'analyze_document': 'Analyze document',
104
- 'analysis_saved_success': 'Analysis saved successfully',
105
- 'analysis_save_error': 'Error saving the analysis',
106
- 'analyze_button': "Analyze text",
107
- 'analyzing_doc': "Analyzing document",
108
  # C
109
  'chat_title': "Semantic Analysis Chat",
110
  'chat_placeholder': "Ask a question or use a command (/summary, /entities, /sentiment, /topics, /concept_graph, /entity_graph, /topic_graph)",
@@ -144,6 +145,7 @@ SEMANTIC = {
144
  'semantic_analyze_button': 'Semantic Analysis',
145
  'semantic_export_button': 'Export Semantic Analysis',
146
  'semantic_new_button': 'New Semantic Analysis',
 
147
  # T
148
  'text_input_label': "Enter a text to analyze (max. 5,000 words):",
149
  'text_input_placeholder': "The purpose of this application is to improve your writing skills...",
 
2
 
3
  COMMON = {
4
  # A
5
+ 'analysis_completed': "Analysis completed",
6
+ 'analysis_section': "Semantic Analysis",
7
+ 'analyze_document': 'Analyze document',
8
+ 'analysis_saved_success': 'Analysis saved successfully',
9
+ 'analysis_save_error': 'Error saving the analysis',
10
+ 'analyze_button': "Analyze text",
11
+ 'analyzing_doc': "Analyzing document",
12
  'activities_message':"Activities messages",
13
  'activities_placeholder':"Activities placeholder",
14
  'analysis_placeholder':"Analysis placeholder",
 
105
 
106
  SEMANTIC = {
107
  # A
108
+
 
 
 
 
 
 
109
  # C
110
  'chat_title': "Semantic Analysis Chat",
111
  'chat_placeholder': "Ask a question or use a command (/summary, /entities, /sentiment, /topics, /concept_graph, /entity_graph, /topic_graph)",
 
145
  'semantic_analyze_button': 'Semantic Analysis',
146
  'semantic_export_button': 'Export Semantic Analysis',
147
  'semantic_new_button': 'New Semantic Analysis',
148
+ 'semantic_file_uploader': 'Upload a text file for semantic analysis'
149
  # T
150
  'text_input_label': "Enter a text to analyze (max. 5,000 words):",
151
  'text_input_placeholder': "The purpose of this application is to improve your writing skills...",