Release 1.19.8 (#3296)

* unify extension check
* fix updating one config section redirects to all sections
* weekly times: configure number of weeks for recent activities
* weekly times: configure minimum number of rows
* added explicit formats for en_GB and pt
This commit is contained in:
Kevin Papst
2022-05-17 11:52:45 +02:00
committed by GitHub
parent 27c60d9fc4
commit 9e2a295182
13 changed files with 122 additions and 60 deletions

View File

@@ -90,6 +90,14 @@
<source>label.quick_entry.recent_activities</source>
<target>Anzahl übernommener Einträge aus Vorwochen</target>
</trans-unit>
<trans-unit id="QxQOG3e" resname="label.quick_entry.recent_activity_weeks">
<source>label.quick_entry.recent_activity_weeks</source>
<target>Verwende Einträge aus den letzten X Wochen (leer oder 0 für gesamte Zeit)</target>
</trans-unit>
<trans-unit id="7Efrrn5" resname="label.quick_entry.minimum_rows">
<source>label.quick_entry.minimum_rows</source>
<target>Minimale Anzahl an Zeilen</target>
</trans-unit>
<trans-unit id="iZLna_g" resname="label.theme.autocomplete_chars">
<source>label.theme.autocomplete_chars</source>
<target>Minimale Anzahl Buchstaben für den Start der Autovervollständigung</target>

View File

@@ -90,6 +90,14 @@
<source>label.quick_entry.recent_activities</source>
<target>Number of entries taken over from previous weeks</target>
</trans-unit>
<trans-unit id="QxQOG3e" resname="label.quick_entry.recent_activity_weeks">
<source>label.quick_entry.recent_activity_weeks</source>
<target>Take over entries from the last X weeks (empty or 0 for all time)</target>
</trans-unit>
<trans-unit id="7Efrrn5" resname="label.quick_entry.minimum_rows">
<source>label.quick_entry.minimum_rows</source>
<target>Minimum number of rows</target>
</trans-unit>
<trans-unit id="iZLna_g" resname="label.theme.autocomplete_chars">
<source>label.theme.autocomplete_chars</source>
<target>Minimum number of letters to start auto-completion</target>