Fixed translations + Resizing line overlap + Disabled No type + Reorganized settings + Other fixes

This commit is contained in:
2024-07-25 09:29:10 +02:00
parent adff072475
commit ac733092cc
9 changed files with 354 additions and 282 deletions
+72 -76
View File
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-07-04 11:51+0200\n"
"POT-Creation-Date: 2024-07-23 14:29+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17,113 +17,113 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.14.0\n"
#: app.py:108
#: app.py:144
msgid "Tree"
msgstr ""
#: app.py:109
#: app.py:145
msgid "Frequency"
msgstr ""
#: app.py:110
#: app.py:146
msgid "Frequency in B"
msgstr ""
#: app.py:111
#: app.py:147
msgid "Order"
msgstr ""
#: app.py:112
#: app.py:148
msgid "Number of nodes"
msgstr ""
#: app.py:113
#: app.py:149
msgid "Head node"
msgstr ""
#: app.py:114
#: app.py:150
msgid "Grew-match URL"
msgstr ""
#: app.py:115
#: app.py:151
msgid "Ratio"
msgstr ""
#: app.py:116
#: app.py:152
msgid "%DIFF"
msgstr ""
#: app.py:117
#: app.py:153
msgid "OR"
msgstr ""
#: app.py:118
#: app.py:154
msgid "BIC"
msgstr ""
#: app.py:119
#: app.py:155
msgid "MI"
msgstr ""
#: app.py:120
#: app.py:156
msgid "logDice"
msgstr ""
#: app.py:121
#: app.py:157
msgid "t-score"
msgstr ""
#: app.py:124
#: app.py:160
msgid "Frequency in A"
msgstr ""
#: app.py:188 app.py:189
#: app.py:231 app.py:232
msgid "Please insert either input url or file, not both of them."
msgstr ""
#: app.py:199 app.py:280
#: app.py:242 app.py:323
msgid "Incorrect URL!"
msgstr ""
#: app.py:201 app.py:202
#: app.py:244 app.py:245
msgid "Please insert either input url or provide a file."
msgstr ""
#: app.py:210
#: app.py:253
msgid "Please select at least one node type."
msgstr ""
#: app.py:215
#: app.py:258
msgid "Node option"
msgstr ""
#: app.py:215
#: app.py:258
msgid "is not supported. Please enter valid options."
msgstr ""
#: app.py:268 app.py:269
#: app.py:311 app.py:312
msgid "Please insert either compare url or file, not both of them."
msgstr ""
#: app.py:292
#: app.py:335
msgid "Please insert an Integer."
msgstr ""
#: app.py:317
#: app.py:360
msgid ""
"Processing failed! Please recheck your settings, e.g. input format or "
"head node description."
msgstr ""
#: app.py:326
#: app.py:369
msgid "Frequency "
msgstr ""
#: app.py:326
#: app.py:369
msgid "Frequency in A "
msgstr ""
#: app.py:327 templates/base.html:20 templates/base.html:22
#: app.py:370 templates/base.html:20 templates/base.html:22
#: templates/index.html:8 templates/result.html:15
msgid "code"
msgstr ""
@@ -208,19 +208,19 @@ msgstr ""
msgid "Upload a treebank"
msgstr ""
#: templates/index.html:12 templates/index.html:20 templates/index.html:171
#: templates/index.html:178
#: templates/index.html:12 templates/index.html:20 templates/index.html:173
#: templates/index.html:180
msgid "in CONLL-U format"
msgstr ""
#: templates/index.html:12 templates/index.html:44 templates/index.html:48
#: templates/index.html:94 templates/index.html:109 templates/index.html:125
#: templates/index.html:131 templates/index.html:137 templates/index.html:143
#: templates/index.html:151 templates/index.html:170 templates/index.html:171
#: templates/index.html:12 templates/index.html:46 templates/index.html:50
#: templates/index.html:96 templates/index.html:111 templates/index.html:127
#: templates/index.html:133 templates/index.html:139 templates/index.html:145
#: templates/index.html:153 templates/index.html:172 templates/index.html:173
msgid "Help"
msgstr ""
#: templates/index.html:15 templates/index.html:174
#: templates/index.html:15 templates/index.html:176
msgid "Browse"
msgstr ""
@@ -228,145 +228,141 @@ msgstr ""
msgid "Upload"
msgstr ""
#: templates/index.html:29 templates/index.html:188
#: templates/index.html:29 templates/index.html:190
msgid "Or"
msgstr ""
#: templates/index.html:29 templates/index.html:188
#: templates/index.html:29 templates/index.html:190
msgid "insert a URL link to a treebank in CONLL-U format"
msgstr ""
#: templates/index.html:29 templates/index.html:188
msgid "Example"
msgstr ""
#: templates/index.html:38
#: templates/index.html:40
msgid "Tree specification"
msgstr ""
#: templates/index.html:44
#: templates/index.html:46
msgid "Tree size"
msgstr ""
#: templates/index.html:44
#: templates/index.html:46
msgid "number of tokens in the tree"
msgstr ""
#: templates/index.html:48
#: templates/index.html:50
msgid "Node type"
msgstr ""
#: templates/index.html:48
#: templates/index.html:50
msgid "token characteristics to consider"
msgstr ""
#: templates/index.html:54
msgid "No type"
msgstr ""
#: templates/index.html:63
#: templates/index.html:56
msgid "Part-of-speech"
msgstr ""
#: templates/index.html:69
#: templates/index.html:62
msgid "Lemma"
msgstr ""
#: templates/index.html:75
#: templates/index.html:68
msgid "Form"
msgstr ""
#: templates/index.html:89
#: templates/index.html:74
msgid "No type"
msgstr ""
#: templates/index.html:91
msgid "Advanced settings"
msgstr ""
#: templates/index.html:94
#: templates/index.html:96
msgid "Labeled trees"
msgstr ""
#: templates/index.html:94
#: templates/index.html:96
msgid "include names of dependency relations"
msgstr ""
#: templates/index.html:98 templates/index.html:113 templates/index.html:155
#: templates/index.html:100 templates/index.html:115 templates/index.html:157
msgid "No"
msgstr ""
#: templates/index.html:101 templates/index.html:116 templates/index.html:158
#: templates/index.html:103 templates/index.html:118 templates/index.html:160
msgid "Yes"
msgstr ""
#: templates/index.html:109
#: templates/index.html:111
msgid "Fixed order"
msgstr ""
#: templates/index.html:109
#: templates/index.html:111
msgid "differentiate trees based on surface word order"
msgstr ""
#: templates/index.html:125
#: templates/index.html:127
msgid "Head"
msgstr ""
#: templates/index.html:125
#: templates/index.html:127
msgid "specify potential restrictions on the head node"
msgstr ""
#: templates/index.html:131
#: templates/index.html:133
msgid "Ignored labels"
msgstr ""
#: templates/index.html:131
#: templates/index.html:133
msgid "specify the dependency labels of nodes to be ignored"
msgstr ""
#: templates/index.html:137
#: templates/index.html:139
msgid "Query"
msgstr ""
#: templates/index.html:137
#: templates/index.html:139
msgid "write a query. Note: Tree size attribute will be ignored!"
msgstr ""
#: templates/index.html:143
#: templates/index.html:145
msgid "Frequency threshold"
msgstr ""
#: templates/index.html:143
#: templates/index.html:145
msgid "specify the minimum frequency of a tree in the treebank"
msgstr ""
#: templates/index.html:151
#: templates/index.html:153
msgid "Association measures"
msgstr ""
#: templates/index.html:151
#: templates/index.html:153
msgid "print MI, logDice and t-score"
msgstr ""
#: templates/index.html:166
#: templates/index.html:168
msgid "Compare treebanks"
msgstr ""
#: templates/index.html:170
#: templates/index.html:172
msgid ""
"Select a reference treebank to identify key phenomena (prints the "
"&#37;DIFF, BIC and OR keyness scores)."
msgstr ""
#: templates/index.html:171 templates/index.html:178
#: templates/index.html:173 templates/index.html:180
msgid "Upload a compare corpus"
msgstr ""
#: templates/index.html:202
#: templates/index.html:206
msgid "Submit"
msgstr ""
#: templates/index.html:210
#: templates/index.html:214
msgid "No results"
msgstr ""
#: templates/index.html:211
#: templates/index.html:215
msgid "Processing with your settings didnt produce any results!"
msgstr ""