fix: dashboard now in as well as settings

This commit is contained in:
2026-04-09 08:11:31 +02:00
parent c6d26957dc
commit 35a934adbf
9 changed files with 1221 additions and 81 deletions

View File

@@ -278,19 +278,38 @@
"tags.selectTag": "Select a tag to edit",
"template.forceDeleteTitle": "Force Delete Template",
"template.forceDeleteMessage": "This template is used by {posts} posts and {tags} tags. Force delete?",
"common.add": "Add",
"common.remove": "Remove",
"common.clear": "Clear",
"common.noResults": "No results",
"settings.projectName": "Project Name",
"settings.projectDescription": "Description",
"settings.dataPath": "Data Folder",
"settings.browse": "Browse...",
"settings.reset": "Reset",
"settings.publicUrl": "Public URL",
"settings.mainLanguage": "Main Language",
"settings.mainLanguageRequired": "required",
"settings.blogLanguages": "Blog Languages",
"settings.defaultAuthor": "Default Author",
"settings.maxPostsPerPage": "Posts per Page",
"settings.blogmarkCategory": "Blogmark Category",
"settings.defaultMode": "Default Editor Mode",
"settings.diffViewStyle": "Diff View Style",
"settings.categoryTitle": "Title for {category}",
"settings.categoryPostTemplate": "Post Template",
"settings.categoryListTemplate": "List Template",
"settings.categoryRenderInLists": "Render in Lists",
"settings.categoryShowTitles": "Show Titles",
"settings.addCategory": "Add Category",
"settings.resetCategories": "Reset to Defaults",
"settings.wrapLongLines": "Wrap Long Lines",
"settings.hideUnchangedRegions": "Hide Unchanged Regions",
"settings.offlineMode": "Airplane Mode",
"settings.systemPrompt": "System Prompt",
"settings.resetToDefault": "Reset to Default",
"settings.luaRuntimeOnly": "Lua is the only scripting runtime in the Rust app.",
"settings.semanticSimilarityEnabled": "Semantic Similarity",
"settings.sshHost": "SSH Host",
"settings.sshUsername": "SSH Username",
"settings.sshRemotePath": "Remote Path",
@@ -308,10 +327,19 @@
"dashboard.overview": "Overview",
"dashboard.posts": "Posts",
"dashboard.media": "Media",
"dashboard.templates": "Templates",
"dashboard.scripts": "Scripts",
"dashboard.tags": "Tags",
"dashboard.categories": "Categories",
"dashboard.images": "Images",
"dashboard.drafts": "Drafts",
"dashboard.published": "Published",
"dashboard.entityCounts": "Entity Counts",
"dashboard.statusCounts": "Status Breakdown"
"dashboard.archived": "Archived",
"dashboard.statCards": "Snapshot",
"dashboard.timeline": "Timeline",
"dashboard.noTimelineData": "No timeline data yet",
"dashboard.tagCloud": "Tag Cloud",
"dashboard.categoryCloud": "Category Cloud",
"dashboard.recentPosts": "Recent Posts",
"dashboard.noRecentPosts": "No recent posts",
"dashboard.and": "and",
"dashboard.pin": "Pin"
}