added invoice calculator to sum by day (#982)

This commit is contained in:
Kevin Papst
2019-07-24 18:36:06 +02:00
committed by GitHub
parent 53eda31179
commit 7583498735
5 changed files with 201 additions and 10 deletions

View File

@@ -26,6 +26,10 @@
<source>project</source>
<target>Projekt: ein Eintrag pro Projekt</target>
</trans-unit>
<trans-unit id="date">
<source>date</source>
<target>Datum: ein Eintrag pro Tag (verwendet Startdatum)</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -26,6 +26,10 @@
<source>project</source>
<target>Project: one entry per project</target>
</trans-unit>
<trans-unit id="date">
<source>date</source>
<target>Date: one entry per day (uses start date)</target>
</trans-unit>
</body>
</file>
</xliff>