Prevent bookings with same start / stop time (#3304)

This commit is contained in:
Lukas Steinmann
2022-05-17 11:12:08 +02:00
committed by GitHub
parent f409ce5364
commit 27c60d9fc4
15 changed files with 266 additions and 1 deletions

View File

@@ -50,6 +50,10 @@
<source>label.timesheet.rules.allow_future_times</source>
<target>Erlaube Zeiteinträge in der Zukunft</target>
</trans-unit>
<trans-unit id="z4tQEPb" resname="label.timesheet.rules.allow_zero_duration">
<source>label.timesheet.rules.allow_zero_duration</source>
<target>Erlaube Zeiteinträge mit einer leeren Dauer</target>
</trans-unit>
<trans-unit id="VAAaL2t" resname="label.timesheet.rules.allow_overbooking_budget">
<source>label.timesheet.rules.allow_overbooking_budget</source>
<target>Überbuchung hinterlegter Budgets erlauben</target>

View File

@@ -50,6 +50,10 @@
<source>label.timesheet.rules.allow_future_times</source>
<target>Allow time entries in the future</target>
</trans-unit>
<trans-unit id="z4tQEPb" resname="label.timesheet.rules.allow_zero_duration">
<source>label.timesheet.rules.allow_zero_duration</source>
<target>Allow time entries with an empty duration</target>
</trans-unit>
<trans-unit id="VAAaL2t" resname="label.timesheet.rules.allow_overbooking_budget">
<source>label.timesheet.rules.allow_overbooking_budget</source>
<target>Allow overbooking of stored budgets</target>

View File

@@ -38,6 +38,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="ePrqiLN" resname="Duration cannot be zero.">
<source>Duration cannot be zero.</source>
<target>Eine leere Dauer ist nicht erlaubt.</target>
</trans-unit>
<trans-unit id="1V6BsD_" resname="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>

View File

@@ -38,6 +38,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="ePrqiLN" resname="Duration cannot be zero.">
<source>Duration cannot be zero.</source>
<target>An empty duration is not allowed.</target>
</trans-unit>
<trans-unit id="1V6BsD_" resname="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>