Update translations/en.py
Browse files- translations/en.py +27 -22
translations/en.py
CHANGED
@@ -54,28 +54,33 @@ TABS = {
|
|
54 |
}
|
55 |
|
56 |
CURRENT_SITUATION = {
|
57 |
-
|
58 |
-
'
|
59 |
-
|
60 |
-
'
|
61 |
-
'
|
62 |
-
|
63 |
-
#
|
64 |
-
'
|
65 |
-
'
|
66 |
-
|
67 |
-
'
|
68 |
-
'
|
69 |
-
'
|
70 |
-
'
|
71 |
-
|
72 |
-
'
|
73 |
-
'
|
74 |
-
'
|
75 |
-
|
76 |
-
'
|
77 |
-
'
|
78 |
-
'
|
|
|
|
|
|
|
|
|
|
|
79 |
}
|
80 |
|
81 |
MORPHOSYNTACTIC = {
|
|
|
54 |
}
|
55 |
|
56 |
CURRENT_SITUATION = {
|
57 |
+
'title': "My Current Situation",
|
58 |
+
'input_prompt': "Write or paste your text here:",
|
59 |
+
'first_analyze_button': "Analyze my writing",
|
60 |
+
'processing': "Analyzing...",
|
61 |
+
'analysis_error': "Error analyzing text",
|
62 |
+
'help': "We will analyze your text to determine its current status", # <-- Added this line
|
63 |
+
# Radio buttons for text type
|
64 |
+
'text_type_header': "Text type",
|
65 |
+
'text_type_help': "Select the text type to adjust evaluation criteria",
|
66 |
+
# Metrics
|
67 |
+
'vocabulary_label': "Vocabulary",
|
68 |
+
'vocabulary_help': "Richness and variety of vocabulary",
|
69 |
+
'structure_label': "Structure",
|
70 |
+
'structure_help': "Organization and complexity of sentences",
|
71 |
+
'cohesion_label': "Cohesion",
|
72 |
+
'cohesion_help': "Connection and fluidity between ideas",
|
73 |
+
'clarity_label': "Clarity",
|
74 |
+
'clarity_help': "Ease of text comprehension",
|
75 |
+
# Metric states
|
76 |
+
'metric_improvement': "⚠️ Needs improvement",
|
77 |
+
'metric_acceptable': "📈 Acceptable",
|
78 |
+
'metric_optimal': "✅ Optimal",
|
79 |
+
'metric_target': "Goal: {:.2f}",
|
80 |
+
# Errors
|
81 |
+
'error_interface': "An error occurred while loading the interface",
|
82 |
+
'error_results': "Error displaying results",
|
83 |
+
'error_chart': "Error displaying chart"
|
84 |
}
|
85 |
|
86 |
MORPHOSYNTACTIC = {
|