added setting to limit the maximum length of a timesheet record (#2612)

This commit is contained in:
Kevin Papst
2021-06-12 01:05:33 +02:00
committed by GitHub
parent 53e01177d9
commit 7460647d58
19 changed files with 366 additions and 28 deletions

View File

@@ -298,6 +298,14 @@
<source>label.saml_activate</source>
<target>SAML Anmeldung</target>
</trans-unit>
<trans-unit id="label.timesheet.rules.break_warning_duration">
<source>label.timesheet.rules.break_warning_duration</source>
<target>Maximale Dauer eines Zeiteintrags in Minuten, bevor eine Pausen-Warnung angezeigt wird (0 = deaktiviert)</target>
</trans-unit>
<trans-unit id="label.timesheet.rules.long_running_duration">
<source>label.timesheet.rules.long_running_duration</source>
<target>Maximale Dauer eines Zeiteintrags in Minuten, bevor das Speichern abgelehnt wird (0 = deaktiviert)</target>
</trans-unit>
</body>
</file>
</xliff>