Update translations/en.py
Browse files- 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 |
-
#
|
95 |
-
'
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
'
|
101 |
-
'
|
102 |
-
|
103 |
-
'
|
104 |
-
|
105 |
-
'
|
106 |
-
|
107 |
-
#
|
108 |
-
'
|
109 |
-
|
110 |
-
'
|
111 |
-
'
|
112 |
-
|
113 |
-
'
|
114 |
-
|
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 = {
|