diff --git a/apps/jingrow/frontend/src/locales/zh-CN.json b/apps/jingrow/frontend/src/locales/zh-CN.json index 039b6ad..a3acb00 100644 --- a/apps/jingrow/frontend/src/locales/zh-CN.json +++ b/apps/jingrow/frontend/src/locales/zh-CN.json @@ -1055,6 +1055,32 @@ "Are you sure you want to delete agent \"{0}\"? This action cannot be undone.": "确定要删除智能体 \"{0}\" 吗?此操作不可恢复。", "Node deleted successfully": "节点删除成功", "Agent deleted successfully": "智能体删除成功", - "Confirm Delete": "确认删除", - "Delete failed": "删除失败" + + "Tools": "工具", + "Add Tool": "添加工具", + "No Tools Yet": "暂无工具", + "Get started by adding your first tool service": "开始添加您的第一个工具服务", + "Add Your First Tool": "添加第一个工具", + "Loading tools...": "加载工具中...", + "Edit Tool": "编辑工具", + "Tool Name": "工具名称", + "Enter tool name": "请输入工具名称", + "Enter tool description": "请输入工具描述", + "Enter category": "请输入分类", + "Tool Type": "工具类型", + "Select tool type": "请选择工具类型", + "Enter or select route name, e.g.: Dashboard, Tools": "请输入或选择路由名,例如:Dashboard, Tools", + "Use route name for internal navigation (recommended)": "使用路由名进行内部导航(推荐)", + "Enter URL path": "请输入URL路径", + "Internal path: /example": "内部路径:/example", + "External link: starts with http:// or https://": "外部链接:以 http:// 或 https:// 开头", + "Please enter tool name": "请输入工具名称", + "Please select tool type": "请选择工具类型", + "Please enter route name": "请输入路由名", + "Please enter URL": "请输入URL", + "Tool updated successfully": "工具更新成功", + "Tool added successfully": "工具添加成功", + "Are you sure you want to delete tool": "确定要删除工具", + "Tool deleted successfully": "工具删除成功", + "Route not found: ": "路由未找到:" } diff --git a/apps/jingrow/frontend/src/views/tools/Tools.vue b/apps/jingrow/frontend/src/views/tools/Tools.vue index e49e62e..e7cc019 100644 --- a/apps/jingrow/frontend/src/views/tools/Tools.vue +++ b/apps/jingrow/frontend/src/views/tools/Tools.vue @@ -38,7 +38,7 @@ >
- +
{{ tool.name }}
@@ -79,7 +79,7 @@ - + @@ -115,18 +115,11 @@ /> - - -