abruf weiter gebaut

This commit is contained in:
Frederik Jaeckel 2022-11-20 20:40:51 +01:00
parent d54f3805ab
commit 2b80f22897
3 changed files with 174 additions and 25 deletions

View file

@ -198,6 +198,18 @@ msgctxt "view:investment.source:"
msgid "Test parameters"
msgstr "Testparameter"
msgctxt "view:investment.source:"
msgid "URL parameter placeholders: ${isin}, ${nsin}, ${symbol}"
msgstr "Platzhalter für URL-Parameter: ${isin}, ${nsin}, ${symbol}"
msgctxt "view:investment.source:"
msgid "Regular expressions to find data"
msgstr "Reguläre Ausdrücke zum Finden der Daten"
msgctxt "view:investment.source:"
msgid "How to"
msgstr "So funktionierts"
msgctxt "view:investment.source:"
msgid "Configure a source for receiving course data here. The source is queried with the parameters according to schedule."
msgstr "Konfigurieren Sie hier eine Quelle für den Empfang von Kursdaten. Die Quelle wird mit den Paramtern nach Zeitplan abgefragt."
@ -242,6 +254,54 @@ msgctxt "help:investment.source,nohtml:"
msgid "Removes HTML tags before the text is interpreted."
msgstr "Entfernt HTML-Tags bevor der Text interpretiert wird."
msgctxt "field:investment.source,rgxdate:"
msgid "Date"
msgstr "Datum"
msgctxt "help:investment.source,rgxdate:"
msgid "Regex code to find the date in the downloaded HTML file."
msgstr "Regex-Code, um das Datum in der heruntergeladenen HTML-Datei zu finden."
msgctxt "field:investment.source,rgxrate:"
msgid "Rate"
msgstr "Kurs"
msgctxt "help:investment.source,rgxrate:"
msgid "Regex code to find the rate in the downloaded HTML file."
msgstr "Regex-Code, um den Kurs in der heruntergeladenen HTML-Datei zu finden."
msgctxt "field:investment.source,rgxisin:"
msgid "ISIN"
msgstr "ISIN"
msgctxt "help:investment.source,rgxisin:"
msgid "Regex code to find the ISIN in the downloaded HTML file."
msgstr "Regex-Code, um die ISIN in der heruntergeladenen HTML-Datei zu finden."
msgctxt "field:investment.source,rgxnsin:"
msgid "NSIN"
msgstr "WKN"
msgctxt "help:investment.source,rgxnsin:"
msgid "Regex code to find the NSIN in the downloaded HTML file."
msgstr "Regex-Code, um die WKN in der heruntergeladenen HTML-Datei zu finden."
msgctxt "field:investment.source,rgxsymbol:"
msgid "Symbol"
msgstr "Symbol"
msgctxt "help:investment.source,rgxsymbol:"
msgid "Regex code to find the Symbol in the downloaded HTML file."
msgstr "Regex-Code, um das Symbol in der heruntergeladenen HTML-Datei zu finden."
msgctxt "field:investment.source,used_url:"
msgid "Used URL"
msgstr "verwendete URL"
msgctxt "help:investment.source,used_url:"
msgid "This URL is used to retrieve the HTML file."
msgstr "Diese URL wird für den Abruf der HTML-Datei verwendet."
###################
# investment.rate #