change data filter on project month report (#2911)

This commit is contained in:
Kevin Papst
2021-11-05 09:45:12 +01:00
committed by GitHub
parent 042c119058
commit c8854b0775
15 changed files with 199 additions and 36 deletions

View File

@@ -1216,6 +1216,14 @@
<source>label.includeNoBudget</source>
<target>Einträge ohne Budget anzeigen</target>
</trans-unit>
<trans-unit id="label.includeBudgetType_month">
<source>label.includeBudgetType_month</source>
<target>Einträge mit "Monats" Budget anzeigen</target>
</trans-unit>
<trans-unit id="label.includeBudgetType_full">
<source>label.includeBudgetType_full</source>
<target>Einträge mit "Lebenszyklus" Budget anzeigen</target>
</trans-unit>
<trans-unit id="label.not_exported">
<source>label.not_exported</source>
<target>Nicht exportiert</target>
@@ -1244,6 +1252,10 @@
<source>label.budgetType_month</source>
<target>Monatlich</target>
</trans-unit>
<trans-unit id="label.budgetType_full">
<source>label.budgetType_full</source>
<target>Lebenszyklus</target>
</trans-unit>
<trans-unit id="delete_warning.short_stats">
<source>delete_warning.short_stats</source>
<target>Momentan existieren insgesamt %records% Zeiteinträge, welche sich auf eine Gesamtdauer von %duration% belaufen.</target>