Cleaned redundant js from Locations view, added missing localization to Locations view

This commit is contained in:
2025-10-26 08:23:00 +01:00
parent 655ac35e35
commit b01c8d84da
3 changed files with 65 additions and 53 deletions

View File

@@ -22,10 +22,10 @@
<data name="Location ID" xml:space="preserve">
<value>Ort ID</value>
</data>
<data name="Location name" xml:space="preserve">
<data name="Location Name" xml:space="preserve">
<value>Ort Name</value>
</data>
<data name="Room number" xml:space="preserve">
<data name="Room Number" xml:space="preserve">
<value>Raumnummer</value>
</data>
<data name="Seat" xml:space="preserve">
@@ -61,4 +61,25 @@
<data name="Location creation failed" xml:space="preserve">
<value>Erstellung des Ortes ist fehlgeschlagen</value>
</data>
<data name="Edit Location" xml:space="preserve">
<value>Ort anpassen</value>
</data>
<data name="Cancel" xml:space="preserve">
<value>Abbrechen</value>
</data>
<data name="Save changes" xml:space="preserve">
<value>Sitzplatz</value>
</data>
<data name="Create" xml:space="preserve">
<value>Erstellen</value>
</data>
<data name="DeleteLocationConfirmation" xml:space="preserve">
<value>Sind Sie sich sicher, dass Sie den Ort {0} löschen möchten?</value>
</data>
<data name="Yes, Delete" xml:space="preserve">
<value>Ja, löschen</value>
</data>
<data name="Confirm Delete" xml:space="preserve">
<value>Löschen bestätigen</value>
</data>
</root>