STARK-web/translations/en/LC_MESSAGES/messages.po

411 lines
10 KiB
Plaintext
Raw Normal View History

2024-02-19 14:33:19 +00:00
# English translations for PROJECT.
# Copyright (C) 2024 ORGANIZATION
# This file is distributed under the same license as the PROJECT project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
#
msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
2024-03-13 10:07:17 +00:00
"POT-Creation-Date: 2024-03-13 10:26+0100\n"
2024-02-19 14:33:19 +00:00
"PO-Revision-Date: 2024-02-14 14:36+0100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: en <LL@li.org>\n"
"Language: en\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Generated-By: Babel 2.14.0\n"
2024-03-06 08:40:12 +00:00
#: app.py:108
msgid "Tree"
msgstr ""
#: app.py:109
msgid "Frequency"
msgstr ""
#: app.py:110
2024-03-13 08:06:09 +00:00
msgid "Frequency in B"
msgstr "Frequency-B"
#: app.py:111
msgid "Order"
msgstr ""
#: app.py:112
2024-03-06 08:40:12 +00:00
msgid "Number of nodes"
2024-03-12 12:19:39 +00:00
msgstr "Node count"
2024-03-06 08:40:12 +00:00
2024-03-13 08:06:09 +00:00
#: app.py:113
2024-03-06 08:40:12 +00:00
msgid "Head node"
msgstr "Head"
2024-03-13 08:06:09 +00:00
#: app.py:114
2024-03-06 08:40:12 +00:00
msgid "Grew-match URL"
msgstr ""
2024-03-13 08:06:09 +00:00
#: app.py:115
msgid "%DIFF"
2024-03-06 08:40:12 +00:00
msgstr ""
2024-03-13 08:06:09 +00:00
#: app.py:116
msgid "OR"
msgstr ""
#: app.py:117
msgid "BIC"
msgstr ""
#: app.py:118
2024-03-06 08:40:12 +00:00
msgid "MI"
msgstr ""
2024-03-13 08:06:09 +00:00
#: app.py:119
2024-03-06 08:40:12 +00:00
msgid "logDice"
msgstr ""
2024-03-13 08:06:09 +00:00
#: app.py:120
2024-03-06 08:40:12 +00:00
msgid "t-score"
msgstr ""
2024-03-13 08:06:09 +00:00
#: app.py:123
2024-03-06 08:40:12 +00:00
msgid "Frequency in A"
2024-03-12 12:19:39 +00:00
msgstr "Frequency-A"
2024-03-06 08:40:12 +00:00
2024-03-13 08:06:09 +00:00
#: app.py:181 app.py:182
2024-02-19 14:33:19 +00:00
msgid "Please insert either input url or file, not both of them."
2024-03-12 12:19:39 +00:00
msgstr "Please insert either a file or a URL link, not both of them."
2024-02-19 14:33:19 +00:00
2024-03-13 08:06:09 +00:00
#: app.py:192 app.py:287
2024-02-19 14:33:19 +00:00
msgid "Incorrect URL!"
msgstr ""
2024-03-13 08:06:09 +00:00
#: app.py:194 app.py:195
2024-02-19 14:33:19 +00:00
msgid "Please insert either input url or provide a file."
2024-03-12 12:19:39 +00:00
msgstr "Please insert either a file or a URL link."
2024-02-19 14:33:19 +00:00
2024-03-13 08:06:09 +00:00
#: app.py:207
2024-02-19 14:33:19 +00:00
msgid "Please provide information about minimum and maximum tree size."
msgstr ""
2024-03-13 08:06:09 +00:00
#: app.py:211
2024-02-19 14:33:19 +00:00
msgid "Tree size minimum should be smaller than tree size maximum."
msgstr ""
2024-03-13 08:06:09 +00:00
#: app.py:222
2024-02-19 14:33:19 +00:00
msgid "Please select at least one node type."
msgstr ""
2024-03-13 08:06:09 +00:00
#: app.py:227
2024-02-19 14:33:19 +00:00
msgid "Node option"
msgstr "Node option"
2024-03-13 08:06:09 +00:00
#: app.py:227
2024-02-19 14:33:19 +00:00
msgid "is not supported. Please enter valid options."
msgstr ""
2024-03-13 08:06:09 +00:00
#: app.py:275 app.py:276
2024-02-20 09:59:58 +00:00
msgid "Please insert either compare url or file, not both of them."
2024-03-12 12:19:39 +00:00
msgstr "Please insert either a file or a URL link, not both of them."
2024-02-20 09:59:58 +00:00
2024-03-13 08:06:09 +00:00
#: app.py:299
2024-02-19 14:33:19 +00:00
msgid "Please insert an Integer."
2024-03-12 12:19:39 +00:00
msgstr "Please insert an integer number."
2024-02-19 14:33:19 +00:00
2024-03-13 08:06:09 +00:00
#: app.py:324
2024-02-19 14:33:19 +00:00
msgid ""
"Processing failed! Please recheck your settings, e.g. input format or head "
"node description."
msgstr ""
2024-03-12 12:19:39 +00:00
"Processing failed! Please recheck your settings, e.g. input format or query "
"description."
2024-02-19 14:33:19 +00:00
2024-03-13 08:06:09 +00:00
#: app.py:333
2024-03-06 08:40:12 +00:00
msgid "Frequency "
msgstr ""
2024-03-13 08:06:09 +00:00
#: app.py:333
2024-03-06 08:40:12 +00:00
msgid "Frequency in A "
2024-03-12 12:19:39 +00:00
msgstr "Frequency-A "
2024-03-06 08:40:12 +00:00
2024-03-13 08:06:09 +00:00
#: app.py:334 templates/base.html:20 templates/base.html:22
2024-03-06 08:40:12 +00:00
#: templates/index.html:8 templates/result.html:15
2024-02-19 14:33:19 +00:00
msgid "code"
msgstr "en"
2024-03-06 08:40:12 +00:00
#: templates/about.html:7 templates/base.html:22
2024-02-19 14:33:19 +00:00
msgid "About"
msgstr "About"
2024-03-06 08:40:12 +00:00
#: templates/about.html:10
2024-03-13 08:06:09 +00:00
msgid "stark_description"
2024-02-19 14:33:19 +00:00
msgstr ""
2024-03-13 08:06:09 +00:00
"is a versatile tool designed for analyzing and understanding the structure "
"of sentences in large text collections, known as treebanks. It works by "
"identifying and extracting various types of syntactic structures, or "
"'trees', to reveal which structures occur in a language and how significant "
"they are with respect to their frequency and other useful corpus linguistic "
"metrics."
#: templates/about.html:13
msgid "stark_goal1"
msgstr "STARK is primarily aimed at processing treebanks based on the "
#: templates/about.html:13
msgid "stark_goal2"
msgstr ""
" annotation scheme, but it also takes any other dependency treebank in the "
"CONLL-U format as input. Essentially, the tool generates a tabular file with "
"a frequency list of all the trees matching the "
#: templates/about.html:13
msgid "user-defined parameters"
msgstr ""
#: templates/about.html:13
msgid "stark_goal3"
msgstr ""
". The flexibility of these settings allows the users to conduct a wide "
"spectrum of investigations on both lexicalized and delexicalized trees -- "
"from broad, bottom-up treebank analyses (e.g. extracting all noun-headed "
"trees) to more detailed, top-down treebank querying (e.g. extracting all "
"predicates with two objects)."
#: templates/about.html:16
msgid "stark_credits"
msgstr ""
"STARK has been developed by Kaja Dobrovoljc, Luka Krsnik and Marko Robnik "
"Šikonja as part of the 2019 CLARIN.SI Resource and Service Development grant "
"and the research project "
#: templates/about.html:16
msgid "SPOT: A Treebank-Driven Approach to the Study of Spoken Slovenian"
msgstr ""
#: templates/about.html:16
msgid "stark_credits2"
msgstr ""
" (ARIS grant no. Z6-4617). With the support of CJVT UL, this online "
"interface has been developed to demonstrate STARK's functionalities to a "
"wider audience, but provides a simplified set of options compared to the "
"comprehensive command-line version of STARK, available at: "
#: templates/about.html:16
msgid "stark_credits3"
msgstr "."
2024-02-19 14:33:19 +00:00
2024-03-13 10:07:17 +00:00
#: templates/about.html:19
msgid "stark_contact"
msgstr "Should you have any additional questions or require assistance with the tool, please contact kaja.dobrovoljc@ff.uni-lj.si."
2024-03-06 08:40:12 +00:00
#: templates/base.html:23
msgid "switch_link"
msgstr "?lang=sl"
#: templates/base.html:24
msgid "switch_code"
msgstr "Slovenščina"
#: templates/base.html:43
msgid "Issuer"
2024-03-12 12:19:39 +00:00
msgstr "Issued by"
2024-03-06 08:40:12 +00:00
#: templates/base.html:47
msgid "Financial support"
2024-03-12 12:19:39 +00:00
msgstr "Supported by"
2024-03-06 08:40:12 +00:00
#: templates/base.html:51
msgid "Transfer tool"
2024-03-12 12:19:39 +00:00
msgstr "Download tool"
2024-03-06 08:40:12 +00:00
#: templates/base.html:55
msgid "License"
2024-03-12 12:19:39 +00:00
msgstr "Licence"
2024-03-06 08:40:12 +00:00
#: templates/base.html:59
msgid "Support"
2024-03-12 12:19:39 +00:00
msgstr "Online support"
2024-03-06 08:40:12 +00:00
#: templates/index.html:9
2024-02-19 14:33:19 +00:00
msgid "Input data"
2024-03-06 08:40:12 +00:00
msgstr "Input treebank"
2024-02-19 14:33:19 +00:00
2024-03-06 08:40:12 +00:00
#: templates/index.html:12 templates/index.html:20
2024-02-19 14:33:19 +00:00
msgid "Upload a treebank"
msgstr "Upload a treebank"
2024-03-06 08:40:12 +00:00
#: templates/index.html:12 templates/index.html:20 templates/index.html:160
#: templates/index.html:167
2024-02-19 14:33:19 +00:00
msgid "in CONLL-U format"
msgstr "in CONLL-U format"
2024-03-06 08:40:12 +00:00
#: templates/index.html:12 templates/index.html:41 templates/index.html:49
#: templates/index.html:89 templates/index.html:104 templates/index.html:120
#: templates/index.html:126 templates/index.html:132 templates/index.html:140
#: templates/index.html:159 templates/index.html:160
2024-02-19 14:33:19 +00:00
msgid "Help"
msgstr "Help"
2024-03-06 08:40:12 +00:00
#: templates/index.html:15 templates/index.html:163
2024-02-19 14:33:19 +00:00
msgid "Browse"
msgstr "Browse"
2024-03-06 08:40:12 +00:00
#: templates/index.html:19
2024-02-19 14:33:19 +00:00
msgid "Upload"
msgstr "Upload"
2024-03-06 08:40:12 +00:00
#: templates/index.html:29 templates/index.html:177
2024-02-19 14:33:19 +00:00
msgid "Or"
msgstr "Or"
2024-03-06 08:40:12 +00:00
#: templates/index.html:29 templates/index.html:177
2024-02-19 14:33:19 +00:00
msgid "insert a URL link to a treebank in CONLL-U format"
msgstr "insert a URL link to a treebank in CONLL-U format"
2024-03-06 08:40:12 +00:00
#: templates/index.html:29 templates/index.html:177
2024-02-19 14:33:19 +00:00
msgid "Example"
msgstr "Example"
2024-03-06 08:40:12 +00:00
#: templates/index.html:38
2024-02-19 14:33:19 +00:00
msgid "Tree specification"
msgstr "Tree specification"
2024-03-06 08:40:12 +00:00
#: templates/index.html:41
2024-02-19 14:33:19 +00:00
msgid "Tree size"
msgstr "Tree size"
2024-03-06 08:40:12 +00:00
#: templates/index.html:41
2024-02-19 14:33:19 +00:00
msgid "number of tokens in the tree"
2024-03-12 12:19:39 +00:00
msgstr "number of tokens (words) in the tree"
2024-02-19 14:33:19 +00:00
2024-03-06 08:40:12 +00:00
#: templates/index.html:49
2024-02-19 14:33:19 +00:00
msgid "Node type"
msgstr "Node type"
2024-03-06 08:40:12 +00:00
#: templates/index.html:49
2024-02-19 14:33:19 +00:00
msgid "token characteristics to consider"
msgstr "token characteristics to consider"
2024-03-06 08:40:12 +00:00
#: templates/index.html:55
2024-02-19 14:33:19 +00:00
msgid "Part-of-speech"
msgstr "Part-of-speech"
2024-03-06 08:40:12 +00:00
#: templates/index.html:64
2024-02-19 14:33:19 +00:00
msgid "Lemma"
msgstr "Lemma"
2024-03-06 08:40:12 +00:00
#: templates/index.html:70
2024-02-19 14:33:19 +00:00
msgid "Form"
msgstr "Form"
2024-03-06 08:40:12 +00:00
#: templates/index.html:84
2024-02-19 14:33:19 +00:00
msgid "Advanced settings"
msgstr "Advanced settings"
2024-03-06 08:40:12 +00:00
#: templates/index.html:89
2024-02-19 14:33:19 +00:00
msgid "Labeled trees"
msgstr "Labeled trees"
2024-03-06 08:40:12 +00:00
#: templates/index.html:89
2024-02-19 14:33:19 +00:00
msgid "include names of dependency relations"
msgstr "include names of dependency relations"
2024-03-06 08:40:12 +00:00
#: templates/index.html:93 templates/index.html:108 templates/index.html:144
2024-02-19 14:33:19 +00:00
msgid "No"
msgstr "No"
2024-03-06 08:40:12 +00:00
#: templates/index.html:96 templates/index.html:111 templates/index.html:147
2024-02-19 14:33:19 +00:00
msgid "Yes"
msgstr "Yes"
2024-03-06 08:40:12 +00:00
#: templates/index.html:104
2024-02-19 14:33:19 +00:00
msgid "Fixed order"
msgstr "Fixed order"
2024-03-06 08:40:12 +00:00
#: templates/index.html:104
2024-02-19 14:33:19 +00:00
msgid "differentiate trees based on surface word order"
msgstr "differentiate trees based on surface word order"
2024-03-06 08:40:12 +00:00
#: templates/index.html:120
msgid "Head"
msgstr "Head"
2024-02-19 14:33:19 +00:00
2024-03-06 08:40:12 +00:00
#: templates/index.html:120
msgid "specify potential restrictions on the head node"
msgstr "specify potential restrictions on the head node"
#: templates/index.html:126
msgid "Query"
msgstr ""
#: templates/index.html:126
msgid "write a query. Note: Tree size attribute will be ignored!"
msgstr ""
2024-02-19 14:33:19 +00:00
2024-03-06 08:40:12 +00:00
#: templates/index.html:132
2024-02-19 14:33:19 +00:00
msgid "Frequency threshold"
msgstr "Frequency threshold"
2024-03-06 08:40:12 +00:00
#: templates/index.html:132
2024-02-19 14:33:19 +00:00
msgid "specify the minimum frequency of a tree in the treebank"
msgstr "specify the minimum frequency of a tree in the treebank"
2024-03-06 08:40:12 +00:00
#: templates/index.html:140
msgid "Association measures"
msgstr "Association measures"
2024-02-19 14:33:19 +00:00
2024-03-06 08:40:12 +00:00
#: templates/index.html:140
msgid "print MI, logDice and t-score"
msgstr "print MI, logDice and t-score"
2024-02-19 14:33:19 +00:00
2024-03-06 08:40:12 +00:00
#: templates/index.html:155
msgid "Compare treebanks"
2024-02-20 09:59:58 +00:00
msgstr ""
2024-03-06 08:40:12 +00:00
#: templates/index.html:159
msgid ""
"Select a reference treebank to identify key phenomena (prints the &#37;DIFF, "
"BIC and OR keyness scores)."
2024-02-20 09:59:58 +00:00
msgstr ""
2024-03-12 12:19:39 +00:00
"Select a reference treebank to identify key phenomena (prints the &#37;DIFF, "
"BIC and Odds Ratio scores)."
2024-02-20 09:59:58 +00:00
2024-03-06 08:40:12 +00:00
#: templates/index.html:160 templates/index.html:167
2024-02-20 09:59:58 +00:00
msgid "Upload a compare corpus"
2024-03-12 12:19:39 +00:00
msgstr "Upload a reference treebank"
2024-02-20 09:59:58 +00:00
2024-03-06 08:40:12 +00:00
#: templates/index.html:191
2024-02-19 14:33:19 +00:00
msgid "Submit"
2024-03-05 08:08:24 +00:00
msgstr "Get trees"
2024-02-19 14:33:19 +00:00
2024-03-06 08:40:12 +00:00
#: templates/index.html:199
2024-02-19 14:33:19 +00:00
msgid "No results"
msgstr ""
2024-03-06 08:40:12 +00:00
#: templates/index.html:200
2024-02-19 14:33:19 +00:00
msgid "Processing with your settings didnt produce any results!"
2024-03-12 12:19:39 +00:00
msgstr "Processing with your settings did not produce any results."
2024-02-19 14:33:19 +00:00
2024-03-06 08:40:12 +00:00
#: templates/result.html:8
msgid "Results"
msgstr ""
#: templates/result.html:15
msgid "Back to chosen settings"
2024-03-12 12:19:39 +00:00
msgstr "Back to selected settings"
2024-03-06 08:40:12 +00:00
#: templates/result.html:16
2024-02-19 14:33:19 +00:00
msgid "Download complete results"
msgstr "Download complete results"
2024-03-13 08:06:09 +00:00
#~ msgid "intro_description"
#~ msgstr ""
#~ "Welcome to the online demo interface for STARK - a highly-customizible "
#~ "tool designed to extract various types of syntactic trees from dependency-"
#~ "parsed corpora (treebanks). Unlike the original command-line version, "
#~ "this user-friendly interface offers a streamlined set of settings, which "
#~ "are described in more detail here. Simply upload your treebank and click "
#~ "SUBMIT to view the initial results!"