UI: dashboards split

This commit is contained in:
qixinbo
2026-03-22 16:26:23 +08:00
parent 256832d2e7
commit 995de29981
7 changed files with 592 additions and 167 deletions
+23 -9
View File
@@ -10,18 +10,18 @@
"unarchive": "Unarchive",
"deleteSession": "Delete Session",
"confirmDeleteSession": "Are you sure you want to delete this session?",
"confirmBatchDeleteSessions": "Are you sure you want to delete the selected {{count}} sessions?",
"filterSessionName": "Filter session name",
"renameSession": "Rename Session",
"enterNewSessionTitle": "Enter new session title",
"confirmBatchDeleteSessions": "Are you sure you want to delete the selected {{count}} threads?",
"filterSessionName": "Filter thread name",
"renameSession": "Rename thread",
"enterNewSessionTitle": "Enter new thread title",
"save": "Save",
"lobsterDataQA": "DataClaw",
"skillCenter": "Skill Center",
"projectManagement": "Project Management",
"dataSourceManagement": "Data Sources",
"personalSettings": "Settings",
"modelConfig": "Model Config",
"userManagement": "Users",
"dataSourceManagement": "Data Source Management",
"personalSettings": "Personal Settings",
"modelConfig": "Model Configuration",
"userManagement": "User Management",
"logout": "Logout",
"searchModel": "Search model...",
"modelNotFound": "Model not found",
@@ -204,5 +204,19 @@
"newThread": "New Thread",
"threads": "THREADS",
"archivedThreads": "ARCHIVED THREADS",
"defaultUser": "User"
"defaultUser": "Default User",
"searchSkills": "Search skills...",
"selectDashboard": "Select a dashboard",
"submit": "Submit",
"noDashboardsInCurrentProject": "No dashboards in current project",
"createDashboardToGetStarted": "Create a new dashboard from the sidebar to get started",
"confirmDeleteDashboard": "Are you sure you want to delete this dashboard?",
"renameDashboard": "Rename Dashboard",
"enterNewDashboardName": "Enter new dashboard name",
"newDashboardNameDefault": "New Dashboard",
"dashboardLimitReached": "You can only create up to 3 dashboards.",
"dashboards": "Dashboards",
"new": "New",
"pinChartToDashboard": "Pin chart to dashboard",
"selectDashboardToPin": "Select a dashboard to pin this chart to."
}