Update translations/en.py
Browse files- translations/en.py +4 -0
translations/en.py
CHANGED
@@ -2,6 +2,10 @@
|
|
2 |
|
3 |
COMMON = {
|
4 |
# A
|
|
|
|
|
|
|
|
|
5 |
'analysis_completed': "Analysis completed",
|
6 |
'analysis_section': "Semantic Analysis",
|
7 |
'analyze_document': 'Analyze document',
|
|
|
2 |
|
3 |
COMMON = {
|
4 |
# A
|
5 |
+
'initial_instruction': "To start a new semantic analysis, upload a new text file (.txt)",
|
6 |
+
'analysis_complete': "Analysis complete and saved. To perform a new analysis, upload another file.",
|
7 |
+
'current_analysis_message': "Showing analysis of file: {}. To perform a new analysis, please upload another file.",
|
8 |
+
'upload_prompt': "Attach a file to start the analysis",
|
9 |
'analysis_completed': "Analysis completed",
|
10 |
'analysis_section': "Semantic Analysis",
|
11 |
'analyze_document': 'Analyze document',
|