diff --git a/src/components/cards/AddCardBulkModal.svelte b/src/components/cards/AddCardBulkModal.svelte new file mode 100644 index 00000000..9b7dfa6d --- /dev/null +++ b/src/components/cards/AddCardBulkModal.svelte @@ -0,0 +1,174 @@ + + +{#if modal_open} +
{ + modal_open = false; + }}> +
+ +
+{/if} diff --git a/src/locales/de.json b/src/locales/de.json index 70c246c5..0132b26d 100644 --- a/src/locales/de.json +++ b/src/locales/de.json @@ -391,5 +391,9 @@ "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." + "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.", + "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)." } diff --git a/src/locales/en.json b/src/locales/en.json index 7fb6c011..a2b9496b 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -391,5 +391,9 @@ "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 bulk' 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)." }