feat: bookmarklet to blog stuff easily
This commit is contained in:
@@ -133,6 +133,9 @@
|
||||
"settings.toast.credentialsCleared": "{type} credentials cleared",
|
||||
"settings.toast.projectSaved": "Project settings saved",
|
||||
"settings.toast.projectSaveFailed": "Failed to save project settings",
|
||||
"settings.toast.blogmarkBookmarkletCopied": "Blogmark bookmarklet copied to clipboard",
|
||||
"settings.toast.blogmarkBookmarkletCopyFailed": "Failed to copy blogmark bookmarklet",
|
||||
"settings.toast.blogmarkBookmarkletGenerateFailed": "Failed to generate blogmark bookmarklet",
|
||||
"settings.toast.categoryAdded": "Category \"{category}\" added",
|
||||
"settings.toast.categoryAddFailed": "Failed to add category",
|
||||
"settings.toast.categoryExists": "Category already exists",
|
||||
@@ -435,6 +438,11 @@
|
||||
"settings.project.defaultAuthorPlaceholder": "Author Name",
|
||||
"settings.project.maxPostsPerPageLabel": "Max Posts Per Page",
|
||||
"settings.project.maxPostsPerPageDescription": "Maximum number of posts shown per preview route page.",
|
||||
"settings.project.blogmarkCategoryLabel": "Blogmark Category",
|
||||
"settings.project.blogmarkCategoryDescription": "Category assigned to posts created via bookmarklet deep links.",
|
||||
"settings.project.blogmarkBookmarkletLabel": "Browser Bookmarklet",
|
||||
"settings.project.blogmarkBookmarkletDescription": "Copy a bookmarklet you can paste into your browser bookmarks bar to send page links into bDS.",
|
||||
"settings.project.blogmarkBookmarkletCopyButton": "Copy Blogmark Bookmarklet",
|
||||
"settings.project.saveButton": "Save Project Settings",
|
||||
"editor.loadingPost": "Loading post...",
|
||||
"editor.unsavedChanges": "Unsaved changes (auto-saves on switch)",
|
||||
|
||||
Reference in New Issue
Block a user