Implemented Add card modal

ref #94
This commit is contained in:
2021-03-23 17:58:13 +01:00
parent 4715978f81
commit 535b23ae91
4 changed files with 184 additions and 4 deletions

View File

@@ -386,5 +386,10 @@
"enabled_large": "Aktiviert",
"disabled": "Deaktiviert",
"card-deleted": "Karte gelöscht",
"non-blanko": "Keine/Blankokarte"
"non-blanko": "Keine/Blankokarte",
"adding-card": "Karte wird erstellt",
"card-added": "Karte wurde hinzugefügt",
"create-a-new-card": "Neue Läuferkarte erstellen",
"you-can-provide-a-runner-but-you-dont-have-to": "Du kannst eine Läufer:in angeben, musst aber nicht.",
"if-you-want-to-create-multiple-blanco-cards-try-the-add-bulk-button": "Wenn du mehrere Blankokarten erstellen willst, nutze doch den \"Blankokarten erstellen\" Knopf."
}

View File

@@ -386,5 +386,10 @@
"enabled_large": "Enabled",
"disabled": "Disabled",
"card-deleted": "Card deleted",
"non-blanko": "Non/Blanko"
"non-blanko": "Non/Blanko",
"adding-card": "Adding Card",
"card-added": "Card added",
"create-a-new-card": "Create a new card",
"you-can-provide-a-runner-but-you-dont-have-to": "You can provide a runner, but you don't have to.",
"if-you-want-to-create-multiple-blanco-cards-try-the-add-bulk-button": "If you want to create multiple blanco cards: Try the 'Add bulk' button."
}