billable timesheets, inactive projects report, bookmark export search (#2503)

This commit is contained in:
Kevin Papst
2021-04-18 21:51:27 +02:00
committed by GitHub
parent 8664d94ea6
commit 0330f45c6a
97 changed files with 1516 additions and 664 deletions

View File

@@ -36,9 +36,9 @@
<trans-unit id="admin_entity.delete_confirm">
<source>admin_entity.delete_confirm</source>
<target>
Diese Daten werden ebenfalls mit gelöscht!
Alternativ können Sie einen Eintrag auswählen, auf den alle existierenden Daten umgebucht werden:
</target>
Diese Daten werden ebenfalls mit gelöscht!
Alternativ können Sie einen Eintrag auswählen, auf den alle existierenden Daten umgebucht werden:
</target>
</trans-unit>
<trans-unit id="delete.not_in_use">
<source>delete.not_in_use</source>
@@ -1190,6 +1190,14 @@
<source>label.not_invoiced</source>
<target>Nicht abgerechnet</target>
</trans-unit>
<trans-unit id="label.last_record_before">
<source>label.last_record_before</source>
<target>Keine Zeitbuchung mehr seit</target>
</trans-unit>
<trans-unit id="label.last_record">
<source>label.last_record</source>
<target>Letzter Eintrag</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -1209,6 +1209,14 @@
<source>label.not_invoiced</source>
<target>Not billed</target>
</trans-unit>
<trans-unit id="label.last_record_before">
<source>label.last_record_before</source>
<target>No time booking since</target>
</trans-unit>
<trans-unit id="label.last_record">
<source>label.last_record</source>
<target>Last entry</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -22,6 +22,10 @@
<source>report_project_view</source>
<target>Projektübersicht</target>
</trans-unit>
<trans-unit id="report_inactive_project">
<source>report_inactive_project</source>
<target>Inaktive Projekte</target>
</trans-unit>
<trans-unit id="reporting.initial_view">
<source>reporting.initial_view</source>
<target>Initialer Bericht</target>

View File

@@ -22,6 +22,10 @@
<source>report_project_view</source>
<target>Project overview</target>
</trans-unit>
<trans-unit id="report_inactive_project">
<source>report_inactive_project</source>
<target>Inactive projects</target>
</trans-unit>
<trans-unit id="reporting.initial_view">
<source>reporting.initial_view</source>
<target>Initial report</target>