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>Show entries without budget</target>
</trans-unit>
<trans-unit id="label.includeBudgetType_month">
<source>label.includeBudgetType_month</source>
<target>Show entries with "monthly" budget</target>
</trans-unit>
<trans-unit id="label.includeBudgetType_full">
<source>label.includeBudgetType_full</source>
<target>Show entries with "life cycle" budget</target>
</trans-unit>
<trans-unit id="label.not_exported">
<source>label.not_exported</source>
<target>Not exported</target>
@@ -1244,6 +1252,10 @@
<source>label.budgetType_month</source>
<target>Monthly</target>
</trans-unit>
<trans-unit id="label.budgetType_full">
<source>label.budgetType_full</source>
<target>Life cycle</target>
</trans-unit>
<trans-unit id="delete_warning.short_stats">
<source>delete_warning.short_stats</source>
<target>Currently %records% time-records exists, which sum up to a total duration of %duration%.</target>