Runner cards feature/94-runnercard_mgnt #111

Merged
niggl merged 40 commits from feature/94-runnercard_mgnt into dev 2021-03-26 16:14:47 +00:00
3 changed files with 834 additions and 832 deletions
Showing only changes of commit 6b5945add8 - Show all commits

View File

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

View File

@ -412,5 +412,6 @@
"you-dont-have-any-scanstations-yet": "Es gibt noch keine Scannerstationen",
"you-have-to-provide-an-organization": "Du musst eine Organisation angeben",
"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-runnercards": "Läuferkarten generieren"
}

View File

@ -413,5 +413,6 @@
"you-dont-have-any-scanstations-yet": "You don't have any scanstations yet",
"you-have-to-provide-an-organization": "You have to provide an organization",
"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-runnercards": "Generate Runnercards"
}