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."
}
+16 -2
View File
@@ -1,5 +1,5 @@
{
"selectAllOrCancel": "全选/取消全选",
"selectAllOrCancel": "全选 / 取消全选",
"invertSelection": "反选",
"batchDelete": "批量删除",
"cancel": "取消",
@@ -11,6 +11,19 @@
"deleteSession": "删除会话",
"confirmDeleteSession": "确定要删除这个会话吗?",
"confirmBatchDeleteSessions": "确定要删除选中的 {{count}} 个会话吗?",
"confirmDeleteDashboard": "确定要删除此仪表盘吗?",
"renameDashboard": "重命名仪表盘",
"enterNewDashboardName": "输入新的仪表盘名称",
"newDashboardNameDefault": "新仪表盘",
"dashboardLimitReached": "最多只能创建 3 个仪表盘。",
"dashboards": "仪表盘",
"new": "新建",
"pinChartToDashboard": "固定图表到仪表盘",
"selectDashboardToPin": "选择一个仪表盘以固定此图表。",
"selectDashboard": "选择一个仪表盘",
"submit": "提交",
"noDashboardsInCurrentProject": "当前项目下没有仪表盘",
"createDashboardToGetStarted": "从侧边栏创建一个新仪表盘以开始",
"filterSessionName": "过滤会话名称",
"renameSession": "重命名会话",
"enterNewSessionTitle": "输入新的会话标题",
@@ -204,5 +217,6 @@
"newThread": "新会话",
"threads": "会话",
"archivedThreads": "已归档会话",
"defaultUser": "用户"
"defaultUser": "默认用户",
"searchSkills": "搜索技能..."
}