AIdeaText commited on
Commit
e4b7857
·
verified ·
1 Parent(s): e064009

Update translations/en.py

Browse files
Files changed (1) hide show
  1. translations/en.py +27 -22
translations/en.py CHANGED
@@ -54,28 +54,33 @@ TABS = {
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 = {
 
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 = {