fix: more finishing work for M3
This commit is contained in:
@@ -42,6 +42,7 @@
|
||||
"activity.import": "Import",
|
||||
"activity.sourceControl": "Source Control",
|
||||
"common.save": "Save",
|
||||
"common.open": "Open",
|
||||
"common.cancel": "Cancel",
|
||||
"common.settings": "Settings",
|
||||
"common.tasks": "Tasks",
|
||||
@@ -166,6 +167,31 @@
|
||||
"modal.confirm.title": "Confirm",
|
||||
"modal.confirm.cancel": "Cancel",
|
||||
"modal.confirm.confirm": "Confirm",
|
||||
"modal.postInsertLink.title": "Insert Link",
|
||||
"modal.postInsertLink.description": "Select a post to link to.",
|
||||
"modal.postInsertLink.cancel": "Cancel",
|
||||
"modal.postInsertLink.tabInternal": "Internal",
|
||||
"modal.postInsertLink.tabExternal": "External",
|
||||
"modal.postInsertLink.searchPlaceholder": "Search posts...",
|
||||
"modal.postInsertLink.emptyState": "Start typing to search posts or use related posts",
|
||||
"modal.postInsertLink.createPost": "Create Post",
|
||||
"modal.postInsertLink.insert": "Insert",
|
||||
"modal.postInsertLink.externalUrlPlaceholder": "https://example.com",
|
||||
"modal.postInsertLink.externalTextPlaceholder": "Display text (optional)",
|
||||
"modal.postInsertLink.urlRequired": "A URL is required.",
|
||||
"modal.postInsertLink.titleRequired": "Enter a title to create a linked post.",
|
||||
"modal.postInsertLink.createFailed": "Failed to create the linked post.",
|
||||
"modal.postInsertLink.loadFailed": "Failed to load the selected post.",
|
||||
"modal.insertMedia.title": "Insert Media",
|
||||
"modal.insertMedia.description": "Select a media item to insert.",
|
||||
"modal.insertMedia.cancel": "Cancel",
|
||||
"modal.insertMedia.searchPlaceholder": "Search media...",
|
||||
"modal.insertMedia.loadFailed": "Failed to load the selected media item.",
|
||||
"modal.postGallery.title": "Media Gallery",
|
||||
"modal.postGallery.description": "Click an image to view full size.",
|
||||
"modal.postGallery.close": "Close",
|
||||
"modal.postGallery.backToGrid": "Back to Grid",
|
||||
"modal.postGallery.unavailable": "Preview unavailable",
|
||||
"sidebar.filter.search": "Search...",
|
||||
"sidebar.filter.toggle": "Filters",
|
||||
"sidebar.filter.clearAll": "Clear All Filters",
|
||||
@@ -182,9 +208,12 @@
|
||||
"editor.excerpt": "Excerpt",
|
||||
"editor.excerptPlaceholder": "Brief summary...",
|
||||
"editor.author": "Author",
|
||||
"editor.language": "Language",
|
||||
"editor.templateSlug": "Template",
|
||||
"editor.doNotTranslate": "Do Not Translate",
|
||||
"editor.publish": "Publish",
|
||||
"editor.discard": "Discard",
|
||||
"editor.duplicate": "Duplicate",
|
||||
"editor.validate": "Validate",
|
||||
"editor.run": "Run",
|
||||
"editor.checkSyntax": "Check Syntax",
|
||||
@@ -201,9 +230,19 @@
|
||||
"editor.categoriesPlaceholder": "Add category...",
|
||||
"editor.outlinks": "Outgoing Links",
|
||||
"editor.backlinks": "Incoming Links",
|
||||
"editor.linkedMedia": "Linked Media",
|
||||
"editor.linkedMediaEmpty": "No linked media yet.",
|
||||
"editor.linkExistingMedia": "Link Existing",
|
||||
"editor.unlinkMedia": "Unlink",
|
||||
"editor.linkedMediaKindImage": "Image",
|
||||
"editor.linkedMediaKindFile": "File",
|
||||
"editor.untitled": "Untitled",
|
||||
"editor.createdAt": "Created",
|
||||
"editor.updatedAt": "Updated",
|
||||
"editor.publishedAt": "Published",
|
||||
"editor.insertLink": "Insert Link",
|
||||
"editor.insertMedia": "Insert Media",
|
||||
"editor.gallery": "Gallery",
|
||||
"tags.noTags": "No tags yet",
|
||||
"tags.editTag": "Edit Tag",
|
||||
"tags.name": "Name",
|
||||
|
||||
Reference in New Issue
Block a user