Update translations/en.py
Browse files- translations/en.py +21 -30
translations/en.py
CHANGED
@@ -54,37 +54,28 @@ TABS = {
|
|
54 |
}
|
55 |
|
56 |
CURRENT_SITUATION = {
|
57 |
-
|
58 |
-
'
|
59 |
-
|
60 |
-
'
|
61 |
-
'
|
62 |
-
'help': "We will analyze your text to know its current status", # <-- Añadir esta línea
|
63 |
-
|
64 |
-
# Radio buttons para tipo de texto
|
65 |
-
'text_type_header': "Text type",
|
66 |
-
'text_type_help': "Select the type of text to adjust the evaluation criteria",
|
67 |
-
|
68 |
-
# Métricas
|
69 |
-
'vocabulary_label': "Vocabulary",
|
70 |
-
'vocabulary_help': "Richness and variety of vocabulary",
|
71 |
-
'structure_label': "Structure",
|
72 |
-
'structure_help': "Organization and complexity of sentences",
|
73 |
-
'cohesion_label': "Cohesion",
|
74 |
-
'cohesion_help': "Connection and fluidity between ideas",
|
75 |
-
'clarity_label': "Clarity",
|
76 |
-
'clarity_help': "Ease of understanding the text",
|
77 |
-
|
78 |
-
# Estados de métricas
|
79 |
-
'metric_improvement': "⚠️ Needs improvement",
|
80 |
-
'metric_acceptable': "📈 Acceptable",
|
81 |
-
'metric_optimal': "✅ Optimal",
|
82 |
-
'metric_target': "Goal: {:.2f}",
|
83 |
|
84 |
-
#
|
85 |
-
'
|
86 |
-
'
|
87 |
-
'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
88 |
}
|
89 |
|
90 |
MORPHOSYNTACTIC = {
|
|
|
54 |
}
|
55 |
|
56 |
CURRENT_SITUATION = {
|
57 |
+
# A
|
58 |
+
'arc_diagram': "Syntactic analysis: Arc diagram",
|
59 |
+
# B
|
60 |
+
'tab_text_baseline': "Enter the first version of your text",
|
61 |
+
'tab_iterations': "Produce new versions of your first text",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
|
63 |
+
# Tab 1 baseline text
|
64 |
+
'btn_new_morpho_analysis': "New morphosyntactic analysis",
|
65 |
+
'btn_analyze_baseline': "Analyze the first version of your text",
|
66 |
+
'input_baseline_text': "Enter the first text to analyze it",
|
67 |
+
'warn_enter_text': "Enter a first text to analyze it",
|
68 |
+
'error_processing_baseline': "Error processing the initial text",
|
69 |
+
'arc_diagram_baseline_label': "Arc diagram of the initial text",
|
70 |
+
'baseline_diagram_not_available': "Arc diagram of the initial text not available",
|
71 |
+
# Tab 2 Text Iteration
|
72 |
+
'info_first_analyze_base': "Verify the existence of the initial text",
|
73 |
+
'iteration_text_subheader': "New version of the initial text",
|
74 |
+
'input_iteration_text': "Enter a new version of the initial text and compare the arcs of both texts",
|
75 |
+
'btn_analyze_iteration': "Analyze Changes",
|
76 |
+
'warn_enter_iteration_text': "Enter a new version of the initial text and compare the arcs of both texts",
|
77 |
+
'iteration_saved': "Changes saved successfully",
|
78 |
+
'error_iteration': "Error processing the new changes"
|
79 |
}
|
80 |
|
81 |
MORPHOSYNTACTIC = {
|