Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions sqle/locale/active.en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ ApMetaSchemaMeta = "Database schema metadata"
ApMetaSlowLog = "Slow log"
ApMetaThreadsConnected = "ThreadsConnected"
ApMetaTiDBAuditLog = "TiDB audit log"
ApMetaTiDBSlowLog = "TiDB slow log"
ApMetaTiDBTopSQL = "TiDB TOP SQL"
ApMetaTopSQL = "Top SQL"
ApMetricEngine = "engine"
Expand Down
1 change: 1 addition & 0 deletions sqle/locale/active.zh.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ ApMetaSchemaMeta = "库表元数据"
ApMetaSlowLog = "慢日志"
ApMetaThreadsConnected = "线程数"
ApMetaTiDBAuditLog = "TiDB审计日志"
ApMetaTiDBSlowLog = "TiDB慢日志"
ApMetaTiDBTopSQL = "TiDB TOP SQL"
ApMetaTopSQL = "Top SQL"
ApMetricEngine = "引擎"
Expand Down
1 change: 1 addition & 0 deletions sqle/locale/message_zh.go
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,7 @@ var (
ApMetaPostgreSQLSlowLog = &i18n.Message{ID: "ApMetaPostgreSQLSlowLog", Other: "慢日志"}
ApMetaGoldenDBTopSQL = &i18n.Message{ID: "ApMetaGoldenDBTopSQL", Other: "GoldenDB TOP SQL"}
ApMetaTiDBTopSQL = &i18n.Message{ID: "ApMetaTiDBTopSQL", Other: "TiDB TOP SQL"}
ApMetaTiDBSlowLog = &i18n.Message{ID: "ApMetaTiDBSlowLog", Other: "TiDB慢日志"}
ApMetaMySQLTopSQL = &i18n.Message{ID: "ApMetaMySQLTopSQL", Other: "MySQL TOP SQL"}
ApMetaMSSQLTopSQL = &i18n.Message{ID: "ApMetaMSSQLTopSQL", Other: "SQL Server TOP SQL"}
ApMetricQueryTimeAvg = &i18n.Message{ID: "ApMetricQueryTimeAvg", Other: "平均查询时间(s)"}
Expand Down
Loading