create timesheet for multiple users (#1716)

This commit is contained in:
Kevin Papst
2020-05-18 23:35:43 +02:00
committed by GitHub
parent 9da46bbdcd
commit e61ffe4db4
20 changed files with 548 additions and 16 deletions

View File

@@ -70,6 +70,10 @@
<source>create-timesheet</source>
<target>Zeit erfassen</target>
</trans-unit>
<trans-unit id="create-timesheet-multiuser">
<source>create-timesheet-multiuser</source>
<target>Für mehrere Benutzer</target>
</trans-unit>
<trans-unit id="permissions">
<source>permissions</source>
<target>Team Berechtigungen</target>

View File

@@ -70,6 +70,10 @@
<source>create-timesheet</source>
<target>Create timesheet</target>
</trans-unit>
<trans-unit id="create-timesheet-multiuser">
<source>create-timesheet-multiuser</source>
<target>For multiple users</target>
</trans-unit>
<trans-unit id="permissions">
<source>permissions</source>
<target>Team permissions</target>

View File

@@ -14,6 +14,10 @@
<source>The begin date cannot be in the future.</source>
<target>Das Startdatum darf nicht in der Zukunft liegen.</target>
</trans-unit>
<trans-unit id="You must select at least one user or team.">
<source>You must select at least one user or team.</source>
<target>Sie müssen mindestens einen Benutzer oder ein Team auswählen.</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -14,6 +14,10 @@
<source>The begin date cannot be in the future.</source>
<target>The begin date cannot be in the future.</target>
</trans-unit>
<trans-unit id="You must select at least one user or team.">
<source>You must select at least one user or team.</source>
<target>You must select at least one user or team.</target>
</trans-unit>
</body>
</file>
</xliff>