Weekly reporting view (#1892)

This commit is contained in:
Kevin Papst
2020-08-16 12:20:33 +02:00
committed by GitHub
parent 2449a1e8bf
commit 2d4cfbe821
39 changed files with 1130 additions and 248 deletions

View File

@@ -648,6 +648,10 @@
<!--
Statistics data for Dashboard & Users profile
-->
<trans-unit id="stats.workingTimeWeek">
<source>stats.workingTimeWeek</source>
<target>Kalenderweek %week%</target>
</trans-unit>
<trans-unit id="stats.durationToday">
<source>stats.durationToday</source>
<target>Prestaties vandaag</target>

View File

@@ -6,6 +6,10 @@
<source>reporting.title</source>
<target>Reporting</target>
</trans-unit>
<trans-unit id="report_user_week">
<source>report_user_week</source>
<target>Wochenansicht für einen Benutzer</target>
</trans-unit>
<trans-unit id="report_user_month">
<source>report_user_month</source>
<target>Monatsansicht für einen Benutzer</target>

View File

@@ -6,6 +6,10 @@
<source>reporting.title</source>
<target>Reporting</target>
</trans-unit>
<trans-unit id="report_user_week">
<source>report_user_week</source>
<target>Weekly view for one user</target>
</trans-unit>
<trans-unit id="report_user_month">
<source>report_user_month</source>
<target>Monthly view for one user</target>

View File

@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file source-language="en" target-language="nl" datatype="plaintext" original="reporting.en.xlf">
<body>
<trans-unit id="reporting.title">
<source>reporting.title</source>
<target>Rapporten</target>
</trans-unit>
<trans-unit id="report_user_week">
<source>report_user_week</source>
<target>Weekoverzicht voor een user</target>
</trans-unit>
<trans-unit id="report_user_month">
<source>report_user_month</source>
<target>Maandoverzicht voor een user</target>
</trans-unit>
<trans-unit id="report_monthly_users">
<source>report_monthly_users</source>
<target>Maandoverzicht voor alle users</target>
</trans-unit>
</body>
</file>
</xliff>