Update translations/en.py
Browse files- translations/en.py +41 -6
translations/en.py
CHANGED
@@ -40,15 +40,50 @@ COMMON = {
|
|
40 |
'total_analyses': "Total analyses",
|
41 |
# W
|
42 |
'welcome': "Welcome to AIdeaText"
|
43 |
-
|
44 |
}
|
45 |
|
46 |
TABS = {
|
47 |
-
'
|
48 |
-
'
|
49 |
-
'
|
50 |
-
'
|
51 |
-
'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
}
|
53 |
|
54 |
MORPHOSYNTACTIC = {
|
|
|
40 |
'total_analyses': "Total analyses",
|
41 |
# W
|
42 |
'welcome': "Welcome to AIdeaText"
|
|
|
43 |
}
|
44 |
|
45 |
TABS = {
|
46 |
+
'current_situation_tab': "Current situation"
|
47 |
+
'morpho_tab': "Morphosyntactic analysis",
|
48 |
+
'semantic_live_tab: "Semantic live"
|
49 |
+
'semantic_tab': "Semantic analysis",
|
50 |
+
'discourse_live_tab: "Discourse live"
|
51 |
+
'discourse_tab': "Discourse analysis",
|
52 |
+
'activities_tab': "My activities",
|
53 |
+
'feedback_tab': "Feedback form"
|
54 |
+
}
|
55 |
+
|
56 |
+
CURRENT_SITUATION = {
|
57 |
+
'title': "My Current Situation",
|
58 |
+
'input_prompt': "Write or paste your text here:",
|
59 |
+
'analyze_button': "Analyze my writing",
|
60 |
+
'processing': "Analyzing...",
|
61 |
+
'analysis_error': "Error analyzing text",
|
62 |
+
|
63 |
+
# Radio buttons para tipo de texto
|
64 |
+
'text_type_header': "Text type",
|
65 |
+
'text_type_help': "Select the type of text to adjust the evaluation criteria",
|
66 |
+
|
67 |
+
# Métricas
|
68 |
+
'vocabulary_label': "Vocabulary",
|
69 |
+
'vocabulary_help': "Richness and variety of vocabulary",
|
70 |
+
'structure_label': "Structure",
|
71 |
+
'structure_help': "Organization and complexity of sentences",
|
72 |
+
'cohesion_label': "Cohesion",
|
73 |
+
'cohesion_help': "Connection and fluidity between ideas",
|
74 |
+
'clarity_label': "Clarity",
|
75 |
+
'clarity_help': "Ease of understanding the text",
|
76 |
+
|
77 |
+
# Estados de métricas
|
78 |
+
'metric_improvement': "⚠️ Needs improvement",
|
79 |
+
'metric_acceptable': "📈 Acceptable",
|
80 |
+
'metric_optimal': "✅ Optimal",
|
81 |
+
'metric_target': "Goal: {:.2f}",
|
82 |
+
|
83 |
+
# Errores
|
84 |
+
'error_interface': "An error occurred while loading the interface",
|
85 |
+
'error_results': "Error displaying results",
|
86 |
+
'error_chart': "Error displaying chart"
|
87 |
}
|
88 |
|
89 |
MORPHOSYNTACTIC = {
|