project grouped invoice calculator (#892)

This commit is contained in:
Kevin Papst
2019-07-24 17:45:51 +02:00
committed by GitHub
parent 56e276939b
commit 53eda31179
12 changed files with 346 additions and 97 deletions

View File

@@ -8,19 +8,23 @@
</trans-unit>
<trans-unit id="default">
<source>default</source>
<target>Eintragsbasiert - ein Eintrag pro Zeitmessung (Standard)</target>
<target>Standard: ein Eintrag pro Zeitmessung</target>
</trans-unit>
<trans-unit id="short">
<source>short</source>
<target>Stunden aufsummiert - nur ein Eintrag</target>
<target>Stunden: Einträge aufsummiert, nur ein Eintrag</target>
</trans-unit>
<trans-unit id="user">
<source>user</source>
<target>Benutzer gruppiert - ein Eintrag pro Benutzer</target>
<target>Benutzer: ein Eintrag pro Benutzer</target>
</trans-unit>
<trans-unit id="activity">
<source>activity</source>
<target>Aktivitäten gruppiert - ein Eintrag pro Aktivität</target>
<target>Aktivität: ein Eintrag pro Aktivität</target>
</trans-unit>
<trans-unit id="project">
<source>project</source>
<target>Projekt: ein Eintrag pro Projekt</target>
</trans-unit>
</body>
</file>

View File

@@ -8,19 +8,23 @@
</trans-unit>
<trans-unit id="default">
<source>default</source>
<target>Entry-based - one entry per time measurement (default)</target>
<target>Default: one entry per time record</target>
</trans-unit>
<trans-unit id="short">
<source>short</source>
<target>Hours added up - only one entry</target>
<target>Hours: records summed up, one entry total</target>
</trans-unit>
<trans-unit id="user">
<source>user</source>
<target>User grouped - one entry per user</target>
<target>User: one entry per user</target>
</trans-unit>
<trans-unit id="activity">
<source>activity</source>
<target>Activity grouped - one entry per activity</target>
<target>Activity: one entry per activity</target>
</trans-unit>
<trans-unit id="project">
<source>project</source>
<target>Project: one entry per project</target>
</trans-unit>
</body>
</file>