Feature: Shitpost Mode -> upload multiple files at once

This commit is contained in:
2026-05-13 05:49:11 +02:00
parent d85d8276ed
commit f613ae309e
21 changed files with 1463 additions and 539 deletions

View File

@@ -61,7 +61,13 @@
"uploading": "Wird hochgeladen...",
"pending_approval_patient": "Upload wartet auf Freigabe, bitte haben Sie etwas Geduld",
"remove_file": "Datei entfernen",
"cancel_upload": "Upload abbrechen"
"cancel_upload": "Upload abbrechen",
"shitpost_success": "{n} Beiträge erfolgreich gepostet!",
"shitposting_status": "Wird gepostet",
"item_comment_placeholder": "Kommentar (optional)...",
"item_tags_placeholder": "Tags...",
"btn_add_urls": "URL(s) hinzufügen",
"tags_required_shitpost": "Alle Beiträge benötigen Tags"
},
"auth": {
"registering": "Wird registriert...",
@@ -305,6 +311,7 @@
"enter_url": "URL eingeben",
"tags_required": "{n} Tag(s) noch erforderlich",
"select_rating": "SFW oder NSFW auswählen",
"select_rating_nsfl": "SFW, NSFW oder NSFL auswählen",
"embed_youtube": "YouTube-Video einbetten",
"upload_from_url": "Von URL hochladen",
"upload": "Hochladen"

View File

@@ -43,6 +43,7 @@
"url_tab_yt": "URL / YouTube",
"url_placeholder": "Paste a URL to download...",
"url_placeholder_yt": "Paste a URL or YouTube link...",
"url_placeholder_shitpost": "Paste multiple URLs here (one per line)...",
"drop_here": "Drop your file here",
"admin_boost": "Admin Boost",
"custom_thumbnail": "Custom Thumbnail",
@@ -61,7 +62,13 @@
"uploading": "Uploading...",
"pending_approval_patient": "Upload awaits approval, please be patient",
"remove_file": "Remove File",
"cancel_upload": "Cancel Upload"
"cancel_upload": "Cancel Upload",
"shitpost_success": "Successfully shitposted {n} items!",
"shitposting_status": "Shitposting",
"item_comment_placeholder": "Comment (optional)...",
"item_tags_placeholder": "Tags...",
"btn_add_urls": "Add URL(s)",
"tags_required_shitpost": "All items need tags"
},
"auth": {
"registering": "Registering...",
@@ -305,6 +312,7 @@
"enter_url": "Enter a URL",
"tags_required": "{n} more tag{s} required",
"select_rating": "Select SFW or NSFW",
"select_rating_nsfl": "Select SFW, NSFW or NSFL",
"embed_youtube": "Embed YouTube Video",
"upload_from_url": "Upload from URL",
"upload": "Upload"

View File

@@ -61,7 +61,13 @@
"uploading": "Uploaden...",
"pending_approval_patient": "Upload wacht op goedkeuring, even geduld alstublieft",
"remove_file": "Bestand Verwijderen",
"cancel_upload": "Upload Annuleren"
"cancel_upload": "Upload Annuleren",
"shitpost_success": "{n} items succesvol gepost!",
"shitposting_status": "Lekker shitposten",
"item_comment_placeholder": "Opmerking (optioneel)...",
"item_tags_placeholder": "Etiketten...",
"btn_add_urls": "URL(s) toevoegen",
"tags_required_shitpost": "Alle items hebben tags nodig"
},
"auth": {
"registering": "Registreren...",
@@ -305,6 +311,7 @@
"enter_url": "Voer een URL in",
"tags_required": "{n} extra tag{s} vereist",
"select_rating": "Selecteer SFW of NSFW",
"select_rating_nsfl": "Selecteer SFW, NSFW of NSFL",
"embed_youtube": "YouTube-video Insluiten",
"upload_from_url": "Uploaden via URL",
"upload": "Uploaden"

View File

@@ -61,7 +61,11 @@
"uploading": "Wird aufladiert...",
"pending_approval_patient": "Die Ladung harrt der Absegnung, bitte haben Sie Geduld",
"remove_file": "Datei entfernen",
"cancel_upload": "Aufladierung abbrechen"
"cancel_upload": "Aufladierung abbrechen",
"shitpost_success": "{n} Fetzen erfolgreich gepfeffert!",
"shitposting_status": "Wird gepfeffert",
"item_comment_placeholder": "Senf dazugeben (optional)...",
"item_tags_placeholder": "Etiketten..."
},
"auth": {
"registering": "Registrierung wird in die Wege geleitet...",