Fixed missing localization in create view

This commit is contained in:
2025-11-30 18:08:02 +01:00
parent 8ad3085833
commit 034a8c2c66
3 changed files with 35 additions and 5 deletions

View File

@@ -321,4 +321,19 @@
<data name="Delete" xml:space="preserve">
<value>Löschen</value>
</data>
<data name="AdditionalInformation" xml:space="preserve">
<value>Zusätzliche Informationen</value>
</data>
<data name="EnterAdditionalInformation" xml:space="preserve">
<value>Geben Sie zusätzliche Informationen ein (optional)</value>
</data>
<data name="OptionalAddNotes" xml:space="preserve">
<value>Optional: Notizen, spezielle Anweisungen oder andere Details hinzufügen</value>
</data>
<data name="OrderImage" xml:space="preserve">
<value>Bild</value>
</data>
<data name="OptionalUploadImage" xml:space="preserve">
<value>Optional: Laden Sie ein Bild für diese Bestellung hoch (JPG, PNG, etc.)</value>
</data>
</root>

View File

@@ -318,4 +318,19 @@
<data name="Delete" xml:space="preserve">
<value>Delete</value>
</data>
<data name="AdditionalInformation" xml:space="preserve">
<value>Additional Information</value>
</data>
<data name="EnterAdditionalInformation" xml:space="preserve">
<value>Enter additional information</value>
</data>
<data name="OptionalAddNotes" xml:space="preserve">
<value>Optional: Add notes, special instructions, or other details</value>
</data>
<data name="OrderImage" xml:space="preserve">
<value>Order Image</value>
</data>
<data name="OptionalUploadImage" xml:space="preserve">
<value>Optional: Upload an image for this order (JPG, PNG, etc.)</value>
</data>
</root>