weekly quick-entry form (#2793)

This commit is contained in:
Kevin Papst
2021-10-18 11:12:46 +02:00
committed by GitHub
parent 64893e0a95
commit 9ab098af86
105 changed files with 3356 additions and 778 deletions

View File

@@ -404,6 +404,10 @@
<source>action.edit</source>
<target>Bearbeiten</target>
</trans-unit>
<trans-unit id="action.add">
<source>action.add</source>
<target>Hinzufügen</target>
</trans-unit>
<trans-unit id="action.delete">
<source>action.delete</source>
<target>Löschen</target>
@@ -1256,6 +1260,13 @@
<source>default_value_new</source>
<target>Standard Wert für neue Einträge</target>
</trans-unit>
<!--
QUICK ENTRIES
-->
<trans-unit id="quick_entry.title">
<source>quick_entry.title</source>
<target>Wöchentliche Arbeitsstunden</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -404,6 +404,10 @@
<source>action.edit</source>
<target>Edit</target>
</trans-unit>
<trans-unit id="action.add">
<source>action.add</source>
<target>Add</target>
</trans-unit>
<trans-unit id="action.delete">
<source>action.delete</source>
<target>Delete</target>
@@ -1256,6 +1260,13 @@
<source>default_value_new</source>
<target>Default values for new entries</target>
</trans-unit>
<!--
QUICK ENTRIES
-->
<trans-unit id="quick_entry.title">
<source>quick_entry.title</source>
<target>Weekly working hours</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -66,6 +66,18 @@
<source>Maximum duration of {{ value }} hours exceeded.</source>
<target>Erlaubt sind max. {{ value }} Stunden.</target>
</trans-unit>
<trans-unit id="An activity needs to be selected.">
<source>An activity needs to be selected.</source>
<target>Eine Tätigkeit muss ausgewählt werden.</target>
</trans-unit>
<trans-unit id="A project needs to be selected.">
<source>A project needs to be selected.</source>
<target>Ein Projekt muss ausgewählt werden.</target>
</trans-unit>
<trans-unit id="This timesheet is already exported.">
<source>This timesheet is already exported.</source>
<target>Dieser Eintrag wurde bereits exportiert.</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -66,6 +66,18 @@
<source>Maximum duration of {{ value }} hours exceeded.</source>
<target>Maximum {{ value }} hours allowed.</target>
</trans-unit>
<trans-unit id="An activity needs to be selected.">
<source>An activity needs to be selected.</source>
<target>An activity needs to be selected.</target>
</trans-unit>
<trans-unit id="A project needs to be selected.">
<source>A project needs to be selected.</source>
<target>A project needs to be selected.</target>
</trans-unit>
<trans-unit id="This timesheet is already exported.">
<source>This timesheet is already exported.</source>
<target>This timesheet is already exported.</target>
</trans-unit>
</body>
</file>
</xliff>