feat: first take at milestone M3

This commit is contained in:
2026-04-05 16:28:59 +02:00
parent 118633de81
commit b755c6bcbc
27 changed files with 5372 additions and 134 deletions

View File

@@ -171,5 +171,74 @@
"sidebar.filter.tags": "Tags",
"sidebar.filter.categories": "Categories",
"sidebar.filter.calendar": "Archive",
"sidebar.filter.noResults": "No matching items"
"sidebar.filter.noResults": "No matching items",
"editor.title": "Title",
"editor.titlePlaceholder": "Enter title...",
"editor.slug": "Slug",
"editor.slugPlaceholder": "enter-slug",
"editor.content": "Content",
"editor.contentPlaceholder": "Write your content...",
"editor.excerpt": "Excerpt",
"editor.excerptPlaceholder": "Brief summary...",
"editor.author": "Author",
"editor.templateSlug": "Template",
"editor.doNotTranslate": "Do Not Translate",
"editor.publish": "Publish",
"editor.validate": "Validate",
"editor.run": "Run",
"editor.checkSyntax": "Check Syntax",
"editor.kind": "Kind",
"editor.enabled": "Enabled",
"editor.entrypoint": "Entrypoint",
"editor.alt": "Alt Text",
"editor.altPlaceholder": "Describe the image...",
"editor.caption": "Caption",
"editor.metadata": "Metadata",
"editor.createdAt": "Created",
"editor.updatedAt": "Updated",
"tags.noTags": "No tags yet",
"tags.editTag": "Edit Tag",
"tags.name": "Name",
"tags.color": "Color",
"tags.postTemplate": "Post Template",
"tags.merge": "Merge",
"tags.mergeSource": "Source Tag",
"tags.mergeTarget": "Target Tag",
"tags.selectTag": "Select a tag to edit",
"settings.projectName": "Project Name",
"settings.projectDescription": "Description",
"settings.dataPath": "Data Folder",
"settings.browse": "Browse...",
"settings.reset": "Reset",
"settings.publicUrl": "Public URL",
"settings.defaultAuthor": "Default Author",
"settings.maxPostsPerPage": "Posts per Page",
"settings.wrapLongLines": "Wrap Long Lines",
"settings.hideUnchangedRegions": "Hide Unchanged Regions",
"settings.offlineMode": "Airplane Mode",
"settings.systemPrompt": "System Prompt",
"settings.resetToDefault": "Reset to Default",
"settings.sshHost": "SSH Host",
"settings.sshUsername": "SSH Username",
"settings.sshRemotePath": "Remote Path",
"settings.clear": "Clear",
"settings.rebuildPosts": "Rebuild Posts",
"settings.rebuildMedia": "Rebuild Media",
"settings.rebuildScripts": "Rebuild Scripts",
"settings.rebuildTemplates": "Rebuild Templates",
"settings.rebuildLinks": "Rebuild Links",
"settings.regenerateThumbnails": "Regenerate Thumbnails",
"settings.openDataFolder": "Open Data Folder",
"settings.contentPlaceholder": "Content settings will appear here",
"settings.technologyPlaceholder": "Technology settings will appear here",
"settings.mcpPlaceholder": "MCP server settings will appear here",
"dashboard.overview": "Overview",
"dashboard.posts": "Posts",
"dashboard.media": "Media",
"dashboard.templates": "Templates",
"dashboard.scripts": "Scripts",
"dashboard.drafts": "Drafts",
"dashboard.published": "Published",
"dashboard.entityCounts": "Entity Counts",
"dashboard.statusCounts": "Status Breakdown"
}