Spaces:
Running
Running
Update translations/en.py
Browse files- translations/en.py +6 -0
translations/en.py
CHANGED
@@ -168,6 +168,12 @@ SEMANTIC = {
|
|
168 |
}
|
169 |
|
170 |
DISCOURSE = {
|
|
|
|
|
|
|
|
|
|
|
|
|
171 |
'file1_label': "Pattern Document",
|
172 |
'file2_label': "Compared Document",
|
173 |
'discourse_title': "AIdeaText - Discourse Analysis",
|
|
|
168 |
}
|
169 |
|
170 |
DISCOURSE = {
|
171 |
+
'compare_arrow_meaning': "Arrows indicate the direction of the relationship between concepts",
|
172 |
+
'compare_color_meaning': "More intense colors indicate more central concepts in the text",
|
173 |
+
'compare_size_meaning': "Node size represents concept frequency",
|
174 |
+
'compare_thickness_meaning': "Line thickness indicates connection strength",
|
175 |
+
'compare_doc1_title': "Document 1",
|
176 |
+
'compare_doc2_title': "Document 2",
|
177 |
'file1_label': "Pattern Document",
|
178 |
'file2_label': "Compared Document",
|
179 |
'discourse_title': "AIdeaText - Discourse Analysis",
|