Added bulk creation modal to cards view

ref #94
This commit is contained in:
2021-03-23 18:41:00 +01:00
parent 8a32569a3b
commit f46ccb610e
4 changed files with 22 additions and 15 deletions

View File

@@ -395,5 +395,6 @@
"create-bulk-blanco-cards": "Blankokarten erstellen",
"just-enter-how-many-you-want-and-the-system-will-create-them": "Geb einfach ein, wie viele Blankokarten das System erstellen soll.",
"amount": "Anzahl",
"you-must-create-at-least-one-card-or-cancel": "Du musst mindestens eine Blankokarte erstellen (oder abbrechen)."
"you-must-create-at-least-one-card-or-cancel": "Du musst mindestens eine Blankokarte erstellen (oder abbrechen).",
"create-bulk-cards": "Blankokarten erstellen"
}

View File

@@ -391,9 +391,10 @@
"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.",
"if-you-want-to-create-multiple-blanco-cards-try-the-add-bulk-button": "If you want to create multiple blanco cards: Try the 'Add blanco cards' button.",
"create-bulk-blanco-cards": "Create bulk blanco cards",
"just-enter-how-many-you-want-and-the-system-will-create-them": "Just enter how many you want and the system will create them",
"amount": "Amount",
"you-must-create-at-least-one-card-or-cancel": "You must create at least one card (or cancel)."
"you-must-create-at-least-one-card-or-cancel": "You must create at least one card (or cancel).",
"create-bulk-cards": "Add blanco cards"
}