Translations
This commit is contained in:
@@ -71,6 +71,7 @@ class TimesheetEditForm extends AbstractType
|
|||||||
},
|
},
|
||||||
])
|
])
|
||||||
->add('description', TextareaType::class, [
|
->add('description', TextareaType::class, [
|
||||||
|
'help' => 'timesheet.description.help',
|
||||||
'label' => 'label.description',
|
'label' => 'label.description',
|
||||||
'required' => false,
|
'required' => false,
|
||||||
])
|
])
|
||||||
|
|||||||
@@ -303,6 +303,10 @@
|
|||||||
<source>label.end</source>
|
<source>label.end</source>
|
||||||
<target>Bis</target>
|
<target>Bis</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
|
<trans-unit id="timesheet.description.help">
|
||||||
|
<source>timesheet.description.help</source>
|
||||||
|
<target>Beschreibungstext</target>
|
||||||
|
</trans-unit>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
User profile
|
User profile
|
||||||
|
|||||||
@@ -311,6 +311,10 @@
|
|||||||
<source>label.end</source>
|
<source>label.end</source>
|
||||||
<target>To</target>
|
<target>To</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
|
<trans-unit id="timesheet.description.help">
|
||||||
|
<source>timesheet.description.help</source>
|
||||||
|
<target>Description</target>
|
||||||
|
</trans-unit>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
User profile
|
User profile
|
||||||
|
|||||||
Reference in New Issue
Block a user