Added order image and description upload

This commit is contained in:
2025-11-30 10:48:08 +01:00
parent b005975c81
commit 1bce61267a
13 changed files with 974 additions and 2 deletions

View File

@@ -279,4 +279,19 @@
<data name="Currency" xml:space="preserve">
<value>{0} €</value>
</data>
<data name="AdditionalInfo" xml:space="preserve">
<value>Zusätzliche Informationen</value>
</data>
<data name="EnterAdditionalInfo" xml:space="preserve">
<value>Zusätzliche Informationen eingeben (optional)</value>
</data>
<data name="UploadImage" xml:space="preserve">
<value>Bild hochladen</value>
</data>
<data name="CreatedBy" xml:space="preserve">
<value>Erstellt von</value>
</data>
<data name="CreatedOn" xml:space="preserve">
<value>Erstellt am</value>
</data>
</root>

View File

@@ -279,4 +279,16 @@
<data name="Currency" xml:space="preserve">
<value>${0}</value>
</data>
<data name="AdditionalInfo" xml:space="preserve">
<value>Additional Information</value>
</data>
<data name="EnterAdditionalInfo" xml:space="preserve">
<value>Enter additional information (optional)</value>
</data>
<data name="UploadImage" xml:space="preserve">
<value>Upload Image</value>
</data>
<data name="CreatedOn" xml:space="preserve">
<value>Created on</value>
</data>
</root>