Update translations/en.py
Browse files- translations/en.py +2 -1
translations/en.py
CHANGED
@@ -158,6 +158,8 @@ SEMANTIC = {
|
|
158 |
}
|
159 |
|
160 |
DISCOURSE = {
|
|
|
|
|
161 |
'discourse_title': "AIdeaText - Discourse Analysis",
|
162 |
'file_uploader1': "Upload text file 1 (Pattern)",
|
163 |
'file_uploader2': "Upload text file 2 (Comparison)",
|
@@ -176,7 +178,6 @@ DISCOURSE = {
|
|
176 |
'warning_message': "Please enter a text or upload a file to analyze.",
|
177 |
'morphosyntax_history': "Morphosyntax history",
|
178 |
'analysis_of': "Analysis of"
|
179 |
-
|
180 |
}
|
181 |
|
182 |
ACTIVITIES = {
|
|
|
158 |
}
|
159 |
|
160 |
DISCOURSE = {
|
161 |
+
'file1_label': "Pattern Document",
|
162 |
+
'file2_label': "Compared Document",
|
163 |
'discourse_title': "AIdeaText - Discourse Analysis",
|
164 |
'file_uploader1': "Upload text file 1 (Pattern)",
|
165 |
'file_uploader2': "Upload text file 2 (Comparison)",
|
|
|
178 |
'warning_message': "Please enter a text or upload a file to analyze.",
|
179 |
'morphosyntax_history': "Morphosyntax history",
|
180 |
'analysis_of': "Analysis of"
|
|
|
181 |
}
|
182 |
|
183 |
ACTIVITIES = {
|