AIdeaText commited on
Commit
345ba13
verified
1 Parent(s): 995db82

Update translations/en.py

Browse files
Files changed (1) hide show
  1. translations/en.py +21 -51
translations/en.py CHANGED
@@ -89,58 +89,28 @@ CURRENT_SITUATION = {
89
 
90
  MORPHOSYNTACTIC = {
91
  #A
92
- 'analyze_button': "Analyze text",
93
  'arc_diagram': "Syntactic analysis: Arc diagram",
94
- #C
95
- 'count': "Count",
96
- #D
97
- 'dependency': "Dependency",
98
- 'dep': "Dependency",
99
- #E
100
- 'error_message': "There was a problem saving the analysis. Please try again.",
101
- 'examples': "Examples",
102
- #G
103
- 'grammatical_category': "Grammatical category",
104
- #L
105
- 'lemma': "Lemma",
106
- 'legend': "Legend: Grammatical categories",
107
- #O
108
- 'objects': "Objects",
109
- #P
110
- 'pos_analysis': "Part of Speech Analysis",
111
- 'percentage': "Percentage",
112
- #N
113
- 'no_results': "No results available. Please perform an analysis first.",
114
- #M
115
- 'morpho_analyze_button': 'Morphosyntactic Analysis',
116
- 'morpho_title': "AIdeaText - Morphological analysis ",
117
- 'morpho_initial_message': "This is a general purpose chatbot, but it has a specific function for visual text analysis: generating arc diagrams. To produce them, enter the following command /analisis_morfosintactico [followed by brackets inside which you must place the text you want to analyze]",
118
- 'morpho_input_label': "Enter a text to analyze (max 30 words):",
119
- 'morpho_input_placeholder': "morphosyntax placeholder",
120
- 'morphosyntactic_analysis_completed': 'Morphosyntactic analysis completed. Please review the results in the following section.',
121
- 'morphological_analysis': "Morphological Analysis",
122
- 'morphology': "Morphology",
123
- 'morph': "Morphology",
124
- #R
125
- 'root': "Root",
126
- 'repeated_words': "Repeated words",
127
- #S
128
- 'sentence': "Sentence",
129
- 'success_message': "Analysis saved successfully.",
130
- 'sentence_structure': "Sentence Structure",
131
- 'subjects': "Subjects",
132
- #V
133
- 'verbs': "Verbs",
134
- #T
135
- 'title': "AIdeaText - Morphological and Syntactic Analysis",
136
- 'tag': "Tag",
137
- #W
138
- 'warning_message': "Please enter a text to analyze.",
139
- 'word': "Word",
140
- 'processing': 'Processing...',
141
- 'error_processing': 'Error processing',
142
- 'morphosyntactic_analysis_error': 'Error in morphosyntactic analysis',
143
- 'morphosyntactic_analysis_completed': 'Morphosyntactic analysis completed'
144
  }
145
 
146
  SEMANTIC = {
 
89
 
90
  MORPHOSYNTACTIC = {
91
  #A
 
92
  'arc_diagram': "Syntactic analysis: Arc diagram",
93
+ #B
94
+ 'tab_text_baseline': "Produce first text",
95
+ 'tab_iterations': "Produce new versions of the first text",
96
+
97
+ # Pesta帽a 1 texto base
98
+ 'btn_new_morpho_analysis': "New morphosyntactic analysis",
99
+ 'btn_analyze_baseline': "Analyze the entered text",
100
+ 'input_baseline_text': "Enter the first text to analyze",
101
+ 'warn_enter_text': "Please enter a text to analyze",
102
+ 'error_processing_baseline': "Error processing the initial text",
103
+ 'arc_diagram_baseline_label': "Arc diagram of the initial text",
104
+ 'baseline_diagram_not_available': "Arc diagram of the initial text not available",
105
+
106
+ # Pesta帽a 2 Iteraci贸n del texto
107
+ 'info_first_analyze_base': "Check if the initial text exists",
108
+ 'iteration_text_subheader': "New version of the initial text",
109
+ 'input_iteration_text': "Enter a new version of the initial text and compare both texts' arcs",
110
+ 'btn_analyze_iteration': "Analyze changes",
111
+ 'warn_enter_iteration_text': "Enter a new version of the initial text and compare both texts' arcs",
112
+ 'iteration_saved': "Changes saved successfully",
113
+ 'error_iteration': "Error processing the new changes",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
114
  }
115
 
116
  SEMANTIC = {