Refactor code structure for improved readability and maintainability

This commit is contained in:
Nicolai Ort 2025-05-19 21:07:19 +02:00
parent 8c3f0092d2
commit e3c6d5a5c0
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F
2 changed files with 1094 additions and 1083 deletions

View File

@ -539,5 +539,11 @@
"you-have-to-provide-an-organization": "Du musst eine Organisation angeben", "you-have-to-provide-an-organization": "Du musst eine Organisation angeben",
"you-have-to-save-your-changes-to-generate-a-link": "Du musst deine Änderungen speichern, um einen Link zu generieren.", "you-have-to-save-your-changes-to-generate-a-link": "Du musst deine Änderungen speichern, um einen Link zu generieren.",
"you-must-create-at-least-one-card-or-cancel": "Du musst mindestens eine Blankokarte erstellen.", "you-must-create-at-least-one-card-or-cancel": "Du musst mindestens eine Blankokarte erstellen.",
"zip-postal-code": "Postleitzahl" "zip-postal-code": "Postleitzahl",
"search-for-donor": "Nach Sponsor:in suchen",
"new-donor": "Neue Sponsor:in",
"existing-donor": "Existierende Sponsor:in",
"donation-created-successfully": "Sponsoring erstellt",
"error-creating-donation": "Fehler bei der Anlage",
"last-created-donation": "Zuletzt erstellt"
} }

View File

@ -538,5 +538,10 @@
"you-have-to-provide-an-organization": "You have to provide an organization", "you-have-to-provide-an-organization": "You have to provide an organization",
"you-have-to-save-your-changes-to-generate-a-link": "You have to save your changes to generate a link.", "you-have-to-save-your-changes-to-generate-a-link": "You have to save your changes to generate a link.",
"you-must-create-at-least-one-card-or-cancel": "You must create at least one card.", "you-must-create-at-least-one-card-or-cancel": "You must create at least one card.",
"zip-postal-code": "ZIP/ postal code" "zip-postal-code": "ZIP/ postal code",
"search-for-donor": "Search for donor",
"new-donor": "New donor",
"existing-donor": "Existing Donor",
"donation-created-successfully": "Donation created",
"last-created-donation": "Last created"
} }