monthly budget, monthly report, unified report calculation (#2684)

This commit is contained in:
Kevin Papst
2021-08-06 18:38:41 +02:00
committed by GitHub
parent 21f785638c
commit cefd747e91
196 changed files with 5031 additions and 2167 deletions

View File

@@ -630,13 +630,6 @@
<source>admin_project.title</source>
<target>Projekte</target>
</trans-unit>
<trans-unit id="admin_project.short_stats">
<source>admin_project.short_stats</source>
<target>
Momentan existieren für das Projekt %project% des Kunden %customer% insgesamt %activities%
Tätigkeiten und %records% Zeiteinträge, welche sich auf eine Gesamtdauer von %duration% belaufen.
</target>
</trans-unit>
<trans-unit id="label.project_start">
<source>label.project_start</source>
<target>Projekt Start</target>
@@ -652,13 +645,6 @@
<source>admin_activity.title</source>
<target>Tätigkeiten</target>
</trans-unit>
<trans-unit id="admin_activity.short_stats">
<source>admin_activity.short_stats</source>
<target>
Momentan existieren für die Tätigkeit %activity% im Projekt %project% für den Kunden %customer%
insgesamt %records% Zeiteinträge, welche sich auf eine Gesamtdauer von %duration% belaufen.
</target>
</trans-unit>
<!--
Admin: Customer
-->
@@ -722,13 +708,6 @@
<source>label.currency</source>
<target>Währung</target>
</trans-unit>
<trans-unit id="admin_customer.short_stats">
<source>admin_customer.short_stats</source>
<target>
Momentan existieren für den Kunden %customer% insgesamt %project% Projekte mit %activity%
Tätigkeiten, die sich in %records% Zeiteinträgen auf eine Gesamtdauer von %duration% belaufen.
</target>
</trans-unit>
<!--
Admin: User
-->
@@ -756,12 +735,6 @@
<source>label.roles</source>
<target>Rolle</target>
</trans-unit>
<trans-unit id="admin_user.short_stats">
<source>admin_user.short_stats</source>
<target>
Momentan existieren für den Benutzer %user% insgesamt %records% Zeiteinträge, welche sich auf eine Gesamtdauer von %duration% belaufen.
</target>
</trans-unit>
<trans-unit id="user_permissions.title">
<source>user_permissions.title</source>
<target>Benutzer Berechtigungen</target>
@@ -939,6 +912,14 @@
<source>stats.percentUsedLeft</source>
<target>%percent%% verwendet (noch %left% offen)</target>
</trans-unit>
<trans-unit id="stats.percentUsed_month">
<source>stats.percentUsed_month</source>
<target>%percent%% verwendet diesen Monat</target>
</trans-unit>
<trans-unit id="stats.percentUsedLeft_month">
<source>stats.percentUsedLeft_month</source>
<target>%percent%% verwendet (noch %left% diesen Monat offen)</target>
</trans-unit>
<!--
Invoice
-->
@@ -1247,6 +1228,18 @@
<source>label.account_number</source>
<target>Personalnummer</target>
</trans-unit>
<trans-unit id="label.budgetType">
<source>label.budgetType</source>
<target>Budget-Typ</target>
</trans-unit>
<trans-unit id="label.budgetType_month">
<source>label.budgetType_month</source>
<target>Monatlich</target>
</trans-unit>
<trans-unit id="delete_warning.short_stats">
<source>delete_warning.short_stats</source>
<target>Momentan existieren insgesamt %records% Zeiteinträge, welche sich auf eine Gesamtdauer von %duration% belaufen.</target>
</trans-unit>
</body>
</file>
</xliff>