Update translations/en.py
Browse files- translations/en.py +4 -0
translations/en.py
CHANGED
@@ -65,6 +65,7 @@ MORPHOSYNTACTIC = {
|
|
65 |
#N
|
66 |
'no_results': "No results available. Please perform an analysis first.",
|
67 |
#M
|
|
|
68 |
'morpho_title': "AIdeaText - Morphological analysis ",
|
69 |
'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]",
|
70 |
'morpho_input_label': "Enter a text to analyze (max 30 words):",
|
@@ -140,6 +141,9 @@ SEMANTIC = {
|
|
140 |
'send_button': "Send",
|
141 |
'select_saved_file': "Select saved file",
|
142 |
'success_message': "Semantic analysis saved successfully.",
|
|
|
|
|
|
|
143 |
# T
|
144 |
'text_input_label': "Enter a text to analyze (max. 5,000 words):",
|
145 |
'text_input_placeholder': "The purpose of this application is to improve your writing skills...",
|
|
|
65 |
#N
|
66 |
'no_results': "No results available. Please perform an analysis first.",
|
67 |
#M
|
68 |
+
'morpho_analyze_button': 'Morphosyntactic Analysis',
|
69 |
'morpho_title': "AIdeaText - Morphological analysis ",
|
70 |
'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]",
|
71 |
'morpho_input_label': "Enter a text to analyze (max 30 words):",
|
|
|
141 |
'send_button': "Send",
|
142 |
'select_saved_file': "Select saved file",
|
143 |
'success_message': "Semantic analysis saved successfully.",
|
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...",
|