ref #78
This commit is contained in:
2021-02-20 19:13:33 +01:00
parent cb704c4551
commit 19393006ef
6 changed files with 39 additions and 25 deletions

View File

@@ -251,5 +251,22 @@
"donors": "donors",
"add-donor": "add donor",
"donations": "donations",
"total-donation-amount": "total donation amount"
"total-donation-amount": "total donation amount",
"donor-is-being-added": "Donor is being added...",
"donor-added": "Donor added",
"create-a-new-donor": "Create a new donor",
"please-provide-the-nessecary-information-to-add-a-new-donor": "Please provide the nessecary information to add a new donor",
"receipt-needed": "Receipt needed",
"do-you-want-to-delete-this-donor-with-all-related-donations": "Do you want to delete this donor with all related donations",
"all-associated-donations-will-get-deleted-as-well": "All associated donations will get deleted as well",
"confirm-delete-donor-with-all-donations": "Confirm, delete donor with all donations",
"cancel-keep-donor": "Cancel, keep donor",
"donor-is-being-updated": "donor is being updated",
"updated-donor": "updated donor",
"donor-deleted": "donor deleted",
"loading-donor-details": "Loading donor details",
"delete-donor": "Delete donor",
"there-are-no-donors-yet": "there are no donors yet",
"add-your-first-donor": "add your first donor",
"donors-are-being-loaded": "donors are being loaded"
}