weekly quick-entry form (#2793)
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user