add "duration + fixed start time" tracking mode (#859)

This commit is contained in:
Kevin Papst
2019-06-15 23:04:53 +02:00
committed by GitHub
parent 92f3f4ee57
commit 59d2946b91
36 changed files with 1094 additions and 265 deletions

View File

@@ -40,7 +40,11 @@
</trans-unit>
<trans-unit id="label.timesheet.mode_duration_only">
<source>label.timesheet.mode_duration_only</source>
<target>[Dauer] ersetzt die Endzeit durch ein Eingabefeld für Dauer</target>
<target>[Dauer] ersetzt den Endzeitpunkt durch ein Eingabefeld für Dauer</target>
</trans-unit>
<trans-unit id="label.timesheet.mode_duration_fixed_start">
<source>label.timesheet.mode_duration_fixed_start</source>
<target>[Dauer] Konfigurierbare feste Startzeit, nur Dauer kann geändert werden</target>
</trans-unit>
<trans-unit id="label.timesheet.mode_punch">
<source>label.timesheet.mode_punch</source>

View File

@@ -42,6 +42,10 @@
<source>label.timesheet.mode_duration_only</source>
<target>[Duration] replaces the end time with a duration input-field</target>
</trans-unit>
<trans-unit id="label.timesheet.mode_duration_fixed_start">
<source>label.timesheet.mode_duration_fixed_start</source>
<target>[Duration] Configurable fixed start-time, only duration can be changed</target>
</trans-unit>
<trans-unit id="label.timesheet.mode_punch">
<source>label.timesheet.mode_punch</source>
<target>[Time-clock] user can start and stop records, but not edit the times or duration</target>