feat: bookmarklet to blog stuff easily

This commit is contained in:
2026-02-22 17:49:11 +01:00
parent 6e45936fc9
commit 509afa4c85
17 changed files with 613 additions and 5 deletions

View File

@@ -133,6 +133,9 @@
"settings.toast.credentialsCleared": "{type}-Anmeldedaten gelöscht",
"settings.toast.projectSaved": "Projekteinstellungen gespeichert",
"settings.toast.projectSaveFailed": "Projekteinstellungen konnten nicht gespeichert werden",
"settings.toast.blogmarkBookmarkletCopied": "Blogmark-Bookmarklet in die Zwischenablage kopiert",
"settings.toast.blogmarkBookmarkletCopyFailed": "Blogmark-Bookmarklet konnte nicht kopiert werden",
"settings.toast.blogmarkBookmarkletGenerateFailed": "Blogmark-Bookmarklet konnte nicht erzeugt werden",
"settings.toast.categoryAdded": "Kategorie \"{category}\" hinzugefügt",
"settings.toast.categoryAddFailed": "Kategorie konnte nicht hinzugefügt werden",
"settings.toast.categoryExists": "Kategorie existiert bereits",
@@ -435,6 +438,11 @@
"settings.project.defaultAuthorPlaceholder": "Autorenname",
"settings.project.maxPostsPerPageLabel": "Maximale Beiträge pro Seite",
"settings.project.maxPostsPerPageDescription": "Maximale Anzahl von Beiträgen pro Vorschau-Routenseite.",
"settings.project.blogmarkCategoryLabel": "Blogmark-Kategorie",
"settings.project.blogmarkCategoryDescription": "Kategorie für Beiträge, die über Bookmarklet-Deep-Links erstellt werden.",
"settings.project.blogmarkBookmarkletLabel": "Browser-Bookmarklet",
"settings.project.blogmarkBookmarkletDescription": "Kopiere ein Bookmarklet, das du in die Browser-Lesezeichenleiste einfügen kannst, um Seitenlinks an bDS zu senden.",
"settings.project.blogmarkBookmarkletCopyButton": "Blogmark-Bookmarklet kopieren",
"settings.project.saveButton": "Projekteinstellungen speichern",
"editor.loadingPost": "Beitrag wird geladen...",
"editor.unsavedChanges": "Ungespeicherte Änderungen (wird beim Wechsel automatisch gespeichert)",