Build lightweight AI agent admin
This commit is contained in:
@@ -0,0 +1,138 @@
|
||||
{
|
||||
"overview": "概览信息",
|
||||
"connectionInfo": "连接信息",
|
||||
"performanceStats": "性能统计",
|
||||
"tableStats": "表统计",
|
||||
"loadConfigFailed": "加载数据库配置失败",
|
||||
"loading": "正在加载 {name}...",
|
||||
"loadSuccess": "{name} 加载成功",
|
||||
"loadFailed": "加载 {name} 失败",
|
||||
"selectDatabase": "请选择数据库",
|
||||
"selectConnection": "请选择数据库连接",
|
||||
"systemConnection": "系统",
|
||||
"autoRefreshing": "自动刷新中",
|
||||
"paused": "已暂停",
|
||||
"connected": "已连接",
|
||||
"disconnected": "未连接",
|
||||
"featureDeveloping": "功能开发中...",
|
||||
"connectionUsageRate": "连接使用率",
|
||||
"databaseSize": "数据库大小",
|
||||
"cacheHitRatio": "缓存命中率",
|
||||
"activeConnections": "活动连接",
|
||||
"currentActiveConnections": "当前活动连接数",
|
||||
"basicInfo": "基本信息",
|
||||
"databaseType": "数据库类型",
|
||||
"hostAddress": "主机地址",
|
||||
"databaseName": "数据库名",
|
||||
"version": "版本",
|
||||
"uptime": "运行时间",
|
||||
"timezone": "时区",
|
||||
"charset": "字符集",
|
||||
"totalConnections": "总连接数",
|
||||
"maxConnections": "最大连接数",
|
||||
"idleConnections": "空闲连接",
|
||||
"storageInfo": "存储信息",
|
||||
"databaseSizeGb": "数据库大小(GB)",
|
||||
"databaseSizeMb": "数据库大小(MB)",
|
||||
"databaseSizeBytes": "数据库大小(字节)",
|
||||
"transactionsCommit": "事务提交",
|
||||
"transactionsRollback": "事务回滚",
|
||||
"tuplesReturned": "元组返回",
|
||||
"totalQueries": "总查询数",
|
||||
"slowQueries": "慢查询",
|
||||
"bytesReceived": "接收字节",
|
||||
"batchRequestsPerSec": "批处理请求/秒",
|
||||
"pageLifeExpectancy": "页面生命期望",
|
||||
"bufferCacheHitRatio": "缓冲区命中率",
|
||||
"realtimeActiveConnections": "实时活动连接数",
|
||||
"currentIdleConnections": "当前空闲连接数",
|
||||
"connectionPoolStatus": "连接 pool 状态",
|
||||
"congested": "拥挤",
|
||||
"busy": "繁忙",
|
||||
"normal": "正常",
|
||||
"idle": "空闲",
|
||||
"connectionDistribution": "连接分布",
|
||||
"connectionPoolCapacity": "连接 pool 容量",
|
||||
"usedMaxConnections": "已使用 / 最大连接数",
|
||||
"connectionDetailInfo": "连接详细信息",
|
||||
"usedConnections": "已使用连接",
|
||||
"availableConnections": "可用连接",
|
||||
"connectionExplanation": "连接说明",
|
||||
"totalConnectionsDesc": "数据库当前建立的所有连接总数",
|
||||
"maxConnectionsDesc": "数据库配置的最大允许连接数",
|
||||
"activeConnectionsDesc": "正在执行查询或事务的连接数",
|
||||
"idleConnectionsDesc": "已建立但未在使用的连接数",
|
||||
"usageRateDesc": "当前连接数占最大连接数的百分比",
|
||||
"connectionStatus": "连接状态",
|
||||
"connectionStatusDesc": "空闲(<50%) / 正常(50-70%) / 繁忙(70-90%) / 拥挤(≥90%)",
|
||||
"corePerformanceMetrics": "核心性能指标",
|
||||
"totalCommittedTransactions": "累计提交事务数",
|
||||
"totalRollbackTransactions": "累计回滚事务数",
|
||||
"totalQueriesCount": "累计查询次数",
|
||||
"queriesNeedOptimization": "需要优化的查询",
|
||||
"batchRequestsPerSecDesc": "每秒批处理请求数",
|
||||
"transactionStats": "事务统计",
|
||||
"commitRate": "提交率",
|
||||
"tuplesFetched": "元组获取",
|
||||
"tuplesInserted": "元组插入",
|
||||
"tuplesUpdated": "元组更新",
|
||||
"tuplesDeleted": "元组删除",
|
||||
"needOptimization": "需优化",
|
||||
"queryStats": "查询统计",
|
||||
"batchStats": "批处理统计",
|
||||
"cacheStats": "缓存统计",
|
||||
"networkTraffic": "网络流量",
|
||||
"bytesSent": "发送字节",
|
||||
"totalTraffic": "总流量",
|
||||
"performanceMetricExplanation": "性能指标说明",
|
||||
"cacheHitRatioDesc": "从缓存中读取数据的比例,越高性能越好",
|
||||
"transactionsCommitDesc": "成功提交的事务总数",
|
||||
"transactionsRollbackDesc": "回滚的事务总数,过高可能表示有问题",
|
||||
"tupleOperations": "元组操作",
|
||||
"tupleOperationsDesc": "数据行的增删改查操作统计",
|
||||
"totalQueriesDesc": "数据库执行的所有查询总数",
|
||||
"slowQueriesDesc": "执行时间超过阈值的查询,需要优化",
|
||||
"networkTrafficDesc": "数据库接收和发送的字节数",
|
||||
"batchRequests": "批处理请求",
|
||||
"batchRequestsDesc": "每秒处理的批处理请求数",
|
||||
"pageLifeExpectancyDesc": "页面在缓冲池中停留的平均秒数",
|
||||
"bufferCacheHitRatioDesc": "从缓冲区读取页面的比例",
|
||||
"statisticalOverview": "统计概览",
|
||||
"totalTables": "总表数",
|
||||
"totalRows": "总行数",
|
||||
"totalSize": "总大小",
|
||||
"searchTable": "搜索表",
|
||||
"searchTablePlaceholder": "输入表名搜索...",
|
||||
"top10LargestTables": "Top 10 最大的表",
|
||||
"noTableData": "暂无表数据",
|
||||
"rank": "排名",
|
||||
"schema": "模式",
|
||||
"tableName": "表名",
|
||||
"rows": "行数",
|
||||
"size": "大小",
|
||||
"dataSize": "数据大小",
|
||||
"indexSize": "索引大小",
|
||||
"inserts": "插入",
|
||||
"updates": "更新",
|
||||
"deletes": "删除",
|
||||
"deadTuples": "死元组",
|
||||
"autoIncrement": "自增值",
|
||||
"usedSize": "已用大小",
|
||||
"tableStatsExplanation": "表统计说明",
|
||||
"tableSizeDesc": "表占用的磁盘空间,包括数据和索引",
|
||||
"tableRowsDesc": "表中的数据行总数",
|
||||
"deadTuplesDesc": "已删除但未清理的行,需要VACUUM清理",
|
||||
"insertUpdateDelete": "插入/更新/删除",
|
||||
"tableOpsDesc": "表的增删改操作统计",
|
||||
"tableDataSizeDesc": "表数据占用的空间",
|
||||
"tableIndexSizeDesc": "表索引占用的空间",
|
||||
"autoIncrementDesc": "自增主键的当前值",
|
||||
"tableUsedSizeDesc": "表实际使用的空间",
|
||||
"yes": "是",
|
||||
"no": "否",
|
||||
"realtime": "实时",
|
||||
"noMatchingTables": "未找到匹配的表",
|
||||
"allTablesList": "所有表列表",
|
||||
"tableCount": "{count} 个表",
|
||||
"tableSize": "表大小"
|
||||
}
|
||||
Reference in New Issue
Block a user