Implmented certificate generation feature/119-Certificate_generation #120

Merged
niggl merged 25 commits from feature/119-Certificate_generation into dev 2021-04-05 14:05:40 +00:00
3 changed files with 856 additions and 854 deletions
Showing only changes of commit 17f6f4e616 - Show all commits

View File

@ -230,7 +230,7 @@
id="options-menu"
aria-haspopup="true"
aria-expanded="true">
{$_('generate-runnercards')}
{$_('generate-runner-certificates')}
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"

View File

@ -423,5 +423,6 @@
"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-must-create-at-least-one-card-or-cancel": "Du musst mindestens eine Blankokarte erstellen (oder abbrechen).",
"zip-postal-code": "Postleitzahl"
"zip-postal-code": "Postleitzahl",
"generate-runner-certificates": "Urkunden generieren"
}

View File

@ -424,5 +424,6 @@
"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-must-create-at-least-one-card-or-cancel": "You must create at least one card (or cancel).",
"zip-postal-code": "ZIP/ postal code"
"zip-postal-code": "ZIP/ postal code",
"generate-runner-certificates": "Generate runner certificates"
}