feat(dashboard): Added total donations

This commit is contained in:
2023-04-19 15:56:21 +02:00
parent e0b61486b0
commit 7b2b598588
3 changed files with 24 additions and 2 deletions

View File

@@ -490,5 +490,6 @@
"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 (oder abbrechen).",
"zip-postal-code": "Postleitzahl",
"total-donors": "gesamte Sponsor:innen"
"total-donors": "gesamte Sponsor:innen",
"total-donation-count": "Gesamte Sponsorings"
}

View File

@@ -490,5 +490,6 @@
"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 (or cancel).",
"zip-postal-code": "ZIP/ postal code",
"total-donors": "total donors"
"total-donors": "total donors",
"total-donation-count": "total donations (count)"
}