rounding rules via admin screen, round begin when starting record (#1229)

This commit is contained in:
Kevin Papst
2019-11-10 13:57:05 +01:00
committed by GitHub
parent fa1c79e15c
commit c6c4098759
47 changed files with 1100 additions and 185 deletions

View File

@@ -118,6 +118,74 @@
<source>label.theme.branding.title</source>
<target>Browser Title</target>
</trans-unit>
<trans-unit id="rounding">
<source>rounding</source>
<target>Time rounding</target>
</trans-unit>
<trans-unit id="label.timesheet.rounding.default.begin">
<source>label.timesheet.rounding.default.begin</source>
<target>Rounding of the start time in minutes (0 = deactivated)</target>
</trans-unit>
<trans-unit id="label.timesheet.rounding.default.end">
<source>label.timesheet.rounding.default.end</source>
<target>Rounding of the end time in minutes (0 = deactivated)</target>
</trans-unit>
<trans-unit id="label.timesheet.rounding.default.duration">
<source>label.timesheet.rounding.default.duration</source>
<target>Rounding of the duration in minutes (0 = deactivated)</target>
</trans-unit>
<trans-unit id="label.timesheet.rounding.default.mode">
<source>label.timesheet.rounding.default.mode</source>
<target>Rounding mode</target>
</trans-unit>
<trans-unit id="label.timesheet.rounding.default.days">
<source>label.timesheet.rounding.default.days</source>
<target>Days of the week when rounding will be applied</target>
</trans-unit>
<trans-unit id="Monday">
<source>Monday</source>
<target>Monday</target>
</trans-unit>
<trans-unit id="Tuesday">
<source>Tuesday</source>
<target>Tuesday</target>
</trans-unit>
<trans-unit id="Wednesday">
<source>Wednesday</source>
<target>Wednesday</target>
</trans-unit>
<trans-unit id="Thursday">
<source>Thursday</source>
<target>Thursday</target>
</trans-unit>
<trans-unit id="Friday">
<source>Friday</source>
<target>Friday</target>
</trans-unit>
<trans-unit id="Saturday">
<source>Saturday</source>
<target>Saturday</target>
</trans-unit>
<trans-unit id="Sunday">
<source>Sunday</source>
<target>Sunday</target>
</trans-unit>
<trans-unit id="Ceil">
<source>Ceil</source>
<target>Ceil: begin, end and duration will be rounded up</target>
</trans-unit>
<trans-unit id="Closest">
<source>Closest</source>
<target>Closest: mathematical rounding to the nearest value</target>
</trans-unit>
<trans-unit id="Default">
<source>Default</source>
<target>Standard: begin will be rounded down, end and duration up</target>
</trans-unit>
<trans-unit id="Floor">
<source>Floor</source>
<target>Floor: begin, end and duration will be rounded down</target>
</trans-unit>
</body>
</file>
</xliff>