financial year setting + new users working time per year report (#2547)

This commit is contained in:
Kevin Papst
2021-05-14 18:40:48 +02:00
committed by GitHub
parent a9da5f8476
commit f7aa3c1e13
59 changed files with 1690 additions and 217 deletions

View File

@@ -820,6 +820,10 @@
<source>stats.workingTimeYear</source>
<target>Full year %year%</target>
</trans-unit>
<trans-unit id="stats.workingTimeFinancialYear">
<source>stats.workingTimeFinancialYear</source>
<target>Financial year</target>
</trans-unit>
<trans-unit id="stats.durationToday">
<source>stats.durationToday</source>
<target>Working hours today</target>
@@ -836,6 +840,10 @@
<source>stats.durationYear</source>
<target>Working hours this year</target>
</trans-unit>
<trans-unit id="stats.durationFinancialYear">
<source>stats.durationFinancialYear</source>
<target>Working hours this financial year</target>
</trans-unit>
<trans-unit id="stats.durationTotal">
<source>stats.durationTotal</source>
<target>Working hours total</target>
@@ -860,6 +868,10 @@
<source>stats.amountYear</source>
<target>Revenue this year</target>
</trans-unit>
<trans-unit id="stats.amountFinancialYear">
<source>stats.amountFinancialYear</source>
<target>Revenue this financial year</target>
</trans-unit>
<trans-unit id="stats.amountTotal">
<source>stats.amountTotal</source>
<target>Total revenue</target>
@@ -880,6 +892,10 @@
<source>stats.userActiveYear</source>
<target>Active users this year</target>
</trans-unit>
<trans-unit id="stats.userActiveFinancialYear">
<source>stats.userActiveFinancialYear</source>
<target>Active users this financial year</target>
</trans-unit>
<trans-unit id="stats.userActiveTotal">
<source>stats.userActiveTotal</source>
<target>Active users ever</target>