form optimiert, regex-konvertierung ok + test

This commit is contained in:
Frederik Jaeckel 2022-11-21 23:12:26 +01:00
parent 517746b4e9
commit b57c69abf0
6 changed files with 328 additions and 84 deletions

View file

@ -238,6 +238,10 @@ msgctxt "field:investment.source,isin:"
msgid "ISIN"
msgstr "ISIN"
msgctxt "field:investment.source,http_state:"
msgid "HTTP-State"
msgstr "HTTP-Status"
msgctxt "field:investment.source,symbol:"
msgid "Symbol"
msgstr "Symbol"
@ -270,29 +274,13 @@ 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 "field:investment.source,rgxident:"
msgid "Identifier"
msgstr "Bezeichner"
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 "help:investment.source,rgxident:"
msgid "Regex code to find the identifier in the downloaded HTML file."
msgstr "Regex-Code, um den Bezeichner in der heruntergeladenen HTML-Datei zu finden."
msgctxt "field:investment.source,used_url:"
msgid "Used URL"
@ -302,6 +290,42 @@ 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."
msgctxt "field:investment.source,rgxdecimal:"
msgid "Decimal Separator"
msgstr "Dezimaltrenner"
msgctxt "help:investment.source,rgxdecimal:"
msgid "Decimal separator for converting the market value into a number."
msgstr "Dezimaltrenner für die Umwandlung des Kurswertes in eine Zahl."
msgctxt "field:investment.source,rgxidtype:"
msgid "ID-Type"
msgstr "ID-Typ"
msgctxt "help:investment.source,rgxidtype:"
msgid "Type of identifier used to validate the result."
msgstr "Typ des Bezeichners zur Validierung des Ergebnisses."
msgctxt "selection:investment.source,rgxidtype:"
msgid "ISIN"
msgstr "ISIN"
msgctxt "selection:investment.source,rgxidtype:"
msgid "NSIN"
msgstr "WKN"
msgctxt "selection:investment.source,rgxidtype:"
msgid "Symbol"
msgstr "Symbol"
msgctxt "field:investment.source,rgxdatefmt:"
msgid "Date format"
msgstr "Datumsformat"
msgctxt "help:investment.source,rgxidtype:"
msgid "Type of identifier used to validate the result."
msgstr "Typ des Bezeichners zur Validierung des Ergebnisses."
###################
# investment.rate #